Home
last modified time | relevance | path

Searched refs:REG_ICASE (Results 1 – 25 of 35) sorted by relevance

12

/dragonfly/lib/libc/tre-regex/
HDregex.h132 #define REG_ICASE (REG_EXTENDED << 1) macro
133 #define REG_NEWLINE (REG_ICASE << 1)
/dragonfly/contrib/binutils-2.34/include/
HDxregex2.h263 #define REG_ICASE (REG_EXTENDED << 1) macro
268 #define REG_NEWLINE (REG_ICASE << 1)
/dragonfly/contrib/gcc-4.7/include/
HDxregex2.h264 #define REG_ICASE (REG_EXTENDED << 1) macro
269 #define REG_NEWLINE (REG_ICASE << 1)
/dragonfly/contrib/gdb-7/include/
HDxregex2.h264 #define REG_ICASE (REG_EXTENDED << 1) macro
269 #define REG_NEWLINE (REG_ICASE << 1)
/dragonfly/contrib/binutils-2.27/include/
HDxregex2.h263 #define REG_ICASE (REG_EXTENDED << 1) macro
268 #define REG_NEWLINE (REG_ICASE << 1)
/dragonfly/contrib/gcc-8.0/include/
HDxregex2.h263 #define REG_ICASE (REG_EXTENDED << 1) macro
268 #define REG_NEWLINE (REG_ICASE << 1)
/dragonfly/contrib/nvi2/regex/
HDregex.h64 #define REG_ICASE 0002 macro
HDWHATSNEW26 serious bug that affected REs using many [] (including REG_ICASE REs
HDregcomp.c724 if (p->g->cflags&REG_ICASE) { in p_bracket()
963 if ((p->g->cflags&REG_ICASE) && isalpha(ch) && othercase(ch) != ch) in ordinary()
/dragonfly/contrib/grep/lib/
HDregex.h314 #define REG_ICASE (1 << 1) macro
HDexclude.c545 ((options & FNM_CASEFOLD) ? REG_ICASE : 0); in add_exclude()
/dragonfly/contrib/cvs-1.12/lib/
HDregex.h322 #define REG_ICASE (1 << 1) macro
/dragonfly/tools/regression/lib/libc-regex/
HDtestregex.c354 #ifndef REG_ICASE
435 #ifndef REG_ICASE
436 #define REG_ICASE NOTEST macro
1624 cflags |= REG_ICASE; in main()
HDREADME58 i REG_ICASE ignore case
/dragonfly/sbin/udevd/
HDudevd_monitor.c297 … error = regcomp(&evf->regex_match, prop_string_cstring_nocopy(ps), REG_ICASE | REG_NOSUB); in _parse_filter_prop()
/dragonfly/contrib/less/
HDpattern.c48 if (regcomp(comp, pattern, REGCOMP_FLAG | (is_caseless ? REG_ICASE : 0))) in compile_pattern2()
/dragonfly/contrib/tre/lib/
HDtre-match-utils.h405 int icase = ((tnfa->cflags & REG_ICASE) != 0); in tre_bracket_match()
HDtre-parse.c1737 new_cflags |= REG_ICASE; in tre_parse()
1739 new_cflags &= ~REG_ICASE; in tre_parse()
2247 if (ctx->cflags & REG_ICASE in tre_parse()
/dragonfly/contrib/nvi2/ex/
HDex_subst.c891 reflags |= REG_ICASE; in re_compile()
897 reflags |= REG_ICASE; in re_compile()
/dragonfly/contrib/cvs-1.12/src/
HDls.c348 re_set_syntax (REG_ICASE|RE_SYNTAX_EGREP); in ls_fileproc()
/dragonfly/usr.bin/pkill/
HDpkill.c252 cflags |= REG_ICASE; in main()
/dragonfly/contrib/mdocml/
HDmansearch.c797 REG_EXTENDED | REG_NOSUB | (cs ? 0 : REG_ICASE)); in exprterm()
/dragonfly/sbin/devd/
HDdevd.cc280 regcomp(&_regex, _re.c_str(), REG_EXTENDED | REG_NOSUB | REG_ICASE); in match()
/dragonfly/usr.bin/sed/
HDcompile.c537 flags |= REG_ICASE; in compile_re()
/dragonfly/contrib/gdb-7/gdb/cli/
HDcli-cmds.c1246 code = regcomp (&pattern, searchstr, REG_ICASE); in apropos_command()

12