/titanic_50/usr/src/lib/print/libpapi-lpd/common/ |
H A D | lpd-query.c | 165 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 D | fnmatch.c | 67 reflags = regexec(&re, subject, 1, &match, 0); in fnmatch() 75 reflags = regexec(&re, subject, 0, NiL, 0); in fnmatch()
|
H A D | re_comp.c | 73 switch (regexec(&state.re, subject, 0, NiL, 0)) in re_exec()
|
H A D | regexp.c | 100 if (regexec(&env->re, subject, elementsof(match), match, 0) || anchor && match[0].rm_so) in _re_exec()
|
H A D | regcmp.c | 199 if (regexec(&re->re, subject, SUB + 1, match, 0)) in regex()
|
/titanic_50/usr/src/common/util/ |
H A D | getresponse.c | 145 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 D | regexec.c | 36 regexec(const regex_t* p, const char* s, size_t nmatch, regmatch_t* match, regflags_t flags) in regexec() function
|
H A D | regsub.c | 264 …} 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 D | regex.h | 159 extern int regexec(const regex_t *_RESTRICT_KYWD, const char *_RESTRICT_KYWD,
|
/titanic_50/usr/src/lib/libast/common/string/ |
H A D | strmatch.c | 132 …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 D | basename.c | 150 r = regexec(®, string, 2, pmatch, 0); in main()
|
/titanic_50/usr/src/cmd/pgrep/ |
H A D | psexp.c | 145 if (regexec(&psexp->ps_reg, s, 1, &pmatch, 0) != 0) in psexp_match()
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | regex.h | 196 extern int regexec(const regex_t*, const char*, size_t, regmatch_t*, regflags_t);
|
/titanic_50/usr/src/lib/libast/common/port/ |
H A D | astconf.c | 1560 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 D | compile.c | 327 if ((rv = regexec(rep, str, SEPSIZE, prm, flags)) != REG_OK) {
|
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 256 #undef regexec 257 #define regexec _ast_regexec macro
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_map.h | 277 #undef regexec 278 #define regexec _ast_regexec macro
|
H A D | regex.h | 179 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 D | ast_map.h | 277 #undef regexec 278 #define regexec _ast_regexec macro
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_map.h | 256 #undef regexec 257 #define regexec _ast_regexec macro
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 256 #undef regexec 257 #define regexec _ast_regexec macro
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 256 #undef regexec 257 #define regexec _ast_regexec macro
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_map.h | 277 #undef regexec 278 #define regexec _ast_regexec macro
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_map.h | 277 #undef regexec 278 #define regexec _ast_regexec macro
|
/titanic_50/usr/src/lib/krb5/kadm5/srv/ |
H A D | svr_iters.c | 157 match = (regexec(&data->preg, name, 0, NULL, 0) == 0); in get_either_iter()
|