..
Lint_bcmp.c
lint stubs for functions which ports use assembly versions. When using
1997-11-06 00:51:04 +00:00
Lint_bcopy.c
lint stubs for functions which ports use assembly versions. When using
1997-11-06 00:51:04 +00:00
Lint_bzero.c
lint stubs for functions which ports use assembly versions. When using
1997-11-06 00:51:04 +00:00
Lint_ffs.c
lint stubs for functions which ports use assembly versions. When using
1997-11-06 00:51:04 +00:00
Lint_index.c
lint stubs for functions which ports use assembly versions. When using
1997-11-06 00:51:04 +00:00
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 stubs for functions which ports use assembly versions. When using
1997-11-06 00:51:04 +00:00
Lint_memcmp.c
lint stubs for functions which ports use assembly versions. When using
1997-11-06 00:51:04 +00:00
Lint_memcpy.c
lint stubs for functions which ports use assembly versions. When using
1997-11-06 00:51:04 +00:00
Lint_memmove.c
lint stubs for functions which ports use assembly versions. When using
1997-11-06 00:51:04 +00:00
Lint_memset.c
lint stubs for functions which ports use assembly versions. When using
1997-11-06 00:51:04 +00:00
Lint_rindex.c
lint stubs for functions which ports use assembly versions. When using
1997-11-06 00:51:04 +00:00
Lint_strcat.c
lint stubs for functions which ports use assembly versions. When using
1997-11-06 00:51:04 +00:00
Lint_strchr.c
lint stubs for functions which ports use assembly versions. When using
1997-11-06 00:51:04 +00:00
Lint_strcmp.c
lint stubs for functions which ports use assembly versions. When using
1997-11-06 00:51:04 +00:00
Lint_strcpy.c
lint stubs for functions which ports use assembly versions. When using
1997-11-06 00:51:04 +00:00
Lint_strlen.c
lint stubs for functions which ports use assembly versions. When using
1997-11-06 00:51:04 +00:00
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 stubs for functions which ports use assembly versions. When using
1997-11-06 00:51:04 +00:00
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 stubs for functions which ports use assembly versions. When using
1997-11-06 00:51:04 +00:00
Lint_swab.c
lint stubs for functions which ports use assembly versions. When using
1997-11-06 00:51:04 +00:00
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
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
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
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
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
Correct omission made during last fix of HISTORY section.
1999-04-18 22:36:46 +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
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
update to lite-2
1998-01-30 23:37:40 +00:00
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
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
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
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 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
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
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
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
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
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
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