Searched refs:envc (Results 1 – 5 of 5) sorted by relevance
116 int envp_count = bprm->envc; in tomoyo_scan_bprm()173 envc, envp, in tomoyo_scan_bprm()363 a->argc == b->argc && a->envc == b->envc && in tomoyo_same_condition()581 e.envc++; in tomoyo_get_condition()584 e.envc--; in tomoyo_get_condition()657 e.envc); in tomoyo_get_condition()779 u16 envc; in tomoyo_condition() local786 envc = cond->envc; in tomoyo_condition()790 if (!bprm && (argc || envc)) in tomoyo_condition()935 value = bprm->envc; in tomoyo_condition()[all …]
285 const u16 envc = cond->envc; in tomoyo_del_condition() local304 for (i = 0; i < envc; envp++, i++) { in tomoyo_del_condition()
33 int envp_count = bprm->envc; in tomoyo_print_bprm()285 realpath, bprm->argc, bprm->envc, bprm_info); in tomoyo_init_log()
624 int envp_count = bprm->envc; in tomoyo_environ()
659 u16 envc; /* Number of "struct tomoyo_envp". */ member
Completed in 14 milliseconds