NetBSD/lib/libc/string
riastradh 45c2d29183 strncpy(3): More on how strlcpy is not a safe strncpy replacement. 2023-08-13 11:27:22 +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 Install strncpy.3 to fix build 2023-08-11 13:07:17 +00:00
__strsignal.c
bcmp.3
bcopy.3
bm.3
bm.c
bstring.3
bzero.3
consttime_memequal.3
explicit_memset.3
ffs.3
index.3
index.c
memccpy.3
memccpy.c
memchr.3
memcmp.3
memcpy.3 memcpy: consistency in prototype and fix sentence 2023-08-13 04:20:07 +00:00
memmem.3
memmove.3
mempcpy.c Add companion mempcpy to wmempcpy, bump. 2023-08-01 17:51:24 +00:00
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
rindex.c
stpcpy.c
stpncpy.c
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 Note that strchrnul() first appeared in glibc 2.1.1 and appeared in 2023-01-31 01:42:32 +00:00
strcmp.3 Add missing words and fix grammar. 2016-07-14 17:09:03 +00:00
strcoll.3
strcoll.c
strcpy.3 strcpy(3), strlcpy(3), strncpy(3): Just say `byte', not `character'. 2023-08-11 21:17:16 +00:00
strcspn.3
strdup.3
strdup.c
strerror.3 Move the note about sys_errlist[] users to COMPATIBILITY, and strengthen it. 2020-04-04 21:29:54 +00:00
strerror.c Protect against malloc failure corrupting errno, which is not 2020-03-25 16:10:17 +00:00
strerror_r.c Arrange that strerror(-1) prints "Unknown error: -1" and not the 2020-03-25 16:15:41 +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 strlcpy(3): Tweak markup. 2023-08-11 21:30:32 +00:00
strlen.3
strmode.3
strmode.c
strncpy.3 strncpy(3): More on how strlcpy is not a safe strncpy replacement. 2023-08-13 11:27:22 +00:00
strndup.c
strnstr.c
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
strspn.3
strstr.3
strtok.3
strtok.c
strtok_r.c
strxfrm.3 restore the removed "function does something horrible" description, 2019-03-18 02:15:21 +00:00
strxfrm.c
swab.3
swab.c swab(3): Rewrite this to be understandable. 2022-12-28 15:34:19 +00:00
wcscasecmp.3 Fix sentence. 2016-07-14 16:09:56 +00:00
wcscasecmp.c
wcscat.c
wcschr.c
wcscmp.c
wcscpy.c
wcscspn.c
wcscspn_bloom.h
wcsdup.3
wcsdup.c reallocarr returns errno. preserve it. 2022-03-12 17:31:39 +00:00
wcslcat.c
wcslcpy.c
wcslen.c
wcsncasecmp.c
wcsncat.c
wcsncmp.c
wcsncpy.c
wcsnlen.c Add NetBSD CVS Id on top of the wcsnlen.c file 2016-10-15 14:30:36 +00:00
wcspbrk.c
wcsrchr.c
wcsspn.c
wcsstr.c
wcstok.3
wcstok.c
wcswcs.c
wcswidth.3
wmemchr.3 new gdb needs wmempcpy, give it to it. 2023-07-31 17:38:28 +00:00
wmemchr.c
wmemcmp.c
wmemcpy.c
wmemmove.c
wmempcpy.c new gdb needs wmempcpy, give it to it. 2023-07-31 17:38:28 +00:00
wmemset.c