Home
last modified time | relevance | path

Searched refs:SIMPLE_STRCSPN (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/benchtests/
Dbench-strcspn.c30 # define SIMPLE_STRCSPN simple_strcspn macro
32 # define SIMPLE_STRCSPN simple_wcscspn macro
36 size_t SIMPLE_STRCSPN (const CHAR *, const CHAR *);
38 IMPL (SIMPLE_STRCSPN, 0)
42 SIMPLE_STRCSPN (const CHAR *s, const CHAR *rej) in SIMPLE_STRCSPN() function
/glibc-2.36/string/
Dtest-strcspn.c32 # define SIMPLE_STRCSPN simple_strcspn macro
39 # define SIMPLE_STRCSPN simple_wcscspn macro
45 size_t SIMPLE_STRCSPN (const CHAR *, const CHAR *);
49 IMPL (SIMPLE_STRCSPN, 0)
53 SIMPLE_STRCSPN (const CHAR *s, const CHAR *rej) in SIMPLE_STRCSPN() function