Searched refs:glob_matches (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | veristat.c | 408 static bool glob_matches(const char *str, const char *pat) in glob_matches() function 423 if (glob_matches(str++, pat)) in glob_matches() 471 if (f->any_glob && glob_matches(filename, f->any_glob)) in should_process_file_prog() 473 if (f->any_glob && prog_name && glob_matches(prog_name, f->any_glob)) in should_process_file_prog() 475 if (f->file_glob && glob_matches(filename, f->file_glob)) in should_process_file_prog() 477 if (f->prog_glob && prog_name && glob_matches(prog_name, f->prog_glob)) in should_process_file_prog() 488 if (glob_matches(filename, f->any_glob)) in should_process_file_prog() 496 if (!prog_name || glob_matches(prog_name, f->any_glob)) in should_process_file_prog() 499 if (f->file_glob && !glob_matches(filename, f->file_glob)) in should_process_file_prog() 501 if (f->prog_glob && prog_name && !glob_matches(prog_name, f->prog_glob)) in should_process_file_prog()
|