NetBSD/lib/libc/string
1998-11-30 20:43:53 +00:00
..
__strerror.c delint 1998-11-15 17:21:49 +00:00
__strsignal.c Use the (new) sys_nsig instead of NSIG. 1998-11-30 20:43:53 +00:00
bcmp.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
bcmp.c when deciding whether to use standard system include files or libkern.h, 1998-03-26 23:53:36 +00:00
bcopy.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
bcopy.c when deciding whether to use standard system include files or libkern.h, 1998-03-26 23:53:36 +00:00
bm.3
bm.c
bstring.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
bzero.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
bzero.c switch bzero to version in memset.c. 1998-08-04 06:25:10 +00:00
ffs.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
ffs.c when deciding whether to use standard system include files or libkern.h, 1998-03-26 23:53:36 +00:00
index.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
index.c when deciding whether to use standard system include files or libkern.h, 1998-03-26 23:53:36 +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 Install a link for strtok_r(3). 1998-09-14 21:34:43 +00:00
memccpy.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
memccpy.c
memchr.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
memchr.c when deciding whether to use standard system include files or libkern.h, 1998-03-26 23:53:36 +00:00
memcmp.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
memcmp.c when deciding whether to use standard system include files or libkern.h, 1998-03-26 23:53:36 +00:00
memcpy.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
memcpy.c Replace complicated and ugly makefile gook to make memmove,memcpy by 1998-08-04 04:48:16 +00:00
memmove.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
memmove.c Replace complicated and ugly makefile gook to make memmove,memcpy by 1998-08-04 04:48:16 +00:00
memset.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
memset.c 'c' is only used #ifndef BZERO so wrap its declaration accordingly. 1998-08-09 22:48:11 +00:00
rindex.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
rindex.c when deciding whether to use standard system include files or libkern.h, 1998-03-26 23:53:36 +00:00
strcasecmp.3 Add note about special case when calling strcmp() or strcasecmp() with 1998-10-23 17:49:29 +00:00
strcasecmp.c
strcat.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
strcat.c when deciding whether to use standard system include files or libkern.h, 1998-03-26 23:53:36 +00:00
strchr.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
strchr.c Replace complicated and ugly makefile gook to make memmove,memcpy by 1998-08-04 04:48:16 +00:00
strcmp.3 Add note about special case when calling strcmp() or strcasecmp() with 1998-10-23 17:49:29 +00:00
strcmp.c when deciding whether to use standard system include files or libkern.h, 1998-03-26 23:53:36 +00:00
strcoll.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
strcoll.c
strcpy.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
strcpy.c when deciding whether to use standard system include files or libkern.h, 1998-03-26 23:53:36 +00:00
strcspn.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
strcspn.c
strdup.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
strdup.c Need an internal name for strdup(). 1998-10-13 20:27:55 +00:00
strerror.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
strerror.c delint 1998-11-15 17:21:49 +00:00
string.3 Add a pointer to strtok_r(). 1998-09-14 21:31:31 +00:00
strlen.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
strlen.c when deciding whether to use standard system include files or libkern.h, 1998-03-26 23:53:36 +00:00
strmode.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
strmode.c
strncat.c
strncmp.c when deciding whether to use standard system include files or libkern.h, 1998-03-26 23:53:36 +00:00
strncpy.c when deciding whether to use standard system include files or libkern.h, 1998-03-26 23:53:36 +00:00
strpbrk.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
strpbrk.c delint 1998-11-15 17:21:49 +00:00
strrchr.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
strrchr.c Replace complicated and ugly makefile gook to make memmove,memcpy by 1998-08-04 04:48:16 +00:00
strsep.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
strsep.c Need an internal name for strsep(). 1998-10-13 20:32:09 +00:00
strsignal.3 #include <string.h> now says #include <unistd.h> which matches the source code, per PR#4451. This should be checked for POSIX compliance, however. 1998-03-11 08:23:39 +00:00
strsignal.c delint 1998-11-15 17:21:49 +00:00
strspn.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
strspn.c
strstr.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
strstr.c delint 1998-11-15 17:21:49 +00:00
strtok_r.c delint 1998-11-15 17:21:49 +00:00
strtok.3 Make makewhatis find strtok_r(3). 1998-09-14 21:35:34 +00:00
strtok.c delint 1998-11-15 17:21:49 +00:00
strxfrm.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
strxfrm.c
swab.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
swab.c