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

123

/freebsd-10-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-10-stable/contrib/less/
H A Dpattern.h19 #ifdef REG_EXTENDED
21 #define REGCOMP_FLAG (less_is_more ? 0 : REG_EXTENDED)
/freebsd-10-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-10-stable/lib/libcompat/4.3/
H A Dre_comp.c72 rc = regcomp(&re_regexp, s, REG_EXTENDED);
/freebsd-10-stable/contrib/llvm/lib/Support/
H A Dregex_impl.h57 #define REG_EXTENDED 0001 macro
H A DRegex.cpp31 flags |= REG_EXTENDED;
/freebsd-10-stable/contrib/nvi/regex/
H A Dregex.h67 #define REG_EXTENDED 0001 macro
/freebsd-10-stable/include/
H A Dregex.h65 #define REG_EXTENDED 0001 macro
/freebsd-10-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-10-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-10-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-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DRegularExpression.cpp23 m_compile_flags(REG_EXTENDED)
50 m_compile_flags(REG_EXTENDED)
/freebsd-10-stable/usr.bin/find/
H A Dmain.c94 regexp_flags |= REG_EXTENDED;
/freebsd-10-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-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObjectRegexCommand.cpp112 if (m_entries.back().regex.Compile (re_cstr, REG_EXTENDED))
/freebsd-10-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-10-stable/contrib/libgnuregex/
H A Dregex.h276 #define REG_EXTENDED 1
280 #define REG_ICASE (REG_EXTENDED << 1)
274 #define REG_EXTENDED macro
/freebsd-10-stable/usr.bin/grep/regex/
H A Dtre-fastmatch.c616 if (escaped || (!(cflags & REG_EXTENDED) && (i == 0)))
623 if ((cflags & REG_EXTENDED) && (i == 0))
625 else if ((cflags & REG_EXTENDED) ^ !escaped)
661 if ((cflags & REG_EXTENDED) ^ escaped)
667 if (!(cflags & REG_EXTENDED) ^ escaped)
669 else if (!(cflags & REG_EXTENDED) && (i == 0))
671 else if ((cflags & REG_EXTENDED) && (i == 0))
677 if ((cflags & REG_EXTENDED) ^ escaped)
/freebsd-10-stable/contrib/atf/atf-c++/detail/
H A Dtext.cpp64 if (::regcomp(&preg, regex.c_str(), REG_EXTENDED) != 0)
/freebsd-10-stable/contrib/ncurses/form/
H A Dfty_regex.c115 (REG_EXTENDED | REG_NOSUB | REG_NEWLINE)))
/freebsd-10-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-10-stable/usr.bin/killall/
H A Dkillall.c355 REG_EXTENDED|REG_NOSUB) != 0) {
381 REG_EXTENDED|REG_NOSUB) != 0) {
/freebsd-10-stable/usr.sbin/gstat/
H A Dgstat.c124 if (regcomp(&f_re, optarg, REG_EXTENDED) != 0)
419 if (regcomp(&tmp_f_re, tmp_f_s, REG_EXTENDED)
/freebsd-10-stable/usr.bin/m4/
H A Dgnum4.c461 int mode = REG_EXTENDED;
502 REG_EXTENDED|REG_NEWLINE);

Completed in 122 milliseconds

123