NetBSD/lib/libc/string
tnozaki a55e9cdf1a fix lib/33476:
added following manpages (derived from FreeBSD),
    wcwidth(3) wcswidth(3)
    wcstol(3) wcstoll(3) wcstoimax(3)
    wcstoul(3) wcstoull(3) wcstoumax(3)
  and update doc/TODO.i18n.
2006-06-03 04:36:43 +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 lib/33476: 2006-06-03 04:36:43 +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
bcopy.3
bm.3
bm.c
bstring.3
bzero.3
ffs.3
index.3
index.c Use reach-over sources from common/lib/libc 2005-12-20 19:31:47 +00:00
memccpy.3
memccpy.c
memchr.3
memcmp.3
memcpy.3
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
memset.3
rindex.3
rindex.c Use reach-over sources from common/lib/libc 2005-12-20 19:31:47 +00:00
strcasecmp.3
strcasestr.c WARNS=4 2005-11-29 03:11:58 +00:00
strcat.3
strchr.3
strcmp.3
strcoll.3
strcoll.c
strcpy.3
strcspn.3
strcspn.c
strdup.3
strdup.c
strerror.3 Punctuation nit. 2006-05-22 21:55:01 +00:00
strerror.c Must include "namespace.h" for strerror_r()'s internal name. 2006-01-26 11:13:42 +00:00
strerror_r.c - Fix the remaining indr_references so that they define lint symbols. 2005-07-30 15:21:20 +00:00
string.3
strlcpy.3
strlen.3
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
strpbrk.3
strpbrk.c WARNS=4 2005-11-29 03:11:58 +00:00
strrchr.3
strsep.3 One too many punctuation fixed in previous. 2004-04-13 23:03:22 +00:00
strsep.c
strsignal.3
strsignal.c WARNS=4 2005-11-29 03:11:58 +00:00
strspn.3
strspn.c
strstr.3 Add strcasestr(3), case insensitive version of strstr(3). 2004-07-03 08:27:25 +00:00
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 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 WARNS=4 2005-11-29 03:11:58 +00:00
wcsrchr.c WARNS=4 2005-11-29 03:11:58 +00:00
wcsspn.c
wcsstr.c WARNS=4 2005-11-29 03:11:58 +00:00
wcstok.3
wcstok.c
wcswcs.c
wcswidth.3 fix lib/33476: 2006-06-03 04:36:43 +00:00
wcswidth.c A little libc namespace housekeeping exercise: 2005-02-09 21:35:46 +00:00
wmemchr.3
wmemchr.c WARNS=4 2005-11-29 03:11:58 +00:00
wmemcmp.c
wmemcpy.c
wmemmove.c
wmemset.c