Searched refs:argv_count (Results 1 – 3 of 3) sorted by relevance
32 int argv_count = bprm->argc; in tomoyo_print_bprm() local40 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()
115 int argv_count = bprm->argc; in tomoyo_scan_bprm() local129 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()
623 int argv_count = bprm->argc; in tomoyo_environ() local641 while (argv_count && offset < PAGE_SIZE) { in tomoyo_environ()643 argv_count--; in tomoyo_environ()645 if (argv_count) { in tomoyo_environ()