taglinefilesource code
fopen29arch/ppc/kernel/mk_defs.cif (!(out = fopen(argv[1], "w")))
fopen16arch/ppc/kernel/mk_ramdisk.cif ((out = fopen(argv[2], "w")) == (FILE *)0)
fopen21arch/ppc/kernel/mk_ramdisk.cif ((in = fopen(argv[1], "r")) == (FILE *)0)
fopen100drivers/char/conmakehash.cctbl = fopen(tblname = argv[1], "r");
fopen610drivers/scsi/aic7xxx_asm.cif ((ofile = fopen(ofilename, "w")) < 0) {
fopen644drivers/scsi/aic7xxx_asm.cif ((ofile = fopen(ofilename, "w")) < 0) {
fopen545drivers/sound/configure.cif ((oldf = fopen (filename, "r")) == NULL)
fopen701drivers/sound/configure.cif ((optf = fopen (".defines", "w")) == NULL)
fopen1438drivers/sound/configure.cFILE           *sf = fopen ("synth-ld.h", "w");
fopen1543drivers/sound/configure.cFILE           *sf = fopen (target, "w");
fopen75drivers/sound/hex2hex.hif ((inf=fopen(source, "r"))==NULL)
fopen81drivers/sound/hex2hex.hif ((outf=fopen(target, "w"))==NULL)
fopen589scripts/tkparse.cinfile = fopen(filename,"r");
fopen598scripts/tkparse.cinfile = fopen(buffer,"r");