Searched defs:match_exp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dan_to_ln.c211 regex_t match_exp; local
238 if (!regcomp(&match_exp, regexp, REG_EXTENDED) &&
239 !regexec(&match_exp, string, 1, &match_match, 0)) {
244 regfree(&match_exp);
289 regex_t match_exp; local
295 if (!regcomp(&match_exp, regexp, REG_EXTENDED)) {
300 if (!regexec(&match_exp, cp, 1, &match_match, 0)) {
322 regfree(&match_exp);
368 regfree(&match_exp);
/illumos-gate/usr/src/lib/libbrand/common/
H A Dlibbrand.c973 char match_exp[MAXPATHLEN]; local
1013 match_exp, sizeof (match_exp),
1026 ret = func(data, (const char *)match_exp, (const char *)name);
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Ddump.c463 regex_t match_exp; local
485 match_error = regcomp(&match_exp, arglist->names[i], REG_EXTENDED);
488 &match_exp,
498 match_error = regexec(&match_exp, name, 1, &match_match, 0);
502 &match_exp,
519 regfree(&match_exp);

Completed in 57 milliseconds