Home
last modified time | relevance | path

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

/linux-6.1.9/security/tomoyo/
Dcondition.c41 if (argv->is_not) in tomoyo_argv()
81 if (envp->is_not) in tomoyo_envp()
85 if (!envp->is_not) in tomoyo_envp()
201 if (argv[i].is_not) in tomoyo_scan_bprm()
213 if ((!envp->value && !envp->is_not) || in tomoyo_scan_bprm()
214 (envp->value && envp->is_not)) in tomoyo_scan_bprm()
517 bool is_not; in tomoyo_get_condition() local
541 is_not = *(right_word - 1) == '!'; in tomoyo_get_condition()
542 if (is_not) in tomoyo_get_condition()
549 is_not ? "!" : "", right_word); in tomoyo_get_condition()
[all …]
Dcommon.h610 bool is_not; member
617 bool is_not; member
Dcommon.c1290 argv->index, argv->is_not ? "!" : ""); in tomoyo_print_condition()
1301 tomoyo_io_printf(head, "\"]%s=", envp->is_not ? "!" : ""); in tomoyo_print_condition()
/linux-6.1.9/kernel/trace/
Dtrace_events_filter.c120 static bool is_not(const char *str) in is_not() function
499 if (!is_not(next)) in predicate_parse()