Lines Matching defs:outfile
150 const char *file = txtfile, *outfile = NULL;
173 outfile = optarg;
287 if (policy_type != POLICY_BASE && outfile) {
291 char *out_path = strdup(outfile);
332 if (outfile) {
333 FILE *outfp = fopen(outfile, "w");
336 fprintf(stderr, "%s: error opening %s: %s\n", argv[0], outfile, strerror(errno));
342 fprintf(stderr, "%s: error writing %s\n", argv[0], outfile);
347 fprintf(stderr, "%s: error writing %s\n", argv[0], outfile);
353 fprintf(stderr, "%s: error closing %s: %s\n", argv[0], outfile, strerror(errno));