/glibc-2.36/sysdeps/x86_64/multiarch/ |
D | strpbrk.c | 22 # define strpbrk __redirect_strpbrk macro 24 # undef strpbrk 26 # define SYMBOL_NAME strpbrk 29 libc_ifunc_redirected (__redirect_strpbrk, strpbrk, IFUNC_SELECTOR ()); 32 __hidden_ver1 (strpbrk, __GI_strpbrk, __redirect_strpbrk) 33 __attribute__ ((visibility ("hidden"))) __attribute_copy__ (strpbrk);
|
D | Makefile | 109 strpbrk-sse4 \ 121 CFLAGS-strpbrk-sse4.c += -msse4
|
/glibc-2.36/sysdeps/i386/i686/multiarch/ |
D | strpbrk.c | 22 # define strpbrk __redirect_strpbrk macro 24 # undef strpbrk 26 # define SYMBOL_NAME strpbrk 29 libc_ifunc_redirected (__redirect_strpbrk, strpbrk, IFUNC_SELECTOR ());
|
D | strpbrk-ia32.S | 21 # define strpbrk __strpbrk_ia32 macro 29 .globl __GI_strpbrk; __GI_strpbrk = strpbrk
|
D | Makefile | 23 strcspn-c strpbrk-c strspn-c \ 28 strpbrk-ia32 strspn-ia32 strlen-ia32 stpcpy-ia32 \ 32 CFLAGS-strpbrk-c.c += -msse4
|
D | ifunc-impl-list.c | 233 IFUNC_IMPL (i, name, strpbrk, in __libc_ifunc_impl_list() 234 IFUNC_IMPL_ADD (array, i, strpbrk, CPU_FEATURE_USABLE (SSE4_2), in __libc_ifunc_impl_list() 236 IFUNC_IMPL_ADD (array, i, strpbrk, 1, __strpbrk_ia32)) in __libc_ifunc_impl_list()
|
/glibc-2.36/string/ |
D | strpbrk.c | 20 #undef strpbrk 23 #define STRPBRK strpbrk 33 libc_hidden_builtin_def (strpbrk)
|
D | tester.c | 767 check(strpbrk("abcd", "z") == NULL, 1); /* Not found. */ in test_strpbrk() 769 check(strpbrk(one, "c") == one+2, 2); /* Basic test. */ in test_strpbrk() 770 check(strpbrk(one, "d") == one+3, 3); /* End of string. */ in test_strpbrk() 771 check(strpbrk(one, "a") == one, 4); /* Beginning. */ in test_strpbrk() 772 check(strpbrk(one, "") == NULL, 5); /* Empty search list. */ in test_strpbrk() 773 check(strpbrk(one, "cb") == one+1, 6); /* Multiple search. */ in test_strpbrk() 775 check(strpbrk(one, "b") == one+1, 7); /* Finding first. */ in test_strpbrk() 776 check(strpbrk(one, "cb") == one+1, 8); /* With multiple search. */ in test_strpbrk() 777 check(strpbrk(one, "db") == one+1, 9); /* Another variant. */ in test_strpbrk() 779 check(strpbrk(one, "bc") == NULL, 10); /* Empty string. */ in test_strpbrk() [all …]
|
D | string.h | 303 extern char *strpbrk (char *__s, const char *__accept) 305 extern const char *strpbrk (const char *__s, const char *__accept) 310 strpbrk (char *__s, const char *__accept) __THROW in strpbrk() function 316 strpbrk (const char *__s, const char *__accept) __THROW in strpbrk() function 323 extern char *strpbrk (const char *__s, const char *__accept)
|
D | bug-strpbrk1.c | 20 strpbrk (b++, ""); in main()
|
D | Makefile | 103 strpbrk \ 166 test-strpbrk \
|
D | tst-inlcall.c | 65 if (strpbrk (hw, "o") - hw != 4) in do_test()
|
/glibc-2.36/sysdeps/s390/ |
D | strpbrk.c | 22 # define strpbrk __redirect_strpbrk macro 26 # undef strpbrk 37 s390_libc_ifunc_expr (__redirect_strpbrk, strpbrk,
|
D | Makefile | 89 strpbrk strpbrk-vx strpbrk-c \
|
/glibc-2.36/sysdeps/x86_64/ |
D | strpbrk.c | 24 #define STRPBRK strpbrk 26 libc_hidden_builtin_def (strpbrk)
|
/glibc-2.36/nss/ |
D | rewrite_field.c | 34 const char *p = strpbrk (value, __nss_invalid_field_characters); in __nss_rewrite_field() 46 bad = strpbrk (bad + 1, __nss_invalid_field_characters); in __nss_rewrite_field()
|
D | valid_field.c | 30 || strpbrk (value, __nss_invalid_field_characters) == NULL; in __nss_valid_field()
|
D | valid_list_field.c | 32 if (strpbrk (*list, invalid_characters) != NULL) in __nss_valid_list_field()
|
/glibc-2.36/sysdeps/i386/ |
D | strpbrk.S | 30 ENTRY (strpbrk) 240 END (strpbrk) 241 libc_hidden_builtin_def (strpbrk)
|
/glibc-2.36/nss/nss_files/ |
D | files-alias.c | 123 cp = strpbrk (first_unused, "#\n"); in libc_hidden_def() 213 cp = strpbrk (line, "#\n"); in libc_hidden_def() 317 cp = strpbrk (line, "#\n"); in libc_hidden_def()
|
/glibc-2.36/sysdeps/sparc/sparc64/ |
D | strpbrk.S | 35 ENTRY(strpbrk) 228 END(strpbrk) 229 libc_hidden_builtin_def (strpbrk)
|
/glibc-2.36/resolv/ |
D | compat-gethnamaddr.c | 732 if (!(cp = strpbrk(p, "#\n"))) in _gethtent() 735 if (!(cp = strpbrk(p, " \t"))) in _gethtent() 762 if ((cp = strpbrk(cp, " \t"))) in _gethtent() 771 if ((cp = strpbrk(cp, " \t"))) in _gethtent()
|
/glibc-2.36/sysdeps/s390/multiarch/ |
D | ifunc-impl-list.c | 369 IFUNC_IMPL (i, name, strpbrk, in __libc_ifunc_impl_list() 371 IFUNC_IMPL_ADD (array, i, strpbrk, in __libc_ifunc_impl_list() 375 IFUNC_IMPL_ADD (array, i, strpbrk, 1, STRPBRK_C) in __libc_ifunc_impl_list()
|
/glibc-2.36/gshadow/ |
D | tst-putsgent.c | 141 if (strpbrk (*bad, ":\n") != NULL) in do_test()
|
/glibc-2.36/grp/ |
D | tst-putgrent.c | 145 if (strpbrk (*bad, ":\n") != NULL) in do_test()
|