Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Duser-record-nss.c68 hr->real_name = mfree(hr->real_name); in nss_passwd_to_user_record()
70 r = free_and_strdup(&hr->real_name, pwd->pw_gecos); in nss_passwd_to_user_record()
80 free_and_replace(hr->real_name, mangled); in nss_passwd_to_user_record()
145 … JSON_BUILD_PAIR_CONDITION(hr->real_name, "realName", JSON_BUILD_STRING(hr->real_name)), in nss_passwd_to_user_record()
Duser-record-show.c201 if (hr->real_name && !streq(hr->real_name, hr->user_name)) in user_record_show()
202 printf(" Real Name: %s\n", hr->real_name); in user_record_show()
Duser-record.h240 char *real_name; member
Duser-record.c134 free(h->real_name); in user_record_free()
1507 …RING, json_dispatch_gecos, offsetof(UserRecord, real_name), … in user_record_load()
1758 return h->real_name ?: h->user_name; in user_record_real_name()
/systemd-251/src/machine/
Dmachined-varlink.c19 static int build_user_json(const char *user_name, uid_t uid, const char *real_name, JsonVariant **r… in build_user_json() argument
29 … JSON_BUILD_PAIR_CONDITION(!isempty(real_name), "realName", JSON_BUILD_STRING(real_name)), in build_user_json()
/systemd-251/src/home/
Dhomed-manager-bus.c668 "s", real_name,
679 "s", real_name,
/systemd-251/src/userdb/
Duserdbctl.c115 TABLE_STRING, empty_to_null(ur->real_name), in show_user()