Searched refs:REG_NOSUB (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-current/lib/libc/locale/
H A Drpmatch.c39 if (regcomp(&yes, nl_langinfo(YESEXPR), REG_EXTENDED|REG_NOSUB) != 0)
41 if (regcomp(&no, nl_langinfo(NOEXPR), REG_EXTENDED|REG_NOSUB) != 0) {
/freebsd-current/contrib/mandoc/
H A Dtest-rewb-bsd.c10 if (regcomp(&re, "[[:<:]]word[[:>:]]", REG_EXTENDED | REG_NOSUB))
H A Dtest-rewb-sysv.c10 if (regcomp(&re, "\\<word\\>", REG_EXTENDED | REG_NOSUB))
H A Dmansearch.c797 REG_EXTENDED | REG_NOSUB | (cs ? 0 : REG_ICASE));
/freebsd-current/contrib/nvi/regex/
H A Dregex.h65 #define REG_NOSUB 0004 macro
H A Dengine.c146 if (g->cflags&REG_NOSUB)
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A Dregex_impl.h59 #define REG_NOSUB 0004 macro
/freebsd-current/include/
H A Dregex.h66 #define REG_NOSUB 0004 macro
/freebsd-current/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.c624 /* If we didn't have any matches or REG_NOSUB set */
625 if (!lastmatched || (cflags & REG_NOSUB))
/freebsd-current/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c141 i = regcomp(&R, opt_R, REG_NOSUB);
/freebsd-current/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c133 if (!(copts&REG_NOSUB)) {
299 } else if (opts&REG_NOSUB) {
353 o |= REG_NOSUB;
/freebsd-current/lib/libc/regex/grot/
H A Dmain.c102 if ((copts & REG_NOSUB) == 0) {
266 } else if (opts&REG_NOSUB) {
321 o |= REG_NOSUB;
/freebsd-current/contrib/ncurses/form/
H A Dfty_regex.c131 (REG_EXTENDED | REG_NOSUB | REG_NEWLINE)))
/freebsd-current/contrib/ntp/sntp/libopts/
H A Dstack.c73 if (regcomp(&re, od->optArg.argString, REG_NOSUB) != 0)
/freebsd-current/usr.bin/killall/
H A Dkillall.c356 REG_EXTENDED|REG_NOSUB) != 0) {
382 REG_EXTENDED|REG_NOSUB) != 0) {
/freebsd-current/usr.bin/nl/
H A Dnl.c378 &argstr[1], REG_NEWLINE|REG_NOSUB)) != 0) {
/freebsd-current/usr.bin/split/
H A Dsplit.c144 error = regcomp(&rgx, optarg, REG_EXTENDED|REG_NOSUB);
/freebsd-current/usr.bin/csplit/
H A Dcsplit.c379 if (regcomp(&cre, re, REG_BASIC|REG_NOSUB) != 0)
/freebsd-current/usr.sbin/setfmac/
H A Dsetfmac.c326 error = regcomp(&entry->regex, regexstr, REG_EXTENDED | REG_NOSUB);
/freebsd-current/contrib/libucl/src/
H A Ducl_schema.c89 if (regcomp (&reg, pattern, REG_EXTENDED | REG_NOSUB) == 0) {
408 REG_EXTENDED | REG_NOSUB) != 0) {
/freebsd-current/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c155 REG_EXTENDED | REG_NOSUB);
/freebsd-current/usr.bin/whereis/
H A Dwhereis.c621 REG_EXTENDED|REG_NOSUB))
/freebsd-current/sbin/devd/
H A Ddevd.cc292 regcomp(&_regex, _re.c_str(), REG_EXTENDED | REG_NOSUB | REG_ICASE);
/freebsd-current/usr.sbin/pmcstat/
H A Dpmcstat.c204 if ((rv = regcomp(&reg, spec, REG_EXTENDED|REG_NOSUB)) != 0) {

Completed in 396 milliseconds

12