Home
last modified time | relevance | path

Searched refs:REG_NOSUB (Results 1 – 25 of 33) sorted by relevance

12

/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/usr.bin/grep/
H A Dgrep.c66 int cflags = REG_NOSUB | REG_NEWLINE;
520 cflags &= ~REG_NOSUB;
554 cflags &= ~REG_NOSUB;
558 cflags &= ~REG_NOSUB;
593 cflags &= ~REG_NOSUB;
H A Dutil.c634 if (!lastmatched || (cflags & REG_NOSUB)) in procline()
/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()
H A Dmansearch.c797 REG_EXTENDED | REG_NOSUB | (cs ? 0 : REG_ICASE)); in exprterm()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregex_impl.h59 #define REG_NOSUB 0004 macro
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c133 if (!(copts&REG_NOSUB)) { in main()
299 } else if (opts&REG_NOSUB) { in try()
353 o |= REG_NOSUB; in options()
H A DREADME25 s REG_NOSUB (not really testable)
/freebsd/lib/libc/regex/grot/
H A Dmain.c102 if ((copts & REG_NOSUB) == 0) { in main()
266 } else if (opts&REG_NOSUB) { in try()
321 o |= REG_NOSUB; in options()
/freebsd/contrib/nvi/regex/
H A Dregex.h65 #define REG_NOSUB 0004 macro
/freebsd/include/
H A Dregex.h66 #define REG_NOSUB 0004 macro
/freebsd/usr.bin/killall/
H A Dkillall.c356 REG_EXTENDED|REG_NOSUB) != 0) { in main()
382 REG_EXTENDED|REG_NOSUB) != 0) { in main()
/freebsd/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c141 i = regcomp(&R, opt_R, REG_NOSUB); in main()
/freebsd/contrib/ntp/sntp/libopts/
H A Dstack.c73 if (regcomp(&re, od->optArg.argString, REG_NOSUB) != 0) in optionUnstackArg()
/freebsd/contrib/ncurses/form/
H A Dfty_regex.c162 (REG_EXTENDED | REG_NOSUB | REG_NEWLINE))) in Generic_RegularExpression_Type()
/freebsd/usr.bin/split/
H A Dsplit.c144 error = regcomp(&rgx, optarg, REG_EXTENDED|REG_NOSUB); in main()
/freebsd/usr.bin/nl/
H A Dnl.c385 &argstr[1], REG_NEWLINE|REG_NOSUB)) != 0) { in parse_numbering()
/freebsd/usr.bin/csplit/
H A Dcsplit.c379 if (regcomp(&cre, re, REG_BASIC|REG_NOSUB) != 0) in do_rexp()
/freebsd/usr.sbin/syslogd/
H A Dsyslogd_cap_config.c83 int re_flags = REG_NOSUB; in nvlist_to_prop_filter()
/freebsd/contrib/libucl/src/
H A Ducl_schema.c89 if (regcomp (&reg, pattern, REG_EXTENDED | REG_NOSUB) == 0) { in ucl_schema_test_pattern()
408 REG_EXTENDED | REG_NOSUB) != 0) { in ucl_schema_validate_string()
/freebsd/usr.sbin/setfmac/
H A Dsetfmac.c326 error = regcomp(&entry->regex, regexstr, REG_EXTENDED | REG_NOSUB); in add_spec_line()
/freebsd/usr.bin/whereis/
H A Dwhereis.c621 REG_EXTENDED|REG_NOSUB)) in main()
/freebsd/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c155 REG_EXTENDED | REG_NOSUB); in parse_regexp()
/freebsd/sbin/devd/
H A Ddevd.cc292 regcomp(&_regex, _re.c_str(), REG_EXTENDED | REG_NOSUB | REG_ICASE); in match()

12