NetBSD/lib/libc/string
wiz 216334ea2c Bump date for previous. 2007-02-18 00:46:47 +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 strings(3), collecting information about strings.h. 2007-02-17 09:32:57 +00:00
__strsignal.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
_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 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
bcopy.3 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
bm.3 nul/null/NULL cleanup: 2006-10-16 08:48:45 +00:00
bm.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
bstring.3 o Removed functions that are in strings.h, not string.h 2007-02-17 09:04:57 +00:00
bzero.3 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
ffs.3 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
index.3 nul/null/NULL cleanup: 2006-10-16 08:48:45 +00:00
index.c Use reach-over sources from common/lib/libc 2005-12-20 19:31:47 +00:00
memccpy.3 nul/null/NULL cleanup: 2006-10-16 08:48:45 +00:00
memccpy.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
memchr.3 nul/null/NULL cleanup: 2006-10-16 08:48:45 +00:00
memcmp.3 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
memcpy.3 Use St -isoC-9X instead of St -isoC9X, to be in sync with groff. 2003-09-08 17:54:31 +00:00
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 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
memset.3 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
rindex.3 nul/null/NULL cleanup: 2006-10-16 08:48:45 +00:00
rindex.c Use reach-over sources from common/lib/libc 2005-12-20 19:31:47 +00:00
strcasecmp.3 nul/null/NULL cleanup: 2006-10-16 08:48:45 +00:00
strcasestr.c WARNS=4 2005-11-29 03:11:58 +00:00
strcat.3 nul/null/NULL cleanup: 2006-10-16 08:48:45 +00:00
strchr.3 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
strcmp.3 nul/null/NULL cleanup: 2006-10-16 08:48:45 +00:00
strcoll.3 nul/null/NULL cleanup: 2006-10-16 08:48:45 +00:00
strcoll.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
strcpy.3 nul/null/NULL cleanup: 2006-10-16 08:48:45 +00:00
strcspn.3 nul/null/NULL cleanup: 2006-10-16 08:48:45 +00:00
strcspn.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
strdup.3 nul/null/NULL cleanup: 2006-10-16 08:48:45 +00:00
strdup.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
strerror.3 nul/null/NULL cleanup: 2006-10-16 08:48:45 +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
stresep.c - Add strndup and stresep 2006-08-12 23:49:53 +00:00
string.3 Add strings(3), collecting information about strings.h. 2007-02-17 09:32:57 +00:00
strings.3 Add strings(3), collecting information about strings.h. 2007-02-17 09:32:57 +00:00
strlcpy.3 There is no FreeBSD-3.3.0, only FreeBSD-3.3. 2003-06-26 12:25:22 +00:00
strlen.3 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
strmode.3 nul/null/NULL cleanup: 2006-10-16 08:48:45 +00:00
strmode.c Include nbtool_config.h for tools build. This was part of the 2006-10-07 22:04:18 +00:00
strncat.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
strndup.c Avoid lint warning. 2007-01-14 23:41:24 +00:00
strpbrk.3 nul/null/NULL cleanup: 2006-10-16 08:48:45 +00:00
strpbrk.c WARNS=4 2005-11-29 03:11:58 +00:00
strrchr.3 nul/null/NULL cleanup: 2006-10-16 08:48:45 +00:00
strsep.3 nul/null/NULL cleanup: 2006-10-16 08:48:45 +00:00
strsignal.3 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
strsignal.c WARNS=4 2005-11-29 03:11:58 +00:00
strspn.3 nul/null/NULL cleanup: 2006-10-16 08:48:45 +00:00
strspn.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
strstr.3 nul/null/NULL cleanup: 2006-10-16 08:48:45 +00:00
strtok.3 nul/null/NULL cleanup: 2006-10-16 08:48:45 +00:00
strtok.c Implement strtok() in terms of strtok_r() 2004-10-27 19:12:31 +00:00
strtok_r.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
strxfrm.3 Bump date for previous. 2007-02-18 00:46:47 +00:00
strxfrm.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
swab.3 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
swab.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
wcscasecmp.3 Mark up NULL; the character is nul, not null; sort SEE ALSO; 2006-09-02 23:49:02 +00:00
wcscasecmp.c Add copyright notices. 2006-08-26 22:45:52 +00:00
wcscat.c
wcschr.c Only advance 'p' once each time around the loop.... 2005-06-04 20:09:56 +00:00
wcscmp.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
wcscpy.c wcscpy - cleanup 2005-10-13 21:13:05 +00:00
wcscspn.c
wcsdup.3 Mark up NULL; the character is nul, not null; sort SEE ALSO; 2006-09-02 23:49:02 +00:00
wcsdup.c Add copyright notices. 2006-08-26 22:45:52 +00:00
wcslcat.c
wcslcpy.c
wcslen.c
wcsncasecmp.c Add copyright notices. 2006-08-26 22:45:52 +00:00
wcsncat.c
wcsncmp.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
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 nul/null/NULL cleanup: 2006-10-16 08:48:45 +00:00
wcstok.c make _DIAGNOSTIC happy. 2003-07-10 08:50:43 +00:00
wcswcs.c
wcswidth.3 nul/null/NULL cleanup: 2006-10-16 08:48:45 +00:00
wcswidth.c A little libc namespace housekeeping exercise: 2005-02-09 21:35:46 +00:00
wmemchr.3 New sentence, new line. 2006-10-14 07:52:15 +00:00
wmemchr.c WARNS=4 2005-11-29 03:11:58 +00:00
wmemcmp.c - support for the additional code area of zh_CN.GB18030 locale, 2003-04-06 18:33:23 +00:00
wmemcpy.c
wmemmove.c
wmemset.c