.. |
Lint_bcmp.c
|
…
|
|
Lint_bcopy.c
|
…
|
|
Lint_bzero.c
|
…
|
|
Lint_ffs.c
|
…
|
|
Lint_index.c
|
…
|
|
Lint_memccpy.c
|
…
|
|
Lint_memchr.c
|
…
|
|
Lint_memcmp.c
|
…
|
|
Lint_memcpy.c
|
…
|
|
Lint_memmove.c
|
…
|
|
Lint_memset.c
|
…
|
|
Lint_rindex.c
|
…
|
|
Lint_strcat.c
|
…
|
|
Lint_strchr.c
|
…
|
|
Lint_strcmp.c
|
…
|
|
Lint_strcpy.c
|
…
|
|
Lint_strlen.c
|
…
|
|
Lint_strncat.c
|
…
|
|
Lint_strncmp.c
|
…
|
|
Lint_strncpy.c
|
…
|
|
Lint_strrchr.c
|
…
|
|
Lint_swab.c
|
…
|
|
Makefile.inc
|
changes related to lib/20576 and lib/20577.
|
2003-03-05 20:18:14 +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
|
Use
|
2003-04-16 13:34:34 +00:00 |
bcmp.c
|
…
|
|
bcopy.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
bcopy.c
|
memcpy/memmove/bcopy: Add diagnostic code to check pointer wraparound.
|
2002-07-04 15:48:40 +00:00 |
bm.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
bm.c
|
…
|
|
bstring.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
bzero.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
bzero.c
|
…
|
|
ffs.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
ffs.c
|
…
|
|
index.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
index.c
|
De-lint. Reviewed by Christos.
|
2001-02-09 11:47:21 +00:00 |
memccpy.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
memccpy.c
|
…
|
|
memchr.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
memchr.c
|
…
|
|
memcmp.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
memcmp.c
|
…
|
|
memcpy.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
memcpy.c
|
…
|
|
memmove.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
memmove.c
|
…
|
|
memset.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
memset.c
|
De-lint. Reviewed by christos.
|
2001-02-08 18:10:02 +00:00 |
rindex.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
rindex.c
|
De-lint. Reviewed by Christos.
|
2001-02-09 11:47:21 +00:00 |
strcasecmp.3
|
Grammar improvement from jmc@openbsd.
|
2003-05-10 12:30:23 +00:00 |
strcasecmp.c
|
Use unsigned char rather than u_char.
|
2003-04-22 16:12:18 +00:00 |
strcat.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
strcat.c
|
…
|
|
strchr.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
strchr.c
|
…
|
|
strcmp.3
|
Grammar improvement from jmc@openbsd.
|
2003-05-10 12:30:23 +00:00 |
strcmp.c
|
…
|
|
strcoll.3
|
Grammar improvement from jmc@openbsd.
|
2003-05-10 12:30:23 +00:00 |
strcoll.c
|
…
|
|
strcpy.3
|
s/>/\*[Gt]/
|
2003-05-06 10:10:41 +00:00 |
strcpy.c
|
…
|
|
strcspn.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
strcspn.c
|
…
|
|
strdup.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
strdup.c
|
…
|
|
strerror.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
strerror.c
|
…
|
|
string.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
strlcat.c
|
latest copyright notice (more loose). noted by wiz
|
2003-05-15 15:02:52 +00:00 |
strlcpy.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
strlcpy.c
|
latest copyright notice (more loose). noted by wiz
|
2003-05-15 15:02:52 +00:00 |
strlen.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
strlen.c
|
…
|
|
strmode.3
|
Use
|
2003-04-16 13:34:34 +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
|
…
|
|
strncmp.c
|
…
|
|
strncpy.c
|
…
|
|
strpbrk.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
strpbrk.c
|
…
|
|
strrchr.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
strrchr.c
|
…
|
|
strsep.3
|
Use
|
2003-04-16 13:34:34 +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
|
Use
|
2003-04-16 13:34:34 +00:00 |
strsignal.c
|
…
|
|
strspn.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
strspn.c
|
…
|
|
strstr.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
strstr.c
|
…
|
|
strtok.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
strtok.c
|
…
|
|
strtok_r.c
|
…
|
|
strxfrm.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
strxfrm.c
|
only _DIAGASSERT(dst != NULL) if n != 0
|
2001-12-22 11:56:56 +00:00 |
swab.3
|
Use
|
2003-04-16 13:34:34 +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
|
- support for the additional code area of zh_CN.GB18030 locale,
|
2003-04-06 18:33:23 +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
|
- support for the additional code area of zh_CN.GB18030 locale,
|
2003-04-06 18:33:23 +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
|
changes related to lib/20576 and lib/20577.
|
2003-03-05 20:18:14 +00:00 |
wcstok.3
|
add original FreeBSD RCS ID.
|
2003-03-07 06:46:38 +00:00 |
wcstok.c
|
add original FreeBSD RCS ID.
|
2003-03-07 06:46:38 +00:00 |
wcswcs.c
|
changes related to lib/20576 and lib/20577.
|
2003-03-05 20:18:14 +00:00 |
wcswidth.c
|
sprinkle in _DIAGASSERT() as appropriate
|
2001-01-03 14:29:36 +00:00 |
wmemchr.3
|
Use
|
2003-04-16 13:34:34 +00:00 |
wmemchr.c
|
sprinkle in _DIAGASSERT() as appropriate
|
2001-01-03 14:29:36 +00:00 |
wmemcmp.c
|
- support for the additional code area of zh_CN.GB18030 locale,
|
2003-04-06 18:33:23 +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 |