aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/strlcat.c
Commit message (Expand)AuthorAgeFilesLines
* include: ssp: round out fortification of current set of headersKyle Evans2024-07-131-0/+2
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Make strlcpy/strlcat slightly easier to read.Pedro F. Giffuni2015-04-061-24/+24
* Add restrict qualifiers to the parameters to strlcpy() and strlcat().David Schultz2009-02-281-1/+1
* o ANSIfy.Xin LI2009-01-121-29/+12
* Enable building with LIBC_SCCS defined.David E. O'Brien2004-10-161-1/+1
* Back out the `hiding' of strlcpy and strlcat. Several peopleJacques Vidrine2003-05-011-4/+1
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referenceJacques Vidrine2003-04-291-1/+4
* Remove 'register' keyword.David E. O'Brien2002-03-211-3/+3
* rcsid[]->__FBSDIDDavid E. O'Brien2001-11-071-5/+3
* Sync to OpenBSD (update comment and minor style change).Kris Kennaway2001-07-241-3/+4
* Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.David E. O'Brien2001-05-241-2/+4
* - Reverse the order of two loop invariant to ensure strlcat() does notChris D. Faulhaber2001-01-171-3/+6
* Use the latest version of these files from OpenBSD.Warner Losh1999-08-101-5/+5
* Import strl{cat,cpy} from OpenBSD.Warner Losh1999-08-101-0/+71