Home
last modified time | relevance | path

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

/security/tomoyo/
Dutil.c842 const char *f_delimiter; in tomoyo_path_matches_pattern2() local
846 f_delimiter = strchr(f, '/'); in tomoyo_path_matches_pattern2()
847 if (!f_delimiter) in tomoyo_path_matches_pattern2()
848 f_delimiter = f + strlen(f); in tomoyo_path_matches_pattern2()
854 if (!tomoyo_file_matches_pattern(f, f_delimiter, p, in tomoyo_path_matches_pattern2()
857 f = f_delimiter; in tomoyo_path_matches_pattern2()
881 if (!tomoyo_file_matches_pattern(f, f_delimiter, p + 2, in tomoyo_path_matches_pattern2()
885 f = f_delimiter; in tomoyo_path_matches_pattern2()
892 f_delimiter = strchr(f, '/'); in tomoyo_path_matches_pattern2()
893 } while (f_delimiter); in tomoyo_path_matches_pattern2()