Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregex_impl.h58 #define REG_ICASE 0002 macro
H A DRegex.cpp31 flags |= REG_ICASE; in Regex()
H A Dregcomp.c838 if (p->g->cflags&REG_ICASE) { in p_bracket()
1076 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch) in ordinary()
/freebsd/contrib/nvi/regex/
H A Dregex.h64 #define REG_ICASE 0002 macro
H A DWHATSNEW26 serious bug that affected REs using many [] (including REG_ICASE REs
H A Dregcomp.c724 if (p->g->cflags&REG_ICASE) { in p_bracket()
963 if ((p->g->cflags&REG_ICASE) && isalpha(ch) && othercase(ch) != ch) in ordinary()
/freebsd/include/
H A Dregex.h65 #define REG_ICASE 0002 macro
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A DREADME23 i REG_ICASE
H A Dt_regex_att.c323 flags |= REG_ICASE; in getflags()
H A Dmain.c350 o |= REG_ICASE; in options()
/freebsd/contrib/kyua/utils/text/
H A Dregex.cpp223 const int flags = REG_EXTENDED | (ignore_case ? REG_ICASE : 0); in impl()
/freebsd/usr.sbin/syslogd/
H A Dsyslogd_cap_config.c90 re_flags |= REG_ICASE; in nvlist_to_prop_filter()
/freebsd/usr.sbin/iovctl/
H A Dparse.c291 REG_EXTENDED | REG_ICASE); in parse_config_file()
/freebsd/contrib/less/
H A Dpattern.c48 if (regcomp(comp, pattern, REGCOMP_FLAG | (is_caseless ? REG_ICASE : 0))) in compile_pattern2()
/freebsd/contrib/nvi/ex/
H A Dex_subst.c894 reflags |= REG_ICASE; in re_compile()
900 reflags |= REG_ICASE; in re_compile()
/freebsd/lib/libc/regex/grot/
H A Dmain.c318 o |= REG_ICASE; in options()
/freebsd/usr.bin/grep/
H A Dgrep.c490 cflags |= REG_ICASE;
H A Dutil.c432 if (cflags & REG_ICASE) in litexec()
/freebsd/lib/libc/regex/
H A DWHATSNEW25 serious bug that affected REs using many [] (including REG_ICASE REs
H A Dregcomp.c1042 if (p->g->cflags&REG_ICASE) in p_bracket()
1177 if (p->g->cflags&REG_ICASE)
1410 if ((p->g->cflags&REG_ICASE) && iswalpha(ch) && othercase(ch) != ch)
/freebsd/bin/pkill/
H A Dpkill.c248 cflags |= REG_ICASE; in main()
/freebsd/contrib/mandoc/
H A Dmansearch.c797 REG_EXTENDED | REG_NOSUB | (cs ? 0 : REG_ICASE)); in exprterm()
/freebsd/usr.bin/sed/
H A Dcompile.c542 flags |= REG_ICASE; in compile_re()
/freebsd/sbin/devd/
H A Ddevd.cc292 regcomp(&_regex, _re.c_str(), REG_EXTENDED | REG_NOSUB | REG_ICASE); in match()
/freebsd/contrib/ntp/sntp/libopts/m4/
H A Dlibopts.m4219 int res = regcomp( &re, pzPat, REG_EXTENDED|REG_ICASE|REG_NEWLINE );

12