NetBSD/lib/libc/string
wiz 078d3d03c9 Remove superfluous word. 2003-01-07 17:12:54 +00:00
..
Lint_bcmp.c fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
Lint_bcopy.c fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
Lint_bzero.c fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
Lint_ffs.c fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
Lint_index.c fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
Lint_memccpy.c
Lint_memchr.c fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
Lint_memcmp.c fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
Lint_memcpy.c fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
Lint_memmove.c fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
Lint_memset.c fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
Lint_rindex.c fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
Lint_strcat.c fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
Lint_strchr.c fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
Lint_strcmp.c fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
Lint_strcpy.c fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
Lint_strlen.c fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
Lint_strncat.c
Lint_strncmp.c fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
Lint_strncpy.c
Lint_strrchr.c fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
Lint_swab.c fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
Makefile.inc Need internal names for strlcat() and strlcpy(). 2002-04-17 16:23:08 +00:00
__strerror.c use strlcpy where it is more appropriate. 2002-11-17 01:51:24 +00:00
__strsignal.c use strlcpy. correct mis(non-)use of buflen argument. 2002-11-17 01:50:01 +00:00
_strlcat.c Need internal names for strlcat() and strlcpy(). 2002-04-17 16:23:08 +00:00
_strlcpy.c Need internal names for strlcat() and strlcpy(). 2002-04-17 16:23:08 +00:00
bcmp.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
bcmp.c back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. 1999-09-20 04:38:56 +00:00
bcopy.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
bcopy.c memcpy/memmove/bcopy: Add diagnostic code to check pointer wraparound. 2002-07-04 15:48:40 +00:00
bm.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
bm.c Delint. 2000-01-22 22:19:07 +00:00
bstring.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
bzero.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
bzero.c switch bzero to version in memset.c. 1998-08-04 06:25:10 +00:00
ffs.3 Generate <>& symbolically. 2002-02-07 07:00:09 +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 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
index.c De-lint. Reviewed by Christos. 2001-02-09 11:47:21 +00:00
memccpy.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
memccpy.c back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. 1999-09-20 04:38:56 +00:00
memchr.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
memchr.c back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. 1999-09-20 04:38:56 +00:00
memcmp.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
memcmp.c back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. 1999-09-20 04:38:56 +00:00
memcpy.3 New sentence, new line. From Robert Elz. 2002-10-01 17:22:00 +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 Generate <>& symbolically. 2002-02-07 07:00:09 +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 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
memset.c De-lint. Reviewed by christos. 2001-02-08 18:10:02 +00:00
rindex.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
rindex.c De-lint. Reviewed by Christos. 2001-02-09 11:47:21 +00:00
strcasecmp.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
strcasecmp.c "namespace.h" should precede all included headers other than <sys/cdefs.h>. 2002-11-19 12:58:15 +00:00
strcat.3 Remove superfluous word. 2003-01-07 17:12:54 +00:00
strcat.c back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. 1999-09-20 04:38:56 +00:00
strchr.3 bring in EXAMPLES from OpenBSD. 2002-08-11 07:36:19 +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 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
strcmp.c back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. 1999-09-20 04:38:56 +00:00
strcoll.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
strcoll.c back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. 1999-09-20 04:38:56 +00:00
strcpy.3 improve EXAMPLES. 2002-08-11 07:46:56 +00:00
strcpy.c back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. 1999-09-20 04:38:56 +00:00
strcspn.3 bring in EXAMPLES from openbsd. 2002-08-11 07:50:04 +00:00
strcspn.c back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. 1999-09-20 04:38:56 +00:00
strdup.3 bring in EXAMPLES and ERRORS from openbsd. 2002-08-11 07:53:06 +00:00
strdup.c Delint. 2000-01-22 22:19:07 +00:00
strerror.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
strerror.c delint 1998-11-15 17:21:49 +00:00
string.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
strlcat.c Re-introduce inclusion of config.h for libnbcompat, since the namespace.h trick 2002-04-24 17:45:14 +00:00
strlcpy.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
strlcpy.c Re-introduce inclusion of config.h for libnbcompat, since the namespace.h trick 2002-04-24 17:45:14 +00:00
strlen.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
strlen.c back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. 1999-09-20 04:38:56 +00:00
strmode.3 New sentence, new line. From Robert Elz. 2002-10-01 17:22:00 +00:00
strmode.c Roll in fixes to permit cross-compiling from non-NetBSD hosts. This 2002-01-31 22:43:33 +00:00
strncat.c back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. 1999-09-20 04:38:56 +00:00
strncmp.c back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. 1999-09-20 04:38:56 +00:00
strncpy.c back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. 1999-09-20 04:38:56 +00:00
strpbrk.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
strpbrk.c back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. 1999-09-20 04:38:56 +00:00
strrchr.3 bring in EXAMPLES from openbsd. 2002-08-11 08:22:30 +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 Use Dq instead of single quotes. 2002-08-20 16:22:44 +00:00
strsep.c Roll in fixes to permit cross-compiling from non-NetBSD hosts. This 2002-01-31 22:43:33 +00:00
strsignal.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
strsignal.c Delint. 2000-01-22 22:19:07 +00:00
strspn.3 bring in EXAMPLES from openbsd. 2002-08-11 09:39:10 +00:00
strspn.c back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. 1999-09-20 04:38:56 +00:00
strstr.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
strstr.c back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. 1999-09-20 04:38:56 +00:00
strtok.3 NUL character, NULL pointer. 2002-10-02 02:46:03 +00:00
strtok.c back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. 1999-09-20 04:38:56 +00:00
strtok_r.c Delint. 2000-01-22 22:19:07 +00:00
strxfrm.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
strxfrm.c only _DIAGASSERT(dst != NULL) if n != 0 2001-12-22 11:56:56 +00:00
swab.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
swab.c fix incorrect loop sentinel caused by previous de-linting. 2001-05-22 18:56:33 +00:00
wcscat.c sprinkle in _DIAGASSERT() as appropriate 2001-01-03 14:29:36 +00:00
wcschr.c sprinkle in _DIAGASSERT() as appropriate 2001-01-03 14:29:36 +00:00
wcscmp.c fix wcs*cmp() behavior when the wide char string is equal. from soda 2001-01-05 12:13:12 +00:00
wcscpy.c sprinkle in _DIAGASSERT() as appropriate 2001-01-03 14:29:36 +00:00
wcscspn.c sprinkle in _DIAGASSERT() as appropriate 2001-01-03 14:29:36 +00:00
wcslcat.c remove register 2001-01-03 14:33:02 +00:00
wcslcpy.c remove register 2001-01-03 14:33:02 +00:00
wcslen.c sprinkle in _DIAGASSERT() as appropriate 2001-01-03 14:29:36 +00:00
wcsncat.c sprinkle in _DIAGASSERT() as appropriate 2001-01-03 14:29:36 +00:00
wcsncmp.c fix wcs*cmp() behavior when the wide char string is equal. from soda 2001-01-05 12:13:12 +00:00
wcsncpy.c sprinkle in _DIAGASSERT() as appropriate 2001-01-03 14:29:36 +00:00
wcspbrk.c sprinkle in _DIAGASSERT() as appropriate 2001-01-03 14:29:36 +00:00
wcsrchr.c sprinkle in _DIAGASSERT() as appropriate 2001-01-03 14:29:36 +00:00
wcsspn.c make it works. 2001-09-21 16:09:15 +00:00
wcsstr.c sprinkle in _DIAGASSERT() as appropriate 2001-01-03 14:29:36 +00:00
wcswidth.c sprinkle in _DIAGASSERT() as appropriate 2001-01-03 14:29:36 +00:00
wmemchr.3 Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
wmemchr.c sprinkle in _DIAGASSERT() as appropriate 2001-01-03 14:29:36 +00:00
wmemcmp.c sprinkle in _DIAGASSERT() as appropriate 2001-01-03 14:29:36 +00:00
wmemcpy.c sprinkle in _DIAGASSERT() as appropriate 2001-01-03 14:29:36 +00:00
wmemmove.c sprinkle in _DIAGASSERT() as appropriate 2001-01-03 14:29:36 +00:00
wmemset.c sprinkle in _DIAGASSERT() as appropriate 2001-01-03 14:29:36 +00:00