freebsd-dev/lib/libc/string
1997-07-13 14:26:00 +00:00
..
bcmp.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
bcmp.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
bcopy.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
bcopy.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
bstring.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
bzero.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
ffs.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
ffs.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
index.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
index.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
Makefile.inc Changed all paths to be relative to src/lib instead of src/lib/libc 1997-05-03 03:50:06 +00:00
memccpy.3 Correctly use .Fn instead of .Nm to reference function names 1996-08-22 23:31:07 +00:00
memccpy.c Obtained from: 386BSD-0.1 patchkit; also fixed in 1.1.5 1994-12-12 01:23:33 +00:00
memchr.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
memchr.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
memcmp.3 Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
memcmp.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
memcpy.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
memmove.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
memset.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
memset.c Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
rindex.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
rindex.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
strcasecmp.3 Correctly use .Fn instead of .Nm to reference function names 1996-08-22 23:31:07 +00:00
strcasecmp.c Localize it. 1996-06-09 13:31:06 +00:00
strcat.3 Update the description of strncat to accurately describe how many 1996-04-09 22:00:39 +00:00
strcat.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
strchr.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
strcmp.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
strcmp.c Fixed the easy cases of const poisoning in the kernel. Cosmetic. 1996-08-31 16:52:44 +00:00
strcoll.3 Back out fallback approximation changes, they are not so right to live 1996-08-13 17:03:18 +00:00
strcoll.c Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
strcpy.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
strcpy.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
strcspn.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
strcspn.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
strdup.3 Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
strdup.c Don't include <sys/types.h> to get u_int or use u_int for a bogus cast. 1994-09-05 13:41:33 +00:00
strerror.3 Correctly use .Fn instead of .Nm to reference function names 1996-08-22 23:31:07 +00:00
strerror.c Fix printing of weird errno's: negative values were printed as large 1994-09-05 13:37:43 +00:00
string.3 Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
strlen.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
strlen.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
strmode.3 Merge from Lite2 (whiteout/unionfs) 1997-03-11 11:41:46 +00:00
strmode.c Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branch 1997-03-11 11:29:42 +00:00
strncat.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
strncmp.c Fixed the easy cases of const poisoning in the kernel. Cosmetic. 1996-08-31 16:52:44 +00:00
strncpy.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
strpbrk.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
strpbrk.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
strrchr.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
strsep.3 Fixed #include and/or prototype bugs in synopsis. 1997-04-19 15:57:20 +00:00
strsep.c Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
strspn.3 Correct the strspn() man page so that it no longer references 1996-01-10 11:06:25 +00:00
strspn.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
strstr.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
strstr.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
strtok.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
strtok.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
strxfrm.3 Fix even more spelling errors in some more man pages. 1996-01-30 16:34:52 +00:00
strxfrm.c Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
swab.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
swab.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00