taglinefilesource code
argv224fs/exec.cunsigned long *argv,*envp;
argv231fs/exec.cargv = sp;
argv233fs/exec.cput_fs_long((unsigned long)argv,--sp);
argv236fs/exec.cput_fs_long((unsigned long) p,argv++);
argv239fs/exec.cput_fs_long(0,argv);
argv251fs/exec.cstatic int count(char ** argv)
argv256fs/exec.cif (tmp = argv)
argv280fs/exec.cstatic unsigned long copy_strings(int argc,char ** argv,unsigned long *page,
argv296fs/exec.cif (!(tmp = (char *)get_fs_long(((unsigned long *)argv)+argc)))
argv391fs/exec.cchar ** argv, char ** envp)
argv410fs/exec.cargc = count(argv);
argv496fs/exec.cp = copy_strings(--argc, argv+1, page, p, 0);
argv546fs/exec.cp = copy_strings(argc,argv,page,p,0);
argv40init/main.cstatic inline _syscall3(int,execve,const char *,file,char **,argv,char **,envp)
argv133init/main.cstatic char * argv[] = { "-/bin/sh",NULL };
argv238init/main.c_exit(execve("/bin/sh",argv,envp));
argv10lib/execve.c_syscall3(int,execve,const char *,file,char **,argv,char **,envp)
argv57tools/build.cint main(int argc, char ** argv)
argv67tools/build.cif (strcmp(argv[4], "FLOPPY")) {
argv68tools/build.cif (stat(argv[4], &sb)) {
argv69tools/build.cperror(argv[4]);
argv90tools/build.cif ((id=open(argv[1],O_RDONLY,0))<0)
argv119tools/build.cif ((id=open(argv[2],O_RDONLY,0))<0)
argv154tools/build.cif ((id=open(argv[3],O_RDONLY,0))<0)