Searched refs:right_word (Results 1 - 1 of 1) sorted by relevance

/linux-master/security/tomoyo/
H A Dcondition.c516 char *right_word; local
538 right_word = strchr(left_word, '=');
539 if (!right_word || right_word == left_word)
541 is_not = *(right_word - 1) == '!';
543 *(right_word++ - 1) = '\0'; /* Will restore later. */
544 else if (*(right_word + 1) != '=')
545 *right_word++ = '\0'; /* Will restore later. */
549 is_not ? "!" : "", right_word);
555 else if (!strcmp(right_word, "ye
[all...]

Completed in 259 milliseconds