Searched refs:tomoyo_condition_keyword (Results 1 – 4 of 4) sorted by relevance
120 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_FILE]; in tomoyo_filetype()122 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_DIRECTORY]; in tomoyo_filetype()124 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_SYMLINK]; in tomoyo_filetype()126 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_FIFO]; in tomoyo_filetype()128 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_SOCKET]; in tomoyo_filetype()130 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_BLOCK_DEV]; in tomoyo_filetype()132 return tomoyo_condition_keyword[TOMOYO_TYPE_IS_CHAR_DEV]; in tomoyo_filetype()
72 const char * const tomoyo_condition_keyword[TOMOYO_MAX_CONDITION_KEYWORD] = { variable1295 tomoyo_condition_keyword[left]); in tomoyo_print_condition()1310 tomoyo_condition_keyword[right]); in tomoyo_print_condition()
1064 extern const char * const tomoyo_condition_keyword
367 if (!strcmp(word, tomoyo_condition_keyword[i])) in tomoyo_condition_type()