Searched defs:wildcard (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAttributePattern.java42 * wildcard matching of lowercased, space-compressed strings. Each
44 * object is a pattern consisting of (maximally) a beginning wildcard and
59 * It may have a beginning wildcard and string
69 boolean wildcard = false; field in class:AttributePattern.PatternPart
73 wildcard = wc;
102 // Beginning wildcard, or, if none, then the middle.
120 // consists of a wildcard.
146 // If there's a wildcard, check the remainder of the string for
149 if (p.wildcard) {
176 // a pure wildcard, the
[all...]
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c2386 char *wildcard = ",0"; local
2451 (strcmp(wildcard, &addrname2[len1]) == 0)) {
2455 (strcmp(wildcard, &addrname1[len2]) == 0)) {

Completed in 39 milliseconds