Home
last modified time | relevance | path

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

/systemd-251/src/home/
Dhomed-home.c3088 _cleanup_free_ char *seat = NULL, *seat2 = NULL; in home_auto_login() local
3105 seat2 = strdup("seat0"); in home_auto_login()
3106 if (!seat2) in home_auto_login()
3111 if (seat || seat2) { in home_auto_login()
3121 if (seat2) in home_auto_login()
3122 list[i++] = TAKE_PTR(seat2); in home_auto_login()