NetBSD/lib/libc/string
jtc 7ca5cd45b0 strtok replaces the separator character, not the token, with a NUL.
(Fix from PR #891.)
1995-05-13 07:41:35 +00:00
..
Makefile.inc Clarify a comment slightly. 1995-03-20 14:47:39 +00:00
__strerror.c cast last argument of catgets() to (char *) to quiet compiler's complaints 1995-04-24 16:37:31 +00:00
__strsignal.c cast last argument of catgets() to (char *) to quiet compiler's complaints 1995-04-24 16:37:31 +00:00
bcmp.3
bcmp.c
bcopy.3
bcopy.c be a bit more careful with types. 1994-10-19 03:07:18 +00:00
bm.3 rcs id's 1994-06-22 00:17:04 +00:00
bm.c fix for bug 638 1994-12-14 07:24:12 +00:00
bstring.3
bzero.3
bzero.c
ffs.3 Fix spelling errors. 1994-01-10 23:58:48 +00:00
ffs.c
index.3
index.c Remove unneeded #include <stddef.h> because <string.h> #defines NULL too. 1994-06-11 16:49:13 +00:00
memccpy.3
memccpy.c
memchr.3
memchr.c
memcmp.3
memcmp.c
memcpy.3
memmove.3
memset.3
memset.c
rindex.3
rindex.c Remove unneeded #include <stddef.h> because <string.h> #defines NULL too. 1994-06-11 16:49:13 +00:00
strcasecmp.3
strcasecmp.c
strcat.3
strcat.c
strchr.3 Fix spelling errors. 1994-01-10 23:58:48 +00:00
strcmp.3
strcmp.c
strcoll.3
strcoll.c
strcpy.3
strcpy.c
strcspn.3
strcspn.c
strdup.3
strdup.c bcopy -> memcpy 1995-04-14 19:25:13 +00:00
strerror.3 Minor touch ups to match strsignal(3) man page 1994-08-02 05:02:13 +00:00
strerror.c fix typo 1994-10-12 02:35:26 +00:00
strftime.3 More manpage tweaks. 1993-12-15 20:32:47 +00:00
strftime.c Minor tweaks to prepare for checkin of real i18n code. 1994-09-29 04:57:04 +00:00
string.3
strlen.3
strlen.c
strmode.3 Fix spelling errors. 1994-01-10 23:58:48 +00:00
strmode.c
strncat.c
strncmp.c
strncpy.c
strpbrk.3
strpbrk.c
strrchr.3
strsep.3 Fix spelling errors. 1994-01-10 23:58:48 +00:00
strsep.c
strsignal.3 Add strsignal() function like on Solaris. 1994-08-02 05:01:20 +00:00
strsignal.c Change size of array passed to __strsignal() from 128 to NL_TEXTMAX. 1994-10-06 18:16:18 +00:00
strspn.3
strspn.c
strstr.3
strstr.c
strtok.3 strtok replaces the separator character, not the token, with a NUL. 1995-05-13 07:41:35 +00:00
strtok.c Remove unneeded #include <stddef.h> because <string.h> #defines NULL too. 1994-06-11 16:49:13 +00:00
strxfrm.3
strxfrm.c
swab.3
swab.c