Searched refs:glob_matches (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | veristat.c | 463 static bool glob_matches(const char *str, const char *pat) in glob_matches() function 478 if (glob_matches(str++, pat)) in glob_matches() 526 if (f->any_glob && glob_matches(filename, f->any_glob)) in should_process_file_prog() 528 if (f->any_glob && prog_name && glob_matches(prog_name, f->any_glob)) in should_process_file_prog() 530 if (f->file_glob && glob_matches(filename, f->file_glob)) in should_process_file_prog() 532 if (f->prog_glob && prog_name && glob_matches(prog_name, f->prog_glob)) in should_process_file_prog() 543 if (glob_matches(filename, f->any_glob)) in should_process_file_prog() 551 if (!prog_name || glob_matches(prog_name, f->any_glob)) in should_process_file_prog() 554 if (f->file_glob && !glob_matches(filename, f->file_glob)) in should_process_file_prog() 556 if (f->prog_glob && prog_name && !glob_matches(prog_name, f->prog_glob)) in should_process_file_prog()
|