NetBSD/lib/libc/string
wrstuden 0217e4fdc2 Add and document support for using new archive state mode flags. Now
archived files will show up as either "a" (S_ARCH1) or "A" (S_ARCH2)
in ls -l. As noted, archive state is fs-dependent, and not maintained
by most fs's.
1999-08-03 21:43:13 +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 use ${ARCHDIR} instead of ${.CURDIR}/arch/${MACHINE_ARCH} where appropriate 1999-02-24 15:05:20 +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 Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 19:44:33 +00:00
bcmp.c Slight cleanup - no functional change. 1999-04-01 00:27:49 +00:00
bcopy.3 Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 19:44:33 +00:00
bcopy.c
bm.3
bm.c
bstring.3
bzero.3 Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 19:44:33 +00:00
bzero.c switch bzero to version in memset.c. 1998-08-04 06:25:10 +00:00
ffs.3
ffs.c
index.3
index.c
memccpy.3
memccpy.c
memchr.3
memchr.c
memcmp.3
memcmp.c
memcpy.3
memcpy.c Replace complicated and ugly makefile gook to make memmove,memcpy by 1998-08-04 04:48:16 +00:00
memmove.3
memmove.c Replace complicated and ugly makefile gook to make memmove,memcpy by 1998-08-04 04:48:16 +00:00
memset.3
memset.c 'c' is only used #ifndef BZERO so wrap its declaration accordingly. 1998-08-09 22:48:11 +00:00
rindex.3
rindex.c
strcasecmp.3 Correct omission made during last fix of HISTORY section. 1999-04-18 22:36:46 +00:00
strcasecmp.c
strcat.3
strcat.c
strchr.3
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
strcoll.3
strcoll.c
strcpy.3 Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 19:44:33 +00:00
strcpy.c
strcspn.3
strcspn.c
strdup.3
strdup.c Need an internal name for strdup(). 1998-10-13 20:27:55 +00:00
strerror.3 Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 19:44:33 +00:00
strerror.c delint 1998-11-15 17:21:49 +00:00
string.3 Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 19:44:33 +00:00
strlen.3
strlen.c
strmode.3 Add and document support for using new archive state mode flags. Now 1999-08-03 21:43:13 +00:00
strmode.c Add and document support for using new archive state mode flags. Now 1999-08-03 21:43:13 +00:00
strncat.c
strncmp.c
strncpy.c
strpbrk.3
strpbrk.c delint 1998-11-15 17:21:49 +00:00
strrchr.3
strrchr.c Replace complicated and ugly makefile gook to make memmove,memcpy by 1998-08-04 04:48:16 +00:00
strsep.3
strsep.c Need an internal name for strsep(). 1998-10-13 20:32:09 +00:00
strsignal.3 Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 19:44:33 +00:00
strsignal.c delint 1998-11-15 17:21:49 +00:00
strspn.3
strspn.c
strstr.3
strstr.c delint 1998-11-15 17:21:49 +00:00
strtok.3 Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 19:44:33 +00:00
strtok.c delint 1998-11-15 17:21:49 +00:00
strtok_r.c delint 1998-11-15 17:21:49 +00:00
strxfrm.3
strxfrm.c
swab.3
swab.c