Searched refs:pattern (Results 1 – 4 of 4) sorted by relevance
708 if (*pattern != '\\') { in tomoyo_file_matches_pattern2()714 pattern++; in tomoyo_file_matches_pattern2()715 switch (*pattern) { in tomoyo_file_matches_pattern2()753 pattern += 2; in tomoyo_file_matches_pattern2()779 c = *pattern; in tomoyo_file_matches_pattern2()799 pattern++; in tomoyo_file_matches_pattern2()802 (*(pattern + 1) == '*' || *(pattern + 1) == '@')) in tomoyo_file_matches_pattern2()803 pattern += 2; in tomoyo_file_matches_pattern2()819 const char *pattern, in tomoyo_file_matches_pattern() argument828 if (*pattern++ != '\\' || *pattern++ != '-') in tomoyo_file_matches_pattern()[all …]
951 const struct tomoyo_path_info *pattern);
7 def_bool $(cc-option,-ftrivial-auto-var-init=pattern)47 bool "pattern-init everything (strongest)"60 pattern is situation-specific; Clang on 64-bit uses 0xAA80 suitable as a production security mitigation than pattern
2033 #define pt(token) policy_tokens[token].pattern
Completed in 14 milliseconds