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 | 610 | drivers/scsi/aic7xxx_asm.c | if ((ofile = fopen(ofilename, "w")) < 0) { |
fopen | 644 | drivers/scsi/aic7xxx_asm.c | if ((ofile = fopen(ofilename, "w")) < 0) { |
fopen | 536 | drivers/sound/configure.c | if ((oldf = fopen (filename, "r")) == NULL) |
fopen | 695 | drivers/sound/configure.c | if ((optf = fopen (".defines", "w")) == NULL) |
fopen | 1444 | drivers/sound/configure.c | FILE *sf = fopen ("synth-ld.h", "w"); |
fopen | 1548 | 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 | 588 | scripts/tkparse.c | infile = fopen(filename,"r"); |
fopen | 597 | scripts/tkparse.c | infile = fopen(buffer,"r"); |