Home
last modified time | relevance | path

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

/linux/security/tomoyo/
A Dutil.c701 const char *pattern_end) in tomoyo_file_matches_pattern2() argument
703 while (filename < filename_end && pattern < pattern_end) { in tomoyo_file_matches_pattern2()
762 pattern + 1, pattern_end)) in tomoyo_file_matches_pattern2()
793 pattern + 1, pattern_end)) in tomoyo_file_matches_pattern2()
804 return filename == filename_end && pattern == pattern_end; in tomoyo_file_matches_pattern2()
820 const char *pattern_end) in tomoyo_file_matches_pattern() argument
826 while (pattern < pattern_end - 1) { in tomoyo_file_matches_pattern()
842 pattern_start, pattern_end); in tomoyo_file_matches_pattern()

Completed in 5 milliseconds