Home
last modified time | relevance | path

Searched refs:envp_count (Results 1 – 3 of 3) sorted by relevance

/security/tomoyo/
Daudit.c32 int envp_count = bprm->envc; in tomoyo_print_bprm() local
43 while (argv_count || envp_count) { in tomoyo_print_bprm()
85 } else if (envp_count) { in tomoyo_print_bprm()
86 if (--envp_count == 0) { in tomoyo_print_bprm()
94 if (!argv_count && !envp_count) in tomoyo_print_bprm()
Dcondition.c111 int envp_count = bprm->envc; in tomoyo_scan_bprm() local
123 while (argv_count || envp_count) { in tomoyo_scan_bprm()
160 } else if (envp_count) { in tomoyo_scan_bprm()
171 envp_count--; in tomoyo_scan_bprm()
Ddomain.c599 int envp_count = bprm->envc; in tomoyo_environ() local
606 if (!r->mode || !envp_count) in tomoyo_environ()
651 if (!--envp_count) { in tomoyo_environ()