Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Dglob.c40 bool __pure glob_match(char const *pat, char const *str) in glob_match() function
125 EXPORT_SYMBOL(glob_match);
Dglobtest.c21 bool match = glob_match(pat, str); in test()
DKconfig558 # prompt "glob_match() function"
560 This option provides a glob_match function for performing
574 This option enables a simple self-test of the glob_match
/linux-6.12.1/drivers/base/
Dsoc.c215 (!attr->machine || !glob_match(match->machine, attr->machine))) in soc_device_match_attr()
219 (!attr->family || !glob_match(match->family, attr->family))) in soc_device_match_attr()
223 (!attr->revision || !glob_match(match->revision, attr->revision))) in soc_device_match_attr()
227 (!attr->soc_id || !glob_match(match->soc_id, attr->soc_id))) in soc_device_match_attr()
/linux-6.12.1/include/linux/
Dglob.h8 bool __pure glob_match(char const *pat, char const *str);
/linux-6.12.1/lib/kunit/
Dexecutor.c105 if (!test_glob || glob_match(test_glob, test_case->name)) in kunit_filter_glob_tests()
124 if (!test_glob || glob_match(test_glob, test_case->name)) in kunit_filter_glob_tests()
193 if (!glob_match(parsed_glob.suite_glob, filtered_suite->name)) in kunit_filter_suites()
/linux-6.12.1/tools/testing/selftests/bpf/
Dtest_progs.c128 static bool glob_match(const char *str, const char *pat) in glob_match() function
143 if (glob_match(str++, pat)) in glob_match()
184 if (glob_match(name, sel->blacklist.tests[i].name) && in should_run()
190 if (glob_match(name, sel->whitelist.tests[i].name)) in should_run()
207 if (glob_match(test_name, filter->tests[i].name)) { in match_subtest()
212 if (glob_match(subtest_name, in match_subtest()
245 if (glob_match(name, sel->whitelist.tests[i].name) && in should_tmon()
/linux-6.12.1/tools/lib/bpf/
Delf.c531 if (!glob_match(sym->name, pattern)) in elf_resolve_pattern_offsets()
Dlibbpf_internal.h669 bool glob_match(const char *str, const char *pat);
Dlibbpf.c11288 bool glob_match(const char *str, const char *pat) in glob_match() function
11308 if (glob_match(str++, pat)) in glob_match()
11380 if (!glob_match(sym_name, res->pattern)) in libbpf_available_kallsyms_parse()
11454 if (!glob_match(sym_name, res->pattern)) in libbpf_available_kprobes_parse()
/linux-6.12.1/kernel/trace/
Dtrace_events_filter.c1061 if (glob_match(r->pattern, str)) in regex_match_glob()
Dtrace_probe.c1761 if (!glob_match("*:%p[dD]", argv[i])) in traceprobe_expand_dentry_args()
Dftrace.c4667 if (glob_match(g->search, str)) in ftrace_match()
/linux-6.12.1/drivers/ata/
Dlibata-core.c4233 if (glob_match(ad->model_num, model_num) && in ata_dev_quirks()
4234 (!ad->model_rev || glob_match(ad->model_rev, model_rev))) { in ata_dev_quirks()