Lines Matching refs:outfile
197 local char outfile[MAX_NAME_LEN];
201 strcpy(outfile, file);
202 strcat(outfile, GZ_SUFFIX);
209 out = gzopen(outfile, mode);
211 fprintf(stderr, "%s: can't gzopen %s\n", prog, outfile);
227 char *infile, *outfile;
236 outfile = buf;
237 outfile[len-3] = '\0';
239 outfile = file;
248 out = fopen(outfile, "wb");