Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/
Dveristat.c58 char *file_glob; member
235 if (glob_matches(filename, env.deny_filters[i].file_glob)) in should_process_file()
244 if (glob_matches(filename, env.allow_filters[i].file_glob)) in should_process_file()
290 if (glob_matches(filename, env.deny_filters[i].file_glob)) in should_process_prog()
303 if (!glob_matches(filename, env.allow_filters[i].file_glob)) in should_process_prog()
329 f->file_glob = f->prog_glob = NULL; in append_filter()
334 f->file_glob = strdup(str); in append_filter()
335 if (!f->file_glob) in append_filter()
338 f->file_glob = strndup(str, p - str); in append_filter()
340 if (!f->file_glob || !f->prog_glob) { in append_filter()
[all …]