Home
last modified time | relevance | path

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

/linux-6.1.9/security/tomoyo/
Daudit.c32 int argv_count = bprm->argc; in tomoyo_print_bprm() local
40 if (!argv_count) { in tomoyo_print_bprm()
45 while (argv_count || envp_count) { in tomoyo_print_bprm()
76 if (argv_count) { in tomoyo_print_bprm()
77 if (--argv_count == 0) { in tomoyo_print_bprm()
97 if (!argv_count && !envp_count) in tomoyo_print_bprm()
Dcondition.c115 int argv_count = bprm->argc; in tomoyo_scan_bprm() local
129 while (argv_count || envp_count) { in tomoyo_scan_bprm()
159 if (argv_count) { in tomoyo_scan_bprm()
160 if (!tomoyo_argv(bprm->argc - argv_count, in tomoyo_scan_bprm()
166 argv_count--; in tomoyo_scan_bprm()
Ddomain.c623 int argv_count = bprm->argc; in tomoyo_environ() local
641 while (argv_count && offset < PAGE_SIZE) { in tomoyo_environ()
643 argv_count--; in tomoyo_environ()
645 if (argv_count) { in tomoyo_environ()