Home
last modified time | relevance | path

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

/security/tomoyo/
Dutil.c685 const char *pattern_end) in tomoyo_file_matches_pattern2() argument
687 while (filename < filename_end && pattern < pattern_end) { in tomoyo_file_matches_pattern2()
745 pattern + 1, pattern_end)) in tomoyo_file_matches_pattern2()
776 pattern + 1, pattern_end)) in tomoyo_file_matches_pattern2()
787 return filename == filename_end && pattern == pattern_end; in tomoyo_file_matches_pattern2()
803 const char *pattern_end) in tomoyo_file_matches_pattern() argument
809 while (pattern < pattern_end - 1) { in tomoyo_file_matches_pattern()
825 pattern_start, pattern_end); in tomoyo_file_matches_pattern()