Searched defs:rej (Results 1 – 4 of 4) sorted by relevance
/glibc-2.36/string/ |
D | test-strpbrk.c | 62 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
|
D | test-strcspn.c | 53 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/ |
D | bench-strpbrk.c | 51 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
|
D | bench-strcspn.c | 42 SIMPLE_STRCSPN (const CHAR *s, const CHAR *rej) in SIMPLE_STRCSPN()
|