taglinefilesource code
argv246fs/exec.cunsigned long *argv,*envp;
argv253fs/exec.cargv = sp;
argv255fs/exec.cput_fs_long((unsigned long)argv,--sp);
argv259fs/exec.cput_fs_long((unsigned long) p,argv++);
argv262fs/exec.cput_fs_long(0,argv);
argv276fs/exec.cstatic int count(char ** argv)
argv281fs/exec.cif ((tmp = argv) != 0)
argv305fs/exec.cstatic unsigned long copy_strings(int argc,char ** argv,unsigned long *page,
argv321fs/exec.cif (!(tmp = (char *)get_fs_long(((unsigned long *)argv)+argc)))
argv424fs/exec.cchar ** argv, char ** envp)
argv445fs/exec.cargc = count(argv);
argv534fs/exec.cp = copy_strings(--argc, argv+1, page, p, 0);
argv579fs/exec.cp = copy_strings(argc,argv,page,p,0);
argv48init/main.cstatic inline _syscall3(int,execve,const char *,file,char **,argv,char **,envp)
argv147init/main.cstatic char * argv[] = { "-/bin/sh",NULL };
argv358init/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)
argv206tools/build.cperror(argv[1]);
argv3zBoot/piggyback.cint main(int argc, char *argv[])
argv49zBoot/xtract.cint main(int argc, char ** argv)
argv61zBoot/xtract.cif ((id=open(argv[1],O_RDONLY,0))<0)
argv82zBoot/xtract.cperror(argv[1]);