Home
last modified time | relevance | path

Searched refs:strpbrk (Results 1 – 25 of 100) sorted by relevance

1234

/glibc-2.36/sysdeps/x86_64/multiarch/
Dstrpbrk.c22 # 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);
DMakefile109 strpbrk-sse4 \
121 CFLAGS-strpbrk-sse4.c += -msse4
/glibc-2.36/sysdeps/i386/i686/multiarch/
Dstrpbrk.c22 # define strpbrk __redirect_strpbrk macro
24 # undef strpbrk
26 # define SYMBOL_NAME strpbrk
29 libc_ifunc_redirected (__redirect_strpbrk, strpbrk, IFUNC_SELECTOR ());
Dstrpbrk-ia32.S21 # define strpbrk __strpbrk_ia32 macro
29 .globl __GI_strpbrk; __GI_strpbrk = strpbrk
DMakefile23 strcspn-c strpbrk-c strspn-c \
28 strpbrk-ia32 strspn-ia32 strlen-ia32 stpcpy-ia32 \
32 CFLAGS-strpbrk-c.c += -msse4
Difunc-impl-list.c233 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/
Dstrpbrk.c20 #undef strpbrk
23 #define STRPBRK strpbrk
33 libc_hidden_builtin_def (strpbrk)
Dtester.c767 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 …]
Dstring.h303 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)
Dbug-strpbrk1.c20 strpbrk (b++, ""); in main()
DMakefile103 strpbrk \
166 test-strpbrk \
Dtst-inlcall.c65 if (strpbrk (hw, "o") - hw != 4) in do_test()
/glibc-2.36/sysdeps/s390/
Dstrpbrk.c22 # define strpbrk __redirect_strpbrk macro
26 # undef strpbrk
37 s390_libc_ifunc_expr (__redirect_strpbrk, strpbrk,
DMakefile89 strpbrk strpbrk-vx strpbrk-c \
/glibc-2.36/sysdeps/x86_64/
Dstrpbrk.c24 #define STRPBRK strpbrk
26 libc_hidden_builtin_def (strpbrk)
/glibc-2.36/nss/
Drewrite_field.c34 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()
Dvalid_field.c30 || strpbrk (value, __nss_invalid_field_characters) == NULL; in __nss_valid_field()
Dvalid_list_field.c32 if (strpbrk (*list, invalid_characters) != NULL) in __nss_valid_list_field()
/glibc-2.36/sysdeps/i386/
Dstrpbrk.S30 ENTRY (strpbrk)
240 END (strpbrk)
241 libc_hidden_builtin_def (strpbrk)
/glibc-2.36/nss/nss_files/
Dfiles-alias.c123 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/
Dstrpbrk.S35 ENTRY(strpbrk)
228 END(strpbrk)
229 libc_hidden_builtin_def (strpbrk)
/glibc-2.36/resolv/
Dcompat-gethnamaddr.c732 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/
Difunc-impl-list.c369 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/
Dtst-putsgent.c141 if (strpbrk (*bad, ":\n") != NULL) in do_test()
/glibc-2.36/grp/
Dtst-putgrent.c145 if (strpbrk (*bad, ":\n") != NULL) in do_test()

1234