Searched defs:envc (Results 1 - 3 of 3) sorted by relevance

/security/tomoyo/
H A Dgc.c276 const u16 envc = cond->envc; local
294 for (i = 0; i < envc; envp++, i++) {
H A Dcondition.c51 * @envc: Length of @envp.
58 const int envc, const struct tomoyo_envp *envp,
68 for (i = 0; i < envc; envp++, checked++, i++) {
95 * @envc: Length of @envp.
102 const u16 envc, const struct tomoyo_envp *envp)
111 int envp_count = bprm->envc;
115 if (argc + envc <= sizeof(local_checked)) {
119 checked = kzalloc(argc + envc, GFP_NOFS);
165 envc, envp,
197 for (i = 0; i < envc; env
57 tomoyo_envp(const char *env_name, const char *env_value, const int envc, const struct tomoyo_envp *envp, u8 *checked) argument
100 tomoyo_scan_bprm(struct tomoyo_execve *ee, const u16 argc, const struct tomoyo_argv *argv, const u16 envc, const struct tomoyo_envp *envp) argument
758 u16 envc; local
[all...]
H A Dcommon.h77 TOMOYO_EXEC_ENVC, /* "struct linux_binprm *"->envc */
655 u16 envc; /* Number of "struct tomoyo_envp". */ member in struct:tomoyo_condition
663 * struct tomoyo_envp envp[envc];

Completed in 50 milliseconds