Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dveristat.c151 char *file_glob; member
523 if (f->file_glob && f->prog_glob) in name_filter_matches()
525 glob_matches(filename, f->file_glob) && in name_filter_matches()
527 if (f->file_glob) in name_filter_matches()
528 return glob_matches(filename, f->file_glob); in name_filter_matches()
537 if (f->file_glob) in name_filter_may_match()
538 return glob_matches(filename, f->file_glob); in name_filter_may_match()
707 f->file_glob = strndup(str, p - str); in append_filter()
708 if (!f->file_glob) in append_filter()
715 free(f->file_glob); in append_filter()
[all …]