Lines Matching refs:right
287 static bool tomoyo_parse_argv(char *left, char *right, in tomoyo_parse_argv() argument
293 argv->value = tomoyo_get_dqword(right); in tomoyo_parse_argv()
306 static bool tomoyo_parse_envp(char *left, char *right, in tomoyo_parse_envp() argument
320 if (!strcmp(right, "NULL")) { in tomoyo_parse_envp()
323 value = tomoyo_get_dqword(right); in tomoyo_parse_envp()
495 u8 right = -1; in tomoyo_get_condition() local
601 right = TOMOYO_NAME_UNION; in tomoyo_get_condition()
609 right = tomoyo_condition_type(right_word); in tomoyo_get_condition()
610 if (right == TOMOYO_MAX_CONDITION_KEYWORD) { in tomoyo_get_condition()
615 right = TOMOYO_NUMBER_UNION; in tomoyo_get_condition()
625 "match=%u\n", __LINE__, left, right, !is_not); in tomoyo_get_condition()
629 condp->right = right; in tomoyo_get_condition()
632 __LINE__, condp->left, condp->right, in tomoyo_get_condition()
779 const u8 right = condp->right; in tomoyo_condition() local
787 if (right == TOMOYO_NAME_UNION) { in tomoyo_condition()
812 const u8 index = j ? right : left; in tomoyo_condition()
1041 if (right == TOMOYO_NUMBER_UNION) { in tomoyo_condition()
1064 switch (right) { in tomoyo_condition()