Home
last modified time | relevance | path

Searched refs:argv_count (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/security/tomoyo/
H A 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()
H A Ddomain.c625 int argv_count = bprm->argc; in tomoyo_environ() local
643 while (argv_count && offset < PAGE_SIZE) { in tomoyo_environ()
645 argv_count--; in tomoyo_environ()
647 if (argv_count) { in tomoyo_environ()
H A 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()
/kernel/linux/linux-6.6/security/tomoyo/
H A 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()
H A 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()
H A 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()

Completed in 6 milliseconds