Lines Matching defs:wildcard
744 const char *wildcard, *filter_entry;
754 /* If a filter entry contains the filter wildcard character,
756 * ID only (wildcard match). Characters following the wildcard
759 wildcard = strnchr(filter_entry, 8, FILTER_WILDCARD_CHAR);
760 len = (wildcard) ? wildcard - filter_entry : 8;
790 u8 wildcard[9] = "lnxhvc ";
795 ASCEBC(wildcard, sizeof(wildcard));
796 find_unused = !memcmp(wildcard, ipuser, 8);
800 * - find a disconnected device if ipuser contains the wildcard
1205 /* prohibit filter entries containing the wildcard character only */