glibc/sysdeps/s390
Adhemerval Zanella 2a969b53c0 elf: Do not duplicate the GLIBC_TUNABLES string
The tunable parsing duplicates the tunable environment variable so it
null-terminates each one since it simplifies the later parsing. It has
the drawback of adding another point of failure (__minimal_malloc
failing), and the memory copy requires tuning the compiler to avoid mem
operations calls.

The parsing now tracks the tunable start and its size. The
dl-tunable-parse.h adds helper functions to help parsing, like a strcmp
that also checks for size and an iterator for suboptions that are
comma-separated (used on hwcap parsing by x86, powerpc, and s390x).

Since the environment variable is allocated on the stack by the kernel,
it is safe to keep the references to the suboptions for later parsing
of string tunables (as done by set_hwcaps by multiple architectures).

Checked on x86_64-linux-gnu, powerpc64le-linux-gnu, and
aarch64-linux-gnu.
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
2023-12-19 13:25:45 -03:00
..
bits Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
fpu s390: Fix undefined behaviour in feenableexcept, fedisableexcept [BZ #30960] 2023-10-19 14:28:22 +02:00
multiarch s390: Use dl-symbol-redir-ifunc.h on cpu-tunables 2023-11-21 16:15:42 -03:00
nptl Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
s390-32 elf: Remove LD_PROFILE for static binaries 2023-11-21 16:15:42 -03:00
s390-64 Avoid padding in _init and _fini. [BZ #31042] 2023-11-30 13:31:23 +01:00
abort-instr.h S390: Use __asm__ instead of asm. 2015-11-20 08:56:40 +01:00
asm-syntax.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
atomic-machine.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
configure configure: Use autoconf 2.71 2023-07-17 10:08:10 -04:00
configure.ac S390: Use compile-only instead of also link-tests in configure. 2023-05-22 09:58:58 +02:00
cpu-features.c elf: Do not duplicate the GLIBC_TUNABLES string 2023-12-19 13:25:45 -03:00
cpu-features.h S390: Influence hwcaps/stfle via GLIBC_TUNABLES. 2023-02-07 09:19:27 +01:00
dl-irel.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
dl-procinfo-s390.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
dl-procinfo.c S390: Influence hwcaps/stfle via GLIBC_TUNABLES. 2023-02-07 09:19:27 +01:00
dl-procinfo.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
dl-tls.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
dl-tunables.list S390: Influence hwcaps/stfle via GLIBC_TUNABLES. 2023-02-07 09:19:27 +01:00
elf-initfini.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ffs.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
fix-fp-int-convert-overflow.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
gccframe.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
gconv-modules-s390.conf Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
hp-timing.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-memccpy.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-memchr.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-memcmp.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-memcpy.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-memmem.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-memrchr.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-memset.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-rawmemchr.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-stpcpy.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-stpncpy.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-strcat.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-strchr.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-strchrnul.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-strcmp.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-strcpy.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-strcspn.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-strlen.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-strncat.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-strncmp.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-strncpy.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-strnlen.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-strpbrk.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-strrchr.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-strspn.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-strstr.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-wcpcpy.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-wcpncpy.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-wcscat.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-wcschr.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-wcschrnul.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-wcscmp.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-wcscpy.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-wcscspn.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-wcslen.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-wcsncat.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-wcsncmp.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-wcsncpy.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-wcsnlen.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-wcspbrk.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-wcsrchr.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-wcsspn.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-wmemchr.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-wmemcmp.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ifunc-wmemset.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
Implies * math/divtc3.c: New file. 2006-02-01 03:02:06 +00:00
iso-8859-1_cp037_z900.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
jmpbuf-offsets.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
jmpbuf-unwind.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ldsodefs.h S390: Influence hwcaps/stfle via GLIBC_TUNABLES. 2023-02-07 09:19:27 +01:00
libc-start.c S390: Influence hwcaps/stfle via GLIBC_TUNABLES. 2023-02-07 09:19:27 +01:00
libc-tls.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
linkmap.h S390: Use DT_JUMPREL in prelink undo code. 2016-07-06 15:22:35 +02:00
longjmp.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
machine-gmon.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
Makefile sysdeps/s390: Exclude fortified routines from being built with _FORTIFY_SOURCE 2023-07-10 14:48:04 +02:00
memccpy-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
memccpy-vx.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
memccpy.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
memchr-vx.S Fix misspellings in sysdeps/ -- BZ 25337 2023-05-30 23:02:29 +00:00
memchr-z900.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
memchr.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
memcmp-z900.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
memcmp.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
memcopy.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
memcpy-z900.S Fix misspellings in sysdeps/ -- BZ 25337 2023-05-30 23:02:29 +00:00
memcpy.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
memmem-arch13.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
memmem-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
memmem-vx.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
memmem.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
memmove-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
memmove.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
mempcpy.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
memrchr-c.c string: Add libc_hidden_proto for memrchr 2023-02-08 17:13:58 -03:00
memrchr-vx.S s390: Fix build for -march=z13 2023-02-20 17:16:29 -03:00
memrchr.c string: Add libc_hidden_proto for memrchr 2023-02-08 17:13:58 -03:00
memset-z900.S Fix misspellings in sysdeps/ -- BZ 25337 2023-05-30 23:02:29 +00:00
memset.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
preconfigure Move base_machine and machine settings from configure.ac to sysdeps preconfigure fragments. 2014-06-25 17:52:56 +00:00
rawmemchr-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
rawmemchr-vx.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
rawmemchr.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
sotruss-lib.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
stackinfo.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
stpcpy-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
stpcpy-vx.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
stpcpy.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
stpncpy-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
stpncpy-vx.S Fix misspellings in sysdeps/ -- BZ 25337 2023-05-30 23:02:29 +00:00
stpncpy.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strcat-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strcat-vx.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strcat.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strchr-c.c string: Improve generic strchr 2023-02-06 16:19:35 -03:00
strchr-vx.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strchr.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strchrnul-c.c string: Add libc_hidden_proto for strchrnul 2023-02-08 17:13:56 -03:00
strchrnul-vx.S s390: Fix build for -march=z13 2023-02-20 17:16:29 -03:00
strchrnul.c string: Add libc_hidden_proto for strchrnul 2023-02-08 17:13:56 -03:00
strcmp-vx.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strcmp-z900.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strcmp.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strcpy-vx.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strcpy-z900.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strcpy.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strcspn-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strcspn-vx.S Fix misspellings in sysdeps/ -- BZ 25337 2023-05-30 23:02:29 +00:00
strcspn.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strlen-c.c string: Improve generic strlen 2023-02-06 16:19:35 -03:00
strlen-vx.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strlen.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strncat-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strncat-vx.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strncat.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strncmp-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strncmp-vx.S Fix misspellings in sysdeps/ -- BZ 25337 2023-05-30 23:02:29 +00:00
strncmp.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strncpy-vx.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strncpy.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strnlen-c.c string: Improve generic strnlen with memchr 2023-02-06 16:19:35 -03:00
strnlen-vx.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strnlen.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strpbrk-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strpbrk-vx.S Fix misspellings in sysdeps/ -- BZ 25337 2023-05-30 23:02:29 +00:00
strpbrk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strrchr-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strrchr-vx.S Fix misspellings in sysdeps/ -- BZ 25337 2023-05-30 23:02:29 +00:00
strrchr.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strspn-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strspn-vx.S Fix misspellings in sysdeps/ -- BZ 25337 2023-05-30 23:02:29 +00:00
strspn.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strstr-arch13.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strstr-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strstr-vx.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strstr.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-dl-runtime-mod.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-dl-runtime-profile-audit.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-dl-runtime-profile-noaudit.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-dl-runtime-resolve-audit.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-dl-runtime-resolve-noaudit.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-dl-runtime.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
unwind-arch.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
utf8-utf16-z9.c Fix misspellings in sysdeps/ -- BZ 25337 2023-05-30 23:02:29 +00:00
utf8-utf32-z9.c Fix misspellings in sysdeps/ -- BZ 25337 2023-05-30 23:02:29 +00:00
utf16-utf32-z9.c Fix misspellings in sysdeps/ -- BZ 25337 2023-05-30 23:02:29 +00:00
Versions S/390: Revert the jmp_buf/ucontext_t ABI change. 2014-07-31 20:04:54 +02:00
wcpcpy-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcpcpy-vx.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcpcpy.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcpncpy-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcpncpy-vx.S Fix misspellings in sysdeps/ -- BZ 25337 2023-05-30 23:02:29 +00:00
wcpncpy.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcscat-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcscat-vx.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcscat.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcschr-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcschr-vx.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcschr.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcschrnul-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcschrnul-vx.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcschrnul.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcscmp-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcscmp-vx.S Fix misspellings in sysdeps/ -- BZ 25337 2023-05-30 23:02:29 +00:00
wcscmp.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcscpy-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcscpy-vx.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcscpy.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcscspn-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcscspn-vx.S Fix misspellings in sysdeps/ -- BZ 25337 2023-05-30 23:02:29 +00:00
wcscspn.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcslen-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcslen-vx.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcslen.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcsncat-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcsncat-vx.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcsncat.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcsncmp-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcsncmp-vx.S Fix misspellings in sysdeps/ -- BZ 25337 2023-05-30 23:02:29 +00:00
wcsncmp.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcsncpy-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcsncpy-vx.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcsncpy.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcsnlen-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcsnlen-vx.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcsnlen.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcspbrk-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcspbrk-vx.S Fix misspellings in sysdeps/ -- BZ 25337 2023-05-30 23:02:29 +00:00
wcspbrk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcsrchr-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcsrchr-vx.S Fix misspellings in sysdeps/ -- BZ 25337 2023-05-30 23:02:29 +00:00
wcsrchr.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcsspn-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcsspn-vx.S Fix misspellings in sysdeps/ -- BZ 25337 2023-05-30 23:02:29 +00:00
wcsspn.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wmemchr-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wmemchr-vx.S Fix misspellings in sysdeps/ -- BZ 25337 2023-05-30 23:02:29 +00:00
wmemchr.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wmemcmp-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wmemcmp-vx.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wmemcmp.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wmemset-c.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wmemset-vx.S Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wmemset.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00