Searched refs:output_name (Results 1 – 1 of 1) sorted by relevance
60 static char *output_name; variable390 output_name = optarg; in parse_opts()613 if (output_name == NULL) { in create_output()631 output_name = tmp_path; in create_output()634 if (strcmp(output_name, "-") == 0) in create_output()639 fd = open(output_name, O_WRONLY | O_CREAT, mode); in create_output()642 output_name, strerror(errno)); in create_output()