Searched refs:match_match (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dan_to_ln.c212 regmatch_t match_match; local
239 !regexec(&match_exp, string, 1, &match_match, 0)) {
240 if ((match_match.rm_so == 0) &&
241 (match_match.rm_eo == strlen(string)))
290 regmatch_t match_match; local
300 if (!regexec(&match_exp, cp, 1, &match_match, 0)) {
301 if (match_match.rm_so) {
302 use_bytes(match_match.rm_so);
303 strncpy(op, cp, match_match.rm_so);
304 op += match_match
[all...]
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Ddump.c464 regmatch_t match_match; local
498 match_error = regexec(&match_exp, name, 1, &match_match, 0);
515 if ((match_match.rm_so == 0) &&
516 (match_match.rm_eo == strlen(name)))
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c2547 int match_match; local
2553 match_match = match_prop(cur, DTD_ATTR_MATCH,
2556 if (match_match) {

Completed in 76 milliseconds