Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Dcondition.c39 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() local
523 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 …]
Dcommon.h607 bool is_not; member
614 bool is_not; member
Dcommon.c1266 is_not ? "!" : ""); in tomoyo_print_condition()
1278 is_not ? "!" : ""); in tomoyo_print_condition()
/Linux-v4.19/kernel/trace/
Dtrace_events_filter.c82 static bool is_not(const char *str) in is_not() function
459 if (!is_not(next)) in predicate_parse()