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

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

Completed in 140 milliseconds