Lines Matching defs:outfile
72 char *outfile = NULL;
141 if (outfile != NULL) {
167 outfile = optarg;
283 ofp = create_output_file(outfile, ohdr, ofmt,
314 outfile = (char *)malloc((unsigned)i);
315 if (outfile == NULL) {
319 (void) sprintf(outfile, "%s%s", realfile, Suffix);
321 // outfile will get re-assigned to a tmp file
341 ofp = create_output_file(outfile, ohdr, ofmt,
362 // if in place, finish up by renaming the outfile to
367 if (rename(outfile, realfile) < 0) {
368 perror(outfile);
370 outfile, realfile);
421 "\t%s [-pF] [-f outfmt] [-o outfile] [[-i infmt] [file ...]] ...\n"