Searched refs:tomoyo_condition_keyword (Results 1 – 4 of 4) sorted by relevance
123 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_FILE]; in tomoyo_filetype()125 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_DIRECTORY]; in tomoyo_filetype()127 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_SYMLINK]; in tomoyo_filetype()129 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_FIFO]; in tomoyo_filetype()131 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_SOCKET]; in tomoyo_filetype()133 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_BLOCK_DEV]; in tomoyo_filetype()135 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_CHAR_DEV]; in tomoyo_filetype()
73 const char * const tomoyo_condition_keyword[TOMOYO_MAX_CONDITION_KEYWORD] = { variable1327 tomoyo_condition_keyword[left]); in tomoyo_print_condition()1342 tomoyo_condition_keyword[right]); in tomoyo_print_condition()
1077 extern const char * const tomoyo_condition_keyword
381 if (!strcmp(word, tomoyo_condition_keyword[i])) in tomoyo_condition_type()