Searched refs:tmp_output_name (Results 1 – 1 of 1) sorted by relevance
280 char *tmp_output_name; in main() local281 if (asprintf (&tmp_output_name, "%s.XXXXXX", output_name) == -1) in main()285 int fd = mkstemp (tmp_output_name); in main()313 if (rename (tmp_output_name, output_name) != 0) in main()322 unlink (tmp_output_name); in main()
Completed in 5 milliseconds