| /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;
|
| /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()
|
| /freebsd/crypto/krb5/src/include/ |
| H A D | k5-regex.h | 78 #define REG_NOSUB 0x04 /* Do not do submatching */ macro
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | regex_impl.h | 59 #define REG_NOSUB 0004 macro
|
| /freebsd/contrib/nvi/regex/ |
| H A D | regex.h | 65 #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/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/crypto/krb5/src/util/support/ |
| H A D | regex.cpp | 61 if (cflags & REG_NOSUB) in k5_regcomp()
|
| /freebsd/contrib/ntp/sntp/libopts/ |
| H A D | stack.c | 73 if (regcomp(&re, od->optArg.argString, REG_NOSUB) != 0) in optionUnstackArg()
|
| /freebsd/crypto/krb5/src/lib/kadm5/srv/ |
| H A D | svr_iters.c | 175 if (regcomp(&data.preg, regexp, REG_NOSUB) != 0) { in kadm5_get_either()
|
| /freebsd/contrib/ncurses/form/ |
| H A D | fty_regex.c | 162 (REG_EXTENDED | REG_NOSUB | REG_NEWLINE))) in Generic_RegularExpression_Type()
|
| /freebsd/usr.bin/nl/ |
| H A D | nl.c | 385 &argstr[1], REG_NEWLINE|REG_NOSUB)) != 0) { in parse_numbering()
|
| /freebsd/usr.bin/split/ |
| H A D | split.c | 144 error = regcomp(&rgx, optarg, REG_EXTENDED|REG_NOSUB); in main()
|
| /freebsd/usr.sbin/syslogd/ |
| H A D | syslogd_cap_config.c | 83 int re_flags = REG_NOSUB; in nvlist_to_prop_filter()
|
| /freebsd/usr.bin/csplit/ |
| H A D | csplit.c | 379 if (regcomp(&cre, re, REG_BASIC|REG_NOSUB) != 0) in do_rexp()
|
| /freebsd/contrib/pam-krb5/tests/fakepam/ |
| H A D | script.c | 80 status = regcomp(®ex, wanted, REG_EXTENDED | REG_NOSUB); in like()
|
| /freebsd/contrib/libucl/src/ |
| H A D | ucl_schema.c | 90 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()
|