NetBSD/lib/libc/string
dholland aeb39c6e9e PR 49988 Kamil Rytarowski: fix pasto 2015-06-20 04:18:00 +00:00
..
Lint_bcmp.c
Lint_bcopy.c
Lint_bzero.c
Lint_ffs.c
Lint_index.c
Lint_memccpy.c
Lint_memchr.c
Lint_memcmp.c
Lint_memcpy.c
Lint_memmove.c
Lint_memset.c
Lint_rindex.c
Lint_strcat.c
Lint_strchr.c
Lint_strcmp.c
Lint_strcpy.c
Lint_strlen.c
Lint_strncat.c
Lint_strncmp.c
Lint_strncpy.c
Lint_strrchr.c
Lint_swab.c
Makefile.inc add strnstr from FreeBSD 2014-09-24 18:16:36 +00:00
__strsignal.c
bcmp.3
bcopy.3 PR 49988 Kamil Rytarowski: fix pasto 2015-06-20 04:18:00 +00:00
bm.3
bm.c PR/42032 fixed overrun in bm_exec(), free(3) clean ups 2014-06-23 10:43:25 +00:00
bstring.3
bzero.3
consttime_memequal.3 Explain why there is no consttime_memcmp(). 2015-03-23 07:41:16 +00:00
explicit_memset.3 Make explicit_memset match memset's return value. 2013-08-28 15:46:23 +00:00
ffs.3
index.3
index.c
memccpy.3
memccpy.c
memchr.3
memcmp.3 Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset. 2013-06-24 04:21:19 +00:00
memcpy.3
memmem.3
memmem.c
memmove.3
memrchr.c
memset.3 Fix xref. 2013-06-24 07:56:49 +00:00
popcount.3
rindex.3
rindex.c
stpcpy.c Fix build problems. 2013-11-06 21:05:27 +00:00
stpncpy.c Fix build problems. 2013-11-06 21:05:27 +00:00
strcasecmp.3
strcasestr.c
strcat.3
strchr.3
strcmp.3
strcoll.3
strcoll.c Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. 2013-05-17 12:55:56 +00:00
strcpy.3 Strengthen prohibition against overlapping in strcpy(3). 2015-04-01 20:18:17 +00:00
strcspn.3
strdup.3
strdup.c
strerror.3 Update HISTORY from OpenBSD: strerror from 4.3 Reno, perror from v4. 2015-05-09 19:01:53 +00:00
strerror.c Fix non _REENTRANT build. 2015-01-20 18:31:24 +00:00
strerror_r.c Add strerror_l. 2013-08-19 13:03:12 +00:00
stresep.c
string.3
strings.3
strlcpy.3
strlen.3
strmode.3
strmode.c
strndup.c
strnstr.c add strnstr.c from FreeBSD 2014-09-24 22:21:33 +00:00
strpbrk.3
strrchr.3
strsep.3
strsignal.3
strsignal.c
strspn.3
strstr.3 NUL byte instead of null byte. 2014-09-24 18:43:21 +00:00
strtok.3
strtok.c
strtok_r.c
strxfrm.3
strxfrm.c Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. 2013-05-17 12:55:56 +00:00
swab.3
swab.c
wcscasecmp.3
wcscasecmp.c Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. 2013-05-17 12:55:56 +00:00
wcscat.c
wcschr.c
wcscmp.c
wcscpy.c
wcscspn.c
wcscspn_bloom.h
wcsdup.3
wcsdup.c
wcslcat.c
wcslcpy.c
wcslen.c
wcsncasecmp.c Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. 2013-05-17 12:55:56 +00:00
wcsncat.c
wcsncmp.c
wcsncpy.c
wcspbrk.c
wcsrchr.c
wcsspn.c
wcsstr.c
wcstok.3
wcstok.c
wcswcs.c
wcswidth.3
wmemchr.3
wmemchr.c
wmemcmp.c
wmemcpy.c
wmemmove.c
wmemset.c