Searched refs:right_word (Results 1 – 1 of 1) sorted by relevance
516 char *right_word; in tomoyo_get_condition() local538 right_word = strchr(left_word, '='); in tomoyo_get_condition()539 if (!right_word || right_word == left_word) in tomoyo_get_condition()541 is_not = *(right_word - 1) == '!'; in tomoyo_get_condition()544 else if (*(right_word + 1) != '=') in tomoyo_get_condition()549 is_not ? "!" : "", right_word); in tomoyo_get_condition()557 else if (!strcmp(right_word, "no")) in tomoyo_get_condition()574 right_word, argv++)) in tomoyo_get_condition()589 right_word, envp++)) in tomoyo_get_condition()621 param->data = right_word; in tomoyo_get_condition()[all …]