Searched defs:envc (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/fs/ |
H A D | binfmt_aout.c | 150 int envc = bprm->envc; create_aout_tables() local
|
H A D | binfmt_flat.c | 129 int envc = bprm->envc; create_flat_tables() local
|
H A D | binfmt_elf.c | 155 int envc = bprm->envc; create_elf_tables() local
|
/linux-4.1.27/arch/x86/ia32/ |
H A D | ia32_aout.c | 222 int argc = bprm->argc, envc = bprm->envc; create_aout_tables() local
|
/linux-4.1.27/security/tomoyo/ |
H A D | gc.c | 276 const u16 envc = cond->envc; tomoyo_del_condition() local
|
H A D | condition.c | 758 u16 envc; tomoyo_condition() local 57 tomoyo_envp(const char *env_name, const char *env_value, const int envc, const struct tomoyo_envp *envp, u8 *checked) tomoyo_envp() 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) tomoyo_scan_bprm() argument
|
H A D | common.h | 655 u16 envc; /* Number of "struct tomoyo_envp". */ member in struct:tomoyo_condition
|
/linux-4.1.27/include/linux/ |
H A D | binfmts.h | 39 int argc, envc; member in struct:linux_binprm
|
Completed in 379 milliseconds