Lines Matching defs:wildcard
741 const char *wildcard, *filter_entry;
751 /* If a filter entry contains the filter wildcard character,
753 * ID only (wildcard match). Characters following the wildcard
756 wildcard = strnchr(filter_entry, 8, FILTER_WILDCARD_CHAR);
757 len = (wildcard) ? wildcard - filter_entry : 8;
787 u8 wildcard[9] = "lnxhvc ";
792 ASCEBC(wildcard, sizeof(wildcard));
793 find_unused = !memcmp(wildcard, ipuser, 8);
797 * - find a disconnected device if ipuser contains the wildcard
1156 /* prohibit filter entries containing the wildcard character only */