Lines Matching defs:outfile
392 const char *outfile = NULL;
430 outfile = optarg;
655 if (outfile) {
656 if (!strcmp(outfile, "-")) {
658 outfile = "<STDOUT>";
660 outfp = fopen(outfile, "w");
662 perror(outfile);
688 argv[0], outfile);
698 fprintf(stderr, "%s: error writing %s\n", argv[0], outfile);
705 fprintf(stderr, "%s: error closing %s: %s\n", argv[0], outfile, strerror(errno));