Searched refs:input_f (Results 1 – 1 of 1) sorted by relevance
42 static const char *input_f; variable175 input_f = optarg; in main()194 if (input_f == NULL || output_f == NULL || in main()202 input_file = open(input_f, O_RDONLY); in main()204 err(EX_SOFTWARE, "Could not open input file: %s", input_f); in main()