Home
last modified time | relevance | path

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

/linux/security/tomoyo/
A Daudit.c33 int envp_count = bprm->envc; in tomoyo_print_bprm() local
45 while (argv_count || envp_count) { in tomoyo_print_bprm()
88 } else if (envp_count) { in tomoyo_print_bprm()
89 if (--envp_count == 0) { in tomoyo_print_bprm()
97 if (!argv_count && !envp_count) in tomoyo_print_bprm()
A Dcondition.c116 int envp_count = bprm->envc; in tomoyo_scan_bprm() local
129 while (argv_count || envp_count) { in tomoyo_scan_bprm()
167 } else if (envp_count) { in tomoyo_scan_bprm()
179 envp_count--; in tomoyo_scan_bprm()
A Ddomain.c624 int envp_count = bprm->envc; in tomoyo_environ() local
631 if (!r->mode || !envp_count) in tomoyo_environ()
676 if (!--envp_count) { in tomoyo_environ()

Completed in 8 milliseconds