NetBSD/lib/libc/string
1996-11-12 02:03:13 +00:00
..
__strerror.c Since the user provide his own message catalog (via NLSPATH and LANG) 1996-10-11 00:51:07 +00:00
__strsignal.c stnrcpy() isn't a function. strncpy() is. Use it instead. 1996-10-11 20:59:20 +00:00
bcmp.3
bcmp.c pull up from libkern: 1996-10-24 23:47:27 +00:00
bcopy.3
bcopy.c
bm.3
bm.c gcc -Wall cleanup from John Birrell <jb@cimlogic.com.au>. 1996-02-04 23:43:54 +00:00
bstring.3
bzero.3
bzero.c don't include user-land headers compiling for libkern. (sync with libkern.) 1996-04-18 02:30:07 +00:00
ffs.3
ffs.c don't include user-land headers compiling for libkern. (sync with libkern.) 1996-04-18 02:30:07 +00:00
index.3
index.c
Makefile.inc Add strtok_r() for reentrant (thread-aware) programs 1996-11-12 02:03:13 +00:00
memccpy.3
memccpy.c
memchr.3
memchr.c
memcmp.3 fix the the typos 1996-11-12 01:04:24 +00:00
memcmp.c #ifdef _KERNEL, #include <lib/libkern/libkern.h> instead of <string.h>. 1996-08-15 22:45:17 +00:00
memcpy.3
memmove.3
memset.3
memset.c #ifdef _KERNEL, #include <lib/libkern/libkern.h> instead of <string.h>. 1996-08-15 22:45:17 +00:00
rindex.3
rindex.c
strcasecmp.3
strcasecmp.c
strcat.3
strcat.c don't include user-land headers compiling for libkern. (sync with libkern.) 1996-04-18 02:30:07 +00:00
strchr.3
strcmp.3
strcmp.c pull up from libkern: 1996-10-24 23:47:27 +00:00
strcoll.3
strcoll.c
strcpy.3
strcpy.c don't include user-land headers compiling for libkern. (sync with libkern.) 1996-04-18 02:30:07 +00:00
strcspn.3
strcspn.c
strdup.3
strdup.c
strerror.3
strerror.c
strftime.3 Fix swapped description of %x and %X format specifiers 1996-02-29 15:03:20 +00:00
strftime.c Fix computation of ISO 8601 Week Of Year 1996-06-01 21:23:25 +00:00
string.3
strlen.3
strlen.c don't include user-land headers compiling for libkern. (sync with libkern.) 1996-04-18 02:30:07 +00:00
strmode.3
strmode.c
strncat.c
strncmp.c pull up from libkern: 1996-10-24 23:47:27 +00:00
strncpy.c don't include user-land headers compiling for libkern. (sync with libkern.) 1996-04-18 02:30:07 +00:00
strpbrk.3
strpbrk.c
strrchr.3
strsep.3
strsep.c
strsignal.3
strsignal.c
strspn.3 Fix manpage typoes; PR #1905 1996-01-16 01:42:19 +00:00
strspn.c
strstr.3
strstr.c
strtok_r.c Add strtok_r() for reentrant (thread-aware) programs 1996-11-12 02:03:13 +00:00
strtok.3 Add strtok_r() for reentrant (thread-aware) programs 1996-11-12 02:03:13 +00:00
strtok.c
strxfrm.3
strxfrm.c
swab.3
swab.c