/glibc-2.36/sysdeps/x86_64/multiarch/ |
D | strchrnul.c | 22 # define strchrnul __redirect_strchrnul macro 26 # undef strchrnul 28 # define SYMBOL_NAME strchrnul 33 weak_alias (__strchrnul, strchrnul)
|
D | Makefile | 65 strchrnul-avx2 \ 66 strchrnul-avx2-rtm \ 67 strchrnul-evex \ 68 strchrnul-sse2 \
|
D | ifunc-impl-list.c | 540 IFUNC_IMPL (i, name, strchrnul, in __libc_ifunc_impl_list() 541 X86_IFUNC_IMPL_ADD_V4 (array, i, strchrnul, in __libc_ifunc_impl_list() 546 X86_IFUNC_IMPL_ADD_V3 (array, i, strchrnul, in __libc_ifunc_impl_list() 550 X86_IFUNC_IMPL_ADD_V3 (array, i, strchrnul, in __libc_ifunc_impl_list() 557 X86_IFUNC_IMPL_ADD_V2 (array, i, strchrnul, in __libc_ifunc_impl_list()
|
/glibc-2.36/sysdeps/powerpc/powerpc64/multiarch/ |
D | Makefile | 18 strchrnul-power8 strchrnul-power7 strchrnul-ppc64 \
|
D | ifunc-impl-list.c | 192 IFUNC_IMPL (i, name, strchrnul, in __libc_ifunc_impl_list() 193 IFUNC_IMPL_ADD (array, i, strchrnul, in __libc_ifunc_impl_list() 197 IFUNC_IMPL_ADD (array, i, strchrnul, in __libc_ifunc_impl_list() 200 IFUNC_IMPL_ADD (array, i, strchrnul, 1, in __libc_ifunc_impl_list()
|
D | strchrnul.c | 38 weak_alias (__strchrnul, strchrnul)
|
/glibc-2.36/sysdeps/powerpc/powerpc32/power4/multiarch/ |
D | ifunc-impl-list.c | 162 IFUNC_IMPL (i, name, strchrnul, in __libc_ifunc_impl_list() 163 IFUNC_IMPL_ADD (array, i, strchrnul, in __libc_ifunc_impl_list() 166 IFUNC_IMPL_ADD (array, i, strchrnul, 1, in __libc_ifunc_impl_list()
|
D | Makefile | 10 strncase_l-power7 strchrnul-power7 strchrnul-ppc32 \
|
D | strchrnul-ppc32.c | 26 extern __typeof (strchrnul) __strchrnul_ppc attribute_hidden;
|
D | strchrnul.c | 34 weak_alias (__strchrnul, strchrnul)
|
/glibc-2.36/string/ |
D | strchrnul.c | 28 #undef strchrnul 166 weak_alias (__strchrnul, strchrnul)
|
D | tester.c | 598 cp = strchrnul ((os = "abcd"), 'z'); in test_strchrnul() 602 check (strchrnul (one, 'c') == one+2, 3); /* Basic test. */ in test_strchrnul() 603 check (strchrnul (one, 'd') == one+3, 4); /* End of string. */ in test_strchrnul() 604 check (strchrnul (one, 'a') == one, 5); /* Beginning. */ in test_strchrnul() 605 check (strchrnul (one, '\0') == one+4, 6); /* Finding NUL. */ in test_strchrnul() 607 check (strchrnul (one, 'b') == one+1, 7); /* Finding first. */ in test_strchrnul() 609 check (strchrnul (one, 'b') == one, 8); /* Empty string. */ in test_strchrnul() 610 check (strchrnul (one, '\0') == one, 9); /* NUL in empty string. */ in test_strchrnul() 620 cp = strchrnul (p, '/'); in test_strchrnul()
|
D | string.h | 281 extern "C++" char *strchrnul (char *__s, int __c) 283 extern "C++" const char *strchrnul (const char *__s, int __c) 286 extern char *strchrnul (const char *__s, int __c)
|
D | Makefile | 82 strchrnul \ 156 test-strchrnul \
|
/glibc-2.36/sysdeps/s390/ |
D | Makefile | 86 strchrnul strchrnul-vx strchrnul-c \
|
D | strchrnul.c | 38 weak_alias (__strchrnul, strchrnul)
|
D | strchrnul-vx.S | 98 weak_alias (__strchrnul, strchrnul)
|
/glibc-2.36/sysdeps/powerpc/powerpc64/power8/ |
D | strchrnul.S | 22 weak_alias (__strchrnul,strchrnul)
|
/glibc-2.36/sysdeps/x86_64/ |
D | strchrnul.S | 27 weak_alias (__strchrnul, strchrnul)
|
/glibc-2.36/nscd/ |
D | res_hconf.c | 7 #define __strchrnul strchrnul
|
D | gai.c | 28 #define __strchrnul strchrnul
|
/glibc-2.36/stdlib/ |
D | getsubopt.c | 29 # define __strchrnul strchrnul
|
/glibc-2.36/sysdeps/s390/multiarch/ |
D | ifunc-impl-list.c | 333 IFUNC_IMPL (i, name, strchrnul, in __libc_ifunc_impl_list() 335 IFUNC_IMPL_ADD (array, i, strchrnul, in __libc_ifunc_impl_list() 339 IFUNC_IMPL_ADD (array, i, strchrnul, 1, STRCHRNUL_C) in __libc_ifunc_impl_list()
|
/glibc-2.36/elf/ |
D | tst-dlsym-error.c | 55 const char *message_without_path = strchrnul (message, ':'); in test_one()
|
/glibc-2.36/sysdeps/aarch64/ |
D | strchrnul.S | 90 weak_alias (__strchrnul, strchrnul)
|