Searched refs:REG_EXTENDED (Results 1 - 25 of 63) sorted by relevance

123

/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/less/
H A Dpattern.h19 #ifdef REG_EXTENDED
21 #define REGCOMP_FLAG (less_is_more ? 0 : REG_EXTENDED)
/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/contrib/netbsd-tests/lib/libc/regex/
H A Dt_exhaust.c162 { p0, REG_EXTENDED },
163 { p1, REG_EXTENDED },
164 { p2, REG_EXTENDED },
165 { p3, REG_EXTENDED },
166 { p4, REG_EXTENDED },
167 { p5, REG_EXTENDED },
H A Dmain.c45 int copts = REG_EXTENDED;
192 options('c', f[1]) &~ REG_EXTENDED);
243 const char *type = (opts & REG_EXTENDED) ? "ERE" : "BRE";
347 o &= ~REG_EXTENDED;
359 o &= ~REG_EXTENDED;
/freebsd-11-stable/lib/libcompat/4.3/
H A Dre_comp.c72 rc = regcomp(&re_regexp, s, REG_EXTENDED);
/freebsd-11-stable/include/
H A Dregex.h65 #define REG_EXTENDED 0001 macro
/freebsd-11-stable/contrib/nvi/regex/
H A Dregex.h63 #define REG_EXTENDED 0001 macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregex_impl.h57 #define REG_EXTENDED 0001 macro
H A DRegex.cpp37 flags |= REG_EXTENDED;
/freebsd-11-stable/contrib/flex/
H A Dregex.c39 flex_regcomp(&regex_linedir, REGEXP_LINEDIR, REG_EXTENDED);
40 flex_regcomp(&regex_blank_line, REGEXP_BLANK_LINE, REG_EXTENDED);
/freebsd-11-stable/contrib/gcclibs/include/
H A Dxregex2.h262 #define REG_EXTENDED 1
266 #define REG_ICASE (REG_EXTENDED << 1)
260 #define REG_EXTENDED macro
/freebsd-11-stable/contrib/binutils/include/
H A Dxregex2.h262 #define REG_EXTENDED 1
266 #define REG_ICASE (REG_EXTENDED << 1)
260 #define REG_EXTENDED macro
/freebsd-11-stable/usr.bin/find/
H A Dmain.c95 regexp_flags |= REG_EXTENDED;
/freebsd-11-stable/lib/libc/regex/grot/
H A Dmain.c21 int copts = REG_EXTENDED;
165 options('c', f[1]) &~ REG_EXTENDED);
217 char *type = (opts & REG_EXTENDED) ? "ERE" : "BRE";
318 o &= ~REG_EXTENDED;
330 o &= ~REG_EXTENDED;
/freebsd-11-stable/contrib/libgnuregex/
H A Dregex.h276 #define REG_EXTENDED 1
280 #define REG_ICASE (REG_EXTENDED << 1)
274 #define REG_EXTENDED macro
/freebsd-11-stable/contrib/gdb/include/
H A Dxregex2.h259 #define REG_EXTENDED 1
263 #define REG_ICASE (REG_EXTENDED << 1)
257 #define REG_EXTENDED macro
/freebsd-11-stable/usr.bin/grep/regex/
H A Dtre-fastmatch.c629 if (escaped || (!(cflags & REG_EXTENDED) && (i == 0)))
636 if ((cflags & REG_EXTENDED) && (i == 0))
638 else if ((cflags & REG_EXTENDED) ^ !escaped)
674 if ((cflags & REG_EXTENDED) ^ escaped)
680 if (!(cflags & REG_EXTENDED) ^ escaped)
682 else if (!(cflags & REG_EXTENDED) && (i == 0))
684 else if ((cflags & REG_EXTENDED) && (i == 0))
690 if ((cflags & REG_EXTENDED) ^ escaped)
/freebsd-11-stable/contrib/ncurses/form/
H A Dfty_regex.c123 (REG_EXTENDED | REG_NOSUB | REG_NEWLINE)))
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dtext.cpp64 if (::regcomp(&preg, regex.c_str(), REG_EXTENDED) != 0)
/freebsd-11-stable/usr.sbin/ctm/mkCTM/
H A Dmkctm.c504 if (regcomp(&reg_bogus, DEFAULT_BOGUS, REG_EXTENDED | REG_NEWLINE))
509 if (regcomp(&reg_ignore, DEFAULT_IGNORE, REG_EXTENDED | REG_NEWLINE))
529 REG_EXTENDED | REG_NEWLINE))
541 REG_EXTENDED | REG_NEWLINE))
/freebsd-11-stable/usr.bin/killall/
H A Dkillall.c358 REG_EXTENDED|REG_NOSUB) != 0) {
384 REG_EXTENDED|REG_NOSUB) != 0) {
/freebsd-11-stable/usr.sbin/gstat/
H A Dgstat.c130 if (regcomp(&f_re, optarg, REG_EXTENDED) != 0)
455 if (regcomp(&tmp_f_re, tmp_f_s, REG_EXTENDED)
/freebsd-11-stable/usr.bin/m4/
H A Dgnum4.c487 int mode = REG_EXTENDED;
531 error = regcomp(&re, source, REG_EXTENDED|REG_NEWLINE);

Completed in 528 milliseconds

123