summaryrefslogtreecommitdiff
path: root/lib/libc/string/strlcpy.c
AgeCommit message (Expand)Author
1999-05-01Break up into two loops, one for the copy, another to finish traversalTodd C. Miller
1999-04-24simplified version that doesn't call strlen and that is simpler to convert to...Todd C. Miller
1998-11-06add missing const to match prototype in string.hWim Vandeputte
1998-07-01add strlcpy/strlcat, safe and sensible string copy/appendTodd C. Miller