Home
last modified time | relevance | path

Searched refs:envc (Results 1 – 5 of 5) sorted by relevance

/security/tomoyo/
Dcondition.c58 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()
[all …]
Dgc.c276 const u16 envc = cond->envc; in tomoyo_del_condition() local
294 for (i = 0; i < envc; envp++, i++) { in tomoyo_del_condition()
Daudit.c32 int envp_count = bprm->envc; in tomoyo_print_bprm()
272 realpath, bprm->argc, bprm->envc, bprm_info); in tomoyo_init_log()
Ddomain.c599 int envp_count = bprm->envc; in tomoyo_environ()
Dcommon.h655 u16 envc; /* Number of "struct tomoyo_envp". */ member