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

/sssd/src/providers/ad/
H A Dad_gpo_child.c286 char *tmp_name = NULL; local
322 tmp_name = talloc_asprintf(tmp_ctx, "%sXXXXXX", filename);
323 if (tmp_name == NULL) {
329 fd = sss_unique_file(tmp_ctx, tmp_name, &ret);
361 ret = rename(tmp_name, filename);
/sssd/src/tools/sssctl/
H A Dsssctl_cache.c98 char *tmp_name; local
106 tmp_name = sss_output_name(mem_ctx, orig_name, dom->case_preserve, 0);
107 if (tmp_name == NULL) {
112 outname = sss_tc_fqname(mem_ctx, dom->names, dom, tmp_name);
113 talloc_free(tmp_name);
119 outname = tmp_name;
/sssd/src/providers/krb5/
H A Dkrb5_common.c396 char *tmp_name = NULL; local
434 tmp_name = talloc_asprintf(tmp_ctx, PUBCONF_PATH"/.krb5info_dummy_XXXXXX");
435 if (tmp_name == NULL) {
448 fd = sss_unique_file(tmp_ctx, tmp_name, &ret);
489 ret = rename(tmp_name, krb5info_name);

Completed in 14 milliseconds