Searched refs:envc (Results 1 – 5 of 5) sorted by relevance
150 int envc = bprm->envc; in create_aout_tables() local166 sp -= envc+1; in create_aout_tables()185 while (envc-->0) { in create_aout_tables()
129 int envc = bprm->envc; in create_flat_tables() local133 sp -= (envc + argc + 2) + 1 + (flat_argvp_envp_on_stack() ? 2 : 0); in create_flat_tables()153 while (envc-->0) { in create_flat_tables()872 stack_len += (bprm->envc + 1) * sizeof(char *); /* the envp array */ in load_flat_binary()
228 ptr_size = (bprm->argc + bprm->envc) * sizeof(void *); in get_arg_page()1618 bprm->envc = count(envp, MAX_ARG_STRINGS); in do_execveat_common()1619 if ((retval = bprm->envc) < 0) in do_execveat_common()1631 retval = copy_strings(bprm->envc, envp, bprm); in do_execveat_common()
156 int envc = bprm->envc; in create_elf_tables() local275 items = (argc + 1) + (envc + 1) + 1; in create_elf_tables()315 while (envc-- > 0) { in create_elf_tables()
592 sp -= (bprm->envc + 1) * sizeof(char *); /* envv[] */ in create_elf_fdpic_tables()666 csp -= (bprm->envc + 1) * sizeof(elf_caddr_t); in create_elf_fdpic_tables()698 for (loop = bprm->envc; loop > 0; loop--) { in create_elf_fdpic_tables()