Searched refs:regcomp (Results 1 - 25 of 59) sorted by relevance

123

/osnet-11/usr/src/lib/libast/common/comp/
H A Dfnmatch.c65 if (!(reflags = regcomp(&re, pattern, reflags)))
73 else if (!(reflags = regcomp(&re, pattern, reflags|REG_RIGHT)))
H A Dre_comp.c59 if (!(r = regcomp(&state.re, pattern, REG_LENIENT|REG_NOSUB|REG_NULL)))
H A Dregexp.c65 n = regcomp(&env->re, pattern, REG_LENIENT|REG_NULL);
H A Dregcmp.c168 c = regcomp(&re->re, s, REG_EXTENDED|REG_LENIENT|REG_NULL);
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex.c32 # define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags) macro
62 #include "regcomp.c"
H A Dregex.h335 /* POSIX `cflags' bits (i.e., information for `regcomp'). */
373 `__re_error_msgid' table in regcomp.c. */
381 /* POSIX regcomp return error codes. (In the order listed in the
399 _REG_ERPAREN /* Unmatched ) or \); not returned from regcomp. */
662 extern int regcomp (regex_t *_Restrict_ __preg,
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dregexp.c102 ret = regcomp (&regex, args[0], REG_EXTENDED);
/osnet-11/usr/src/lib/libast/common/include/
H A Dregex.h43 /* regcomp flags */
52 /* nonstandard regcomp flags */
196 extern int regcomp(regex_t*, const char*, regflags_t);
/osnet-11/usr/src/lib/libast/common/misc/
H A Dglob.c488 if (err = regcomp(&rei, pat, gp->re_flags|REG_ICASE))
503 if (err = regcomp(&rec, pat, gp->re_flags))
518 if (regcomp(&gp->re_ignorei, gp->gl_fignore, re_flags|REG_ICASE))
664 if (regcomp(&gp->re_ignore, gp->gl_fignore, gp->re_flags))
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregcache.c25 * regcomp() regex_t cache
75 * return regcomp() compiled re for pattern and reflags
183 if (i = regcomp(&cp->re, pattern, reflags))
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h267 #undef regcomp macro
268 #define regcomp _ast_regcomp macro
H A Dregex.h25 /* regcomp flags */
34 /* nonstandard regcomp flags */
179 extern __MANGLE__ int regcomp __PROTO__((regex_t*, const char*, regflags_t));
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h246 #undef regcomp macro
247 #define regcomp _ast_regcomp macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h267 #undef regcomp macro
268 #define regcomp _ast_regcomp macro
H A Dregex.h25 /* regcomp flags */
34 /* nonstandard regcomp flags */
179 extern __MANGLE__ int regcomp __PROTO__((regex_t*, const char*, regflags_t));
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h246 #undef regcomp macro
247 #define regcomp _ast_regcomp macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h267 #undef regcomp macro
268 #define regcomp _ast_regcomp macro
H A Dregex.h25 /* regcomp flags */
34 /* nonstandard regcomp flags */
179 extern __MANGLE__ int regcomp __PROTO__((regex_t*, const char*, regflags_t));
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h246 #undef regcomp macro
247 #define regcomp _ast_regcomp macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h267 #undef regcomp macro
268 #define regcomp _ast_regcomp macro
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h246 #undef regcomp macro
247 #define regcomp _ast_regcomp macro
/osnet-11/usr/src/lib/libparted/common/lib/
H A Dconfig.h1340 #define regcomp rpl_regcomp macro
/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/build-bios/
H A Dconfig-util.h1248 #define regcomp rpl_regcomp macro
/osnet-11/usr/src/grub/grub2/build-uefi64/
H A Dconfig-util.h1248 #define regcomp rpl_regcomp macro

Completed in 88 milliseconds

123