Home
last modified time | relevance | path

Searched refs:RE_ICASE (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dregex.h159 # define RE_ICASE (RE_INVALID_INTERVAL_ORD << 1) macro
164 # define RE_CARET_ANCHORS_HERE (RE_ICASE << 1)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregcomp.c295 int icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE)); in re_compile_fastmap_iter()
305 if ((bufp->syntax & RE_ICASE) && dfa->mb_cur_max > 1) in re_compile_fastmap_iter()
375 if ((bufp->syntax & RE_ICASE) && dfa->mb_cur_max > 1) in re_compile_fastmap_iter()
452 syntax |= (cflags & REG_ICASE) ? RE_ICASE : 0; in regcomp()
744 syntax & RE_ICASE, dfa); in re_compile_internal()
769 if (dfa->is_utf8 && !(syntax & RE_ICASE) && preg->translate == NULL) in re_compile_internal()
3429 if ((syntax & RE_ICASE) in build_charclass()
A Dregexec.c602 preg->translate, preg->syntax & RE_ICASE, dfa); in re_search_internal()
640 ? ((sb || !(preg->syntax & RE_ICASE || t) ? 4 : 0) in re_search_internal()

Completed in 14 milliseconds