Searched refs:user_name_and_realm (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/home/ |
D | homework-mount.h | 9 int home_move_mount(const char *user_name_and_realm, const char *target);
|
D | user-record-util.c | 26 … _cleanup_free_ char *hd = NULL, *un = NULL, *ip = NULL, *rr = NULL, *user_name_and_realm = NULL; in user_record_synthesize() local 69 user_name_and_realm = strjoin(user_name, "@", realm); in user_record_synthesize() 70 if (!user_name_and_realm) in user_record_synthesize() 99 free_and_replace(h->user_name_and_realm_auto, user_name_and_realm); in user_record_synthesize()
|
/systemd-251/src/shared/ |
D | user-record.h | 410 int user_record_build_image_path(UserStorage storage, const char *user_name_and_realm, char **ret);
|
D | user-record.c | 1319 int user_record_build_image_path(UserStorage storage, const char *user_name_and_realm, char **ret) { in user_record_build_image_path() argument 1324 assert(user_name_and_realm); in user_record_build_image_path() 1336 z = strjoin(get_home_root(), "/", user_name_and_realm, suffix); in user_record_build_image_path()
|