Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dveristat.c131 char *any_glob; member
417 if (f->any_glob && glob_matches(filename, f->any_glob)) in should_process_file_prog()
419 if (f->any_glob && prog_name && glob_matches(prog_name, f->any_glob)) in should_process_file_prog()
433 if (f->any_glob) { in should_process_file_prog()
434 if (glob_matches(filename, f->any_glob)) in should_process_file_prog()
442 if (!prog_name || glob_matches(prog_name, f->any_glob)) in should_process_file_prog()
575 f->any_glob = strdup(str); in append_filter()
576 if (!f->any_glob) in append_filter()
2156 free(env.allow_filters[i].any_glob); in main()
2162 free(env.deny_filters[i].any_glob); in main()