/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | re_comp.c | 59 if (!(r = regcomp(&state.re, pattern, REG_LENIENT|REG_NOSUB|REG_NULL)))
|
/osnet-11/usr/src/lib/libsuri/common/ |
H A D | suri_parser.c | 257 { &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 D | strmatch.c | 123 reflags |= REG_NOSUB;
|
/osnet-11/usr/src/lib/libast/common/include/ |
H A D | regex.h | 49 #define REG_NOSUB 0x00000010 /* don't report subexp matches */ macro
|
/osnet-11/usr/src/lib/libast/common/regex/ |
H A D | regsub.c | 248 if ((p->env->flags & REG_NOSUB) || !nmatch)
|
H A D | regsubexec.c | 155 if (!p->env->sub || (p->env->flags & REG_NOSUB) || !nmatch)
|
H A D | regsubcomp.c | 127 if (p->env->flags & REG_NOSUB)
|
H A D | regnexec.c | 1874 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 D | grep.c | 123 * 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 D | svr_iters.c | 231 ((regcomp(&data.preg, regexp, REG_NOSUB)) != 0)
|
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | regex.h | 352 #define REG_NOSUB (1 << 3) 350 #define REG_NOSUB macro
|
H A D | regcomp.c | 470 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 D | regex.h | 31 #define REG_NOSUB 0x00000010 /* don't report subexp matches */ macro
|
/osnet-11/usr/src/lib/libast/i386/include/ast/ |
H A D | regex.h | 31 #define REG_NOSUB 0x00000010 /* don't report subexp matches */ macro
|
/osnet-11/usr/src/lib/libast/sparc/include/ast/ |
H A D | regex.h | 31 #define REG_NOSUB 0x00000010 /* don't report subexp matches */ macro
|
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | regex.h | 31 #define REG_NOSUB 0x00000010 /* don't report subexp matches */ macro
|
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | glob.c | 610 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 D | ntfsundelete.c | 1923 int flags = REG_NOSUB;
|
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | map.c | 6859 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 D | io.c | 1446 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 D | devinfo_cro.c | 1106 regcomp(®_f[i], (*refp)[i], REG_EXTENDED | REG_NOSUB))
|