Searched refs:icase (Results 1 – 5 of 5) sorted by relevance
/posix/ |
A D | tst-regex.c | 51 int icase, int expected); 53 size_t memlen, int icase, int expected); 211 run_test (const char *expr, const char *mem, size_t memlen, int icase, in run_test() argument 228 err = regcomp (&re, expr, REG_NEWLINE | (icase ? REG_ICASE : 0)); in run_test() 306 err = regcomp (&re, expr, REG_NEWLINE | (icase ? REG_ICASE : 0)); in run_test() 355 int icase, int expected) in run_test_backwards() argument 373 | (icase ? RE_ICASE : 0)); in run_test_backwards()
|
A D | regex_internal.c | 22 RE_TRANSLATE_TYPE trans, bool icase, 50 RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa) in re_string_allocate() argument 59 re_string_construct_common (str, len, pstr, trans, icase, dfa); in re_string_allocate() 78 RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa) in re_string_construct() argument 82 re_string_construct_common (str, len, pstr, trans, icase, dfa); in re_string_construct() 92 if (icase) in re_string_construct() 181 RE_TRANSLATE_TYPE trans, bool icase, in re_string_construct_common() argument 188 pstr->icase = icase; in re_string_construct_common() 189 pstr->mbs_allocated = (trans != NULL || icase); in re_string_construct_common() 813 if (pstr->icase) in re_string_reconstruct() [all …]
|
A D | regcomp.c | 284 re_set_fastmap (char *fastmap, bool icase, int ch) in weak_alias() 287 if (icase) in weak_alias() 300 bool icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE)); in re_compile_fastmap_iter() local 308 re_set_fastmap (fastmap, icase, dfa->nodes[node].opr.c); in re_compile_fastmap_iter() 341 re_set_fastmap (fastmap, icase, ch); in re_compile_fastmap_iter() 364 re_set_fastmap (fastmap, icase, i); in re_compile_fastmap_iter() 399 re_set_fastmap (fastmap, icase, *(unsigned char *) buf); in re_compile_fastmap_iter()
|
A D | regex_internal.h | 415 unsigned char icase; member
|
A D | regexec.c | 4017 if (pstr->icase) in extend_buffers()
|
Completed in 25 milliseconds