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

/linux-4.4.14/security/tomoyo/
H A Dcondition.c38 if (argv->is_not) tomoyo_argv()
76 if (envp->is_not) tomoyo_envp()
80 if (!envp->is_not) tomoyo_envp()
192 if (argv[i].is_not) tomoyo_scan_bprm()
204 if ((!envp->value && !envp->is_not) || tomoyo_scan_bprm()
205 (envp->value && envp->is_not)) tomoyo_scan_bprm()
499 bool is_not; tomoyo_get_condition() local
522 is_not = *(right_word - 1) == '!'; tomoyo_get_condition()
523 if (is_not) tomoyo_get_condition()
530 is_not ? "!" : "", right_word); tomoyo_get_condition()
533 if (is_not || tomoyo_get_condition()
553 argv->is_not = is_not; tomoyo_get_condition()
568 envp->is_not = is_not; tomoyo_get_condition()
625 "match=%u\n", __LINE__, left, right, !is_not); tomoyo_get_condition()
630 condp->equals = !is_not; tomoyo_get_condition()
H A Dcommon.h606 bool is_not; member in struct:tomoyo_argv
613 bool is_not; member in struct:tomoyo_envp
H A Dcommon.c1265 is_not ? "!" : ""); tomoyo_print_condition()
1277 is_not ? "!" : ""); tomoyo_print_condition()

Completed in 94 milliseconds