Searched refs:glob_match (Results 1 - 12 of 12) sorted by relevance

/linux-master/include/linux/
H A Dglob.h8 bool __pure glob_match(char const *pat, char const *str);
/linux-master/lib/
H A Dglob.c13 * glob_match - Shell-style pattern matching, like !fnmatch(pat, str, 0)
28 * An example of the worst case is glob_match("*aaaaa", "aaaaaaaaaa");
40 bool __pure glob_match(char const *pat, char const *str) function
123 EXPORT_SYMBOL(glob_match); variable
H A Dglobtest.c21 bool match = glob_match(pat, str);
50 * 1. Expected glob_match result: '1' or '0'.
55 * a glob_match result character.
/linux-master/drivers/base/
H A Dsoc.c215 (!attr->machine || !glob_match(match->machine, attr->machine)))
219 (!attr->family || !glob_match(match->family, attr->family)))
223 (!attr->revision || !glob_match(match->revision, attr->revision)))
227 (!attr->soc_id || !glob_match(match->soc_id, attr->soc_id)))
/linux-master/lib/kunit/
H A Dexecutor.c63 /* glob_match() needs NULL terminated strings, so we need a copy of filter_glob_param. */
111 if (!test_glob || glob_match(test_glob, test_case->name))
130 if (!test_glob || glob_match(test_glob, test_case->name))
199 if (!glob_match(parsed_glob.suite_glob, filtered_suite->name))
/linux-master/tools/testing/selftests/bpf/
H A Dtest_progs.c110 static bool glob_match(const char *str, const char *pat) function
125 if (glob_match(str++, pat))
165 if (glob_match(name, sel->blacklist.tests[i].name) &&
171 if (glob_match(name, sel->whitelist.tests[i].name))
190 if (glob_match(test_name, sel->blacklist.tests[i].name)) {
195 if (glob_match(subtest_name,
203 if (glob_match(test_name, sel->whitelist.tests[i].name)) {
208 if (glob_match(subtest_name,
/linux-master/tools/lib/bpf/
H A Delf.c528 if (!glob_match(sym->name, pattern))
H A Dlibbpf_internal.h653 bool glob_match(const char *str, const char *pat);
H A Dlibbpf.c11135 bool glob_match(const char *str, const char *pat) function
11155 if (glob_match(str++, pat))
11227 if (!glob_match(sym_name, res->pattern))
11301 if (!glob_match(sym_name, res->pattern))
/linux-master/kernel/trace/
H A Dtrace_events_filter.c1061 if (glob_match(r->pattern, str))
H A Dftrace.c4170 if (glob_match(g->search, str))
/linux-master/drivers/ata/
H A Dlibata-core.c4317 if (glob_match(ad->model_num, model_num)) {
4320 if (glob_match(ad->model_rev, model_rev))

Completed in 240 milliseconds