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

/osnet-11/usr/src/lib/libast/common/comp/
H A Dre_comp.c59 if (!(r = regcomp(&state.re, pattern, REG_LENIENT|REG_NOSUB|REG_NULL)))
/osnet-11/usr/src/lib/libsuri/common/
H A Dsuri_parser.c257 { &suri_re_uri_scheme, SURI_RE_URI_SCHEME, REG_NOSUB, B_FALSE },
258 { &suri_re_port, SURI_RE_PORT, REG_NOSUB, B_FALSE },
259 { &suri_re_path_portable, SURI_RE_PATH_PORTABLE, REG_NOSUB, B_FALSE },
260 { &suri_re_ipv4_hint, SURI_RE_IPv4_HINT, REG_NOSUB, B_FALSE },
261 { &suri_re_slashslash, SURI_RE_SLASHSLASH, REG_NOSUB, B_FALSE },
265 { &suri_re_auth_hname, SURI_RE_AUTH_HNAME, REG_EXTENDED | REG_NOSUB,
268 REG_NOSUB, B_FALSE },
269 { &suri_re_ipv4, SURI_RE_IPv4, REG_EXTENDED | REG_NOSUB, B_FALSE },
270 { &suri_re_ipv6, SURI_RE_IPv6, REG_EXTENDED | REG_NOSUB, B_FALSE },
/osnet-11/usr/src/lib/libast/common/string/
H A Dstrmatch.c123 reflags |= REG_NOSUB;
/osnet-11/usr/src/lib/libast/common/include/
H A Dregex.h49 #define REG_NOSUB 0x00000010 /* don't report subexp matches */ macro
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregsub.c248 if ((p->env->flags & REG_NOSUB) || !nmatch)
H A Dregsubexec.c155 if (!p->env->sub || (p->env->flags & REG_NOSUB) || !nmatch)
H A Dregsubcomp.c127 if (p->env->flags & REG_NOSUB)
H A Dregnexec.c1874 if (env->stack = env->hard || !(env->flags & REG_NOSUB) && nmatch)
1990 if (!(env->flags & REG_NOSUB))
/osnet-11/usr/src/lib/libcmd/common/
H A Dgrep.c123 * run regexec with REG_NOSUB off and nmatch=1 and check
644 state.options = REG_FIRST|REG_NOSUB|REG_NULL;
756 state.options &= ~(REG_FIRST|REG_NOSUB);
830 if (!(state.options & (REG_FIRST|REG_NOSUB)))
833 state.options |= REG_FIRST|REG_NOSUB;
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_iters.c231 ((regcomp(&data.preg, regexp, REG_NOSUB)) != 0)
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex.h352 #define REG_NOSUB (1 << 3)
350 #define REG_NOSUB macro
H A Dregcomp.c470 If REG_NOSUB is set, then when PREG is passed to regexec, that
508 preg->no_sub = !!(cflags & REG_NOSUB);
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dregex.h31 #define REG_NOSUB 0x00000010 /* don't report subexp matches */ macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dregex.h31 #define REG_NOSUB 0x00000010 /* don't report subexp matches */ macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dregex.h31 #define REG_NOSUB 0x00000010 /* don't report subexp matches */ macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dregex.h31 #define REG_NOSUB 0x00000010 /* don't report subexp matches */ macro
/osnet-11/usr/src/lib/libast/common/misc/
H A Dglob.c610 gp->re_flags = REG_SHELL|REG_NOSUB|REG_LEFT|REG_RIGHT|((flags&GLOB_AUGMENTED)?REG_AUGMENTED:0);
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsundelete.c1923 int flags = REG_NOSUB;
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmap.c6859 pflags = REG_ICASE | REG_EXTENDED | REG_NOSUB;
6887 pflags &= ~REG_NOSUB;
6943 if (!bitset(REG_NOSUB, pflags))
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dio.c1446 if(!(rp = regcache(fname, REG_SHELL|REG_NOSUB|REG_NEWLINE|REG_AUGMENTED|REG_FIRST|REG_LEFT|REG_RIGHT, &r)))
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_cro.c1106 regcomp(&reg_f[i], (*refp)[i], REG_EXTENDED | REG_NOSUB))

Completed in 86 milliseconds