Searched defs:match (Results 1 - 5 of 5) sorted by relevance
/solaris-userland/tools/ |
H A D | build-watch.pl | 57 sub match subroutine 76 } elsif ((/^FILE:\s+(\S+)\s*$/) && (match($1, @ignore) == 0) &&
|
/solaris-userland/components/krb5/Solaris/ |
H A D | kt_findrealm.c | 7 * the components of a principal (princ) but match on any realm. When a 18 krb5_boolean match; local 33 match = krb5_principal_compare(context, ent.principal, princ); 38 if (match) {
|
H A D | prof_solaris.c | 120 boolean_t match = strcasecmp(key, value) ? local 124 match == B_TRUE) { 960 * before an exact match, which would not match if the name was
|
/solaris-userland/components/openvswitch/files/lib/ |
H A D | dpif-solaris.c | 1327 struct match match; variable in typeref:struct:match 1336 match_init(&match, flow, wc); 1338 cls_rule_init(&solaris_flow->cr, &match, 0x8001); 1630 * itself does not match
|
H A D | util-solaris.c | 3139 boolean_t match, is_range; local 3147 match = is_range = B_FALSE; 3153 match = (c == FP_ACTION_MULTI_VAL_DELIM || 3155 if (!match && i != len -1) 3157 if (match) 3231 boolean_t match; local 3255 match = (c == FP_NAME_VAL_DELIM || c == FP_MULTI_ACTION_DELIM); 3256 if (!match && i != len - 1) 3258 if (match) {
|
Completed in 84 milliseconds