Searched refs:glob_match (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/lib/ |
A D | glob.c | 40 bool __pure glob_match(char const *pat, char const *str) in glob_match() function 123 EXPORT_SYMBOL(glob_match);
|
A D | globtest.c | 21 bool match = glob_match(pat, str); in test()
|
A D | Kconfig | 559 # prompt "glob_match() function" 561 This option provides a glob_match function for performing 575 This option enables a simple self-test of the glob_match
|
/linux-6.3-rc2/drivers/base/ |
A D | soc.c | 200 (!attr->machine || !glob_match(match->machine, attr->machine))) in soc_device_match_attr() 204 (!attr->family || !glob_match(match->family, attr->family))) in soc_device_match_attr() 208 (!attr->revision || !glob_match(match->revision, attr->revision))) in soc_device_match_attr() 212 (!attr->soc_id || !glob_match(match->soc_id, attr->soc_id))) in soc_device_match_attr()
|
/linux-6.3-rc2/lib/kunit/ |
A D | executor.c | 65 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-6.3-rc2/include/linux/ |
A D | glob.h | 8 bool __pure glob_match(char const *pat, char const *str);
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | test_progs.c | 110 static bool glob_match(const char *str, const char *pat) in glob_match() function 125 if (glob_match(str++, pat)) in glob_match() 165 if (glob_match(name, sel->blacklist.tests[i].name) && in should_run() 171 if (glob_match(name, sel->whitelist.tests[i].name)) in should_run() 190 if (glob_match(test_name, sel->blacklist.tests[i].name)) { in should_run_subtest() 195 if (glob_match(subtest_name, in should_run_subtest() 203 if (glob_match(test_name, sel->whitelist.tests[i].name)) { in should_run_subtest() 208 if (glob_match(subtest_name, in should_run_subtest()
|
/linux-6.3-rc2/kernel/trace/ |
A D | trace_events_filter.c | 942 if (glob_match(r->pattern, str)) in regex_match_glob()
|
A D | ftrace.c | 4145 if (glob_match(g->search, str)) in ftrace_match()
|
/linux-6.3-rc2/drivers/ata/ |
A D | libata-core.c | 4157 if (glob_match(ad->model_num, model_num)) { in ata_dev_blacklisted() 4160 if (glob_match(ad->model_rev, model_rev)) in ata_dev_blacklisted()
|
/linux-6.3-rc2/tools/lib/bpf/ |
A D | libbpf.c | 10217 static bool glob_match(const char *str, const char *pat) in glob_match() function 10237 if (glob_match(str++, pat)) in glob_match() 10257 if (!glob_match(sym_name, res->pattern)) in resolve_kprobe_multi_cb()
|
Completed in 54 milliseconds