| /freebsd-14.2/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-14.2/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 | 625 if (!lastmatched || (cflags & REG_NOSUB)) in procline()
|
| /freebsd-14.2/contrib/mandoc/ |
| H A D | test-rewb-sysv.c | 10 if (regcomp(&re, "\\<word\\>", REG_EXTENDED | REG_NOSUB)) in main()
|
| H A D | test-rewb-bsd.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-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | regex_impl.h | 59 #define REG_NOSUB 0004 macro
|
| /freebsd-14.2/contrib/nvi/regex/ |
| H A D | regex.h | 65 #define REG_NOSUB 0004 macro
|
| /freebsd-14.2/include/ |
| H A D | regex.h | 68 #define REG_NOSUB 0004 macro
|
| /freebsd-14.2/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-14.2/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-14.2/usr.bin/killall/ |
| H A D | killall.c | 357 REG_EXTENDED|REG_NOSUB) != 0) { in main() 383 REG_EXTENDED|REG_NOSUB) != 0) { in main()
|
| /freebsd-14.2/usr.sbin/fifolog/fifolog_reader/ |
| H A D | fifolog_reader.c | 141 i = regcomp(&R, opt_R, REG_NOSUB); in main()
|
| /freebsd-14.2/contrib/ntp/sntp/libopts/ |
| H A D | stack.c | 73 if (regcomp(&re, od->optArg.argString, REG_NOSUB) != 0) in optionUnstackArg()
|
| /freebsd-14.2/contrib/ncurses/form/ |
| H A D | fty_regex.c | 162 (REG_EXTENDED | REG_NOSUB | REG_NEWLINE))) in Generic_RegularExpression_Type()
|
| /freebsd-14.2/usr.bin/nl/ |
| H A D | nl.c | 385 &argstr[1], REG_NEWLINE|REG_NOSUB)) != 0) { in parse_numbering()
|
| /freebsd-14.2/usr.bin/split/ |
| H A D | split.c | 155 error = regcomp(&rgx, optarg, REG_EXTENDED|REG_NOSUB); in main()
|
| /freebsd-14.2/usr.bin/csplit/ |
| H A D | csplit.c | 380 if (regcomp(&cre, re, REG_BASIC|REG_NOSUB) != 0) in do_rexp()
|
| /freebsd-14.2/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-14.2/usr.sbin/setfmac/ |
| H A D | setfmac.c | 326 error = regcomp(&entry->regex, regexstr, REG_EXTENDED | REG_NOSUB); in add_spec_line()
|
| /freebsd-14.2/usr.bin/whereis/ |
| H A D | whereis.c | 621 REG_EXTENDED|REG_NOSUB)) in main()
|
| /freebsd-14.2/contrib/openbsm/bin/auditreduce/ |
| H A D | auditreduce.c | 155 REG_EXTENDED | REG_NOSUB); in parse_regexp()
|
| /freebsd-14.2/sbin/devd/ |
| H A D | devd.cc | 293 regcomp(&_regex, _re.c_str(), REG_EXTENDED | REG_NOSUB | REG_ICASE); in match()
|
| /freebsd-14.2/usr.sbin/pmcstat/ |
| H A D | pmcstat.c | 205 if ((rv = regcomp(®, spec, REG_EXTENDED|REG_NOSUB)) != 0) { in pmcstat_find_targets()
|