taglinefilesource code
argv227fs/exec.cunsigned long *argv,*envp;
argv234fs/exec.cargv = sp;
argv236fs/exec.cput_fs_long((unsigned long)argv,--sp);
argv239fs/exec.cput_fs_long((unsigned long) p,argv++);
argv242fs/exec.cput_fs_long(0,argv);
argv254fs/exec.cstatic int count(char ** argv)
argv259fs/exec.cif (tmp = argv)
argv283fs/exec.cstatic unsigned long copy_strings(int argc,char ** argv,unsigned long *page,
argv299fs/exec.cif (!(tmp = (char *)get_fs_long(((unsigned long *)argv)+argc)))
argv394fs/exec.cchar ** argv, char ** envp)
argv414fs/exec.cargc = count(argv);
argv500fs/exec.cp = copy_strings(--argc, argv+1, page, p, 0);
argv548fs/exec.cp = copy_strings(argc,argv,page,p,0);
argv46init/main.cstatic inline _syscall3(int,execve,const char *,file,char **,argv,char **,envp)
argv141init/main.cstatic char * argv[] = { "-/bin/sh",NULL };
argv254init/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]);
argv84tools/build.cif ((id=open(argv[1],O_RDONLY,0))<0)
argv113tools/build.cif ((id=open(argv[2],O_RDONLY,0))<0)
argv148tools/build.cif ((id=open(argv[3],O_RDONLY,0))<0)