Lines Matching refs:left

299 static bool tomoyo_parse_argv(char *left, char *right,  in tomoyo_parse_argv()  argument
302 if (tomoyo_parse_ulong(&argv->index, &left) != in tomoyo_parse_argv()
303 TOMOYO_VALUE_TYPE_DECIMAL || *left++ != ']' || *left) in tomoyo_parse_argv()
318 static bool tomoyo_parse_envp(char *left, char *right, in tomoyo_parse_envp() argument
323 char *cp = left + strlen(left) - 1; in tomoyo_parse_envp()
328 if (!tomoyo_correct_word(left)) in tomoyo_parse_envp()
330 name = tomoyo_get_name(left); in tomoyo_parse_envp()
512 u8 left = -1; in tomoyo_get_condition() local
571 left = TOMOYO_ARGV_ENTRY; in tomoyo_get_condition()
586 left = TOMOYO_ENVP_ENTRY; in tomoyo_get_condition()
594 left = tomoyo_condition_type(left_word); in tomoyo_get_condition()
596 left); in tomoyo_get_condition()
597 if (left == TOMOYO_MAX_CONDITION_KEYWORD) { in tomoyo_get_condition()
602 left = TOMOYO_NUMBER_UNION; in tomoyo_get_condition()
614 if (left == TOMOYO_EXEC_REALPATH || in tomoyo_get_condition()
615 left == TOMOYO_SYMLINK_TARGET) { in tomoyo_get_condition()
644 __LINE__, left, right, !is_not); in tomoyo_get_condition()
647 condp->left = left; in tomoyo_get_condition()
651 __LINE__, condp->left, condp->right, in tomoyo_get_condition()
800 const u8 left = condp->left; in tomoyo_condition() local
807 if (left == TOMOYO_ARGV_ENTRY || left == TOMOYO_ENVP_ENTRY) in tomoyo_condition()
816 switch (left) { in tomoyo_condition()
836 const u8 index = j ? right : left; in tomoyo_condition()
1061 if (left == TOMOYO_NUMBER_UNION) { in tomoyo_condition()
1102 switch (left) { in tomoyo_condition()