tag | line | file | source code |
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 | 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 | 429 | drivers/sound/configure.c | if ((oldf = fopen (filename, "r")) == NULL) |
fopen | 571 | drivers/sound/configure.c | if ((optf = fopen (".defines", "w")) == NULL) |
fopen | 1301 | drivers/sound/configure.c | FILE *sf = fopen ("synth-ld.h", "w"); |
fopen | 1405 | 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) |
fopen | 555 | scripts/tkparse.c | infile = fopen(filename,"r"); |
fopen | 564 | scripts/tkparse.c | infile = fopen(buffer,"r"); |