summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strlcat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sync function comment with man page; fanf@covalent.netmillert2001-01-131-3/+3
* Reverse the order of two loop invariant to make 'strlcat(0, "foo", 0)'millert2001-01-121-3/+3
* comment fix; strlcat returns strlen(initial dst) + strlen(src).itojun2000-11-241-3/+4
* When finding the end of dst, never traverse more than siz bytes. Thismillert1999-06-171-5/+5
* add strlcpy/strlcat, safe and sensible string copy/appendmillert1998-07-011-0/+71