Home
last modified time | relevance | path

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

/security/tomoyo/
Dutil.c679 const char *pattern_end) in tomoyo_file_matches_pattern2() argument
681 while (filename < filename_end && pattern < pattern_end) { in tomoyo_file_matches_pattern2()
740 pattern + 1, pattern_end)) in tomoyo_file_matches_pattern2()
771 pattern + 1, pattern_end)) in tomoyo_file_matches_pattern2()
782 return filename == filename_end && pattern == pattern_end; in tomoyo_file_matches_pattern2()
798 const char *pattern_end) in tomoyo_file_matches_pattern() argument
804 while (pattern < pattern_end - 1) { in tomoyo_file_matches_pattern()
820 pattern_start, pattern_end); in tomoyo_file_matches_pattern()