Searched defs:tmp_file (Results 1 - 1 of 1) sorted by relevance

/sssd/src/util/
H A Ddomain_info_utils.c399 char *tmp_file = NULL; local
445 tmp_file = talloc_asprintf(tmp_ctx, "%sXXXXXX", mapping_file);
446 if (tmp_file == NULL) {
452 fd = mkstemp(tmp_file);
457 "failed.\n", tmp_file);
495 ret = rename(tmp_file, mapping_file);
503 talloc_zfree(tmp_file);
532 if (tmp_file) {
533 err = unlink(tmp_file);
538 tmp_file, er
611 char *tmp_file = NULL; local
[all...]

Completed in 10 milliseconds