Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Daudit.c32 int argv_count = bprm->argc; in tomoyo_print_bprm() local
39 if (!argv_count) { in tomoyo_print_bprm()
44 while (argv_count || envp_count) { in tomoyo_print_bprm()
74 if (argv_count) { in tomoyo_print_bprm()
75 if (--argv_count == 0) { in tomoyo_print_bprm()
95 if (!argv_count && !envp_count) in tomoyo_print_bprm()
Dcondition.c111 int argv_count = bprm->argc; in tomoyo_scan_bprm() local
124 while (argv_count || envp_count) { in tomoyo_scan_bprm()
153 if (argv_count) { in tomoyo_scan_bprm()
154 if (!tomoyo_argv(bprm->argc - argv_count, in tomoyo_scan_bprm()
160 argv_count--; in tomoyo_scan_bprm()
Ddomain.c601 int argv_count = bprm->argc; in tomoyo_environ() local
619 while (argv_count && offset < PAGE_SIZE) { in tomoyo_environ()
621 argv_count--; in tomoyo_environ()
623 if (argv_count) { in tomoyo_environ()