Lines Matching refs:left
287 static bool tomoyo_parse_argv(char *left, char *right, in tomoyo_parse_argv() argument
290 if (tomoyo_parse_ulong(&argv->index, &left) != in tomoyo_parse_argv()
291 TOMOYO_VALUE_TYPE_DECIMAL || *left++ != ']' || *left) in tomoyo_parse_argv()
306 static bool tomoyo_parse_envp(char *left, char *right, in tomoyo_parse_envp() argument
311 char *cp = left + strlen(left) - 1; in tomoyo_parse_envp()
315 if (!tomoyo_correct_word(left)) in tomoyo_parse_envp()
317 name = tomoyo_get_name(left); in tomoyo_parse_envp()
494 u8 left = -1; in tomoyo_get_condition() local
552 left = TOMOYO_ARGV_ENTRY; in tomoyo_get_condition()
567 left = TOMOYO_ENVP_ENTRY; in tomoyo_get_condition()
575 left = tomoyo_condition_type(left_word); in tomoyo_get_condition()
577 left); in tomoyo_get_condition()
578 if (left == TOMOYO_MAX_CONDITION_KEYWORD) { in tomoyo_get_condition()
583 left = TOMOYO_NUMBER_UNION; in tomoyo_get_condition()
595 if (left == TOMOYO_EXEC_REALPATH || in tomoyo_get_condition()
596 left == TOMOYO_SYMLINK_TARGET) { in tomoyo_get_condition()
625 "match=%u\n", __LINE__, left, right, !is_not); in tomoyo_get_condition()
628 condp->left = left; in tomoyo_get_condition()
632 __LINE__, condp->left, condp->right, in tomoyo_get_condition()
778 const u8 left = condp->left; in tomoyo_condition() local
784 if (left == TOMOYO_ARGV_ENTRY || left == TOMOYO_ENVP_ENTRY) in tomoyo_condition()
789 switch (left) { in tomoyo_condition()
812 const u8 index = j ? right : left; in tomoyo_condition()
1035 if (left == TOMOYO_NUMBER_UNION) { in tomoyo_condition()
1074 switch (left) { in tomoyo_condition()