NetBSD/lib/libc/string
dsl 217446d2aa Only advance 'p' once each time around the loop.... 2005-06-04 20:09:56 +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 Fix stupid typo. I added memmem, not memmove. 2005-03-14 03:13:53 +00:00
__strerror.c
__strsignal.c
_strlcat.c
_strlcpy.c
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
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.3
strerror.c
string.3
strlcat.c
strlcpy.3
strlcpy.c
strlen.3
strlen.c
strmode.3
strmode.c Completely rework how tools/compat is done. Purge all uses/references to 2004-06-20 22:20:14 +00:00
strncat.c
strncmp.c
strncpy.c
strpbrk.3
strpbrk.c
strrchr.3
strrchr.c
strsep.3 One too many punctuation fixed in previous. 2004-04-13 23:03:22 +00:00
strsep.c
strsignal.3
strsignal.c
strspn.3
strspn.c
strstr.3 Add strcasestr(3), case insensitive version of strstr(3). 2004-07-03 08:27:25 +00:00
strstr.c
strtok.3 Remove sentence about the inability to simultaenously tokenise multiple 2004-10-11 14:22:04 +00:00
strtok.c Implement strtok() in terms of strtok_r() 2004-10-27 19:12:31 +00:00
strtok_r.c
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
wcscspn.c
wcslcat.c
wcslcpy.c
wcslen.c
wcsncat.c
wcsncmp.c
wcsncpy.c
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