/freebsd/lib/libc/locale/ |
H A D | rpmatch.c | 39 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 D | grep.c | 66 int cflags = REG_NOSUB | REG_NEWLINE; 520 cflags &= ~REG_NOSUB; 554 cflags &= ~REG_NOSUB; 558 cflags &= ~REG_NOSUB; 593 cflags &= ~REG_NOSUB;
|
H A D | util.c | 634 if (!lastmatched || (cflags & REG_NOSUB)) in procline()
|
/freebsd/contrib/mandoc/ |
H A D | test-rewb-bsd.c | 10 if (regcomp(&re, "[[:<:]]word[[:>:]]", REG_EXTENDED | REG_NOSUB)) in main()
|
H A D | test-rewb-sysv.c | 10 if (regcomp(&re, "\\<word\\>", REG_EXTENDED | REG_NOSUB)) in main()
|
H A D | mansearch.c | 797 REG_EXTENDED | REG_NOSUB | (cs ? 0 : REG_ICASE)); in exprterm()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | regex_impl.h | 59 #define REG_NOSUB 0004 macro
|
/freebsd/contrib/netbsd-tests/lib/libc/regex/ |
H A D | main.c | 133 if (!(copts®_NOSUB)) { in main() 299 } else if (opts®_NOSUB) { in try() 353 o |= REG_NOSUB; in options()
|
H A D | README | 25 s REG_NOSUB (not really testable)
|
/freebsd/lib/libc/regex/grot/ |
H A D | main.c | 102 if ((copts & REG_NOSUB) == 0) { in main() 266 } else if (opts®_NOSUB) { in try() 321 o |= REG_NOSUB; in options()
|
/freebsd/contrib/nvi/regex/ |
H A D | regex.h | 65 #define REG_NOSUB 0004 macro
|
/freebsd/include/ |
H A D | regex.h | 66 #define REG_NOSUB 0004 macro
|
/freebsd/usr.bin/killall/ |
H A D | killall.c | 356 REG_EXTENDED|REG_NOSUB) != 0) { in main() 382 REG_EXTENDED|REG_NOSUB) != 0) { in main()
|
/freebsd/usr.sbin/fifolog/fifolog_reader/ |
H A D | fifolog_reader.c | 141 i = regcomp(&R, opt_R, REG_NOSUB); in main()
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | stack.c | 73 if (regcomp(&re, od->optArg.argString, REG_NOSUB) != 0) in optionUnstackArg()
|
/freebsd/contrib/ncurses/form/ |
H A D | fty_regex.c | 162 (REG_EXTENDED | REG_NOSUB | REG_NEWLINE))) in Generic_RegularExpression_Type()
|
/freebsd/usr.bin/split/ |
H A D | split.c | 144 error = regcomp(&rgx, optarg, REG_EXTENDED|REG_NOSUB); in main()
|
/freebsd/usr.bin/nl/ |
H A D | nl.c | 385 &argstr[1], REG_NEWLINE|REG_NOSUB)) != 0) { in parse_numbering()
|
/freebsd/usr.bin/csplit/ |
H A D | csplit.c | 379 if (regcomp(&cre, re, REG_BASIC|REG_NOSUB) != 0) in do_rexp()
|
/freebsd/usr.sbin/syslogd/ |
H A D | syslogd_cap_config.c | 83 int re_flags = REG_NOSUB; in nvlist_to_prop_filter()
|
/freebsd/contrib/libucl/src/ |
H A D | ucl_schema.c | 89 if (regcomp (®, 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 D | setfmac.c | 326 error = regcomp(&entry->regex, regexstr, REG_EXTENDED | REG_NOSUB); in add_spec_line()
|
/freebsd/usr.bin/whereis/ |
H A D | whereis.c | 621 REG_EXTENDED|REG_NOSUB)) in main()
|
/freebsd/contrib/openbsm/bin/auditreduce/ |
H A D | auditreduce.c | 155 REG_EXTENDED | REG_NOSUB); in parse_regexp()
|
/freebsd/sbin/devd/ |
H A D | devd.cc | 292 regcomp(&_regex, _re.c_str(), REG_EXTENDED | REG_NOSUB | REG_ICASE); in match()
|