Symbol: REG_NOSUB
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
885
if (regcomp(&data.preg, regexp, REG_NOSUB) != 0) {
crypto/krb5/src/lib/kadm5/srv/svr_iters.c
175
if (regcomp(&data.preg, regexp, REG_NOSUB) != 0) {
crypto/krb5/src/util/support/regex.cpp
61
if (cflags & REG_NOSUB)
lib/libc/locale/rpmatch.c
39
if (regcomp(&yes, nl_langinfo(YESEXPR), REG_EXTENDED|REG_NOSUB) != 0)
lib/libc/locale/rpmatch.c
41
if (regcomp(&no, nl_langinfo(NOEXPR), REG_EXTENDED|REG_NOSUB) != 0) {
lib/libc/regex/engine.c
210
if (g->cflags&REG_NOSUB)
lib/libc/regex/grot/main.c
102
if ((copts & REG_NOSUB) == 0) {
lib/libc/regex/grot/main.c
266
} else if (opts&REG_NOSUB) {
lib/libc/regex/grot/main.c
321
o |= REG_NOSUB;
sbin/devd/devd.cc
294
regcomp(&_regex, _re.c_str(), REG_EXTENDED | REG_NOSUB | REG_ICASE);
usr.bin/csplit/csplit.c
379
if (regcomp(&cre, re, REG_BASIC|REG_NOSUB) != 0)
usr.bin/grep/grep.c
520
cflags &= ~REG_NOSUB;
usr.bin/grep/grep.c
554
cflags &= ~REG_NOSUB;
usr.bin/grep/grep.c
558
cflags &= ~REG_NOSUB;
usr.bin/grep/grep.c
593
cflags &= ~REG_NOSUB;
usr.bin/grep/grep.c
66
int cflags = REG_NOSUB | REG_NEWLINE;
usr.bin/grep/util.c
648
if (!lastmatched || (cflags & REG_NOSUB))
usr.bin/killall/killall.c
356
REG_EXTENDED|REG_NOSUB) != 0) {
usr.bin/killall/killall.c
382
REG_EXTENDED|REG_NOSUB) != 0) {
usr.bin/nl/nl.c
385
&argstr[1], REG_NEWLINE|REG_NOSUB)) != 0) {
usr.bin/split/split.c
144
error = regcomp(&rgx, optarg, REG_EXTENDED|REG_NOSUB);
usr.bin/whereis/whereis.c
621
REG_EXTENDED|REG_NOSUB))
usr.sbin/fifolog/fifolog_reader/fifolog_reader.c
141
i = regcomp(&R, opt_R, REG_NOSUB);
usr.sbin/pmcstat/pmcstat.c
204
if ((rv = regcomp(&reg, spec, REG_EXTENDED|REG_NOSUB)) != 0) {
usr.sbin/setfmac/setfmac.c
326
error = regcomp(&entry->regex, regexstr, REG_EXTENDED | REG_NOSUB);
usr.sbin/syslogd/syslogd_cap_config.c
83
int re_flags = REG_NOSUB;