Home
last modified time | relevance | path

Searched refs:tmp_output_name (Results 1 – 1 of 1) sorted by relevance

/nss/
A Dmakedb.c280 char *tmp_output_name; in main() local
281 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