summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strlcpy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Roll back uintptr_t cast changes after discussions with tedu, otto anddtucker2016-10-161-8/+2
* Cast pointers to uintptr_t to avoid potential signedness errors.dtucker2016-10-141-2/+8
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-1/+2
* Make strlcpy/strlcat slightly easier to read.millert2015-01-151-19/+18
* Convert do {} while loop -> while {} for clarity. No binary changemillert2006-05-051-5/+5
* zap remaining rcsid.espie2005-08-081-5/+1
* ansify + deregister. no binary change on i386. ok deraadt@ pat@ moritz@otto2005-03-301-5/+5
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-171-9/+9
* Change copyright to a less restrictive ISC-style license to encouragemillert2003-04-121-23/+12
* ANSI function headersmillert2003-03-141-6/+3
* 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