Home
last modified time | relevance | path

Searched refs:REG_EXTENDED (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Dt_exhaust.c162 { p0, REG_EXTENDED },
163 { p1, REG_EXTENDED },
164 { p2, REG_EXTENDED },
165 { p3, REG_EXTENDED },
166 { p4, REG_EXTENDED },
167 { p5, REG_EXTENDED },
H A Dmain.c45 int copts = REG_EXTENDED;
192 options('c', f[1]) &~ REG_EXTENDED); in regress()
243 const char *type = (opts & REG_EXTENDED) ? "ERE" : "BRE"; in try()
347 o &= ~REG_EXTENDED; in options()
359 o &= ~REG_EXTENDED; in options()
/freebsd/lib/libc/locale/
H A Drpmatch.c39 if (regcomp(&yes, nl_langinfo(YESEXPR), REG_EXTENDED|REG_NOSUB) != 0) in rpmatch()
41 if (regcomp(&no, nl_langinfo(NOEXPR), REG_EXTENDED|REG_NOSUB) != 0) { in rpmatch()
/freebsd/contrib/less/
H A Dpattern.h20 #ifdef REG_EXTENDED
22 #define REGCOMP_FLAG (less_is_more ? 0 : REG_EXTENDED)
/freebsd/lib/libc/regex/grot/
H A Dmain.c18 int copts = REG_EXTENDED;
162 options('c', f[1]) &~ REG_EXTENDED); in regress()
214 char *type = (opts & REG_EXTENDED) ? "ERE" : "BRE"; in try()
315 o &= ~REG_EXTENDED; in options()
327 o &= ~REG_EXTENDED; in options()
/freebsd/contrib/flex/src/
H A Dregex.c39 flex_regcomp(&regex_linedir, REGEXP_LINEDIR, REG_EXTENDED); in flex_init_regex()
40 flex_regcomp(&regex_blank_line, REGEXP_BLANK_LINE, REG_EXTENDED); in flex_init_regex()
/freebsd/contrib/mandoc/
H A Dtest-rewb-bsd.c10 if (regcomp(&re, "[[:<:]]word[[:>:]]", REG_EXTENDED | REG_NOSUB)) in main()
H A Dtest-rewb-sysv.c10 if (regcomp(&re, "\\<word\\>", REG_EXTENDED | REG_NOSUB)) in main()
/freebsd/lib/libcompat/4.3/
H A Dre_comp.c68 rc = regcomp(&re_regexp, s, REG_EXTENDED); in re_comp()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregex_impl.h57 #define REG_EXTENDED 0001 macro
H A DRegex.cpp35 flags |= REG_EXTENDED; in Regex()
/freebsd/contrib/nvi/regex/
H A Dregex.h63 #define REG_EXTENDED 0001 macro
/freebsd/include/
H A Dregex.h64 #define REG_EXTENDED 0001 macro
/freebsd/usr.bin/find/
H A Dmain.c85 regexp_flags |= REG_EXTENDED; in main()
/freebsd/usr.bin/killall/
H A Dkillall.c356 REG_EXTENDED|REG_NOSUB) != 0) { in main()
382 REG_EXTENDED|REG_NOSUB) != 0) { in main()
/freebsd/contrib/atf/atf-c++/detail/
H A Dtext.cpp64 if (::regcomp(&preg, regex.c_str(), REG_EXTENDED) != 0) in match()
/freebsd/usr.sbin/gstat/
H A Dgstat.c139 if (regcomp(&f_re, optarg, REG_EXTENDED) != 0) in main()
585 if (regcomp(&tmp_f_re, tmp_f_s, REG_EXTENDED) in main()
/freebsd/contrib/kyua/utils/text/
H A Dregex.cpp223 const int flags = REG_EXTENDED | (ignore_case ? REG_ICASE : 0); in impl()
/freebsd/usr.bin/m4/
H A Dgnum4.c485 int mode = REG_EXTENDED; in dopatsubst()
529 error = regcomp(&re, source, REG_EXTENDED|REG_NEWLINE); in doregexp()
/freebsd/usr.bin/whereis/
H A Dwhereis.c405 if ((i = regcomp(&re, MANWHEREISMATCH, REG_EXTENDED)) != 0) { in main()
621 REG_EXTENDED|REG_NOSUB)) in main()
/freebsd/usr.sbin/prometheus_sysctl_exporter/
H A Dprometheus_sysctl_exporter.c588 error = regcomp(&exc_regex, optarg, REG_EXTENDED); in main()
603 error = regcomp(&inc_regex, optarg, REG_EXTENDED); in main()
/freebsd/contrib/ncurses/form/
H A Dfty_regex.c162 (REG_EXTENDED | REG_NOSUB | REG_NEWLINE))) in Generic_RegularExpression_Type()
/freebsd/lib/libc/regex/
H A Dregcomp.c220 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC)) in regcomp_internal()
272 p->allowbranch = (cflags & REG_EXTENDED) != 0; in regcomp_internal()
277 p->allowbranch = (cflags & REG_EXTENDED) != 0; in regcomp_internal()
279 if (cflags & REG_EXTENDED) { in regcomp_internal()
1335 if (!(p->g->cflags&REG_EXTENDED))
/freebsd/usr.bin/split/
H A Dsplit.c144 error = regcomp(&rgx, optarg, REG_EXTENDED|REG_NOSUB); in main()
/freebsd/contrib/atf/atf-c/
H A Dutils.c89 ATF_REQUIRE(regcomp(&preg, regex, REG_EXTENDED) == 0); in grep_string()

123