Home
last modified time | relevance | path

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

/security/tomoyo/
Dcondition.c38 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()
[all …]
Dcommon.h606 bool is_not; member
613 bool is_not; member
Dcommon.c1265 is_not ? "!" : ""); in tomoyo_print_condition()
1277 is_not ? "!" : ""); in tomoyo_print_condition()