Home
last modified time | relevance | path

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

/Linux-v6.1/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()
DKconfig554 # prompt "glob_match() function"
556 This option provides a glob_match function for performing
570 This option enables a simple self-test of the glob_match
/Linux-v6.1/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-v6.1/lib/kunit/
Dexecutor.c65 if (!test_glob || glob_match(test_glob, test_case->name)) in kunit_filter_tests()
84 if (!test_glob || glob_match(test_glob, test_case->name)) in kunit_filter_tests()
131 if (!glob_match(filter.suite_glob, suite_set->start[i]->name)) in kunit_filter_suites()
/Linux-v6.1/include/linux/
Dglob.h8 bool __pure glob_match(char const *pat, char const *str);
/Linux-v6.1/tools/testing/selftests/bpf/
Dtest_progs.c109 static bool glob_match(const char *str, const char *pat) in glob_match() function
124 if (glob_match(str++, pat)) in glob_match()
164 if (glob_match(name, sel->blacklist.tests[i].name) && in should_run()
170 if (glob_match(name, sel->whitelist.tests[i].name)) in should_run()
189 if (glob_match(test_name, sel->blacklist.tests[i].name)) { in should_run_subtest()
194 if (glob_match(subtest_name, in should_run_subtest()
202 if (glob_match(test_name, sel->whitelist.tests[i].name)) { in should_run_subtest()
207 if (glob_match(subtest_name, in should_run_subtest()
/Linux-v6.1/kernel/trace/
Dtrace_events_filter.c928 if (glob_match(r->pattern, str)) in regex_match_glob()
Dftrace.c4031 if (glob_match(g->search, str)) in ftrace_match()
/Linux-v6.1/drivers/ata/
Dlibata-core.c4119 if (glob_match(ad->model_num, model_num)) { in ata_dev_blacklisted()
4122 if (glob_match(ad->model_rev, model_rev)) in ata_dev_blacklisted()
/Linux-v6.1/tools/lib/bpf/
Dlibbpf.c10180 static bool glob_match(const char *str, const char *pat) in glob_match() function
10200 if (glob_match(str++, pat)) in glob_match()
10220 if (!glob_match(sym_name, res->pattern)) in resolve_kprobe_multi_cb()