argv_count         32 security/tomoyo/audit.c 	int argv_count = bprm->argc;
argv_count         40 security/tomoyo/audit.c 	if (!argv_count) {
argv_count         45 security/tomoyo/audit.c 	while (argv_count || envp_count) {
argv_count         76 security/tomoyo/audit.c 			if (argv_count) {
argv_count         77 security/tomoyo/audit.c 				if (--argv_count == 0) {
argv_count         97 security/tomoyo/audit.c 			if (!argv_count && !envp_count)
argv_count        115 security/tomoyo/condition.c 	int argv_count = bprm->argc;
argv_count        129 security/tomoyo/condition.c 	while (argv_count || envp_count) {
argv_count        159 security/tomoyo/condition.c 			if (argv_count) {
argv_count        160 security/tomoyo/condition.c 				if (!tomoyo_argv(bprm->argc - argv_count,
argv_count        166 security/tomoyo/condition.c 				argv_count--;
argv_count        625 security/tomoyo/domain.c 	int argv_count = bprm->argc;
argv_count        643 security/tomoyo/domain.c 		while (argv_count && offset < PAGE_SIZE) {
argv_count        645 security/tomoyo/domain.c 				argv_count--;
argv_count        647 security/tomoyo/domain.c 		if (argv_count) {