Searched refs:out_name (Results 1 - 2 of 2) sorted by relevance

/sssd/src/responder/ifp/
H A Difpsrv_util.c334 char *out_name; local
356 out_name = sss_output_name(tmp_ctx, in_name, dom->case_preserve,
358 if (out_name == NULL) {
364 out_name = sss_tc_fqname(tmp_ctx, dom->names, dom, out_name);
365 if (out_name == NULL) {
373 el->values[c].data = (uint8_t *) talloc_steal(el->values, out_name);
374 el->values[c].length = strlen(out_name);
387 char *out_name; local
403 out_name
[all...]
H A Difpsrv_cmd.c375 char *out_name; local
393 out_name = sss_output_name(ireq, name, domain->case_preserve,
395 if (out_name == NULL) {
401 domain, out_name);
402 if (out_name == NULL) {
407 groupnames[i] = talloc_steal(groupnames, out_name);

Completed in 79 milliseconds