taglinefilesource code
argv232drivers/sound/configure.cmain (int argc, char *argv[])
argv266fs/exec.cunsigned long *argv,*envp;
argv287fs/exec.cargv = sp;
argv290fs/exec.cput_fs_long((unsigned long)argv,--sp);
argv295fs/exec.cput_fs_long((unsigned long) p,argv++);
argv298fs/exec.cput_fs_long(0,argv);
argv312fs/exec.cstatic int count(char ** argv)
argv317fs/exec.cif ((tmp = argv) != 0)
argv341fs/exec.cunsigned long copy_strings(int argc,char ** argv,unsigned long *page,
argv357fs/exec.cif (!(tmp = (char *)get_fs_long(((unsigned long *)argv)+argc)))
argv535fs/exec.cstatic int do_execve(char * filename, char ** argv, char ** envp, struct pt_regs * regs)
argv553fs/exec.cbprm.argc = count(argv);
argv641fs/exec.cbprm.p = copy_strings(--bprm.argc, argv+1, bprm.page, bprm.p, 0);
argv675fs/exec.cbprm.p = copy_strings(bprm.argc,argv,bprm.page,bprm.p,0);
argv45include/linux/binfmts.hextern unsigned long copy_strings(int argc,char ** argv,unsigned long *page,
argv55init/main.cstatic inline _syscall3(int,execve,const char *,file,char **,argv,char **,envp)
argv137init/main.cstatic char * argv[] = { "-/bin/sh",NULL };
argv497init/main.c_exit(execve("/bin/sh",argv,envp));
argv10lib/execve.c_syscall3(int,execve,const char *,file,char **,argv,char **,envp)
argv85tools/build.cint main(int argc, char ** argv)
argv97tools/build.cif (!strcmp(argv[4], "CURRENT")) {
argv104tools/build.c} else if (strcmp(argv[4], "FLOPPY")) {
argv105tools/build.cif (stat(argv[4], &sb)) {
argv106tools/build.cperror(argv[4]);
argv121tools/build.cif ((id=open(argv[1],O_RDONLY,0))<0)
argv150tools/build.cif ((id=open(argv[2],O_RDONLY,0))<0)
argv187tools/build.cif ((id=open(argv[3],O_RDONLY,0))<0)
argv210tools/build.cperror(argv[1]);
argv16zBoot/piggyback.cint main(int argc, char *argv[])
argv47zBoot/piggyback.cfprintf(stderr, "%s: Input too large\n", argv[0]);
argv36zBoot/xtract.cint main(int argc, char ** argv)
argv48zBoot/xtract.cif ((id=open(argv[1],O_RDONLY,0))<0)
argv69zBoot/xtract.cperror(argv[1]);