Searched refs:is_not (Results 1 – 3 of 3) sorted by relevance
41 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()517 bool is_not; in tomoyo_get_condition() local542 if (is_not) in tomoyo_get_condition()549 is_not ? "!" : "", right_word); in tomoyo_get_condition()552 if (is_not || in tomoyo_get_condition()572 argv->is_not = is_not; in tomoyo_get_condition()587 envp->is_not = is_not; in tomoyo_get_condition()[all …]
610 bool is_not; member617 bool is_not; member
1291 argv->index, argv->is_not ? "!" : ""); in tomoyo_print_condition()1302 tomoyo_io_printf(head, "\"]%s=", envp->is_not ? "!" : ""); in tomoyo_print_condition()
Completed in 14 milliseconds