taglinefilesource code
argv40arch/alpha/boot/tools/build.cint main(int argc, char ** argv)
argv50arch/alpha/boot/tools/build.cprogram = *(argv++);
argv54arch/alpha/boot/tools/build.cif (**argv == '-') {
argv55arch/alpha/boot/tools/build.cwhile (*++*argv) {
argv56arch/alpha/boot/tools/build.cswitch (**argv) {
argv72arch/alpha/boot/tools/build.cinfile = *argv;
argv73arch/alpha/boot/tools/build.cargv++;
argv16arch/i386/boot/compressed/piggyback.cint main(int argc, char *argv[])
argv47arch/i386/boot/compressed/piggyback.cfprintf(stderr, "%s: Input too large\n", argv[0]);
argv37arch/i386/boot/compressed/xtract.cint main(int argc, char ** argv)
argv49arch/i386/boot/compressed/xtract.cif ((id=open(argv[1],O_RDONLY,0))<0)
argv73arch/i386/boot/compressed/xtract.cperror(argv[1]);
argv90arch/i386/boot/tools/build.cint main(int argc, char ** argv)
argv105arch/i386/boot/tools/build.cif (!strcmp(argv[4], "CURRENT")) {
argv112arch/i386/boot/tools/build.c} else if (strcmp(argv[4], "FLOPPY")) {
argv113arch/i386/boot/tools/build.cif (stat(argv[4], &sb)) {
argv114arch/i386/boot/tools/build.cperror(argv[4]);
argv129arch/i386/boot/tools/build.cif ((id=open(argv[1],O_RDONLY,0))<0)
argv158arch/i386/boot/tools/build.cif ((id=open(argv[2],O_RDONLY,0))<0)
argv196arch/i386/boot/tools/build.cif ((id=open(argv[3],O_RDONLY,0))<0)
argv231arch/i386/boot/tools/build.cperror(argv[1]);
argv20arch/sparc/prom/bootstr.cstrcpy(cp, (*(romvec->pv_v0bootargs))->argv[iter]);
argv88drivers/char/conmakehash.cint main(int argc, char *argv[])
argv99drivers/char/conmakehash.cusage(argv[0]);
argv101drivers/char/conmakehash.cif ( !strcmp(argv[1],"-") )
argv108drivers/char/conmakehash.cctbl = fopen(tblname = argv[1], "r");
argv118drivers/char/conmakehash.chashsize = atoi(argv[2]);
argv128drivers/char/conmakehash.chashstep = atoi(argv[3]) % hashsize;
argv154drivers/char/conmakehash.cmaxhashlevel = atoi(argv[4]);
argv330drivers/char/conmakehash.c{\n\t", argv[1], hashsize, hashstep, maxhashlevel,
argv579drivers/scsi/aic7xxx_asm.cmain(int argc, char **argv)
argv583drivers/scsi/aic7xxx_asm.cwhile ((c = getopt(argc, argv, "dho:vD")) != EOF) {
argv608drivers/scsi/aic7xxx_asm.c*argv);
argv622drivers/scsi/aic7xxx_asm.cfprintf(stderr, "%s: must have one input file\n", *argv);
argv625drivers/scsi/aic7xxx_asm.cfilename = argv[optind];
argv257drivers/sound/configure.cmain (int argc, char *argv[])
argv88fs/binfmt_elf.cunsigned long *argv,*envp, *dlinfo;
argv121fs/binfmt_elf.cargv = sp;
argv124fs/binfmt_elf.cput_user(argv,--sp);
argv146fs/binfmt_elf.cput_user(p,argv++);
argv149fs/binfmt_elf.cput_user(0,argv);
argv301fs/exec.cunsigned long *argv,*envp;
argv324fs/exec.cargv = sp;
argv327fs/exec.cput_user(argv,--sp);
argv332fs/exec.cput_user(p,argv++);
argv335fs/exec.cput_user(NULL,argv);
argv352fs/exec.cstatic int count(char ** argv)
argv357fs/exec.cif ((tmp = argv) != NULL) {
argv388fs/exec.cunsigned long copy_strings(int argc,char ** argv,unsigned long *page,
argv404fs/exec.cif (!(tmp = get_user(argv+argc)))
argv557fs/exec.cint do_execve(char * filename, char ** argv, char ** envp, struct pt_regs * regs)
argv574fs/exec.cif ((bprm.argc = count(argv)) < 0)
argv662fs/exec.cbprm.p = copy_strings(--bprm.argc, argv+1, bprm.page, bprm.p, 0);
argv698fs/exec.cbprm.p = copy_strings(bprm.argc,argv,bprm.page,bprm.p,0);
argv451fs/umsdos/mangle.cint main (int argc, char *argv[])
argv110include/asm-i386/unistd.hstatic inline _syscall3(int,execve,const char *,file,char **,argv,char **,envp)
argv117include/asm-sparc/openprom.hchar  *argv[8];    /* argv format for boot string */
argv162include/asm-sparc/unistd.hstatic inline _syscall3(int,execve,const char *,file,char **,argv,char **,envp)
argv51include/linux/binfmts.hextern unsigned long copy_strings(int argc,char ** argv,unsigned long *page,
argv111init/main.cstatic char * argv[] = { "-/bin/sh",NULL };
argv470init/main.c_exit(execve("/bin/sh",argv,envp));
argv10lib/execve.c_syscall3(int,execve,const char *,file,char **,argv,char **,envp)