glibc/string
Ondřej Bílka 3eb38795db Simplify strncat.
We rewrite strncat to use strnlen and malloc calls which simplifies code
an is faster as these functions are better optimized than original code.
2014-12-19 23:09:40 +01:00
..
bits Don't use __warn_memset_zero_len for gcc-5.0 or newer 2014-11-27 11:15:45 +05:30
_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 string: Cosmetic cleanup of string functions 2014-04-07 09:44:02 +01:00
bcopy.c PowerPC: optimized memmove for POWER7/PPC64 2014-07-07 15:41:21 -05:00
bug-envz1.c
bug-strcoll1.c
bug-strncat1.c
bug-strpbrk1.c
bug-strspn1.c
bug-strtok1.c
byteswap.h
bzero.c
Depend
endian.h
envz.c
envz.h
ffs.c
ffsll.c
inl-tester.c
Makefile Remove redundant C locale settings. 2014-06-07 19:58:36 +00:00
memccpy.c string: Cosmetic cleanup of string functions 2014-04-07 09:44:02 +01:00
memchr.c string/memchr.c: Merge from gnulib 2014-07-04 09:23:21 +01:00
memcmp.c
memcpy.c Fix -Wundef warning on PAGE_COPY_THRESHOLD 2014-07-03 01:49:43 +05:30
memfrob.c string: Cosmetic cleanup of string functions 2014-04-07 09:44:02 +01:00
memmem.c Fix locale memmem namespace (bug 17585). 2014-11-12 22:41:03 +00:00
memmove.c Fix -Wundef warning on PAGE_COPY_THRESHOLD 2014-07-03 01:49:43 +05:30
memory.h
mempcpy.c Fix build of C mempcpy and stpcpy. 2014-11-14 13:48:39 +00:00
memrchr.c
memset.c
noinl-tester.c
rawmemchr.c
stpcpy.c Fix build of C mempcpy and stpcpy. 2014-11-14 13:48:39 +00:00
stpncpy.c
str-two-way.h
stratcliff.c
strcasecmp_l.c
strcasecmp.c
strcasestr.c
strcat.c This patch improves strcat performance by using strlen and strcpy. Strlen has a fast C 2014-10-24 16:08:42 +00:00
strchr.c string: Cosmetic cleanup of string functions 2014-04-07 09:44:02 +01:00
strchrnul.c
strcmp.c string: Cosmetic cleanup of string functions 2014-04-07 09:44:02 +01:00
strcoll_l.c Speed up strcoll by inlining 2014-11-24 17:18:51 +05:30
strcoll.c string: Cosmetic cleanup of string functions 2014-04-07 09:44:02 +01:00
strcpy.c Fix typo. 2014-11-24 20:39:38 +00:00
strcspn.c PowerPC: optimized strcspn for PPC64/POWER7 2014-03-20 11:24:52 -05:00
strdup.c
strerror_l.c
strerror.c
strfry.c
string-inlines.c
string.h
strings.h
strlen.c string: Cosmetic cleanup of string functions 2014-04-07 09:44:02 +01:00
strncase_l.c
strncase.c
strncat.c Simplify strncat. 2014-12-19 23:09:40 +01:00
strncmp.c
strncpy.c Improve performance of strncpy. 2014-11-24 15:15:10 +00:00
strndup.c
strnlen.c
strpbrk.c PowerPC: optimized strpbrk for POWER7 2014-03-20 19:46:13 -05:00
strrchr.c
strsep.c
strsignal.c
strspn.c
strstr.c
strtok_r.c
strtok.c string: Cosmetic cleanup of string functions 2014-04-07 09:44:02 +01:00
strverscmp.c
strxfrm_l.c Move findidx nested functions to top-level. 2014-09-11 16:02:17 -07:00
strxfrm.c
swab.c
test-bcopy.c
test-bzero.c
test-ffs.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
test-memccpy.c
test-memchr.c
test-memcmp.c
test-memcpy.c
test-memmem.c
test-memmove.c
test-mempcpy.c
test-memrchr.c
test-memset.c
test-rawmemchr.c
test-stpcpy.c
test-stpncpy.c
test-strcasecmp.c
test-strcasestr.c
test-strcat.c
test-strchr.c Fix test-strchr.c warnings for wide string testing. 2014-11-26 12:52:08 +00:00
test-strchrnul.c
test-strcmp.c Fix v9/64-bit strcmp when string ends in multiple zero bytes. 2014-05-01 12:15:06 -07:00
test-strcpy.c
test-strcspn.c
test-string.h Remove TEST_IFUNC, tests-ifunc and *-ifunc.c tests. 2014-11-26 12:53:36 +00:00
test-strlen.c
test-strncasecmp.c
test-strncat.c
test-strncmp.c
test-strncpy.c
test-strnlen.c
test-strpbrk.c
test-strrchr.c
test-strspn.c
test-strstr.c
testcopy.c
tester.c Ignore warning in string/tester.c. 2014-12-16 10:32:07 +01:00
tst-bswap.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
tst-endian.c
tst-inlcall.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
tst-strcoll-overflow.c Fix tst-strcoll-overflow returning before timeout (BZ #17506) 2014-11-12 17:10:21 +05:30
tst-strfry.c
tst-strlen.c
tst-strtok_r.c
tst-strtok.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
tst-strxfrm2.c
tst-strxfrm.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
tst-svc2.c
tst-svc.c
tst-svc.expect
tst-svc.input
Versions
wordcopy.c
xpg-strerror.c