tag | line | file | source code |
fopen | 347 | arch/m68k/boot/amiga/bootstrap.c | if ((fp = fopen (memfile, "r")) == NULL) { |
fopen | 952 | arch/m68k/boot/atari/bootstrap.c | if (!(f = fopen( "bootargs", "r" ))) |
fopen | 29 | arch/ppc/kernel/mk_defs.c | if (!(out = fopen(argv[1], "w"))) |
fopen | 16 | arch/ppc/kernel/mk_ramdisk.c | if ((out = fopen(argv[2], "w")) == (FILE *)0) |
fopen | 21 | arch/ppc/kernel/mk_ramdisk.c | if ((in = fopen(argv[1], "r")) == (FILE *)0) |
fopen | 100 | drivers/char/conmakehash.c | ctbl = fopen(tblname = argv[1], "r"); |
fopen | 610 | drivers/scsi/aic7xxx_asm.c | if ((ofile = fopen(ofilename, "w")) == NULL) { |
fopen | 644 | drivers/scsi/aic7xxx_asm.c | if ((ofile = fopen(ofilename, "w")) < 0) { |
fopen | 545 | drivers/sound/configure.c | if ((oldf = fopen (filename, "r")) == NULL) |
fopen | 701 | drivers/sound/configure.c | if ((optf = fopen (".defines", "w")) == NULL) |
fopen | 1438 | drivers/sound/configure.c | FILE *sf = fopen ("synth-ld.h", "w"); |
fopen | 1576 | drivers/sound/configure.c | FILE *sf = fopen (target, "w"); |
fopen | 75 | drivers/sound/hex2hex.h | if ((inf=fopen(source, "r"))==NULL) |
fopen | 81 | drivers/sound/hex2hex.h | if ((outf=fopen(target, "w"))==NULL) |
fopen | 589 | scripts/tkparse.c | infile = fopen(filename,"r"); |
fopen | 598 | scripts/tkparse.c | infile = fopen(buffer,"r"); |