Lines Matching refs:envc
58 const int envc, const struct tomoyo_envp *envp, in tomoyo_envp() argument
68 for (i = 0; i < envc; envp++, checked++, i++) { in tomoyo_envp()
102 const u16 envc, const struct tomoyo_envp *envp) in tomoyo_scan_bprm() argument
111 int envp_count = bprm->envc; in tomoyo_scan_bprm()
115 if (argc + envc <= sizeof(local_checked)) { in tomoyo_scan_bprm()
119 checked = kzalloc(argc + envc, GFP_NOFS); in tomoyo_scan_bprm()
165 envc, envp, in tomoyo_scan_bprm()
197 for (i = 0; i < envc; envp++, i++) { in tomoyo_scan_bprm()
350 a->argc == b->argc && a->envc == b->envc && in tomoyo_same_condition()
562 e.envc++; in tomoyo_get_condition()
565 e.envc--; in tomoyo_get_condition()
638 e.envc); in tomoyo_get_condition()
640 BUG_ON(e.names_count | e.numbers_count | e.argc | e.envc | in tomoyo_get_condition()
649 + e.envc * sizeof(struct tomoyo_envp); in tomoyo_get_condition()
758 u16 envc; in tomoyo_condition() local
764 envc = cond->envc; in tomoyo_condition()
768 if (!bprm && (argc || envc)) in tomoyo_condition()
910 value = bprm->envc; in tomoyo_condition()
1091 if (r->ee && (argc || envc)) in tomoyo_condition()
1092 return tomoyo_scan_bprm(r->ee, argc, argv, envc, envp); in tomoyo_condition()