NetBSD/lib/libc/string
jtc c4c70a1c64 Add strtok_r() for reentrant (thread-aware) programs 1996-11-12 02:03:13 +00:00
..
Makefile.inc Add strtok_r() for reentrant (thread-aware) programs 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 Don't cross-reference ourself. 1993-11-25 01:48:07 +00:00
bcmp.c pull up from libkern: 1996-10-24 23:47:27 +00:00
bcopy.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
bcopy.c don't include <sys/cdefs.h>, it's a 'private' header 1995-06-15 00:07:11 +00:00
bm.3 rcs id's 1994-06-22 00:17:04 +00:00
bm.c gcc -Wall cleanup from John Birrell <jb@cimlogic.com.au>. 1996-02-04 23:43:54 +00:00
bstring.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
bzero.3 BDS -> BSD 1993-11-25 01:48:23 +00:00
bzero.c don't include user-land headers compiling for libkern. (sync with libkern.) 1996-04-18 02:30:07 +00:00
ffs.3 Fix spelling errors. 1994-01-10 23:58:48 +00:00
ffs.c don't include user-land headers compiling for libkern. (sync with libkern.) 1996-04-18 02:30:07 +00:00
index.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
index.c Remove unneeded #include <stddef.h> because <string.h> #defines NULL too. 1994-06-11 16:49:13 +00:00
memccpy.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
memccpy.c don't include <sys/cdefs.h>, it's a 'private' header 1995-06-15 00:07:11 +00:00
memchr.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
memchr.c don't include <sys/cdefs.h>, it's a 'private' header 1995-06-15 00:07:11 +00:00
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 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
memmove.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
memset.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
memset.c #ifdef _KERNEL, #include <lib/libkern/libkern.h> instead of <string.h>. 1996-08-15 22:45:17 +00:00
rindex.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
rindex.c Remove unneeded #include <stddef.h> because <string.h> #defines NULL too. 1994-06-11 16:49:13 +00:00
strcasecmp.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
strcasecmp.c don't include <sys/cdefs.h>, it's a 'private' header 1995-06-15 00:07:11 +00:00
strcat.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
strcat.c don't include user-land headers compiling for libkern. (sync with libkern.) 1996-04-18 02:30:07 +00:00
strchr.3 Fix spelling errors. 1994-01-10 23:58:48 +00:00
strcmp.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
strcmp.c pull up from libkern: 1996-10-24 23:47:27 +00:00
strcoll.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
strcoll.c don't include <sys/cdefs.h>, it's a 'private' header 1995-06-15 00:07:11 +00:00
strcpy.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
strcpy.c don't include user-land headers compiling for libkern. (sync with libkern.) 1996-04-18 02:30:07 +00:00
strcspn.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
strcspn.c don't include <sys/cdefs.h>, it's a 'private' header 1995-06-15 00:07:11 +00:00
strdup.3 Manpage formatting tweaks. 1993-12-01 18:49:52 +00:00
strdup.c don't include <sys/cdefs.h>, it's a 'private' header 1995-06-15 00:07:11 +00:00
strerror.3 remove bogus sys_errlist(3) cross reference 1995-07-03 22:46:21 +00:00
strerror.c fix typo 1994-10-12 02:35:26 +00:00
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 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
strlen.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
strlen.c don't include user-land headers compiling for libkern. (sync with libkern.) 1996-04-18 02:30:07 +00:00
strmode.3 Fix spelling errors. 1994-01-10 23:58:48 +00:00
strmode.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
strncat.c don't include <sys/cdefs.h>, it's a 'private' header 1995-06-15 00:07:11 +00:00
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 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
strpbrk.c don't include <sys/cdefs.h>, it's a 'private' header 1995-06-15 00:07:11 +00:00
strrchr.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
strsep.3 Fix spelling errors. 1994-01-10 23:58:48 +00:00
strsep.c don't include <sys/cdefs.h>, it's a 'private' header 1995-06-15 00:07:11 +00:00
strsignal.3 added intro(2) cross reference 1995-07-03 22:44:42 +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 Fix manpage typoes; PR #1905 1996-01-16 01:42:19 +00:00
strspn.c don't include <sys/cdefs.h>, it's a 'private' header 1995-06-15 00:07:11 +00:00
strstr.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
strstr.c don't include <sys/cdefs.h>, it's a 'private' header 1995-06-15 00:07:11 +00:00
strtok.3 Add strtok_r() for reentrant (thread-aware) programs 1996-11-12 02:03:13 +00:00
strtok.c Remove unneeded #include <stddef.h> because <string.h> #defines NULL too. 1994-06-11 16:49:13 +00:00
strtok_r.c Add strtok_r() for reentrant (thread-aware) programs 1996-11-12 02:03:13 +00:00
strxfrm.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
strxfrm.c don't include <sys/cdefs.h>, it's a 'private' header 1995-06-15 00:07:11 +00:00
swab.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
swab.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00