tag | line | file | source code |
fopen | 100 | 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 | 357 | drivers/sound/configure.c | if ((oldf = fopen (filename, "r")) == NULL) |
fopen | 475 | drivers/sound/configure.c | if ((optf = fopen (".defines", "w")) == NULL) |
fopen | 715 | drivers/sound/configure.c | FILE *sf = fopen ("synth-ld.h", "w"); |
fopen | 1725 | 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) |