Home
last modified time | relevance | path

Searched refs:glob_match (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/lib/
Dglob.c40 bool __pure glob_match(char const *pat, char const *str) in glob_match() function
123 EXPORT_SYMBOL(glob_match);
142 bool match = glob_match(pat, str); in test()
DKconfig419 # prompt "glob_match() function"
421 This option provides a glob_match function for performing
436 This option enables a simple self-test of the glob_match
/linux-4.4.14/include/linux/
Dglob.h7 bool __pure glob_match(char const *pat, char const *str);
/linux-4.4.14/drivers/ata/
Dlibata-core.c4296 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()