freebsd-dev/lib/libc/string
Mike Barcroft 43e13bf58f Note that strncmp() will not compare characters after a NUL character.
Add a missing word.  Bump document date.

Inspired by:	IEEE Std 1003.1-200x (Draft 7)
MFC after:	3 days
2001-10-11 17:02:44 +00:00
..
bcmp.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
bcmp.c
bcopy.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
bcopy.c
bstring.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
bzero.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
bzero.c
ffs.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
ffs.c
index.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
index.c
Makefile.inc Implement strcasestr() which many others (f.e. Linux) already have. 2001-10-10 02:17:35 +00:00
memccpy.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
memccpy.c
memchr.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
memchr.c
memcmp.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
memcmp.c
memcpy.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
memcpy.c
memmove.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
memmove.c
memset.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
memset.c
rindex.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
rindex.c
strcasecmp.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
strcasecmp.c
strcasestr.c Implement strcasestr() which many others (f.e. Linux) already have. 2001-10-10 02:17:35 +00:00
strcat.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
strcat.c
strchr.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
strchr.c
strcmp.3 Note that strncmp() will not compare characters after a NUL character. 2001-10-11 17:02:44 +00:00
strcmp.c
strcoll.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
strcoll.c
strcpy.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
strcpy.c
strcspn.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
strcspn.c
strdup.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
strdup.c
strerror.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
strerror.c
string.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
strlcat.c
strlcpy.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
strlcpy.c
strlen.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
strlen.c
strmode.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
strmode.c
strncat.c
strncmp.c
strncpy.c
strnstr.c Add a new libc function, strnstr(3), which allows one to limit the 2001-10-09 01:29:56 +00:00
strpbrk.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
strpbrk.c
strrchr.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
strrchr.c
strsep.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
strsep.c
strsignal.c
strspn.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
strspn.c
strstr.3 Clarify that strnstr() will stop searching after in encounters a NUL 2001-10-11 15:49:06 +00:00
strstr.c
strtok.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
strtok.c
strxfrm.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
strxfrm.c
swab.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
swab.c
wcscat.c
wcschr.c
wcscmp.c
wcscpy.c
wcscspn.c
wcslcat.c
wcslcpy.c
wcslen.c
wcsncat.c
wcsncmp.c
wcsncpy.c
wcspbrk.c
wcsrchr.c
wcsspn.c
wcsstr.c
wcswidth.c
wmemchr.3 Fixed syntax errors in synopsis. The restrict keyword doesn't exist yet. 2001-10-03 05:19:47 +00:00
wmemchr.c
wmemcmp.c
wmemcpy.c
wmemmove.c
wmemset.c