tag | line | file | source code |
fopen | 108 | drivers/char/conmakehash.c | ctbl = fopen(tblname = argv[1], "r"); |
fopen | 584 | drivers/scsi/aic7xxx_asm.c | ofp = fopen(optarg, "w"); |
fopen | 611 | drivers/scsi/aic7xxx_asm.c | ifp = fopen(filename, "r"); |
fopen | 618 | drivers/scsi/aic7xxx_asm.c | ofp = fopen(ADOTOUT, "w"); |
fopen | 499 | drivers/sound/configure.c | FILE *sf = fopen ("synth-ld.h", "w"); |
fopen | 1332 | drivers/sound/configure.c | FILE *sf = fopen (target, "w"); |
fopen | 22 | drivers/sound/hex2hex.h | if ((inf=fopen(source, "r"))==NULL) |
fopen | 28 | drivers/sound/hex2hex.h | if ((outf=fopen(target, "w"))==NULL) |