summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strlcpy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* type of function on seperate linederaadt2001-05-131-3/+4
* Break up into two loops, one for the copy, another to finish traversalmillert1999-05-011-13/+17
* simplified version that doesn't call strlen and that is simpler to convert to...millert1999-04-241-7/+8
* add missing const to match prototype in string.hwvdputte1998-11-061-3/+3
* add strlcpy/strlcat, safe and sensible string copy/appendmillert1998-07-011-0/+63