Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Dutil.c821 const char *f_delimiter; in tomoyo_path_matches_pattern2() local
825 f_delimiter = strchr(f, '/'); in tomoyo_path_matches_pattern2()
826 if (!f_delimiter) in tomoyo_path_matches_pattern2()
827 f_delimiter = f + strlen(f); in tomoyo_path_matches_pattern2()
833 if (!tomoyo_file_matches_pattern(f, f_delimiter, p, in tomoyo_path_matches_pattern2()
836 f = f_delimiter; in tomoyo_path_matches_pattern2()
860 if (!tomoyo_file_matches_pattern(f, f_delimiter, p + 2, in tomoyo_path_matches_pattern2()
864 f = f_delimiter; in tomoyo_path_matches_pattern2()
871 f_delimiter = strchr(f, '/'); in tomoyo_path_matches_pattern2()
872 } while (f_delimiter); in tomoyo_path_matches_pattern2()