mkstemp 61 cib/io.c if ((new_fd = mkstemp(new) < 0) || (rename(old, new) < 0)) { mkstemp 390 lib/cib/cib_file.c fd = mkstemp(tmp_cib); mkstemp 426 lib/cib/cib_file.c fd = mkstemp(tmp_digest); mkstemp 633 lib/common/schemas.c fd = mkstemp(filename); mkstemp 173 pengine/pengine.c graph_file_fd = mkstemp(graph_file);