taglinefilesource code
argc40arch/alpha/boot/tools/build.cint main(int argc, char ** argv)
argc49arch/alpha/boot/tools/build.cif (argc) {
argc51arch/alpha/boot/tools/build.cargc--;
argc53arch/alpha/boot/tools/build.cwhile (argc > 0) {
argc74arch/alpha/boot/tools/build.cargc--;
argc291arch/i386/boot/compressed/misc.cmain(argc, argv)
argc292arch/i386/boot/compressed/misc.cint  argc;
argc16arch/i386/boot/compressed/piggyback.cint main(int argc, char *argv[])
argc37arch/i386/boot/compressed/xtract.cint main(int argc, char ** argv)
argc46arch/i386/boot/compressed/xtract.cif (argc  != 2)
argc90arch/i386/boot/tools/build.cint main(int argc, char ** argv)
argc102arch/i386/boot/tools/build.cif ((argc < 4) || (argc > 5))
argc104arch/i386/boot/tools/build.cif (argc > 4) {
argc17arch/ppc/boot/cortstrip.cint main(int argc, char **argv )
argc23arch/ppc/boot/cortstrip.cif ( argc != 3 )
argc12arch/ppc/kernel/cortstrip.cvoid main(int argc, char **argv )
argc18arch/ppc/kernel/cortstrip.cif ( argc != 4 )
argc23arch/ppc/kernel/mk_defs.cmain(int argc, char *argv[])
argc5arch/ppc/kernel/mk_ramdisk.cmain(int argc, char *argv[])
argc11arch/ppc/kernel/mk_ramdisk.cif (argc != 3)
argc13arch/ppc/kernel/mkboot.cvoid main(int argc, char **argv )
argc19arch/ppc/kernel/mkboot.cif ( argc != 3 )
argc80drivers/char/conmakehash.cint main(int argc, char *argv[])
argc90drivers/char/conmakehash.cif ( argc < 2 || argc > 5 )
argc563drivers/scsi/aic7xxx_asm.cmain(int argc, char **argv)
argc567drivers/scsi/aic7xxx_asm.cwhile ((c = getopt(argc, argv, "dho:vD")) != EOF) {
argc605drivers/scsi/aic7xxx_asm.cif (argc - optind != 1) {
argc1071drivers/sound/configure.cmain (int argc, char *argv[])
argc1088drivers/sound/configure.cif (argc > 1)
argc93fs/binfmt_elf.cunsigned long * create_elf_tables(char * p,int argc,int envc,struct elfhdr * exec, unsigned int load_addr, unsigned int interp_load_addr, int ibcs)
argc118fs/binfmt_elf.csp -= argc+1;
argc147fs/binfmt_elf.cput_user((unsigned long)argc,--sp);
argc149fs/binfmt_elf.cwhile (argc-->0) {
argc516fs/binfmt_elf.cbprm->argc++;
argc645fs/binfmt_elf.cbprm->argc,
argc190fs/exec.cint argc = bprm->argc;
argc223fs/exec.csp -= argc+1;
argc231fs/exec.cput_user(argc,--sp);
argc233fs/exec.cwhile (argc-->0) {
argc290fs/exec.cunsigned long copy_strings(int argc,char ** argv,unsigned long *page,
argc303fs/exec.cwhile (argc-- > 0) {
argc306fs/exec.cif (!(tmp = get_user(argv+argc)))
argc505fs/exec.cif ((bprm.argc = count(argv)) < 0)
argc506fs/exec.creturn bprm.argc;
argc593fs/exec.cbprm.p = copy_strings(--bprm.argc, argv+1, bprm.page, bprm.p, 0);
argc604fs/exec.cbprm.argc++;
argc607fs/exec.cbprm.argc++;
argc610fs/exec.cbprm.argc++;
argc649fs/exec.cbprm.p = copy_strings(bprm.argc,argv,bprm.page,bprm.p,0);
argc448fs/umsdos/mangle.cint main (int argc, char *argv[])
argc23include/linux/binfmts.hint argc, envc;
argc54include/linux/binfmts.hextern unsigned long copy_strings(int argc,char ** argv,unsigned long *page,
argc255scripts/ksymoops.ccmain(int argc, char** argv)
argc258scripts/ksymoops.ccprogram_name = (argc--, *argv++);
argc261scripts/ksymoops.ccif (argc > 1)
argc263scripts/ksymoops.ccelse if (argc == 1) {
argc264scripts/ksymoops.ccchar const* map_file_name = (argc--, *argv++);
argc28scripts/lxdialog/lxdialog.ctypedef int (jumperFn) (const char *title, int argc, const char * const * argv);
argc59scripts/lxdialog/lxdialog.cmain (int argc, const char * const * argv)
argc68scripts/lxdialog/lxdialog.cif (argc < 2) {
argc73scripts/lxdialog/lxdialog.cwhile (offset < argc - 1 && !end_common_opts) {  /* Common options */
argc75scripts/lxdialog/lxdialog.cif (argc - offset < 3 || title != NULL) {
argc97scripts/lxdialog/lxdialog.c} else if (argc == 2) {  /* we only want to clear the screen */
argc110scripts/lxdialog/lxdialog.cif (argc - 1 == offset) {  /* no more options */
argc122scripts/lxdialog/lxdialog.cif (argc - offset < modePtr->argmin)
argc124scripts/lxdialog/lxdialog.cif (modePtr->argmax && argc - offset > modePtr->argmax)
argc130scripts/lxdialog/lxdialog.cretval = (*(modePtr->jumper)) (title, argc - offset, argv + offset);
argc607scripts/tkparse.cmain(int argc, char * argv[])