/sysdeps/x86_64/multiarch/ |
A D | strcspn.c | 22 # define strcspn __redirect_strcspn macro 24 # undef strcspn 26 # define SYMBOL_NAME strcspn 29 libc_ifunc_redirected (__redirect_strcspn, strcspn, IFUNC_SELECTOR ()); 32 __hidden_ver1 (strcspn, __GI_strcspn, __redirect_strcspn) 33 __attribute__ ((visibility ("hidden"))) __attribute_copy__ (strcspn);
|
A D | strcspn-sse2.S | 22 # define strcspn __strcspn_sse2 macro 25 # define libc_hidden_builtin_def(strcspn) argument
|
A D | strpbrk-sse2.S | 22 # define strcspn __strpbrk_sse2 macro
|
A D | Makefile | 36 strcspn-sse2 strpbrk-sse2 strspn-sse2 \ 37 strcspn-c strpbrk-c strspn-c varshift \ 88 CFLAGS-strcspn-c.c += -msse4
|
A D | ifunc-impl-list.c | 530 IFUNC_IMPL (i, name, strcspn, in __libc_ifunc_impl_list() 531 IFUNC_IMPL_ADD (array, i, strcspn, CPU_FEATURE_USABLE (SSE4_2), in __libc_ifunc_impl_list() 533 IFUNC_IMPL_ADD (array, i, strcspn, 1, __strcspn_sse2)) in __libc_ifunc_impl_list()
|
/sysdeps/powerpc/powerpc64/multiarch/ |
A D | strcspn.c | 23 #undef strcspn 24 extern __typeof (strcspn) __libc_strcspn; 26 extern __typeof (strcspn) __strcspn_ppc attribute_hidden; 27 extern __typeof (strcspn) __strcspn_power8 attribute_hidden; 35 weak_alias (__libc_strcspn, strcspn) 36 libc_hidden_builtin_def (strcspn)
|
A D | Makefile | 29 strspn-power8 strspn-ppc64 strcspn-power8 strcspn-ppc64 \
|
A D | ifunc-impl-list.c | 459 IFUNC_IMPL (i, name, strcspn, in __libc_ifunc_impl_list() 460 IFUNC_IMPL_ADD (array, i, strcspn, in __libc_ifunc_impl_list() 464 IFUNC_IMPL_ADD (array, i, strcspn, 1, in __libc_ifunc_impl_list()
|
/sysdeps/i386/i686/multiarch/ |
A D | strcspn.c | 22 # define strcspn __redirect_strcspn macro 24 # undef strcspn 26 # define SYMBOL_NAME strcspn 29 libc_ifunc_redirected (__redirect_strcspn, strcspn, IFUNC_SELECTOR ());
|
A D | strcspn-ia32.S | 21 # define strcspn __strcspn_ia32 macro 29 .globl __GI_strcspn; __GI_strcspn = strcspn
|
A D | Makefile | 23 strcspn-c strpbrk-c strspn-c \ 27 strrchr-ia32 strcpy-ia32 strcmp-ia32 strcspn-ia32 \ 31 CFLAGS-strcspn-c.c += -msse4
|
A D | ifunc-impl-list.c | 206 IFUNC_IMPL (i, name, strcspn, in __libc_ifunc_impl_list() 207 IFUNC_IMPL_ADD (array, i, strcspn, CPU_FEATURE_USABLE (SSE4_2), in __libc_ifunc_impl_list() 209 IFUNC_IMPL_ADD (array, i, strcspn, 1, __strcspn_ia32)) in __libc_ifunc_impl_list()
|
/sysdeps/s390/ |
A D | strcspn.c | 22 # define strcspn __redirect_strcspn macro 26 # undef strcspn 37 s390_libc_ifunc_expr (__redirect_strcspn, strcspn,
|
A D | Makefile | 90 strcspn strcspn-vx strcspn-c \
|
A D | strcspn-vx.S | 285 strong_alias (STRCSPN_Z13, strcspn)
|
/sysdeps/x86_64/ |
A D | strpbrk.S | 1 #define strcspn strpbrk macro
|
A D | strcspn.S | 25 ENTRY (strcspn) 118 END (strcspn) 119 libc_hidden_builtin_def (strcspn)
|
/sysdeps/i386/ |
A D | strcspn.S | 29 ENTRY (strcspn) 237 END (strcspn) 238 libc_hidden_builtin_def (strcspn)
|
A D | string-inlines.c | 172 return strcspn (s, reject); in __old_strcspn_g()
|
/sysdeps/sparc/sparc64/ |
A D | strcspn.S | 35 ENTRY(strcspn) 210 END(strcspn) 211 libc_hidden_builtin_def (strcspn)
|
/sysdeps/powerpc/powerpc64/power8/ |
A D | strspn.S | 45 # define STRSPN strcspn
|
/sysdeps/s390/multiarch/ |
A D | ifunc-impl-list.c | 401 IFUNC_IMPL (i, name, strcspn, in __libc_ifunc_impl_list() 403 IFUNC_IMPL_ADD (array, i, strcspn, in __libc_ifunc_impl_list() 407 IFUNC_IMPL_ADD (array, i, strcspn, 1, STRCSPN_C) in __libc_ifunc_impl_list()
|
/sysdeps/unix/sysv/linux/arc/ |
A D | libc.abilist | 1868 GLIBC_2.32 strcspn F
|
/sysdeps/mach/hurd/i386/ |
A D | libc.abilist | 1662 GLIBC_2.2.6 strcspn F
|
/sysdeps/unix/sysv/linux/riscv/rv32/ |
A D | libc.abilist | 1872 GLIBC_2.33 strcspn F
|