NetBSD/lib/libc/string
itojun 4a980893af sync with latest openbsd one. this one describes corner case of strlcat better 2001-11-16 04:21:57 +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 split wide char section, just for readability/future possibility for .if 2000-12-24 03:45:04 +00:00
__strerror.c don't change errno on success.(SUSV2) 2001-08-24 00:11:54 +00:00
__strsignal.c
bcmp.3 Whitespace fixes and sort SEE ALSO. 2001-09-16 01:41:09 +00:00
bcmp.c
bcopy.3 Whitespace fixes and sort SEE ALSO. 2001-09-16 01:41:09 +00:00
bcopy.c De-lint. Reviewed by christos. 2001-02-08 18:33:50 +00:00
bm.3 mdoc'ify 2001-04-09 12:07:57 +00:00
bm.c
bstring.3 Whitespace fixes and sort SEE ALSO. 2001-09-16 01:41:09 +00:00
bzero.3 Whitespace fixes and sort SEE ALSO. 2001-09-16 01:41:09 +00:00
bzero.c
ffs.3
ffs.c
index.3 Whitespace fixes and sort SEE ALSO. 2001-09-16 01:41:09 +00:00
index.c De-lint. Reviewed by Christos. 2001-02-09 11:47:21 +00:00
memccpy.3
memccpy.c
memchr.3
memchr.c
memcmp.3
memcmp.c
memcpy.3 Note explicitly that memcpy does not guarantee good behavior on overlap. 2001-07-07 04:53:52 +00:00
memcpy.c
memmove.3
memmove.c
memset.3
memset.c De-lint. Reviewed by christos. 2001-02-08 18:10:02 +00:00
rindex.3 Whitespace fixes and sort SEE ALSO. 2001-09-16 01:41:09 +00:00
rindex.c De-lint. Reviewed by Christos. 2001-02-09 11:47:21 +00:00
strcasecmp.3 Whitespace fixes and sort SEE ALSO. 2001-09-16 01:41:09 +00:00
strcasecmp.c
strcat.3 Sprinkle some restrict qualifiers. 2001-03-22 07:37:04 +00:00
strcat.c
strchr.3
strchr.c
strcmp.3 Whitespace fixes and sort SEE ALSO. 2001-09-16 01:41:09 +00:00
strcmp.c
strcoll.3
strcoll.c
strcpy.3 Sprinkle some restrict qualifiers. 2001-03-22 07:37:04 +00:00
strcpy.c
strcspn.3
strcspn.c
strdup.3 s/Xt/Xr/ 2000-07-05 05:25:28 +00:00
strdup.c
strerror.3
strerror.c
string.3 Whitespace fixes and sort SEE ALSO. 2001-09-16 01:41:09 +00:00
strlcat.c sync comment with latest openbsd code 2001-11-16 04:17:25 +00:00
strlcpy.3 sync with latest openbsd one. this one describes corner case of strlcat better 2001-11-16 04:21:57 +00:00
strlcpy.c pull in openbsd strlcat.c 1.3 -> 1.4. 2001-01-13 04:19:54 +00:00
strlen.3
strlen.c
strmode.3 Whitespace fixes and sort SEE ALSO. 2001-09-16 01:41:09 +00:00
strmode.c
strncat.c
strncmp.c
strncpy.c
strpbrk.3
strpbrk.c
strrchr.3
strrchr.c
strsep.3 The 'delim' argument is const, document it as such. 2000-09-28 03:18:35 +00:00
strsep.c
strsignal.3
strsignal.c
strspn.3
strspn.c
strstr.3
strstr.c
strtok.3 Whitespace fixes and sort SEE ALSO. 2001-09-16 01:41:09 +00:00
strtok.c
strtok_r.c
strxfrm.3 Sprinkle some restrict qualifiers. 2001-03-22 07:37:04 +00:00
strxfrm.c
swab.3
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 wording (correct?) 2001-01-02 11:27:45 +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