Lines Matching refs:is_not
38 if (argv->is_not) in tomoyo_argv()
76 if (envp->is_not) in tomoyo_envp()
80 if (!envp->is_not) in tomoyo_envp()
192 if (argv[i].is_not) in tomoyo_scan_bprm()
204 if ((!envp->value && !envp->is_not) || in tomoyo_scan_bprm()
205 (envp->value && envp->is_not)) in tomoyo_scan_bprm()
499 bool is_not; in tomoyo_get_condition() local
522 is_not = *(right_word - 1) == '!'; in tomoyo_get_condition()
523 if (is_not) in tomoyo_get_condition()
530 is_not ? "!" : "", right_word); in tomoyo_get_condition()
533 if (is_not || in tomoyo_get_condition()
553 argv->is_not = is_not; in tomoyo_get_condition()
568 envp->is_not = is_not; in tomoyo_get_condition()
625 "match=%u\n", __LINE__, left, right, !is_not); in tomoyo_get_condition()
630 condp->equals = !is_not; in tomoyo_get_condition()