/glibc-2.36/sysdeps/x86_64/multiarch/ |
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);
|
D | Makefile | 80 strcspn-sse4 \ 120 CFLAGS-strcspn-sse4.c += -msse4
|
/glibc-2.36/sysdeps/powerpc/powerpc64/multiarch/ |
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)
|
D | Makefile | 29 strspn-power8 strspn-ppc64 strcspn-power8 strcspn-ppc64 \
|
D | ifunc-impl-list.c | 420 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/ |
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 ());
|
D | strcspn-ia32.S | 21 # define strcspn __strcspn_ia32 macro 29 .globl __GI_strcspn; __GI_strcspn = strcspn
|
D | Makefile | 23 strcspn-c strpbrk-c strspn-c \ 27 strrchr-ia32 strcpy-ia32 strcmp-ia32 strcspn-ia32 \ 31 CFLAGS-strcspn-c.c += -msse4
|
D | ifunc-impl-list.c | 183 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/ |
D | strcspn.c | 22 # define strcspn __redirect_strcspn macro 26 # undef strcspn 37 s390_libc_ifunc_expr (__redirect_strcspn, strcspn,
|
D | Makefile | 90 strcspn strcspn-vx strcspn-c \
|
/glibc-2.36/string/ |
D | strcspn.c | 22 #undef strcspn 25 # define STRCSPN strcspn 72 libc_hidden_builtin_def (strcspn)
|
D | Makefile | 87 strcspn \ 159 test-strcspn \
|
D | strpbrk.c | 30 s += strcspn (s, accept); in STRPBRK()
|
D | strsep.c | 33 end = begin + strcspn (begin, delim); in __strsep()
|
D | strtok_r.c | 64 end = s + strcspn (s, delim); in __strtok_r()
|
D | test-strcspn.c | 30 # define STRCSPN strcspn
|
D | Versions | 39 strcspn; strdup; strerror; strerror_r; strfry; strlen; strncasecmp;
|
/glibc-2.36/sysdeps/x86_64/ |
D | strcspn.c | 24 #define STRCSPN strcspn 26 libc_hidden_builtin_def (strcspn)
|
/glibc-2.36/sysdeps/i386/ |
D | strcspn.S | 29 ENTRY (strcspn) 237 END (strcspn) 238 libc_hidden_builtin_def (strcspn)
|
/glibc-2.36/sysdeps/sparc/sparc64/ |
D | strcspn.S | 35 ENTRY(strcspn) 210 END(strcspn) 211 libc_hidden_builtin_def (strcspn)
|
/glibc-2.36/posix/ |
D | tst-boost.c | 135 p = pattern + strcspn (pattern, " \t"); in main() 153 p = string + strcspn (string, " \t"); in main()
|
D | annexc.c | 774 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/ |
D | ifunc-impl-list.c | 381 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/ |
D | collate-test.c | 83 l = strcspn (line, ":(;"); in main()
|