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.c150 char *any_glob; member
520 if (f->any_glob) in name_filter_matches()
521 return glob_matches(filename, f->any_glob) || in name_filter_matches()
522 (prog_name && glob_matches(prog_name, f->any_glob)); in name_filter_matches()
546 if (f->any_glob || f->prog_glob) in name_filter_may_match()
701 f->any_glob = strdup(str); in append_filter()
702 if (!f->any_glob) in append_filter()
722 if ((!f->any_glob && !f->file_glob && !f->prog_glob) || in append_filter()
723 (f->any_glob && strcmp(f->any_glob, "") == 0)) { in append_filter()
3404 free(env.allow_filters[i].any_glob); in main()
[all …]