Searched refs:spec_match (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/tnf/prex/ |
H A D | spec.c | 52 static boolean_t spec_match(spec_t * spec_p, char *str); 172 * spec_match() - called with a spec and a string, returns whether they 177 spec_match(spec_t * spec_p, function 193 } /* end spec_match */ 275 if (spec_match(spec_p, refattr)) { 314 if (spec_match(spec_p, valstr)) 322 if (spec_match(spec_p, s0)) 333 if (spec_match(spec_p, s0)) 355 if (spec_match(spec_p, s0)) 388 if (spec_match(spec_ [all...] |
/illumos-gate/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 1785 boolean_t dir_match, spec_match, raw_match, type_match; local 1791 spec_match = match_prop(cur, DTD_ATTR_SPECIAL, 1797 if (dir_match && spec_match && raw_match && type_match) {
|
Completed in 96 milliseconds