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

12

/freebsd-9.3-release/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-9.3-release/contrib/llvm/lib/Support/
H A Dregex_impl.h59 #define REG_NOSUB 0004 macro
/freebsd-9.3-release/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-9.3-release/include/
H A Dregex.h67 #define REG_NOSUB 0004 macro
/freebsd-9.3-release/usr.bin/grep/regex/
H A Dglue.h53 for (unsigned i = 0; (!(eflags & REG_NOSUB) && (i < nmatch)); i++)\
/freebsd-9.3-release/usr.bin/grep/
H A Dgrep.c78 int cflags = REG_NOSUB;
553 cflags &= ~REG_NOSUB;
587 cflags &= ~REG_NOSUB;
591 cflags &= ~REG_NOSUB;
628 cflags &= ~REG_NOSUB;
H A Dutil.c293 st = (cflags & REG_NOSUB)
/freebsd-9.3-release/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c141 i = regcomp(&R, opt_R, REG_NOSUB);
/freebsd-9.3-release/lib/libc/regex/grot/
H A Dmain.c105 if (!(copts&REG_NOSUB)) {
279 } else if (opts&REG_NOSUB) {
335 o |= REG_NOSUB;
/freebsd-9.3-release/contrib/binutils/include/
H A Dxregex2.h275 #define REG_NOSUB (REG_NEWLINE << 1)
273 #define REG_NOSUB macro
/freebsd-9.3-release/contrib/cvs/lib/
H A Dregex.h242 #define REG_NOSUB (REG_NEWLINE << 1)
240 #define REG_NOSUB macro
/freebsd-9.3-release/contrib/gcclibs/include/
H A Dxregex2.h275 #define REG_NOSUB (REG_NEWLINE << 1)
273 #define REG_NOSUB macro
/freebsd-9.3-release/contrib/ncurses/form/
H A Dfty_regex.c115 (REG_EXTENDED | REG_NOSUB | REG_NEWLINE)))
/freebsd-9.3-release/contrib/ntp/sntp/libopts/
H A Dstack.c73 if (regcomp(&re, od->optArg.argString, REG_NOSUB) != 0)
/freebsd-9.3-release/usr.bin/killall/
H A Dkillall.c341 REG_EXTENDED|REG_NOSUB) != 0) {
367 REG_EXTENDED|REG_NOSUB) != 0) {
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dcgen-asm.in158 reg_err = regcomp ((regex_t *) CGEN_INSN_RX (insn), rxbuf, REG_NOSUB);
/freebsd-9.3-release/contrib/gdb/include/
H A Dxregex2.h272 #define REG_NOSUB (REG_NEWLINE << 1)
270 #define REG_NOSUB macro
/freebsd-9.3-release/gnu/lib/libregex/posix/
H A Dregex.h292 #define REG_NOSUB (REG_NEWLINE << 1)
290 #define REG_NOSUB macro
/freebsd-9.3-release/usr.bin/csup/
H A Dglobtree.c138 error = regcomp(gt->data, pattern, REG_NOSUB);
/freebsd-9.3-release/usr.bin/nl/
H A Dnl.c388 &argstr[1], REG_NEWLINE|REG_NOSUB)) != 0) {
/freebsd-9.3-release/usr.bin/split/
H A Dsplit.c157 if (regcomp(&rgx, optarg, REG_EXTENDED|REG_NOSUB) != 0)
/freebsd-9.3-release/usr.sbin/ctm/ctm/
H A Dctm.c103 regcomp(&nfilter->CompiledRegex, optarg, REG_NOSUB))) {
/freebsd-9.3-release/usr.sbin/mount_portalfs/
H A Dconf.c192 val = regcomp(&p->p_rx, p->p_key, REG_EXTENDED | REG_NOSUB);
/freebsd-9.3-release/usr.bin/csplit/
H A Dcsplit.c380 if (regcomp(&cre, re, REG_BASIC|REG_NOSUB) != 0)
/freebsd-9.3-release/usr.sbin/pkg_install/lib/
H A Dmatch.c433 errcode = regcomp(&rex, pattern, (extended ? REG_EXTENDED : REG_BASIC) | REG_NOSUB);

Completed in 322 milliseconds

12