Home
last modified time | relevance | path

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

/linux-2.6.39/security/tomoyo/
Dutil.c511 const char *pattern_end) in tomoyo_file_matches_pattern2() argument
513 while (filename < filename_end && pattern < pattern_end) { in tomoyo_file_matches_pattern2()
571 pattern + 1, pattern_end)) in tomoyo_file_matches_pattern2()
602 pattern + 1, pattern_end)) in tomoyo_file_matches_pattern2()
613 return filename == filename_end && pattern == pattern_end; in tomoyo_file_matches_pattern2()
629 const char *pattern_end) in tomoyo_file_matches_pattern() argument
635 while (pattern < pattern_end - 1) { in tomoyo_file_matches_pattern()
651 pattern_start, pattern_end); in tomoyo_file_matches_pattern()