Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/tomoyo/
H A Dutil.c684 * tomoyo_file_matches_pattern2 - Pattern matching without '/' character and "\-" pattern.
693 static bool tomoyo_file_matches_pattern2(const char *filename, in tomoyo_file_matches_pattern2() function
755 if (tomoyo_file_matches_pattern2( in tomoyo_file_matches_pattern2()
786 if (tomoyo_file_matches_pattern2( in tomoyo_file_matches_pattern2()
825 result = tomoyo_file_matches_pattern2(filename, in tomoyo_file_matches_pattern()
836 result = tomoyo_file_matches_pattern2(filename, filename_end, in tomoyo_file_matches_pattern()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dutil.c689 * tomoyo_file_matches_pattern2 - Pattern matching without '/' character and "\-" pattern.
698 static bool tomoyo_file_matches_pattern2(const char *filename, in tomoyo_file_matches_pattern2() function
760 if (tomoyo_file_matches_pattern2( in tomoyo_file_matches_pattern2()
791 if (tomoyo_file_matches_pattern2( in tomoyo_file_matches_pattern2()
830 result = tomoyo_file_matches_pattern2(filename, in tomoyo_file_matches_pattern()
841 result = tomoyo_file_matches_pattern2(filename, filename_end, in tomoyo_file_matches_pattern()

Completed in 3 milliseconds