Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/
Dveristat.c208 static bool glob_matches(const char *str, const char *pat) in glob_matches() function
223 if (glob_matches(str++, pat)) in glob_matches()
235 if (glob_matches(filename, env.deny_filters[i].file_glob)) in should_process_file()
244 if (glob_matches(filename, env.allow_filters[i].file_glob)) in should_process_file()
290 if (glob_matches(filename, env.deny_filters[i].file_glob)) in should_process_prog()
294 if (glob_matches(prog_name, env.deny_filters[i].prog_glob)) in should_process_prog()
303 if (!glob_matches(filename, env.allow_filters[i].file_glob)) in should_process_prog()
310 if (glob_matches(prog_name, env.allow_filters[i].prog_glob)) in should_process_prog()