NetBSD/lib/libc/string
tnozaki 52d79cc3ed wcscpy - cleanup
wcsncpy - SUSv6 if s2 is shorter than n, s1 should be filled with L'\0' until n.
2005-10-13 21:13:05 +00:00
..
__strsignal.c
_strerror_r.c compat core reorg. 2005-09-13 01:44:08 +00:00
_strlcat.c compat core reorg. 2005-09-13 01:44:08 +00:00
_strlcpy.c compat core reorg. 2005-09-13 01:44:08 +00:00
bcmp.3
bcmp.c
bcopy.3
bcopy.c
bm.3
bm.c
bstring.3
bzero.3
bzero.c
ffs.3
ffs.c
index.3
index.c
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 - Fix the remaining indr_references so that they define lint symbols. 2005-07-30 15:21:20 +00:00
memccpy.3
memccpy.c
memchr.3
memchr.c
memcmp.3
memcmp.c
memcpy.3
memcpy.c
memmem.3 Remove one of two nearly duplicate words. 2005-03-14 10:36:51 +00:00
memmem.c Add memmem(3), compatible with version in Linux 2005-03-13 14:47:02 +00:00
memmove.3
memmove.c
memset.3
memset.c
rindex.3
rindex.c
strcasecmp.3
strcasecmp.c
strcasestr.c A little libc namespace housekeeping exercise: 2005-02-09 21:35:46 +00:00
strcat.3
strcat.c
strchr.3
strchr.c
strcmp.3
strcmp.c
strcoll.3
strcoll.c
strcpy.3
strcpy.c
strcspn.3
strcspn.c
strdup.3
strdup.c
strerror_r.c - Fix the remaining indr_references so that they define lint symbols. 2005-07-30 15:21:20 +00:00
strerror.3 < -> \*[Lt], end sentence with a dot, add comma 2005-07-29 13:14:49 +00:00
strerror.c PR/30845: Luke Mewburn: strerror_r(3) missing 2005-07-28 16:26:29 +00:00
string.3
strlcat.c
strlcpy.3
strlcpy.c
strlen.3
strlen.c
strmode.3
strmode.c
strncat.c
strncmp.c
strncpy.c
strpbrk.3
strpbrk.c
strrchr.3
strrchr.c
strsep.3
strsep.c
strsignal.3
strsignal.c
strspn.3
strspn.c
strstr.3
strstr.c
strtok_r.c
strtok.3
strtok.c Implement strtok() in terms of strtok_r() 2004-10-27 19:12:31 +00:00
strxfrm.3
strxfrm.c
swab.3
swab.c
wcscat.c
wcschr.c Only advance 'p' once each time around the loop.... 2005-06-04 20:09:56 +00:00
wcscmp.c
wcscpy.c wcscpy - cleanup 2005-10-13 21:13:05 +00:00
wcscspn.c
wcslcat.c
wcslcpy.c
wcslen.c
wcsncat.c
wcsncmp.c
wcsncpy.c wcscpy - cleanup 2005-10-13 21:13:05 +00:00
wcspbrk.c
wcsrchr.c
wcsspn.c
wcsstr.c
wcstok.3
wcstok.c
wcswcs.c
wcswidth.c A little libc namespace housekeeping exercise: 2005-02-09 21:35:46 +00:00
wmemchr.3
wmemchr.c
wmemcmp.c
wmemcpy.c
wmemmove.c
wmemset.c