Home
last modified time | relevance | path

Searched refs:group_name_and_realm (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/home/
Duser-record-util.c110 … _cleanup_free_ char *un = NULL, *rr = NULL, *group_name_and_realm = NULL, *description = NULL; in group_record_synthesize() local
133 group_name_and_realm = strjoin(un, "@", rr); in group_record_synthesize()
134 if (!group_name_and_realm) in group_record_synthesize()
159 free_and_replace(g->group_name_and_realm_auto, group_name_and_realm); in group_record_synthesize()