.. |
Lint_bcmp.c
|
…
|
|
Lint_bcopy.c
|
…
|
|
Lint_bzero.c
|
…
|
|
Lint_ffs.c
|
ffs(3) lives in strings.h, so include the correct header. ANSIfy.
|
2009-08-05 16:08:00 +00:00 |
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
|
consistency with c source
|
2010-07-05 00:45:19 +00:00 |
Makefile.inc
|
If SRCS contains any .S files then remove the corresponding .c file from
|
2009-07-30 20:57:15 +00:00 |
__strsignal.c
|
…
|
|
_strerror_r.c
|
…
|
|
_strlcat.c
|
Remove 3rd and 4th clauses in christos' license. OK christos.
|
2009-10-21 01:07:44 +00:00 |
_strlcpy.c
|
Remove 3rd and 4th clauses in christos' license. OK christos.
|
2009-10-21 01:07:44 +00:00 |
bcmp.3
|
Add some STANDARDS lingo, mainly to note the functions that have been
|
2010-04-29 06:54:26 +00:00 |
bcopy.3
|
Add punctuation.
|
2010-04-29 07:27:30 +00:00 |
bm.3
|
…
|
|
bm.c
|
…
|
|
bstring.3
|
…
|
|
bzero.3
|
Add some STANDARDS lingo, mainly to note the functions that have been
|
2010-04-29 06:54:26 +00:00 |
ffs.3
|
Only put the actual header for the .In line.
|
2010-04-28 07:47:09 +00:00 |
index.3
|
Add some STANDARDS lingo, mainly to note the functions that have been
|
2010-04-29 06:54:26 +00:00 |
index.c
|
…
|
|
memccpy.3
|
…
|
|
memccpy.c
|
…
|
|
memchr.3
|
Split Nm over two lines.
|
2009-04-10 23:24:35 +00:00 |
memcmp.3
|
…
|
|
memcpy.3
|
…
|
|
memmem.3
|
…
|
|
memmem.c
|
…
|
|
memmove.3
|
…
|
|
memrchr.c
|
make this work properly, by moving to the end of the buffer before starting
|
2009-04-11 21:42:16 +00:00 |
memset.3
|
…
|
|
popcount.3
|
Add comma in enumeration.
|
2009-07-22 07:07:27 +00:00 |
rindex.3
|
Add some STANDARDS lingo, mainly to note the functions that have been
|
2010-04-29 06:54:26 +00:00 |
rindex.c
|
…
|
|
stpcpy.c
|
Add versions of stpcpy(3), stpncpy(3), strnlen(3), all from FreeBSD.
|
2009-05-01 17:27:01 +00:00 |
stpncpy.c
|
Add versions of stpcpy(3), stpncpy(3), strnlen(3), all from FreeBSD.
|
2009-05-01 17:27:01 +00:00 |
strcasecmp.3
|
…
|
|
strcasestr.c
|
…
|
|
strcat.3
|
…
|
|
strchr.3
|
…
|
|
strcmp.3
|
…
|
|
strcoll.3
|
…
|
|
strcoll.c
|
…
|
|
strcpy.3
|
Improve formatting and punctuation for "NUL-terminate".
|
2009-05-02 09:37:32 +00:00 |
strcspn.3
|
…
|
|
strcspn.c
|
Use a 'register only' str[c]spn() on 64 bit systems.
|
2009-07-30 21:42:06 +00:00 |
strdup.3
|
Bump date for new STANDARDS section.
|
2009-01-29 10:15:39 +00:00 |
strdup.c
|
…
|
|
strerror.3
|
Bump date.
|
2010-10-25 07:37:11 +00:00 |
strerror.c
|
…
|
|
strerror_r.c
|
…
|
|
stresep.c
|
…
|
|
string.3
|
Add versions of stpcpy(3), stpncpy(3), strnlen(3), all from FreeBSD.
|
2009-05-01 17:27:01 +00:00 |
strings.3
|
…
|
|
strlcpy.3
|
Join URL.
|
2010-04-14 13:07:19 +00:00 |
strlen.3
|
Add versions of stpcpy(3), stpncpy(3), strnlen(3), all from FreeBSD.
|
2009-05-01 17:27:01 +00:00 |
strmode.3
|
…
|
|
strmode.c
|
…
|
|
strncat.c
|
…
|
|
strndup.c
|
…
|
|
strnlen.c
|
Add versions of stpcpy(3), stpncpy(3), strnlen(3), all from FreeBSD.
|
2009-05-01 17:27:01 +00:00 |
strpbrk.3
|
…
|
|
strpbrk.c
|
…
|
|
strrchr.3
|
…
|
|
strsep.3
|
…
|
|
strsignal.3
|
Declare strsignal(3) in <string.h>, per POSIX-2008, and adjust
|
2009-07-22 19:48:27 +00:00 |
strsignal.c
|
Declare strsignal(3) in <string.h>, per POSIX-2008, and adjust
|
2009-07-22 19:48:27 +00:00 |
strspn.3
|
…
|
|
strspn.c
|
Use a 'register only' str[c]spn() on 64 bit systems.
|
2009-07-30 21:42:06 +00:00 |
strstr.3
|
…
|
|
strtok.3
|
…
|
|
strtok.c
|
…
|
|
strtok_r.c
|
…
|
|
strxfrm.3
|
…
|
|
strxfrm.c
|
…
|
|
swab.3
|
.Nm -> .Fn.
|
2010-04-30 03:52:13 +00:00 |
swab.c
|
Special-case the (unlikely in practice) call with len = 2 - previously
|
2011-01-04 17:14:07 +00:00 |
wcscasecmp.3
|
Observe the following spelling:
|
2010-12-16 17:42:25 +00:00 |
wcscasecmp.c
|
…
|
|
wcscat.c
|
…
|
|
wcschr.c
|
…
|
|
wcscmp.c
|
merge christos-time_t
|
2009-01-11 02:45:45 +00:00 |
wcscpy.c
|
…
|
|
wcscspn.c
|
…
|
|
wcsdup.3
|
Observe the following spelling:
|
2010-12-16 17:42:25 +00:00 |
wcsdup.c
|
…
|
|
wcslcat.c
|
…
|
|
wcslcpy.c
|
…
|
|
wcslen.c
|
…
|
|
wcsncasecmp.c
|
…
|
|
wcsncat.c
|
…
|
|
wcsncmp.c
|
merge christos-time_t
|
2009-01-11 02:45:45 +00:00 |
wcsncpy.c
|
…
|
|
wcspbrk.c
|
…
|
|
wcsrchr.c
|
…
|
|
wcsspn.c
|
…
|
|
wcsstr.c
|
…
|
|
wcstok.3
|
Observe the following spelling:
|
2010-12-16 17:42:25 +00:00 |
wcstok.c
|
…
|
|
wcswcs.c
|
…
|
|
wcswidth.3
|
…
|
|
wmemchr.3
|
Observe the following spelling:
|
2010-12-16 17:42:25 +00:00 |
wmemchr.c
|
…
|
|
wmemcmp.c
|
merge christos-time_t
|
2009-01-11 02:45:45 +00:00 |
wmemcpy.c
|
…
|
|
wmemmove.c
|
…
|
|
wmemset.c
|
…
|
|