Searched refs:is_not (Results 1 – 4 of 4) sorted by relevance
39 if (argv->is_not) in tomoyo_argv()77 if (envp->is_not) in tomoyo_envp()81 if (!envp->is_not) in tomoyo_envp()193 if (argv[i].is_not) in tomoyo_scan_bprm()205 if ((!envp->value && !envp->is_not) || in tomoyo_scan_bprm()206 (envp->value && envp->is_not)) in tomoyo_scan_bprm()500 bool is_not; in tomoyo_get_condition() local523 is_not = *(right_word - 1) == '!'; in tomoyo_get_condition()524 if (is_not) in tomoyo_get_condition()531 is_not ? "!" : "", right_word); in tomoyo_get_condition()[all …]
607 bool is_not; member614 bool is_not; member
1266 is_not ? "!" : ""); in tomoyo_print_condition()1278 is_not ? "!" : ""); in tomoyo_print_condition()
82 static bool is_not(const char *str) in is_not() function459 if (!is_not(next)) in predicate_parse()