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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dan_to_ln.c211 regmatch_t match_match; local
238 !regexec(&match_exp, string, 1, &match_match, 0)) {
239 if ((match_match.rm_so == 0) &&
240 ((unsigned int) match_match.rm_eo == strlen(string)))
289 regmatch_t match_match; local
299 if (!regexec(&match_exp, cp, 1, &match_match, 0)) {
300 if (match_match.rm_so) {
301 use_bytes(match_match.rm_so);
302 strncpy(op, cp, match_match.rm_so);
303 op += match_match
[all...]
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c3696 int match_match; local
3704 match_match = match_prop(handle, cur, DTD_ATTR_MATCH,
3711 if (match_match && partition_match && raw_io_match) {

Completed in 45 milliseconds