Searched defs:icase (Results 1 – 4 of 4) sorted by relevance
/posix/ |
A D | tst-regex.c | 211 run_test (const char *expr, const char *mem, size_t memlen, int icase, in run_test() 355 int icase, int expected) in run_test_backwards()
|
A D | regex_internal.c | 50 RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa) in re_string_allocate() 78 RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa) in re_string_construct() 181 RE_TRANSLATE_TYPE trans, bool icase, in re_string_construct_common()
|
A D | regcomp.c | 300 bool icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE)); in re_compile_fastmap_iter() local
|
A D | regex_internal.h | 415 unsigned char icase; member
|
Completed in 46 milliseconds