freebsd-dev/lib/libc/string
Ruslan Ermilov 45993e3bd4 ... but we do provide .St -isoC-99, and it is not required to have the
history info as:

: .Sh STANDARDS   If the command, library function or file adheres to a
:                 specific implementation such as IEEE Std 1003.2
:                 (``POSIX.2'') or ANSI X3.159-1989 (``ANSI C'') this
:                 should be noted here.  If the command does not adhere
:                 to any standard, its history should be noted in the
:                 HISTORY section.
2001-05-17 08:22:43 +00:00
..
bcmp.3 Introduce ".Lb" macro to libc manpages. 2000-04-21 09:42:15 +00:00
bcmp.c
bcopy.3 Introduce ".Lb" macro to libc manpages. 2000-04-21 09:42:15 +00:00
bcopy.c
bstring.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
bzero.3 Introduce ".Lb" macro to libc manpages. 2000-04-21 09:42:15 +00:00
bzero.c Added some 2-line source files to get a direct correspondence 1997-10-15 15:27:19 +00:00
ffs.3 Introduce ".Lb" macro to libc manpages. 2000-04-21 09:42:15 +00:00
ffs.c
index.3 Introduce ".Lb" macro to libc manpages. 2000-04-21 09:42:15 +00:00
index.c
Makefile.inc adapt to FreeBSD. 2001-05-15 20:34:20 +00:00
memccpy.3 Introduce ".Lb" macro to libc manpages. 2000-04-21 09:42:15 +00:00
memccpy.c
memchr.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
memchr.c
memcmp.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
memcmp.c
memcpy.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
memcpy.c Added some 2-line source files to get a direct correspondence 1997-10-15 15:27:19 +00:00
memmove.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
memmove.c Added some 2-line source files to get a direct correspondence 1997-10-15 15:27:19 +00:00
memset.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
memset.c More egcs warning fixes: 1999-04-25 22:29:30 +00:00
rindex.3 Introduce ".Lb" macro to libc manpages. 2000-04-21 09:42:15 +00:00
rindex.c
strcasecmp.3 mdoc(7) police: add RETURN VALUES section. 2001-05-14 18:38:05 +00:00
strcasecmp.c
strcat.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
strcat.c More egcs warning fixes: 1999-04-25 22:29:30 +00:00
strchr.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
strchr.c Added some 2-line source files to get a direct correspondence 1997-10-15 15:27:19 +00:00
strcmp.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
strcmp.c
strcoll.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
strcoll.c __collate_substitute() do something non-trivial only for German. For everyone 1999-09-12 21:15:28 +00:00
strcpy.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
strcpy.c More egcs warning fixes: 1999-04-25 22:29:30 +00:00
strcspn.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
strcspn.c
strdup.3 Introduce ".Lb" macro to libc manpages. 2000-04-21 09:42:15 +00:00
strdup.c
strerror.3 mdoc(7) police: split punctuation characters + misc fixes. 2001-02-01 16:38:02 +00:00
strerror.c
string.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
strlcat.c - Reverse the order of two loop invariant to ensure strlcat() does not 2001-01-17 20:51:16 +00:00
strlcpy.3 Clarify comments referring to strlcat() usage 2001-01-17 20:51:20 +00:00
strlcpy.c Use the latest version of these files from OpenBSD. 1999-08-10 05:58:58 +00:00
strlen.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
strlen.c
strmode.3 Introduce ".Lb" macro to libc manpages. 2000-04-21 09:42:15 +00:00
strmode.c Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branch 1997-03-11 11:29:42 +00:00
strncat.c
strncmp.c
strncpy.c
strpbrk.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
strpbrk.c
strrchr.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
strrchr.c Added some 2-line source files to get a direct correspondence 1997-10-15 15:27:19 +00:00
strsep.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
strsep.c
strsignal.c Add a strsignal(3) (like strerror(3)) for libc compatability with other 1999-05-18 04:48:58 +00:00
strspn.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
strspn.c
strstr.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
strstr.c
strtok.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
strtok.c Reviewed by: JKH 1998-12-14 05:11:26 +00:00
strxfrm.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
strxfrm.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
swab.3 Introduce ".Lb" macro to libc manpages. 2000-04-21 09:42:15 +00:00
swab.c
wcscat.c Unbreak world; _DIAGASSERT macro is not available in FreeBSD. 2001-05-16 14:34:47 +00:00
wcschr.c Unbreak world; _DIAGASSERT macro is not available in FreeBSD. 2001-05-16 14:34:47 +00:00
wcscmp.c Unbreak world; _DIAGASSERT macro is not available in FreeBSD. 2001-05-16 14:34:47 +00:00
wcscpy.c Unbreak world; _DIAGASSERT macro is not available in FreeBSD. 2001-05-16 14:34:47 +00:00
wcscspn.c Unbreak world; _DIAGASSERT macro is not available in FreeBSD. 2001-05-16 14:34:47 +00:00
wcslcat.c Unbreak world; _DIAGASSERT macro is not available in FreeBSD. 2001-05-16 14:34:47 +00:00
wcslcpy.c Unbreak world; _DIAGASSERT macro is not available in FreeBSD. 2001-05-16 14:34:47 +00:00
wcslen.c Unbreak world; _DIAGASSERT macro is not available in FreeBSD. 2001-05-16 14:34:47 +00:00
wcsncat.c Unbreak world; _DIAGASSERT macro is not available in FreeBSD. 2001-05-16 14:34:47 +00:00
wcsncmp.c Unbreak world; _DIAGASSERT macro is not available in FreeBSD. 2001-05-16 14:34:47 +00:00
wcsncpy.c Unbreak world; _DIAGASSERT macro is not available in FreeBSD. 2001-05-16 14:34:47 +00:00
wcspbrk.c Unbreak world; _DIAGASSERT macro is not available in FreeBSD. 2001-05-16 14:34:47 +00:00
wcsrchr.c Unbreak world; _DIAGASSERT macro is not available in FreeBSD. 2001-05-16 14:34:47 +00:00
wcsspn.c Unbreak world; _DIAGASSERT macro is not available in FreeBSD. 2001-05-16 14:34:47 +00:00
wcsstr.c Unbreak world; _DIAGASSERT macro is not available in FreeBSD. 2001-05-16 14:34:47 +00:00
wcswidth.c Unbreak world; _DIAGASSERT macro is not available in FreeBSD. 2001-05-16 14:34:47 +00:00
wmemchr.3 ... but we do provide .St -isoC-99, and it is not required to have the 2001-05-17 08:22:43 +00:00
wmemchr.c Unbreak world; _DIAGASSERT macro is not available in FreeBSD. 2001-05-16 14:34:47 +00:00
wmemcmp.c Unbreak world; _DIAGASSERT macro is not available in FreeBSD. 2001-05-16 14:34:47 +00:00
wmemcpy.c Unbreak world; _DIAGASSERT macro is not available in FreeBSD. 2001-05-16 14:34:47 +00:00
wmemmove.c Unbreak world; _DIAGASSERT macro is not available in FreeBSD. 2001-05-16 14:34:47 +00:00
wmemset.c Unbreak world; _DIAGASSERT macro is not available in FreeBSD. 2001-05-16 14:34:47 +00:00