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

123

/illumos-gate/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);
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-query.c300 (void) regcomp(&job_re, job_expr, REG_EXTENDED|REG_ICASE);
307 (void) regcomp(&wjob_re, wjob_expr, REG_EXTENDED|REG_ICASE);
308 (void) regcomp(&whjob_re, whjob_expr, REG_EXTENDED|REG_ICASE);
309 (void) regcomp(&wline_re, wline_expr, REG_EXTENDED|REG_ICASE);
345 (void) regcomp(&state_reason_re, state_reason_expr,
351 (void) regcomp(&proc_re, proc_expr, REG_EXTENDED|REG_ICASE);
352 (void) regcomp(&idle_re, idle_expr, REG_EXTENDED|REG_ICASE);
374 (void) regcomp(&doc1_re, doc1_expr, REG_EXTENDED|REG_ICASE);
375 (void) regcomp(&doc2_re, doc2_expr, REG_EXTENDED|REG_ICASE);
/illumos-gate/usr/src/common/util/
H A Dgetresponse.c62 /* for regcomp()/regexec() yesexpr and noexpr */
103 while (regcomp(&preg_yes, yesexpr, REG_EXTENDED | REG_NOSUB) != 0 ||
104 regcomp(&preg_no, noexpr, REG_EXTENDED | REG_NOSUB) != 0) {
/illumos-gate/usr/src/head/
H A Dregex.h75 /* regcomp flags */
103 /* regcomp and regexec return codes */
129 typedef struct { /* regcomp() data saved for regexec() */
158 extern int regcomp(regex_t *_RESTRICT_KYWD, const char *_RESTRICT_KYWD, int);
/illumos-gate/usr/src/cmd/basename/
H A Dbasename.c143 r = regcomp(&reg, suf_pat, 0);
146 "Internal error: regcomp failed for \"%s\"\n",
/illumos-gate/usr/src/cmd/expr/
H A Dcompile.c29 * using regcomp(3c), regexec(3c) interfaces. This is an XCU4
68 int regcomp_flags; /* interface to specify cflags for regcomp */
73 static int map_errnos(int); /* Convert regcomp error */
126 * 2) the next part is a regex_t used by regexec()/regcomp() for step
127 * 3) the final part is a regex_t used by regexec()/regcomp() for advance
187 * We call regcomp twice, once to get a regex_t for use by step()
190 if ((rv = regcomp(&reg_comp.r_stp, instr, regcomp_flags)) != 0) {
191 regerrno = map_errnos(rv); /* Convert regcomp error */
207 if ((rv = regcomp(&reg_comp.r_adv, instrp, regcomp_flags)) != 0) {
208 regerrno = map_errnos(rv); /* Convert regcomp erro
[all...]
/illumos-gate/usr/src/cmd/pgrep/
H A Dpsexp.c94 if ((err = regcomp(&psexp->ps_reg, psexp->ps_pat,
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_iters.c229 ((regcomp(&data.preg, regexp, REG_NOSUB)) != 0)
/illumos-gate/usr/src/lib/libast/common/include/
H A Dregex.h42 /* regcomp flags */
51 /* nonstandard regcomp flags */
194 extern int regcomp(regex_t*, const char*, regflags_t);
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dglob.c489 if (err = regcomp(&rei, pat, gp->re_flags|REG_ICASE))
498 if (regcomp(&gp->re_ignorei, gp->gl_fignore, gp->re_flags|REG_ICASE))
514 if (err = regcomp(&rec, pat, gp->re_flags))
655 if (regcomp(&gp->re_ignore, gp->gl_fignore, gp->re_flags))
/illumos-gate/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))
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h267 #undef regcomp macro
268 #define regcomp _ast_regcomp macro
H A Dregex.h24 /* regcomp flags */
33 /* nonstandard regcomp flags */
177 extern __MANGLE__ int regcomp __PROTO__((regex_t*, const char*, regflags_t));
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h246 #undef regcomp macro
247 #define regcomp _ast_regcomp macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h267 #undef regcomp macro
268 #define regcomp _ast_regcomp macro
H A Dregex.h24 /* regcomp flags */
33 /* nonstandard regcomp flags */
177 extern __MANGLE__ int regcomp __PROTO__((regex_t*, const char*, regflags_t));
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h246 #undef regcomp macro
247 #define regcomp _ast_regcomp macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h267 #undef regcomp macro
268 #define regcomp _ast_regcomp macro
H A Dregex.h24 /* regcomp flags */
33 /* nonstandard regcomp flags */
177 extern __MANGLE__ int regcomp __PROTO__((regex_t*, const char*, regflags_t));
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h246 #undef regcomp macro
247 #define regcomp _ast_regcomp macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h267 #undef regcomp macro
268 #define regcomp _ast_regcomp macro
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h246 #undef regcomp macro
247 #define regcomp _ast_regcomp macro

Completed in 112 milliseconds

123