Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/tomoyo/
H A Dutil.c851 const char *f_delimiter; in tomoyo_path_matches_pattern2() local
855 f_delimiter = strchr(f, '/'); in tomoyo_path_matches_pattern2()
856 if (!f_delimiter) in tomoyo_path_matches_pattern2()
857 f_delimiter = f + strlen(f); in tomoyo_path_matches_pattern2()
863 if (!tomoyo_file_matches_pattern(f, f_delimiter, p, in tomoyo_path_matches_pattern2()
866 f = f_delimiter; in tomoyo_path_matches_pattern2()
890 if (!tomoyo_file_matches_pattern(f, f_delimiter, p + 2, in tomoyo_path_matches_pattern2()
894 f = f_delimiter; in tomoyo_path_matches_pattern2()
901 f_delimiter = strchr(f, '/'); in tomoyo_path_matches_pattern2()
902 } while (f_delimiter); in tomoyo_path_matches_pattern2()
[all...]
/kernel/linux/linux-6.6/security/tomoyo/
H A Dutil.c856 const char *f_delimiter; in tomoyo_path_matches_pattern2() local
860 f_delimiter = strchr(f, '/'); in tomoyo_path_matches_pattern2()
861 if (!f_delimiter) in tomoyo_path_matches_pattern2()
862 f_delimiter = f + strlen(f); in tomoyo_path_matches_pattern2()
868 if (!tomoyo_file_matches_pattern(f, f_delimiter, p, in tomoyo_path_matches_pattern2()
871 f = f_delimiter; in tomoyo_path_matches_pattern2()
895 if (!tomoyo_file_matches_pattern(f, f_delimiter, p + 2, in tomoyo_path_matches_pattern2()
899 f = f_delimiter; in tomoyo_path_matches_pattern2()
906 f_delimiter = strchr(f, '/'); in tomoyo_path_matches_pattern2()
907 } while (f_delimiter); in tomoyo_path_matches_pattern2()
[all...]

Completed in 3 milliseconds