Searched refs:argv_count (Results 1 – 3 of 3) sorted by relevance
32 int argv_count = bprm->argc; in tomoyo_print_bprm() local39 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()
111 int argv_count = bprm->argc; in tomoyo_scan_bprm() local124 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()
601 int argv_count = bprm->argc; in tomoyo_environ() local619 while (argv_count && offset < PAGE_SIZE) { in tomoyo_environ()621 argv_count--; in tomoyo_environ()623 if (argv_count) { in tomoyo_environ()