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

/sssd-io/src/lib/certmap/
H A Dsss_cert_content_nss.c164 char *tmp_name = NULL; local
195 tmp_name = CERT_NameToAscii(name);
197 if (tmp_name == NULL) {
202 tmp_str = talloc_strdup(mem_ctx, tmp_name);
203 PORT_Free(tmp_name);
/sssd-io/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-io/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-io/src/providers/krb5/
H A Dkrb5_common.c397 char *tmp_name = NULL; local
435 tmp_name = talloc_asprintf(tmp_ctx, PUBCONF_PATH"/.krb5info_dummy_XXXXXX");
436 if (tmp_name == NULL) {
449 fd = sss_unique_file(tmp_ctx, tmp_name, &ret);
490 ret = rename(tmp_name, krb5info_name);

Completed in 129 milliseconds