Lines Matching refs:un
26 … _cleanup_free_ char *hd = NULL, *un = NULL, *ip = NULL, *rr = NULL, *user_name_and_realm = NULL; in user_record_synthesize() local
60 un = strdup(user_name); in user_record_synthesize()
61 if (!un) in user_record_synthesize()
97 free_and_replace(h->user_name, un); in user_record_synthesize()
110 … _cleanup_free_ char *un = NULL, *rr = NULL, *group_name_and_realm = NULL, *description = NULL; in group_record_synthesize() local
124 un = strdup(h->user_name); in group_record_synthesize()
125 if (!un) in group_record_synthesize()
133 group_name_and_realm = strjoin(un, "@", rr); in group_record_synthesize()
138 description = strjoin("Primary Group of User ", un); in group_record_synthesize()
144 JSON_BUILD_PAIR("groupName", JSON_BUILD_STRING(un)), in group_record_synthesize()
157 free_and_replace(g->group_name, un); in group_record_synthesize()