Home
last modified time | relevance | path

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

/linux-4.4.14/security/tomoyo/
Daudit.c31 int argv_count = bprm->argc; in tomoyo_print_bprm() local
38 if (!argv_count) { in tomoyo_print_bprm()
43 while (argv_count || envp_count) { in tomoyo_print_bprm()
73 if (argv_count) { in tomoyo_print_bprm()
74 if (--argv_count == 0) { in tomoyo_print_bprm()
94 if (!argv_count && !envp_count) in tomoyo_print_bprm()
Dcondition.c110 int argv_count = bprm->argc; in tomoyo_scan_bprm() local
123 while (argv_count || envp_count) { in tomoyo_scan_bprm()
152 if (argv_count) { in tomoyo_scan_bprm()
153 if (!tomoyo_argv(bprm->argc - argv_count, in tomoyo_scan_bprm()
159 argv_count--; in tomoyo_scan_bprm()
Ddomain.c598 int argv_count = bprm->argc; in tomoyo_environ() local
616 while (argv_count && offset < PAGE_SIZE) { in tomoyo_environ()
618 argv_count--; in tomoyo_environ()
620 if (argv_count) { in tomoyo_environ()