Home
last modified time | relevance | path

Searched refs:strcspn (Results 1 – 25 of 55) sorted by relevance

123

/sysdeps/x86_64/multiarch/
A Dstrcspn.c22 # 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 Dstrcspn-sse2.S22 # define strcspn __strcspn_sse2 macro
25 # define libc_hidden_builtin_def(strcspn) argument
A Dstrpbrk-sse2.S22 # define strcspn __strpbrk_sse2 macro
A DMakefile36 strcspn-sse2 strpbrk-sse2 strspn-sse2 \
37 strcspn-c strpbrk-c strspn-c varshift \
88 CFLAGS-strcspn-c.c += -msse4
A Difunc-impl-list.c530 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 Dstrcspn.c23 #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 DMakefile29 strspn-power8 strspn-ppc64 strcspn-power8 strcspn-ppc64 \
A Difunc-impl-list.c459 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 Dstrcspn.c22 # define strcspn __redirect_strcspn macro
24 # undef strcspn
26 # define SYMBOL_NAME strcspn
29 libc_ifunc_redirected (__redirect_strcspn, strcspn, IFUNC_SELECTOR ());
A Dstrcspn-ia32.S21 # define strcspn __strcspn_ia32 macro
29 .globl __GI_strcspn; __GI_strcspn = strcspn
A DMakefile23 strcspn-c strpbrk-c strspn-c \
27 strrchr-ia32 strcpy-ia32 strcmp-ia32 strcspn-ia32 \
31 CFLAGS-strcspn-c.c += -msse4
A Difunc-impl-list.c206 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 Dstrcspn.c22 # define strcspn __redirect_strcspn macro
26 # undef strcspn
37 s390_libc_ifunc_expr (__redirect_strcspn, strcspn,
A DMakefile90 strcspn strcspn-vx strcspn-c \
A Dstrcspn-vx.S285 strong_alias (STRCSPN_Z13, strcspn)
/sysdeps/x86_64/
A Dstrpbrk.S1 #define strcspn strpbrk macro
A Dstrcspn.S25 ENTRY (strcspn)
118 END (strcspn)
119 libc_hidden_builtin_def (strcspn)
/sysdeps/i386/
A Dstrcspn.S29 ENTRY (strcspn)
237 END (strcspn)
238 libc_hidden_builtin_def (strcspn)
A Dstring-inlines.c172 return strcspn (s, reject); in __old_strcspn_g()
/sysdeps/sparc/sparc64/
A Dstrcspn.S35 ENTRY(strcspn)
210 END(strcspn)
211 libc_hidden_builtin_def (strcspn)
/sysdeps/powerpc/powerpc64/power8/
A Dstrspn.S45 # define STRSPN strcspn
/sysdeps/s390/multiarch/
A Difunc-impl-list.c401 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 Dlibc.abilist1868 GLIBC_2.32 strcspn F
/sysdeps/mach/hurd/i386/
A Dlibc.abilist1662 GLIBC_2.2.6 strcspn F
/sysdeps/unix/sysv/linux/riscv/rv32/
A Dlibc.abilist1872 GLIBC_2.33 strcspn F

Completed in 18 milliseconds

123