taglinefilesource code
envc313fs/exec.cunsigned long * create_tables(char * p,int argc,int envc,int ibcs)
envc333fs/exec.csp -= envc+1;
envc349fs/exec.cwhile (envc-->0) {
envc601fs/exec.cbprm.envc = count(envp);
envc687fs/exec.cbprm.p = copy_strings(bprm.envc, envp, bprm.page, bprm.p, 0);
envc721fs/exec.cbprm.p = copy_strings(bprm.envc,envp,bprm.page,bprm.p,0);
envc889fs/exec.cbprm->argc, bprm->envc,
envc453ibcs/binfmt_coff.cbprm->envc,
envc57ibcs/binfmt_elf.cunsigned long * create_elf_tables(char * p,int argc,int envc,struct elfhdr * exec, unsigned int load_addr, int ibcs)
envc79ibcs/binfmt_elf.csp -= envc+1;
envc112ibcs/binfmt_elf.cwhile (envc-->0) {
envc527ibcs/binfmt_elf.cbprm->envc,
envc23include/linux/binfmts.hint argc, envc;
envc49include/linux/binfmts.hextern unsigned long * create_tables(char * p,int argc,int envc,int ibcs);