Lines Matching refs:envc
59 const int envc, const struct tomoyo_envp *envp, in tomoyo_envp() argument
69 for (i = 0; i < envc; envp++, checked++, i++) { in tomoyo_envp()
103 const u16 envc, const struct tomoyo_envp *envp) in tomoyo_scan_bprm() argument
112 int envp_count = bprm->envc; in tomoyo_scan_bprm()
116 if (argc + envc <= sizeof(local_checked)) { in tomoyo_scan_bprm()
120 checked = kzalloc(argc + envc, GFP_NOFS); in tomoyo_scan_bprm()
166 envc, envp, in tomoyo_scan_bprm()
198 for (i = 0; i < envc; envp++, i++) { in tomoyo_scan_bprm()
351 a->argc == b->argc && a->envc == b->envc && in tomoyo_same_condition()
563 e.envc++; in tomoyo_get_condition()
566 e.envc--; in tomoyo_get_condition()
639 e.envc); in tomoyo_get_condition()
641 BUG_ON(e.names_count | e.numbers_count | e.argc | e.envc | in tomoyo_get_condition()
650 + e.envc * sizeof(struct tomoyo_envp); in tomoyo_get_condition()
759 u16 envc; in tomoyo_condition() local
765 envc = cond->envc; in tomoyo_condition()
769 if (!bprm && (argc || envc)) in tomoyo_condition()
911 value = bprm->envc; in tomoyo_condition()
1092 if (r->ee && (argc || envc)) in tomoyo_condition()
1093 return tomoyo_scan_bprm(r->ee, argc, argv, envc, envp); in tomoyo_condition()