Home
last modified time | relevance | path

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

/linux-3.4.99/security/tomoyo/
Dutil.c839 const char *f_delimiter; in tomoyo_path_matches_pattern2() local
843 f_delimiter = strchr(f, '/'); in tomoyo_path_matches_pattern2()
844 if (!f_delimiter) in tomoyo_path_matches_pattern2()
845 f_delimiter = f + strlen(f); in tomoyo_path_matches_pattern2()
851 if (!tomoyo_file_matches_pattern(f, f_delimiter, p, in tomoyo_path_matches_pattern2()
854 f = f_delimiter; in tomoyo_path_matches_pattern2()
878 if (!tomoyo_file_matches_pattern(f, f_delimiter, p + 2, in tomoyo_path_matches_pattern2()
882 f = f_delimiter; in tomoyo_path_matches_pattern2()
889 f_delimiter = strchr(f, '/'); in tomoyo_path_matches_pattern2()
890 } while (f_delimiter); in tomoyo_path_matches_pattern2()