Home
last modified time | relevance | path

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

12345

/glibc-2.36/sysdeps/x86_64/multiarch/
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);
DMakefile80 strcspn-sse4 \
120 CFLAGS-strcspn-sse4.c += -msse4
/glibc-2.36/sysdeps/powerpc/powerpc64/multiarch/
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)
DMakefile29 strspn-power8 strspn-ppc64 strcspn-power8 strcspn-ppc64 \
Difunc-impl-list.c420 IFUNC_IMPL (i, name, strcspn, in __libc_ifunc_impl_list()
421 IFUNC_IMPL_ADD (array, i, strcspn, in __libc_ifunc_impl_list()
425 IFUNC_IMPL_ADD (array, i, strcspn, 1, in __libc_ifunc_impl_list()
/glibc-2.36/sysdeps/i386/i686/multiarch/
Dstrcspn.c22 # define strcspn __redirect_strcspn macro
24 # undef strcspn
26 # define SYMBOL_NAME strcspn
29 libc_ifunc_redirected (__redirect_strcspn, strcspn, IFUNC_SELECTOR ());
Dstrcspn-ia32.S21 # define strcspn __strcspn_ia32 macro
29 .globl __GI_strcspn; __GI_strcspn = strcspn
DMakefile23 strcspn-c strpbrk-c strspn-c \
27 strrchr-ia32 strcpy-ia32 strcmp-ia32 strcspn-ia32 \
31 CFLAGS-strcspn-c.c += -msse4
Difunc-impl-list.c183 IFUNC_IMPL (i, name, strcspn, in __libc_ifunc_impl_list()
184 IFUNC_IMPL_ADD (array, i, strcspn, CPU_FEATURE_USABLE (SSE4_2), in __libc_ifunc_impl_list()
186 IFUNC_IMPL_ADD (array, i, strcspn, 1, __strcspn_ia32)) in __libc_ifunc_impl_list()
/glibc-2.36/sysdeps/s390/
Dstrcspn.c22 # define strcspn __redirect_strcspn macro
26 # undef strcspn
37 s390_libc_ifunc_expr (__redirect_strcspn, strcspn,
DMakefile90 strcspn strcspn-vx strcspn-c \
/glibc-2.36/string/
Dstrcspn.c22 #undef strcspn
25 # define STRCSPN strcspn
72 libc_hidden_builtin_def (strcspn)
DMakefile87 strcspn \
159 test-strcspn \
Dstrpbrk.c30 s += strcspn (s, accept); in STRPBRK()
Dstrsep.c33 end = begin + strcspn (begin, delim); in __strsep()
Dstrtok_r.c64 end = s + strcspn (s, delim); in __strtok_r()
Dtest-strcspn.c30 # define STRCSPN strcspn
DVersions39 strcspn; strdup; strerror; strerror_r; strfry; strlen; strncasecmp;
/glibc-2.36/sysdeps/x86_64/
Dstrcspn.c24 #define STRCSPN strcspn
26 libc_hidden_builtin_def (strcspn)
/glibc-2.36/sysdeps/i386/
Dstrcspn.S29 ENTRY (strcspn)
237 END (strcspn)
238 libc_hidden_builtin_def (strcspn)
/glibc-2.36/sysdeps/sparc/sparc64/
Dstrcspn.S35 ENTRY(strcspn)
210 END(strcspn)
211 libc_hidden_builtin_def (strcspn)
/glibc-2.36/posix/
Dtst-boost.c135 p = pattern + strcspn (pattern, " \t"); in main()
153 p = string + strcspn (string, " \t"); in main()
Dannexc.c774 result[result_len++] = xstrndup (start, strcspn (start, " (")); in get_null_defines()
855 line[8 + strcspn (&line[8], " (")] = '\0'; in check_header()
/glibc-2.36/sysdeps/s390/multiarch/
Difunc-impl-list.c381 IFUNC_IMPL (i, name, strcspn, in __libc_ifunc_impl_list()
383 IFUNC_IMPL_ADD (array, i, strcspn, in __libc_ifunc_impl_list()
387 IFUNC_IMPL_ADD (array, i, strcspn, 1, STRCSPN_C) in __libc_ifunc_impl_list()
/glibc-2.36/localedata/
Dcollate-test.c83 l = strcspn (line, ":(;"); in main()

12345