Searched refs:pattern (Results 1 – 4 of 4) sorted by relevance
678 const char *pattern, in tomoyo_file_matches_pattern2() argument681 while (filename < filename_end && pattern < pattern_end) { in tomoyo_file_matches_pattern2()686 if (*pattern != '\\') { in tomoyo_file_matches_pattern2()687 if (*filename++ != *pattern++) in tomoyo_file_matches_pattern2()692 pattern++; in tomoyo_file_matches_pattern2()693 switch (*pattern) { in tomoyo_file_matches_pattern2()729 && strncmp(filename + 1, pattern, 3) == 0) { in tomoyo_file_matches_pattern2()731 pattern += 2; in tomoyo_file_matches_pattern2()740 pattern + 1, pattern_end)) in tomoyo_file_matches_pattern2()743 if (c == '.' && *pattern == '@') in tomoyo_file_matches_pattern2()[all …]
951 const struct tomoyo_path_info *pattern);
23 def_bool $(cc-option,-ftrivial-auto-var-init=pattern)96 pattern. This is intended to eliminate all classes
1352 #define pt(token) policy_tokens[token].pattern