Home
last modified time | relevance | path

Searched refs:regexec (Results 1 – 25 of 77) sorted by relevance

1234

/titanic_50/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-query.c165 if (regexec(&job_re, line, (size_t)5, matches, 0) == REG_NOMATCH) { in parse_lpd_job()
166 if (regexec(&wjob_re, line, (size_t)10, matches, 0) in parse_lpd_job()
230 (regexec(&job_re, line, (size_t)0, NULL, 0) == REG_NOMATCH) && in parse_lpd_job()
231 (regexec(&wjob_re, line, (size_t)0, NULL, 0) == REG_NOMATCH)) { in parse_lpd_job()
236 if ((regexec(&doc1_re, line, (size_t)4, matches, 0) != 0) && in parse_lpd_job()
237 (regexec(&doc2_re, line, (size_t)4, matches, 0) != 0)) in parse_lpd_job()
314 (regexec(&job_re, line, (size_t)0, NULL, 0) == REG_NOMATCH) && in parse_lpd_query()
315 (regexec(&wjob_re, line, (size_t)0, NULL, 0) == REG_NOMATCH)) { in parse_lpd_query()
322 if ((regexec(&whjob_re, line, (size_t)0, NULL, 0) in parse_lpd_query()
324 (regexec(&wline_re, line, (size_t)0, NULL, 0) in parse_lpd_query()
[all …]
/titanic_50/usr/src/lib/libast/common/comp/
H A Dfnmatch.c67 reflags = regexec(&re, subject, 1, &match, 0); in fnmatch()
75 reflags = regexec(&re, subject, 0, NiL, 0); in fnmatch()
H A Dre_comp.c73 switch (regexec(&state.re, subject, 0, NiL, 0)) in re_exec()
H A Dregexp.c100 if (regexec(&env->re, subject, elementsof(match), match, 0) || anchor && match[0].rm_so) in _re_exec()
H A Dregcmp.c199 if (regexec(&re->re, subject, SUB + 1, match, 0)) in regex()
/titanic_50/usr/src/common/util/
H A Dgetresponse.c145 if (regexec(reg1, ans, 0, NULL, 0) == 0) { in yes_no_check()
146 if (regexec(reg2, ans, 0, NULL, 0) == 0) { in yes_no_check()
/titanic_50/usr/src/lib/libast/common/regex/
H A Dregexec.c36 regexec(const regex_t* p, const char* s, size_t nmatch, regmatch_t* match, regflags_t flags) in regexec() function
H A Dregsub.c264 …} while ((m > 0 || (flags & REG_SUB_ALL)) && !(r = regexec(p, op, nmatch, match, p->env->flags|(ma… in regsub()
/titanic_50/usr/src/head/
H A Dregex.h159 extern int regexec(const regex_t *_RESTRICT_KYWD, const char *_RESTRICT_KYWD,
/titanic_50/usr/src/lib/libast/common/string/
H A Dstrmatch.c132 …if (regexec(re, b, n, matchstate.match, reflags & ~(REG_MINIMAL|REG_SHELL_GROUP|REG_LEFT|REG_RIGHT… in strgrpmatch()
/titanic_50/usr/src/cmd/basename/
H A Dbasename.c150 r = regexec(&reg, string, 2, pmatch, 0); in main()
/titanic_50/usr/src/cmd/pgrep/
H A Dpsexp.c145 if (regexec(&psexp->ps_reg, s, 1, &pmatch, 0) != 0) in psexp_match()
/titanic_50/usr/src/lib/libast/common/include/
H A Dregex.h196 extern int regexec(const regex_t*, const char*, size_t, regmatch_t*, regflags_t);
/titanic_50/usr/src/lib/libast/common/port/
H A Dastconf.c1560 if (regexec(&re, prefix[look.conf->call + CONF_call].name, 0, NiL, 0))
1565 if (regexec(&re, look.conf->name, 0, NiL, 0))
1570 if (regexec(&re, prefix[look.conf->standard].name, 0, NiL, 0))
1615 if (regexec(&re, call, 0, NiL, 0))
1620 if (regexec(&re, fp->name, 0, NiL, 0))
1625 if (regexec(&re, prefix[fp->standard].name, 0, NiL, 0))
/titanic_50/usr/src/cmd/expr/
H A Dcompile.c327 if ((rv = regexec(rep, str, SEPSIZE, prm, flags)) != REG_OK) {
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h256 #undef regexec
257 #define regexec _ast_regexec macro
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h277 #undef regexec
278 #define regexec _ast_regexec macro
H A Dregex.h179 extern __MANGLE__ int regexec __PROTO__((const regex_t*, const char*, size_t, regmatch_t*, regflags…
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h277 #undef regexec
278 #define regexec _ast_regexec macro
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h256 #undef regexec
257 #define regexec _ast_regexec macro
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h256 #undef regexec
257 #define regexec _ast_regexec macro
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h256 #undef regexec
257 #define regexec _ast_regexec macro
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h277 #undef regexec
278 #define regexec _ast_regexec macro
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h277 #undef regexec
278 #define regexec _ast_regexec macro
/titanic_50/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_iters.c157 match = (regexec(&data->preg, name, 0, NULL, 0) == 0); in get_either_iter()

1234