infile 120 arch/arm/vdso/vdsomunge.c const char *infile; infile 135 arch/arm/vdso/vdsomunge.c infile = argv[1]; infile 138 arch/arm/vdso/vdsomunge.c infd = open(infile, O_RDONLY); infile 140 arch/arm/vdso/vdsomunge.c fail("Cannot open %s: %s\n", infile, strerror(errno)); infile 143 arch/arm/vdso/vdsomunge.c fail("Failed stat for %s: %s\n", infile, strerror(errno)); infile 147 arch/arm/vdso/vdsomunge.c fail("Failed to map %s: %s\n", infile, strerror(errno)); infile 278 arch/mips/boot/elf2ecoff.c int infile, outfile; infile 300 arch/mips/boot/elf2ecoff.c if ((infile = open(argv[1], O_RDONLY)) < 0) { infile 307 arch/mips/boot/elf2ecoff.c i = read(infile, &ex, sizeof ex); infile 329 arch/mips/boot/elf2ecoff.c ph = (Elf32_Phdr *) saveRead(infile, ex.e_phoff, infile 335 arch/mips/boot/elf2ecoff.c sh = (Elf32_Shdr *) saveRead(infile, ex.e_shoff, infile 598 arch/mips/boot/elf2ecoff.c copy(outfile, infile, ph[i].p_offset, infile 44 tools/perf/util/lzma.c FILE *infile; infile 46 tools/perf/util/lzma.c infile = fopen(input, "rb"); infile 47 tools/perf/util/lzma.c if (!infile) { infile 66 tools/perf/util/lzma.c if (strm.avail_in == 0 && !feof(infile)) { infile 68 tools/perf/util/lzma.c strm.avail_in = fread(buf_in, 1, sizeof(buf_in), infile); infile 70 tools/perf/util/lzma.c if (ferror(infile)) { infile 75 tools/perf/util/lzma.c if (feof(infile)) infile 104 tools/perf/util/lzma.c fclose(infile);