glob_match
if (glob_match(ad->model_num, model_num) &&
(!ad->model_rev || glob_match(ad->model_rev, model_rev))) {
if (glob_match(ad->model_num, model_num) &&
(!ad->model_rev || glob_match(ad->model_rev, model_rev))) {
(!attr->machine || !glob_match(match->machine, attr->machine)))
(!attr->family || !glob_match(match->family, attr->family)))
(!attr->revision || !glob_match(match->revision, attr->revision)))
(!attr->soc_id || !glob_match(match->soc_id, attr->soc_id)))
bool __pure glob_match(char const *pat, char const *str);
if (!glob_match(match->filter, name) ||
(match->notfilter && glob_match(match->notfilter, name)))
if (glob_match(g->search, str))
if (glob_match(r->pattern, str))
if (!glob_match("*:%p[dD]", argv[i]))
EXPORT_SYMBOL(glob_match);
if (!test_glob || glob_match(test_glob, test_case->name))
if (!test_glob || glob_match(test_glob, test_case->name))
if (!glob_match(parsed_glob.suite_glob, filtered_suite->name))
glob_match(params->pat, params->str),
if (!glob_match(sym->name, pattern))
if (glob_match(str++, pat))
if (!glob_match(sym_name, res->pattern))
if (!glob_match(sym_name, res->pattern))
if (!glob_match(sym_name, res->pattern))
bool glob_match(const char *str, const char *pat);
bool match = glob_match(pat, str);
if (glob_match(str++, pat))
if (glob_match(name, sel->blacklist.tests[i].name) &&
if (glob_match(name, sel->whitelist.tests[i].name))
if (glob_match(test_name, filter->tests[i].name)) {
if (glob_match(subtest_name,
if (glob_match(name, sel->whitelist.tests[i].name) &&