freebsd-dev/lib/libc/string
David Schultz e00a6d21eb Add restrict qualifiers to the parameters to strlcpy() and strlcat().
The annotation mainly just serves as a hint that they're not intended
for use with overlapping strings.
2009-02-28 05:15:02 +00:00
..
bcmp.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
bcmp.c Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
bcopy.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
bcopy.c Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
bstring.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
bzero.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
bzero.c
ffs.3 Document that ffsll(3) and flsll(3) functions first appeared in 2009-01-13 13:19:42 +00:00
ffs.c Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
ffsl.c Fix style. 2008-11-03 10:14:47 +00:00
ffsll.c Add the ffsll and flsll functions. These are ffs and fls operating 2008-11-03 10:22:19 +00:00
fls.c Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
flsl.c Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
flsll.c Add the ffsll and flsll functions. These are ffs and fls operating 2008-11-03 10:22:19 +00:00
index.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
index.c Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
Makefile.inc Sort MLINKS. 2009-01-09 16:24:10 +00:00
memccpy.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
memccpy.c - ANSIfy function definitions 2009-02-03 17:58:20 +00:00
memchr.3 Add memrchr(3). 2008-04-10 00:12:44 +00:00
memchr.c Make sure the comparison is done with an unsigned char. 2009-02-07 19:34:44 +00:00
memcmp.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
memcmp.c - ANSIfy function definitions 2009-02-03 17:58:20 +00:00
memcpy.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
memcpy.c
memmem.3 Fix prototype. 2005-11-24 06:56:21 +00:00
memmem.c - ANSIfy function definitions 2009-02-03 17:58:20 +00:00
memmove.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
memmove.c
memrchr.c Add memrchr(3). 2008-04-10 00:12:44 +00:00
memset.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
memset.c Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
rindex.c Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
stpcpy.c
strcasecmp.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
strcasecmp.c - ANSIfy function definitions 2009-02-03 17:58:20 +00:00
strcasestr.c - ANSIfy function definitions 2009-02-03 17:58:20 +00:00
strcat.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
strcat.c Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
strchr.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
strchr.c
strcmp.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
strcmp.c - ANSIfy function definitions 2009-02-03 17:58:20 +00:00
strcoll.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
strcoll.c - ANSIfy function definitions 2009-02-03 17:58:20 +00:00
strcpy.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
strcpy.c Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
strcspn.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
strcspn.c Replace the current strspn() and strcspn() with significantly faster 2005-04-02 18:52:44 +00:00
strdup.3 o Use full month name in .Dd macro. 2008-12-09 09:24:25 +00:00
strdup.c - ANSIfy function definitions 2009-02-03 17:58:20 +00:00
strerror.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
strerror.c Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
string.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
strlcat.c Add restrict qualifiers to the parameters to strlcpy() and strlcat(). 2009-02-28 05:15:02 +00:00
strlcpy.3 Add restrict qualifiers to the parameters to strlcpy() and strlcat(). 2009-02-28 05:15:02 +00:00
strlcpy.c Add restrict qualifiers to the parameters to strlcpy() and strlcat(). 2009-02-28 05:15:02 +00:00
strlen.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
strlen.c - Fix grammar. [1] 2009-01-26 07:31:28 +00:00
strmode.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
strmode.c Fix the functions to match prototypes. The K&R definitions differ 2009-02-03 20:25:36 +00:00
strncat.c Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
strncmp.c - ANSIfy function definitions 2009-02-03 17:58:20 +00:00
strncpy.c - ANSIfy function definitions 2009-02-03 17:58:20 +00:00
strndup.c Import the strndup(3) function. 2008-12-06 09:37:54 +00:00
strnstr.c - ANSIfy function definitions 2009-02-03 17:58:20 +00:00
strpbrk.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
strpbrk.c - ANSIfy function definitions 2009-02-03 17:58:20 +00:00
strrchr.c
strsep.3 Add an easier example. 2008-12-05 15:50:59 +00:00
strsep.c - ANSIfy function definitions 2009-02-03 17:58:20 +00:00
strsignal.c Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
strspn.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
strspn.c Replace the current strspn() and strcspn() with significantly faster 2005-04-02 18:52:44 +00:00
strstr.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
strstr.c - ANSIfy function definitions 2009-02-03 17:58:20 +00:00
strtok.3 Remove license clause 3 to agree with the now-standard BSD license. 2007-12-12 18:33:06 +00:00
strtok.c Remove license clause 3 to agree with the now-standard BSD license. 2007-12-12 18:33:06 +00:00
strxfrm.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
strxfrm.c Further simplify the code. 2008-10-19 09:10:44 +00:00
swab.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
swab.c Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
Symbol.map Import the strndup(3) function. 2008-12-06 09:37:54 +00:00
wcscat.c - ANSIfy function definitions 2009-02-03 17:58:20 +00:00
wcschr.c
wcscmp.c - ANSIfy function definitions 2009-02-03 17:58:20 +00:00
wcscoll.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
wcscoll.c Prepare to handle state-dependent encodings. This mainly involves not 2004-04-07 09:47:56 +00:00
wcscpy.c - ANSIfy function definitions 2009-02-03 17:58:20 +00:00
wcscspn.c - ANSIfy function definitions 2009-02-03 17:58:20 +00:00
wcsdup.c Add an implementation of the semi-standard wcsdup() function, as found 2005-08-13 05:54:33 +00:00
wcslcat.c - ANSIfy function definitions 2009-02-03 17:58:20 +00:00
wcslcpy.c - ANSIfy function definitions 2009-02-03 17:58:20 +00:00
wcslen.c - ANSIfy function definitions 2009-02-03 17:58:20 +00:00
wcsncat.c - ANSIfy function definitions 2009-02-03 17:58:20 +00:00
wcsncmp.c - ANSIfy function definitions 2009-02-03 17:58:20 +00:00
wcsncpy.c Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
wcspbrk.c - ANSIfy function definitions 2009-02-03 17:58:20 +00:00
wcsrchr.c
wcsspn.c - ANSIfy function definitions 2009-02-03 17:58:20 +00:00
wcsstr.c - ANSIfy function definitions 2009-02-03 17:58:20 +00:00
wcstok.3
wcstok.c Remove license clause 3 to agree with the now-standard BSD license. 2007-12-12 18:33:06 +00:00
wcswidth.3
wcswidth.c Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
wcsxfrm.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
wcsxfrm.c Prepare to handle state-dependent encodings. This mainly involves not 2004-04-07 09:47:56 +00:00
wmemchr.3 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
wmemchr.c - ANSIfy function definitions 2009-02-03 17:58:20 +00:00
wmemcmp.c - ANSIfy function definitions 2009-02-03 17:58:20 +00:00
wmemcpy.c - ANSIfy function definitions 2009-02-03 17:58:20 +00:00
wmemmove.c - ANSIfy function definitions 2009-02-03 17:58:20 +00:00
wmemset.c Fix the functions to match prototypes. The K&R definitions differ 2009-02-03 20:25:36 +00:00