Searched refs:glob_match (Results 1 – 12 of 12) sorted by relevance
/linux/lib/ |
H A D | glob.c | 40 bool __pure glob_match(char const *pat, char const *str) in glob_match() function 125 EXPORT_SYMBOL(glob_match);
|
H A D | globtest.c | 21 bool match = glob_match(pat, str); in test()
|
/linux/drivers/base/ |
H A D | soc.c | 215 (!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/include/linux/ |
H A D | glob.h | 8 bool __pure glob_match(char const *pat, char const *str);
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_progs.c | 132 static bool glob_match(const char *str, const char *pat) in glob_match() function 147 if (glob_match(str++, pat)) in glob_match() 270 if (glob_match(name, sel->blacklist.tests[i].name) && in should_run() 276 if (glob_match(name, sel->whitelist.tests[i].name)) in should_run() 293 if (glob_match(test_name, filter->tests[i].name)) { in match_subtest() 298 if (glob_match(subtest_name, in match_subtest() 331 if (glob_match(name, sel->whitelist.tests[i].name) && in should_tmon()
|
/linux/kernel/trace/ |
H A D | fprobe.c | 454 if (!glob_match(match->filter, name) || in filter_match_callback() 455 (match->notfilter && glob_match(match->notfilter, name))) in filter_match_callback()
|
H A D | trace_events_filter.c | 1061 if (glob_match(r->pattern, str)) in regex_match_glob()
|
H A D | trace_probe.c | 1748 if (!glob_match("*:%p[dD]", argv[i])) in traceprobe_expand_dentry_args()
|
H A D | ftrace.c | 4681 if (glob_match(g->search, str)) in ftrace_match()
|
/linux/tools/lib/bpf/ |
H A D | elf.c | 529 if (!glob_match(sym->name, pattern)) in elf_resolve_pattern_offsets()
|
H A D | libbpf.c | 11339 bool glob_match(const char *str, const char *pat) in glob_match() function 11359 if (glob_match(str++, pat)) in glob_match() 11390 if (!glob_match(sym_name, res->pattern)) in avail_kallsyms_cb() 11455 if (!glob_match(sym_name, res->pattern)) in libbpf_available_kallsyms_parse() 11529 if (!glob_match(sym_name, res->pattern)) in libbpf_available_kprobes_parse()
|
/linux/drivers/ata/ |
H A D | libata-core.c | 4233 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()
|