Home
last modified time | relevance | path

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

/glibc-2.36/posix/
Dbug-regex26.c31 re_set_syntax (RE_SYNTAX_GREP | RE_HAT_LISTS_NOT_NEWLINE | RE_ICASE); in main()
Dregex.h191 # define RE_ICASE (RE_INVALID_INTERVAL_ORD << 1) macro
196 # define RE_CARET_ANCHORS_HERE (RE_ICASE << 1)
Dtst-regcomp-truncated.c161 re_syntax_options |= RE_ICASE; in do_test()
Dbug-regex20.c243 re_set_syntax (tests[i].syntax | RE_ICASE); in main()
Dregcomp.c300 bool icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE)); in re_compile_fastmap_iter()
310 if ((bufp->syntax & RE_ICASE) && dfa->mb_cur_max > 1) in re_compile_fastmap_iter()
400 if ((bufp->syntax & RE_ICASE) && dfa->mb_cur_max > 1) in re_compile_fastmap_iter()
476 syntax |= (cflags & REG_ICASE) ? RE_ICASE : 0; in regcomp()
775 (syntax & RE_ICASE) != 0, dfa); in re_compile_internal()
801 if (dfa->is_utf8 && !(syntax & RE_ICASE) && preg->translate == NULL) in re_compile_internal()
3595 if ((syntax & RE_ICASE) in build_charclass()
Dtst-regex.c373 | (icase ? RE_ICASE : 0)); in run_test_backwards()
Dregexec.c637 preg->translate, (preg->syntax & RE_ICASE) != 0, in re_search_internal()
682 ? ((sb || !(preg->syntax & RE_ICASE || t) ? 4 : 0) in re_search_internal()
/glibc-2.36/ChangeLog.old/
DChangeLog.144222 (main): Run all tests with RE_ICASE as well.
4355 * posix/regcomp.c (re_compile_fastmap_iter): Handle RE_ICASE
DChangeLog.139333 * posix/regex.h (RE_ICASE): New macro.