Searched refs:envc (Results 1 – 7 of 7) sorted by relevance
72 int envc = bprm->envc; in create_som_tables() local80 sp += envc + 1; in create_som_tables()98 while (envc-- > 0) { in create_som_tables()
168 int envc = bprm->envc; in create_aout_tables() local184 sp -= envc+1; in create_aout_tables()203 while (envc-->0) { in create_aout_tables()
114 int envc = bprm->envc; in create_flat_tables() local119 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()
1323 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()
149 int envc = bprm->envc; in create_elf_tables() local265 items = (argc + 1) + (envc + 1) + 1; in create_elf_tables()305 while (envc-- > 0) { in create_elf_tables()
567 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()
1431 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()