Lines Matching defs:out_name
435 char *out_name;
457 out_name = sss_output_name(tmp_ctx, in_name, dom->case_preserve,
459 if (out_name == NULL) {
465 out_name = sss_tc_fqname(tmp_ctx, dom->names, dom, out_name);
466 if (out_name == NULL) {
474 el->values[c].data = (uint8_t *) talloc_steal(el->values, out_name);
475 el->values[c].length = strlen(out_name);
488 char *out_name;
504 out_name = sss_output_name(tmp_ctx, in_name, dom->case_preserve,
506 if (out_name == NULL) {
511 out_name = sss_tc_fqname(tmp_ctx, dom->names, dom, out_name);
512 if (out_name == NULL) {
518 ret_name = talloc_steal(mem_ctx, out_name);