Home
last modified time | relevance | path

Searched defs:rej (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/string/
Dtest-strpbrk.c62 SIMPLE_STRPBRK (const CHAR *s, const CHAR *rej) in SIMPLE_STRPBRK()
77 do_one_test (impl_t *impl, const CHAR *s, const CHAR *rej, RES_TYPE exp_res) in do_one_test()
95 CHAR *rej, *s; in do_test() local
147 UCHAR *rej; in do_random_tests() local
Dtest-strcspn.c53 SIMPLE_STRCSPN (const CHAR *s, const CHAR *rej) in SIMPLE_STRCSPN()
66 STUPID_STRCSPN (const CHAR *s, const CHAR *rej) in STUPID_STRCSPN()
/glibc-2.36/benchtests/
Dbench-strpbrk.c51 SIMPLE_STRPBRK (const CHAR *s, const CHAR *rej) in SIMPLE_STRPBRK()
69 const CHAR *rej, RES_TYPE exp_res) in do_one_test()
102 CHAR *rej, *s; in do_test() local
Dbench-strcspn.c42 SIMPLE_STRCSPN (const CHAR *s, const CHAR *rej) in SIMPLE_STRCSPN()