taglinefilesource code
envc447fs/binfmt_coff.cbprm->envc,
envc310fs/binfmt_elf.cbprm->p = (unsigned long) create_tables((char *)bprm->p,bprm->argc,bprm->envc,0);
envc264fs/exec.cunsigned long * create_tables(char * p,int argc,int envc,int ibcs)
envc284fs/exec.csp -= envc+1;
envc300fs/exec.cwhile (envc-->0) {
envc554fs/exec.cbprm.envc = count(envp);
envc640fs/exec.cbprm.p = copy_strings(bprm.envc, envp, bprm.page, bprm.p, 0);
envc674fs/exec.cbprm.p = copy_strings(bprm.envc,envp,bprm.page,bprm.p,0);
envc844fs/exec.cp = (unsigned long) create_tables((char *)p,bprm->argc,bprm->envc,0);
envc23include/linux/binfmts.hint argc, envc;
envc44include/linux/binfmts.hextern unsigned long * create_tables(char * p,int argc,int envc,int ibcs);