Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Dglob.c40 bool __pure glob_match(char const *pat, char const *str) in glob_match() function
123 EXPORT_SYMBOL(glob_match);
Dglobtest.c21 bool match = glob_match(pat, str); in test()
DKconfig462 # prompt "glob_match() function"
464 This option provides a glob_match function for performing
478 This option enables a simple self-test of the glob_match
/linux-4.19.296/drivers/base/
Dsoc.c191 (!attr->machine || !glob_match(match->machine, attr->machine))) in soc_device_match_attr()
195 (!attr->family || !glob_match(match->family, attr->family))) in soc_device_match_attr()
199 (!attr->revision || !glob_match(match->revision, attr->revision))) in soc_device_match_attr()
203 (!attr->soc_id || !glob_match(match->soc_id, attr->soc_id))) in soc_device_match_attr()
/linux-4.19.296/include/linux/
Dglob.h8 bool __pure glob_match(char const *pat, char const *str);