Home
last modified time | relevance | path

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

123

/sysdeps/x86_64/multiarch/
A Dstrspn.c22 # define strspn __redirect_strspn macro
24 # undef strspn
26 # define SYMBOL_NAME strspn
29 libc_ifunc_redirected (__redirect_strspn, strspn, IFUNC_SELECTOR ());
32 __hidden_ver1 (strspn, __GI_strspn, __redirect_strspn)
33 __attribute__ ((visibility ("hidden"))) __attribute_copy__ (strspn);
A Dstrspn-sse2.S22 # define strspn __strspn_sse2 macro
25 # define libc_hidden_builtin_def(strspn) argument
A DMakefile36 strcspn-sse2 strpbrk-sse2 strspn-sse2 \
37 strcspn-c strpbrk-c strspn-c varshift \
90 CFLAGS-strspn-c.c += -msse4
A Difunc-impl-list.c607 IFUNC_IMPL (i, name, strspn, in __libc_ifunc_impl_list()
608 IFUNC_IMPL_ADD (array, i, strspn, CPU_FEATURE_USABLE (SSE4_2), in __libc_ifunc_impl_list()
610 IFUNC_IMPL_ADD (array, i, strspn, 1, __strspn_sse2)) in __libc_ifunc_impl_list()
/sysdeps/powerpc/powerpc64/multiarch/
A Dstrspn.c23 #undef strspn
24 extern __typeof (strspn) __libc_strspn;
26 extern __typeof (strspn) __strspn_ppc attribute_hidden;
27 extern __typeof (strspn) __strspn_power8 attribute_hidden;
35 weak_alias (__libc_strspn, strspn)
36 libc_hidden_builtin_def (strspn)
A DMakefile29 strspn-power8 strspn-ppc64 strcspn-power8 strcspn-ppc64 \
A Difunc-impl-list.c450 IFUNC_IMPL (i, name, strspn, in __libc_ifunc_impl_list()
451 IFUNC_IMPL_ADD (array, i, strspn, in __libc_ifunc_impl_list()
455 IFUNC_IMPL_ADD (array, i, strspn, 1, in __libc_ifunc_impl_list()
/sysdeps/i386/i686/multiarch/
A Dstrspn.c22 # define strspn __redirect_strspn macro
24 # undef strspn
26 # define SYMBOL_NAME strspn
29 libc_ifunc_redirected (__redirect_strspn, strspn, IFUNC_SELECTOR ());
A Dstrspn-ia32.S21 # define strspn __strspn_ia32 macro
29 .globl __GI_strspn; __GI_strspn = strspn
A DMakefile23 strcspn-c strpbrk-c strspn-c \
28 strpbrk-ia32 strspn-ia32 strlen-ia32 stpcpy-ia32 \
33 CFLAGS-strspn-c.c += -msse4
A Difunc-impl-list.c270 IFUNC_IMPL (i, name, strspn, in __libc_ifunc_impl_list()
271 IFUNC_IMPL_ADD (array, i, strspn, CPU_FEATURE_USABLE (SSE4_2), in __libc_ifunc_impl_list()
273 IFUNC_IMPL_ADD (array, i, strspn, 1, __strspn_ia32)) in __libc_ifunc_impl_list()
/sysdeps/s390/
A Dstrspn.c22 # define strspn __redirect_strspn macro
26 # undef strspn
37 s390_libc_ifunc_expr (__redirect_strspn, strspn,
A DMakefile88 strspn strspn-vx strspn-c \
A Dstrspn-vx.S260 strong_alias (STRSPN_Z13, strspn)
/sysdeps/x86_64/
A Dstrspn.S24 ENTRY (strspn)
111 END (strspn)
112 libc_hidden_builtin_def (strspn)
/sysdeps/i386/
A Dstrspn.S29 ENTRY (strspn)
237 END (strspn)
238 libc_hidden_builtin_def (strspn)
A Dstring-inlines.c182 return strspn (s, accept); in __old_strspn_g()
/sysdeps/sparc/sparc64/
A Dstrspn.S35 ENTRY(strspn)
210 END(strspn)
211 libc_hidden_builtin_def (strspn)
/sysdeps/unix/sysv/linux/s390/
A Dtst-ptrace-singleblock.c139 buf_count = strspn (buf, "a"); in tracer_func()
/sysdeps/powerpc/powerpc64/power8/
A Dstrspn.S39 # define STRSPN strspn
/sysdeps/s390/multiarch/
A Difunc-impl-list.c377 IFUNC_IMPL (i, name, strspn, in __libc_ifunc_impl_list()
379 IFUNC_IMPL_ADD (array, i, strspn, in __libc_ifunc_impl_list()
383 IFUNC_IMPL_ADD (array, i, strspn, 1, STRSPN_C) in __libc_ifunc_impl_list()
/sysdeps/posix/
A Dtempname.c287 || strspn (&tmpl[len - x_suffix_len - suffixlen], "X") < x_suffix_len) in try_tempname_len()
/sysdeps/unix/sysv/linux/arc/
A Dlibc.abilist1900 GLIBC_2.32 strspn F
/sysdeps/mach/hurd/i386/
A Dlibc.abilist1681 GLIBC_2.2.6 strspn F
/sysdeps/unix/sysv/linux/riscv/rv32/
A Dlibc.abilist1906 GLIBC_2.33 strspn F

Completed in 28 milliseconds

123