Home
last modified time | relevance | path

Searched refs:strchrnul (Results 1 – 25 of 101) sorted by relevance

12345

/glibc-2.36/sysdeps/x86_64/multiarch/
Dstrchrnul.c22 # define strchrnul __redirect_strchrnul macro
26 # undef strchrnul
28 # define SYMBOL_NAME strchrnul
33 weak_alias (__strchrnul, strchrnul)
DMakefile65 strchrnul-avx2 \
66 strchrnul-avx2-rtm \
67 strchrnul-evex \
68 strchrnul-sse2 \
Difunc-impl-list.c540 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/
DMakefile18 strchrnul-power8 strchrnul-power7 strchrnul-ppc64 \
Difunc-impl-list.c192 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()
Dstrchrnul.c38 weak_alias (__strchrnul, strchrnul)
/glibc-2.36/sysdeps/powerpc/powerpc32/power4/multiarch/
Difunc-impl-list.c162 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()
DMakefile10 strncase_l-power7 strchrnul-power7 strchrnul-ppc32 \
Dstrchrnul-ppc32.c26 extern __typeof (strchrnul) __strchrnul_ppc attribute_hidden;
Dstrchrnul.c34 weak_alias (__strchrnul, strchrnul)
/glibc-2.36/string/
Dstrchrnul.c28 #undef strchrnul
166 weak_alias (__strchrnul, strchrnul)
Dtester.c598 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()
Dstring.h281 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)
DMakefile82 strchrnul \
156 test-strchrnul \
/glibc-2.36/sysdeps/s390/
DMakefile86 strchrnul strchrnul-vx strchrnul-c \
Dstrchrnul.c38 weak_alias (__strchrnul, strchrnul)
Dstrchrnul-vx.S98 weak_alias (__strchrnul, strchrnul)
/glibc-2.36/sysdeps/powerpc/powerpc64/power8/
Dstrchrnul.S22 weak_alias (__strchrnul,strchrnul)
/glibc-2.36/sysdeps/x86_64/
Dstrchrnul.S27 weak_alias (__strchrnul, strchrnul)
/glibc-2.36/nscd/
Dres_hconf.c7 #define __strchrnul strchrnul
Dgai.c28 #define __strchrnul strchrnul
/glibc-2.36/stdlib/
Dgetsubopt.c29 # define __strchrnul strchrnul
/glibc-2.36/sysdeps/s390/multiarch/
Difunc-impl-list.c333 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/
Dtst-dlsym-error.c55 const char *message_without_path = strchrnul (message, ':'); in test_one()
/glibc-2.36/sysdeps/aarch64/
Dstrchrnul.S90 weak_alias (__strchrnul, strchrnul)

12345