NetBSD/lib/libc/string
mrg 1140fdffca restore the removed "function does something horrible" description,
but leave the real description as well.
2019-03-18 02:15:21 +00:00
..
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 Add strerror_ss_r to be used by syslog_ss 2017-01-12 00:35:38 +00:00
__strsignal.c Use C89 Prototypes. 2012-03-20 17:44:17 +00:00
bcmp.3 Mark these obsolete as well. 2012-05-05 21:24:19 +00:00
bcopy.3 PR 49988 Kamil Rytarowski: fix pasto 2015-06-20 04:18:00 +00:00
bm.3 Update synopses to match u_int/u_long/etc. changes. Do not bump date as 2016-01-23 00:43:42 +00:00
bm.c PR/42032 fixed overrun in bm_exec(), free(3) clean ups 2014-06-23 10:43:25 +00:00
bstring.3
bzero.3
consttime_memequal.3 Explain why there is no consttime_memcmp(). 2015-03-23 07:41:16 +00:00
explicit_memset.3 Make explicit_memset match memset's return value. 2013-08-28 15:46:23 +00:00
ffs.3
index.3 Bump date for previous. 2012-05-05 21:18:43 +00:00
index.c
memccpy.3
memccpy.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
memchr.3
memcmp.3 Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset. 2013-06-24 04:21:19 +00:00
memcpy.3
memmem.3
memmove.3
memrchr.c
memset.3 Grammar 2016-08-04 16:36:45 +00:00
popcount.3 Fix grammar. 2016-07-14 18:21:31 +00:00
rindex.3 Bump date for previous. 2012-05-05 21:18:43 +00:00
rindex.c
stpcpy.c Fix build problems. 2013-11-06 21:05:27 +00:00
stpncpy.c Fix build problems. 2013-11-06 21:05:27 +00:00
strcasecmp.3 Fix grammar and be consistent between using zero and 0. 2016-07-13 09:05:16 +00:00
strcasestr.c
strcat.3
strchr.3 Add missing word. 2016-10-16 05:28:33 +00:00
strcmp.3 Add missing words and fix grammar. 2016-07-14 17:09:03 +00:00
strcoll.3
strcoll.c Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. 2013-05-17 12:55:56 +00:00
strcpy.3 Strengthen prohibition against overlapping in strcpy(3). 2015-04-01 20:18:17 +00:00
strcspn.3
strdup.3
strdup.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
strerror.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
strerror.c Fix non _REENTRANT build. 2015-01-20 18:31:24 +00:00
strerror_r.c PR/51814: Ngie Cooper: add <stdio.h> since sys_nerr is declared there on 2017-01-10 20:25:48 +00:00
strerror_ss.c put back strerror_ss, it will be used shortly. 2017-01-12 00:43:55 +00:00
stresep.c PR/52499: Justin: stresep uses memmove with of-by-one length 2017-08-23 10:27:41 +00:00
string.3 Clean up the NAME section. 2017-04-26 07:40:09 +00:00
strings.3 Remove names from the NAME section which have their own man pages. 2017-06-17 10:48:09 +00:00
strlcpy.3
strlen.3
strmode.3
strmode.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
strndup.c
strnstr.c add strnstr.c from FreeBSD 2014-09-24 22:21:33 +00:00
strpbrk.3
strrchr.3
strsep.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
strsignal.3
strsignal.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
strspn.3
strstr.3 NUL byte instead of null byte. 2014-09-24 18:43:21 +00:00
strtok.3
strtok.c
strtok_r.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
strxfrm.3 restore the removed "function does something horrible" description, 2019-03-18 02:15:21 +00:00
strxfrm.c Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. 2013-05-17 12:55:56 +00:00
swab.3
swab.c
wcscasecmp.3 Fix sentence. 2016-07-14 16:09:56 +00:00
wcscasecmp.c Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. 2013-05-17 12:55:56 +00:00
wcscat.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
wcschr.c
wcscmp.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
wcscpy.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
wcscspn.c In wcscspn and wcspbrk, handle set size of 0 and 1 explicitly. 2011-11-24 18:44:25 +00:00
wcscspn_bloom.h If we have to cast, do it properly. 2011-11-25 17:48:22 +00:00
wcsdup.3 Add "wide" to description. From OpenBSD via Ingo Schwarze. 2012-12-28 13:53:12 +00:00
wcsdup.c
wcslcat.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
wcslcpy.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
wcslen.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
wcsncasecmp.c Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. 2013-05-17 12:55:56 +00:00
wcsncat.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
wcsncmp.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
wcsncpy.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
wcsnlen.c Add NetBSD CVS Id on top of the wcsnlen.c file 2016-10-15 14:30:36 +00:00
wcspbrk.c In wcscspn and wcspbrk, handle set size of 0 and 1 explicitly. 2011-11-24 18:44:25 +00:00
wcsrchr.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
wcsspn.c Clean up a bit in preparation for more serious changes 2011-11-21 15:02:48 +00:00
wcsstr.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
wcstok.3
wcstok.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
wcswcs.c
wcswidth.3
wmemchr.3 Import wcsnlen(3) to libc 2016-10-15 14:21:59 +00:00
wmemchr.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
wmemcmp.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
wmemcpy.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
wmemmove.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
wmemset.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00