Home
last modified time | relevance | path

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

/fs/
Dbinfmt_som.c72 int envc = bprm->envc; in create_som_tables() local
80 sp += envc + 1; in create_som_tables()
98 while (envc-- > 0) { in create_som_tables()
Dbinfmt_aout.c168 int envc = bprm->envc; in create_aout_tables() local
184 sp -= envc+1; in create_aout_tables()
203 while (envc-->0) { in create_aout_tables()
Dbinfmt_flat.c114 int envc = bprm->envc; in create_flat_tables() local
119 sp -= envc+1; in create_flat_tables()
140 while (envc-->0) { in create_flat_tables()
856 stack_len += (bprm->envc + 1) * sizeof(char *); /* the envp array */ in load_flat_binary()
Dexec.c1323 bprm->envc = count(envp, MAX_ARG_STRINGS); in do_execve()
1324 if ((retval = bprm->envc) < 0) in do_execve()
1336 retval = copy_strings(bprm->envc, envp, bprm); in do_execve()
Dbinfmt_elf.c149 int envc = bprm->envc; in create_elf_tables() local
265 items = (argc + 1) + (envc + 1) + 1; in create_elf_tables()
305 while (envc-- > 0) { in create_elf_tables()
Dbinfmt_elf_fdpic.c567 sp -= (bprm->envc + 1) * sizeof(char *); /* envv[] */ in create_elf_fdpic_tables()
638 csp -= (bprm->envc + 1) * sizeof(elf_caddr_t); in create_elf_fdpic_tables()
670 for (loop = bprm->envc; loop > 0; loop--) { in create_elf_fdpic_tables()
Dcompat.c1431 bprm->envc = compat_count(envp, MAX_ARG_STRINGS); in compat_do_execve()
1432 if ((retval = bprm->envc) < 0) in compat_do_execve()
1444 retval = compat_copy_strings(bprm->envc, envp, bprm); in compat_do_execve()