NetBSD/lib/libc/string
cgd 372e996fc3 when deciding whether to use standard system include files or libkern.h,
check _STANDALONE as well as _KERNEL.  _KERNEL is incorrect for use when
building boot blocks, and it looks like the rest of the code is already
using _STANDALONE for this purpose.
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 add lint stubs for files that are implemented in assembler on the pc532. 1997-12-07 00:24:50 +00:00
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 add lint stubs for files that are implemented in assembler on the pc532. 1997-12-07 00:24:50 +00:00
Lint_strncmp.c
Lint_strncpy.c add lint stubs for files that are implemented in assembler on the pc532. 1997-12-07 00:24:50 +00:00
Lint_strrchr.c
Lint_swab.c
Makefile.inc note that bzero isn't yet being built from memset.c 1998-01-30 23:45:23 +00:00
__strerror.c don't assume buf is NL_TEXTMAX long 1998-02-16 11:27:15 +00:00
__strsignal.c remove obsolete register declarations 1998-02-03 18:49:08 +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 remove obsolete register declarations 1998-02-03 18:49:08 +00:00
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 when deciding whether to use standard system include files or libkern.h, 1998-03-26 23:53:36 +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
memccpy.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
memccpy.c remove obsolete register declarations 1998-02-03 18:49:08 +00:00
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
memmove.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
memset.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
memset.c when deciding whether to use standard system include files or libkern.h, 1998-03-26 23:53:36 +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 LIBRARY section to man page 1998-02-05 18:45:17 +00:00
strcasecmp.c remove obsolete register declarations 1998-02-03 18:49:08 +00:00
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
strcmp.3 add LIBRARY section to man page 1998-02-05 18:45:17 +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 update to lite-2 1998-01-30 23:37:40 +00:00
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 remove obsolete register declarations 1998-02-03 18:49:08 +00:00
strdup.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
strdup.c update to lite-2 1998-01-30 23:37:40 +00:00
strerror.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
strerror.c don't assume buf is NL_TEXTMAX long 1998-02-16 11:27:15 +00:00
string.3 add LIBRARY section to man page 1998-02-05 18:45:17 +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 remove obsolete register declarations 1998-02-03 18:49:08 +00:00
strncat.c remove obsolete register declarations 1998-02-03 18:49:08 +00:00
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 remove obsolete register declarations 1998-02-03 18:49:08 +00:00
strrchr.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
strsep.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
strsep.c remove obsolete register declarations 1998-02-03 18:49:08 +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
strspn.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
strspn.c remove obsolete register declarations 1998-02-03 18:49:08 +00:00
strstr.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
strstr.c remove obsolete register declarations 1998-02-03 18:49:08 +00:00
strtok.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
strtok.c remove obsolete register declarations 1998-02-03 18:49:08 +00:00
strtok_r.c remove obsolete register declarations 1998-02-03 18:49:08 +00:00
strxfrm.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
strxfrm.c remove obsolete register declarations 1998-02-03 18:49:08 +00:00
swab.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
swab.c remove obsolete register declarations 1998-02-03 18:49:08 +00:00