Searched refs:opt_output (Results 1 – 1 of 1) sorted by relevance
2017 const char* opt_output = nullptr; in main() local2078 opt_output = get_arg(); in main()2288 if (opt_output) in main()2290 out_fd = open(opt_output, O_CREAT | O_TRUNC | O_WRONLY, in main()2294 std::cerr << "could not open '" << opt_output << "' for writing: " in main()