Home
last modified time | relevance | path

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

/Linux-v5.15/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()
DKconfig527 # prompt "glob_match() function"
529 This option provides a glob_match function for performing
543 This option enables a simple self-test of the glob_match
/Linux-v5.15/drivers/base/
Dsoc.c198 (!attr->machine || !glob_match(match->machine, attr->machine))) in soc_device_match_attr()
202 (!attr->family || !glob_match(match->family, attr->family))) in soc_device_match_attr()
206 (!attr->revision || !glob_match(match->revision, attr->revision))) in soc_device_match_attr()
210 (!attr->soc_id || !glob_match(match->soc_id, attr->soc_id))) in soc_device_match_attr()
/Linux-v5.15/lib/kunit/
Dexecutor.c34 if (glob_match(filter_glob, subsuite[i]->name)) in kunit_filter_subsuite()
47 if (glob_match(filter_glob, subsuite[i]->name)) in kunit_filter_subsuite()
/Linux-v5.15/include/linux/
Dglob.h8 bool __pure glob_match(char const *pat, char const *str);
/Linux-v5.15/tools/testing/selftests/bpf/
Dtest_progs.c17 static bool glob_match(const char *str, const char *pat) in glob_match() function
32 if (glob_match(str++, pat)) in glob_match()
80 if (glob_match(name, sel->blacklist.strs[i])) in should_run()
85 if (glob_match(name, sel->whitelist.strs[i])) in should_run()
/Linux-v5.15/kernel/trace/
Dtrace_events_filter.c799 if (glob_match(r->pattern, str)) in regex_match_glob()
Dftrace.c3908 if (glob_match(g->search, str)) in ftrace_match()
/Linux-v5.15/drivers/ata/
Dlibata-core.c4069 if (glob_match(ad->model_num, model_num)) { in ata_dev_blacklisted()
4072 if (glob_match(ad->model_rev, model_rev)) in ata_dev_blacklisted()