Searched refs:glob_match (Results 1 – 4 of 4) sorted by relevance
40 bool __pure glob_match(char const *pat, char const *str) in glob_match() function123 EXPORT_SYMBOL(glob_match);142 bool match = glob_match(pat, str); in test()
419 # prompt "glob_match() function"421 This option provides a glob_match function for performing436 This option enables a simple self-test of the glob_match
7 bool __pure glob_match(char const *pat, char const *str);
4296 if (glob_match(ad->model_num, model_num)) { in ata_dev_blacklisted()4299 if (glob_match(ad->model_rev, model_rev)) in ata_dev_blacklisted()