Lines Matching refs:left
293 * @left: Lefthand value.
299 static bool tomoyo_parse_argv(char *left, char *right,
302 if (tomoyo_parse_ulong(&argv->index, &left) !=
303 TOMOYO_VALUE_TYPE_DECIMAL || *left++ != ']' || *left)
312 * @left: Lefthand value.
318 static bool tomoyo_parse_envp(char *left, char *right,
323 char *cp = left + strlen(left) - 1;
328 if (!tomoyo_correct_word(left))
330 name = tomoyo_get_name(left);
512 u8 left = -1;
522 * Since left-hand condition does not allow use of "path_group"
525 * of one or more repetition of $left$operator$right blocks
526 * where "$left is free from '=' and ' '" and "$operator is
571 left = TOMOYO_ARGV_ENTRY;
586 left = TOMOYO_ENVP_ENTRY;
594 left = tomoyo_condition_type(left_word);
595 dprintk(KERN_WARNING "%u: <%s> left=%u\n", __LINE__, left_word,
596 left);
597 if (left == TOMOYO_MAX_CONDITION_KEYWORD) {
602 left = TOMOYO_NUMBER_UNION;
614 if (left == TOMOYO_EXEC_REALPATH ||
615 left == TOMOYO_SYMLINK_TARGET) {
643 dprintk(KERN_WARNING "%u: dry_run left=%u right=%u match=%u\n",
644 __LINE__, left, right, !is_not);
647 condp->left = left;
650 dprintk(KERN_WARNING "%u: left=%u right=%u match=%u\n",
651 __LINE__, condp->left, condp->right,
800 const u8 left = condp->left;
807 if (left == TOMOYO_ARGV_ENTRY || left == TOMOYO_ENVP_ENTRY)
816 switch (left) {
836 const u8 index = j ? right : left;
1061 if (left == TOMOYO_NUMBER_UNION) {
1102 switch (left) {