Lines Matching refs:outfile
199 local char outfile[MAX_NAME_LEN];
203 strcpy(outfile, file);
204 strcat(outfile, GZ_SUFFIX);
211 out = gzopen(outfile, mode);
213 fprintf(stderr, "%s: can't gzopen %s\n", prog, outfile);
229 char *infile, *outfile;
238 outfile = buf;
239 outfile[len-3] = '\0';
241 outfile = file;
250 out = fopen(outfile, "wb");