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

12

/freebsd-11-stable/lib/libc/locale/
H A Drpmatch.c40 if (regcomp(&yes, nl_langinfo(YESEXPR), REG_EXTENDED|REG_NOSUB) != 0)
42 if (regcomp(&no, nl_langinfo(NOEXPR), REG_EXTENDED|REG_NOSUB) != 0) {
/freebsd-11-stable/contrib/mdocml/
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))
/freebsd-11-stable/include/
H A Dregex.h67 #define REG_NOSUB 0004 macro
/freebsd-11-stable/contrib/nvi/regex/
H A Dregex.h65 #define REG_NOSUB 0004 macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregex_impl.h59 #define REG_NOSUB 0004 macro
/freebsd-11-stable/contrib/gdb/gdb/
H A Dhpacc-abi.c320 "^This will never match anything, please fill it in$", REG_NOSUB);
323 "^This will never match anything, please fill it in$", REG_NOSUB);
326 "^This will never match anything, please fill it in$", REG_NOSUB);
/freebsd-11-stable/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c143 i = regcomp(&R, opt_R, REG_NOSUB);
/freebsd-11-stable/usr.bin/grep/
H A Dgrep.c84 int cflags = REG_NOSUB | REG_NEWLINE;
576 cflags &= ~REG_NOSUB;
614 cflags &= ~REG_NOSUB;
618 cflags &= ~REG_NOSUB;
658 cflags &= ~REG_NOSUB;
/freebsd-11-stable/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-11-stable/lib/libc/regex/grot/
H A Dmain.c105 if ((copts & REG_NOSUB) == 0) {
269 } else if (opts&REG_NOSUB) {
324 o |= REG_NOSUB;
/freebsd-11-stable/contrib/ncurses/form/
H A Dfty_regex.c123 (REG_EXTENDED | REG_NOSUB | REG_NEWLINE)))
/freebsd-11-stable/contrib/gcclibs/include/
H A Dxregex2.h275 #define REG_NOSUB (REG_NEWLINE << 1)
273 #define REG_NOSUB macro
/freebsd-11-stable/contrib/binutils/include/
H A Dxregex2.h275 #define REG_NOSUB (REG_NEWLINE << 1)
273 #define REG_NOSUB macro
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dstack.c73 if (regcomp(&re, od->optArg.argString, REG_NOSUB) != 0)
/freebsd-11-stable/usr.bin/killall/
H A Dkillall.c358 REG_EXTENDED|REG_NOSUB) != 0) {
384 REG_EXTENDED|REG_NOSUB) != 0) {
/freebsd-11-stable/contrib/libgnuregex/
H A Dregex.h289 #define REG_NOSUB (REG_NEWLINE << 1)
287 #define REG_NOSUB macro
/freebsd-11-stable/contrib/gdb/include/
H A Dxregex2.h272 #define REG_NOSUB (REG_NEWLINE << 1)
270 #define REG_NOSUB macro
/freebsd-11-stable/usr.bin/split/
H A Dsplit.c145 if (regcomp(&rgx, optarg, REG_EXTENDED|REG_NOSUB) != 0)
/freebsd-11-stable/usr.sbin/ctm/ctm/
H A Dctm.c103 regcomp(&nfilter->CompiledRegex, optarg, REG_NOSUB))) {
/freebsd-11-stable/usr.bin/nl/
H A Dnl.c387 &argstr[1], REG_NEWLINE|REG_NOSUB)) != 0) {
/freebsd-11-stable/usr.bin/csplit/
H A Dcsplit.c382 if (regcomp(&cre, re, REG_BASIC|REG_NOSUB) != 0)
/freebsd-11-stable/usr.sbin/setfmac/
H A Dsetfmac.c326 error = regcomp(&entry->regex, regexstr, REG_EXTENDED | REG_NOSUB);
/freebsd-11-stable/usr.bin/whereis/
H A Dwhereis.c624 REG_EXTENDED|REG_NOSUB))
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_schema.c80 if (regcomp (&reg, pattern, REG_EXTENDED | REG_NOSUB) == 0) {
395 REG_EXTENDED | REG_NOSUB) != 0) {

Completed in 451 milliseconds

12