Searched refs:glob_matches (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/bpf/ |
H A D | veristat.c | 380 static bool glob_matches(const char *str, const char *pat) in glob_matches() function 395 if (glob_matches(str++, pat)) in glob_matches() 443 if (f->any_glob && glob_matches(filename, f->any_glob)) in should_process_file_prog() 445 if (f->any_glob && prog_name && glob_matches(prog_name, f->any_glob)) in should_process_file_prog() 447 if (f->file_glob && glob_matches(filename, f->file_glob)) in should_process_file_prog() 449 if (f->prog_glob && prog_name && glob_matches(prog_name, f->prog_glob)) in should_process_file_prog() 460 if (glob_matches(filename, f->any_glob)) in should_process_file_prog() 468 if (!prog_name || glob_matches(prog_name, f->any_glob)) in should_process_file_prog() 471 if (f->file_glob && !glob_matches(filename, f->file_glob)) in should_process_file_prog() 473 if (f->prog_glob && prog_name && !glob_matches(prog_name, f->prog_glob)) in should_process_file_prog()
|