Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/
Dveristat.c335 static bool glob_matches(const char *str, const char *pat) in glob_matches() function
350 if (glob_matches(str++, pat)) in glob_matches()
398 if (f->any_glob && glob_matches(filename, f->any_glob)) in should_process_file_prog()
400 if (f->any_glob && prog_name && glob_matches(prog_name, f->any_glob)) in should_process_file_prog()
402 if (f->file_glob && glob_matches(filename, f->file_glob)) in should_process_file_prog()
404 if (f->prog_glob && prog_name && glob_matches(prog_name, f->prog_glob)) in should_process_file_prog()
415 if (glob_matches(filename, f->any_glob)) in should_process_file_prog()
423 if (!prog_name || glob_matches(prog_name, f->any_glob)) in should_process_file_prog()
426 if (f->file_glob && !glob_matches(filename, f->file_glob)) in should_process_file_prog()
428 if (f->prog_glob && prog_name && !glob_matches(prog_name, f->prog_glob)) in should_process_file_prog()