Lines Matching full:outfile
192 const char *outfile,
234 INFO("Opening output file %s\n", outfile);
235 ofd = open(outfile, O_RDWR | O_CREAT, 0664);
237 outfile, strerror(errno), errno);
244 INFO("Truncating output file %s to %d bytes\n", outfile, outsize);
249 INFO("Memory mapping output file %s\n", outfile);
272 char *infile, *outfile, *type;
279 &outfile,
291 if (!outfile) {
314 INFO("output file: [%s]\n", outfile);
332 convert(infile, outfile,
337 free(outfile);