..
bits
string.h: fix __fortified_attr_access macro call [BZ #29162 ]
2022-05-23 13:56:43 +05:30
Depend
…
Makefile
…
Versions
…
_strerror.c
…
argz-addsep.c
…
argz-append.c
…
argz-count.c
…
argz-create.c
…
argz-ctsep.c
…
argz-delete.c
…
argz-extract.c
…
argz-insert.c
…
argz-next.c
…
argz-replace.c
…
argz-stringify.c
…
argz.h
…
basename.c
…
bcopy.c
…
bug-envz1.c
…
bug-strcoll1.c
…
bug-strcoll2.c
…
bug-strncat1.c
…
bug-strpbrk1.c
…
bug-strspn1.c
…
bug-strtok1.c
…
byteswap.h
…
bzero.c
…
endian.h
…
envz.c
…
envz.h
…
explicit_bzero.c
…
ffs.c
…
ffsll.c
…
inl-tester.c
…
memccpy.c
…
memchr.c
…
memcmp.c
…
memcmpeq.c
…
memcpy.c
…
memfrob.c
…
memmem.c
…
memmove.c
…
memory.h
…
mempcpy.c
…
memrchr.c
…
memset.c
…
noinl-tester.c
…
rawmemchr.c
…
sigabbrev_np.c
…
sigdescr_np.c
…
stpcpy.c
…
stpncpy.c
…
str-two-way.h
…
stratcliff.c
…
strcasecmp.c
…
strcasecmp_l.c
…
strcasestr.c
…
strcat.c
…
strchr.c
…
strchrnul.c
…
strcmp.c
…
strcoll.c
…
strcoll_l.c
Replace {u}int_fast{16|32} with {u}int32_t
2022-04-13 21:23:04 -05:00
strcpy.c
…
strcspn.c
…
strdup.c
…
strerror.c
…
strerror_l.c
…
strerrordesc_np.c
…
strerrorname_np.c
…
strfry.c
…
string-inlines.c
…
string.h
string.h: Fix boolean spelling in comments
2022-06-03 10:22:38 -07:00
strings.h
…
strlen.c
string: Replace outdated comments in strlen().
2022-04-09 11:45:31 -05:00
strncase.c
…
strncase_l.c
…
strncat.c
…
strncmp.c
…
strncpy.c
…
strndup.c
…
strnlen.c
…
strpbrk.c
…
strrchr.c
…
strsep.c
…
strsignal.c
…
strspn.c
…
strstr.c
…
strtok.c
…
strtok_r.c
…
strverscmp.c
…
strxfrm.c
…
strxfrm_l.c
Replace {u}int_fast{16|32} with {u}int32_t
2022-04-13 21:23:04 -05:00
swab.c
…
test-bcopy.c
…
test-bzero.c
…
test-endian-file-scope.c
…
test-endian-sign-conversion.c
…
test-endian-types.c
…
test-explicit_bzero.c
…
test-ffs.c
…
test-memccpy.c
tests/string: Drop simple/stupid/builtin tests
2022-04-06 20:53:24 +05:30
test-memchr.c
tests/string: Drop simple/stupid/builtin tests
2022-04-06 20:53:24 +05:30
test-memcmp.c
tests/string: Drop simple/stupid/builtin tests
2022-04-06 20:53:24 +05:30
test-memcmpeq.c
…
test-memcpy-large.c
…
test-memcpy-support.h
tests/string: Drop simple/stupid/builtin tests
2022-04-06 20:53:24 +05:30
test-memcpy.c
…
test-memmem.c
tests/string: Drop simple/stupid/builtin tests
2022-04-06 20:53:24 +05:30
test-memmove.c
tests/string: Drop simple/stupid/builtin tests
2022-04-06 20:53:24 +05:30
test-mempcpy.c
tests/string: Drop simple/stupid/builtin tests
2022-04-06 20:53:24 +05:30
test-memrchr.c
tests/string: Drop simple/stupid/builtin tests
2022-04-06 20:53:24 +05:30
test-memset.c
tests/string: Drop simple/stupid/builtin tests
2022-04-06 20:53:24 +05:30
test-rawmemchr.c
x86: Fix page cross case in rawmemchr-avx2 [BZ #29234 ]
2022-06-08 17:07:34 -07:00
test-sig_np.c
…
test-stpcpy.c
…
test-stpncpy.c
…
test-strcasecmp.c
tests/string: Drop simple/stupid/builtin tests
2022-04-06 20:53:24 +05:30
test-strcasestr.c
tests/string: Drop simple/stupid/builtin tests
2022-04-06 20:53:24 +05:30
test-strcat.c
tests/string: Drop simple/stupid/builtin tests
2022-04-06 20:53:24 +05:30
test-strchr.c
tests/string: Drop simple/stupid/builtin tests
2022-04-06 20:53:24 +05:30
test-strchrnul.c
…
test-strcmp.c
tests/string: Drop simple/stupid/builtin tests
2022-04-06 20:53:24 +05:30
test-strcpy.c
tests/string: Drop simple/stupid/builtin tests
2022-04-06 20:53:24 +05:30
test-strcspn.c
…
test-strerror-errno.c
…
test-string.h
…
test-strlen.c
tests/string: Drop simple/stupid/builtin tests
2022-04-06 20:53:24 +05:30
test-strncasecmp.c
tests/string: Drop simple/stupid/builtin tests
2022-04-06 20:53:24 +05:30
test-strncat.c
tests/string: Drop simple/stupid/builtin tests
2022-04-06 20:53:24 +05:30
test-strncmp.c
tests/string: Drop simple/stupid/builtin tests
2022-04-06 20:53:24 +05:30
test-strncpy.c
tests/string: Drop simple/stupid/builtin tests
2022-04-06 20:53:24 +05:30
test-strnlen.c
String: Improve overflow test coverage for strnlen
2022-05-25 14:23:54 -07:00
test-strpbrk.c
tests/string: Drop simple/stupid/builtin tests
2022-04-06 20:53:24 +05:30
test-strrchr.c
tests/string: Drop simple/stupid/builtin tests
2022-04-06 20:53:24 +05:30
test-strspn.c
tests/string: Drop simple/stupid/builtin tests
2022-04-06 20:53:24 +05:30
test-strstr.c
tests/string: Drop simple/stupid/builtin tests
2022-04-06 20:53:24 +05:30
testcopy.c
…
tester.c
…
tst-bswap.c
…
tst-cmp.c
…
tst-endian.c
…
tst-inlcall.c
…
tst-memmove-overflow.c
…
tst-strcoll-overflow.c
…
tst-strerror.c
…
tst-strfry.c
…
tst-strlen.c
…
tst-strsignal.c
…
tst-strtok.c
…
tst-strtok_r.c
…
tst-strxfrm.c
…
tst-strxfrm2.c
…
tst-svc.c
…
tst-svc.expect
…
tst-svc.input
…
tst-svc2.c
…
tst-xbzero-opt.c
…
wordcopy.c
…
xpg-strerror.c
…