glibc/string
2013-08-27 12:21:12 +02:00
..
bits Avoid use of "register" as optimization hint. 2013-06-07 22:24:35 +00:00
_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-strncat1.c
bug-strpbrk1.c
bug-strspn1.c
bug-strtok1.c
byteswap.h Remove __GLIBC_HAVE_LONG_LONG. 2013-01-11 21:13:25 +00:00
bzero.c
Depend
endian.h Remove __GLIBC_HAVE_LONG_LONG. 2013-01-11 21:13:25 +00:00
envz.c
envz.h
ffs.c
ffsll.c
inl-tester.c
Makefile Fix missing declaration of LC_CTYPE nonascii-case element 2013-08-27 12:21:12 +02:00
memccpy.c Avoid use of "register" as optimization hint. 2013-06-07 22:24:35 +00:00
memchr.c Remove bp-sym.h and BP_SYM uses from C code. 2013-02-14 13:12:02 +00:00
memcmp.c Remove lots of inline keywords. 2013-02-07 14:44:18 -08:00
memcpy.c
memfrob.c
memmem.c
memmove.c Fix loop construction to functions calls 2013-06-20 19:42:05 -05:00
memory.h
mempcpy.c Call memcpy in generic mempcpy 2013-02-13 12:57:41 +01:00
memrchr.c
memset.c Fix loop construction to functions calls 2013-06-20 19:42:05 -05:00
noinl-tester.c
rawmemchr.c
stpcpy.c Avoid use of "register" as optimization hint. 2013-06-07 22:24:35 +00:00
stpncpy.c
str-two-way.h Fix typo, improve comment, remove superfluous #undefs, add missing #undef. 2013-02-12 00:00:49 +01:00
stratcliff.c
strcasecmp_l.c
strcasecmp.c
strcasestr.c
strcat.c
strchr.c
strchrnul.c
strcmp.c Avoid use of "register" as optimization hint. 2013-06-07 22:24:35 +00:00
strcoll_l.c Simplify strcoll implementation 2013-08-20 08:40:06 +05:30
strcoll.c
strcpy.c Remove __ptrvalue, __bounded and __unbounded. 2013-02-13 23:30:40 +00:00
strcspn.c
strdup.c
strerror_l.c
strerror.c
strfry.c
string-inlines.c
string.h Remove __GNUC__ conditions for "long long" from string.h and wchar.h. 2013-01-10 16:44:59 +00:00
strings.h
strlen.c
strncase_l.c
strncase.c
strncat.c
strncmp.c
strncpy.c
strndup.c
strnlen.c
strpbrk.c
strrchr.c Avoid use of "register" as optimization hint. 2013-06-07 22:24:35 +00:00
strsep.c
strsignal.c
strspn.c
strstr.c
strtok_r.c
strtok.c
strverscmp.c
strxfrm_l.c
strxfrm.c
swab.c
test-bcopy-ifunc.c
test-bcopy.c
test-bzero-ifunc.c
test-bzero.c
test-ffs.c
test-memccpy-ifunc.c
test-memccpy.c Remove performance-related bits from string tests 2013-06-11 15:08:13 +05:30
test-memchr-ifunc.c
test-memchr.c Remove performance-related bits from string tests 2013-06-11 15:08:13 +05:30
test-memcmp-ifunc.c
test-memcmp.c Add a test for BZ #15674 2013-06-26 15:23:08 -07:00
test-memcpy-ifunc.c
test-memcpy.c Remove performance-related bits from string tests 2013-06-11 15:08:13 +05:30
test-memmem-ifunc.c
test-memmem.c Remove performance-related bits from string tests 2013-06-11 15:08:13 +05:30
test-memmove-ifunc.c
test-memmove.c Fix loop construction to functions calls 2013-06-20 19:42:05 -05:00
test-mempcpy-ifunc.c
test-mempcpy.c
test-memset-ifunc.c
test-memset.c Fix loop construction to functions calls 2013-06-20 19:42:05 -05:00
test-rawmemchr-ifunc.c
test-rawmemchr.c Remove performance-related bits from string tests 2013-06-11 15:08:13 +05:30
test-stpcpy-ifunc.c
test-stpcpy.c
test-stpncpy-ifunc.c
test-stpncpy.c
test-strcasecmp-ifunc.c
test-strcasecmp.c Fix missing declaration of LC_CTYPE nonascii-case element 2013-08-27 12:21:12 +02:00
test-strcasestr-ifunc.c
test-strcasestr.c Remove performance-related bits from string tests 2013-06-11 15:08:13 +05:30
test-strcat-ifunc.c
test-strcat.c Remove performance-related bits from string tests 2013-06-11 15:08:13 +05:30
test-strchr-ifunc.c
test-strchr.c Remove performance-related bits from string tests 2013-06-11 15:08:13 +05:30
test-strchrnul-ifunc.c
test-strchrnul.c Add copyright header to test-strchrnul.c 2013-06-04 16:40:55 +05:30
test-strcmp-ifunc.c
test-strcmp.c Remove performance-related bits from string tests 2013-06-11 15:08:13 +05:30
test-strcpy-ifunc.c
test-strcpy.c Remove performance-related bits from string tests 2013-06-11 15:08:13 +05:30
test-strcspn-ifunc.c
test-strcspn.c
test-string.h Remove performance-related bits from string tests 2013-06-11 15:08:13 +05:30
test-strlen-ifunc.c
test-strlen.c Remove performance-related bits from string tests 2013-06-11 15:08:13 +05:30
test-strncasecmp-ifunc.c
test-strncasecmp.c Fix missing declaration of LC_CTYPE nonascii-case element 2013-08-27 12:21:12 +02:00
test-strncat-ifunc.c
test-strncat.c Remove performance-related bits from string tests 2013-06-11 15:08:13 +05:30
test-strncmp-ifunc.c
test-strncmp.c Remove performance-related bits from string tests 2013-06-11 15:08:13 +05:30
test-strncpy-ifunc.c
test-strncpy.c Remove performance-related bits from string tests 2013-06-11 15:08:13 +05:30
test-strnlen-ifunc.c
test-strnlen.c Remove performance-related bits from string tests 2013-06-11 15:08:13 +05:30
test-strpbrk-ifunc.c
test-strpbrk.c Remove performance-related bits from string tests 2013-06-11 15:08:13 +05:30
test-strrchr-ifunc.c
test-strrchr.c Remove performance-related bits from string tests 2013-06-11 15:08:13 +05:30
test-strspn-ifunc.c
test-strspn.c Remove performance-related bits from string tests 2013-06-11 15:08:13 +05:30
test-strstr-ifunc.c
test-strstr.c Remove performance-related bits from string tests 2013-06-11 15:08:13 +05:30
testcopy.c
tester.c
tst-bswap.c
tst-endian.c Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). 2013-05-16 11:32:54 -05:00
tst-inlcall.c
tst-strfry.c
tst-strlen.c
tst-strtok_r.c
tst-strtok.c
tst-strxfrm2.c
tst-strxfrm.c
tst-svc2.c
tst-svc.c
tst-svc.expect
tst-svc.input
Versions Sort Versions files 2013-02-17 16:34:04 +01:00
wordcopy.c
xpg-strerror.c