1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/lib/libc/string
Niclas Zeising d902844bbd Add strchrnul(), a GNU function similar to strchr(), except that it returns
a pointer to the end of the string, rather than NULL, if the character was
not found.

Approved by:	theraven
2013-02-13 15:46:33 +00:00
..
bcmp.3
bcmp.c
bcopy.3
bcopy.c
bstring.3
bzero.3
bzero.c
ffs.3 clarify the wording for 'first' and 'last' 2012-09-30 03:25:04 +00:00
ffs.c
ffsl.c
ffsll.c
fls.c
flsl.c
flsll.c
index.3
Makefile.inc Add strchrnul(), a GNU function similar to strchr(), except that it returns 2013-02-13 15:46:33 +00:00
memccpy.3
memccpy.c
memchr.3
memchr.c
memcmp.3
memcmp.c
memcpy.3
memcpy.c
memmem.3
memmem.c
memmove.3
memmove.c
memrchr.c
memset.3
memset.c
stpcpy.c
stpncpy.c
strcasecmp.3 Add more locale-specific functions to the relevant man pages: 2012-06-21 12:52:15 +00:00
strcasecmp.c
strcasestr.c
strcat.3
strcat.c
strchr.3 Add strchrnul(), a GNU function similar to strchr(), except that it returns 2013-02-13 15:46:33 +00:00
strchr.c
strchrnul.c Add strchrnul(), a GNU function similar to strchr(), except that it returns 2013-02-13 15:46:33 +00:00
strcmp.3
strcmp.c
strcoll.3 Add more locale-specific functions to the relevant man pages: 2012-06-21 12:52:15 +00:00
strcoll.c
strcpy.3
strcpy.c
strcspn.3
strcspn.c
strdup.3
strdup.c
strerror.3 Correct BUGS description of static buffer use 2012-07-27 21:38:14 +00:00
strerror.c
string.3
strlcat.c
strlcpy.3
strlcpy.c
strlen.3
strlen.c
strmode.3
strmode.c
strncat.c
strncmp.c
strncpy.c
strndup.c
strnlen.c
strnstr.c
strpbrk.3
strpbrk.c
strrchr.c
strsep.3
strsep.c
strsignal.c strsignal(): Reindent. 2012-09-19 19:22:24 +00:00
strspn.3
strspn.c
strstr.3 Add more locale-specific functions to the relevant man pages: 2012-06-21 12:52:15 +00:00
strstr.c
strtok.3
strtok.c
strxfrm.3 Add more locale-specific functions to the relevant man pages: 2012-06-21 12:52:15 +00:00
strxfrm.c
swab.3
swab.c
Symbol.map Add strchrnul(), a GNU function similar to strchr(), except that it returns 2013-02-13 15:46:33 +00:00
wcpcpy.c
wcpncpy.c
wcscasecmp.c
wcscat.c
wcschr.c
wcscmp.c
wcscoll.3
wcscoll.c
wcscpy.c
wcscspn.c
wcsdup.c
wcslcat.c
wcslcpy.c
wcslen.c
wcsncasecmp.c
wcsncat.c
wcsncmp.c
wcsncpy.c
wcsnlen.c
wcspbrk.c
wcsrchr.c
wcsspn.c
wcsstr.c
wcstok.3
wcstok.c
wcswidth.3
wcswidth.c
wcsxfrm.3
wcsxfrm.c
wmemchr.3
wmemchr.c
wmemcmp.c
wmemcpy.c
wmemmove.c
wmemset.c