Searched refs:right_word (Results 1 – 1 of 1) sorted by relevance
499 char *right_word; in tomoyo_get_condition() local520 right_word = strchr(left_word, '='); in tomoyo_get_condition()521 if (!right_word || right_word == left_word) in tomoyo_get_condition()523 is_not = *(right_word - 1) == '!'; in tomoyo_get_condition()525 *(right_word++ - 1) = '\0'; /* Will restore later. */ in tomoyo_get_condition()526 else if (*(right_word + 1) != '=') in tomoyo_get_condition()527 *right_word++ = '\0'; /* Will restore later. */ in tomoyo_get_condition()531 is_not ? "!" : "", right_word); in tomoyo_get_condition()537 else if (!strcmp(right_word, "yes")) in tomoyo_get_condition()539 else if (!strcmp(right_word, "no")) in tomoyo_get_condition()[all …]