Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Duser-record.c133 free(h->user_name_and_realm_auto); in user_record_free()
1354 if (!h->user_name_and_realm_auto && h->realm) { in user_record_augment()
1355 h->user_name_and_realm_auto = strjoin(h->user_name, "@", h->realm); in user_record_augment()
1356 if (!h->user_name_and_realm_auto) in user_record_augment()
1665 if (h->user_name_and_realm_auto) in user_record_user_name_and_realm()
1666 return h->user_name_and_realm_auto; in user_record_user_name_and_realm()
Duser-record.h239 …char *user_name_and_realm_auto; /* the user_name field concatenated with '@' and the realm, if the… member
/systemd-251/src/home/
Duser-record-util.c99 free_and_replace(h->user_name_and_realm_auto, user_name_and_realm); in user_record_synthesize()