Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-login/
Dsd-login.c655 _cleanup_free_ char *fname = NULL, *session_line = NULL, *uid_line = NULL; in sd_seat_get_sessions() local
667 "UIDS", &uid_line); in sd_seat_get_sessions()
681 if (ret_uids && uid_line) { in sd_seat_get_sessions()
687 for (const char *p = uid_line;;) { in sd_seat_get_sessions()