Searched refs:output_f (Results 1 – 1 of 1) sorted by relevance
43 static const char *output_f; variable117 if (output_f) in cleanup()118 unlink(output_f); in cleanup()178 output_f = optarg; in main()194 if (input_f == NULL || output_f == NULL || in main()206 output_file = open(output_f, O_TRUNC | O_CREAT | O_RDWR, 0600); in main()208 err(EX_SOFTWARE, "Could not open output file: %s", output_f); in main()