Lines Matching defs:seats
42 char **seats, **sessions, **machines;
79 r = sd_uid_get_seats(u2, false, &seats);
81 assert_se(r == (int) strv_length(seats));
82 assert_se(t = strv_join(seats, ", "));
83 strv_free(seats);
84 printf("seats = %s\n", t);
181 r = sd_get_seats(&seats);
183 assert_se(r == (int) strv_length(seats));
184 assert_se(t = strv_join(seats, ", "));
185 strv_free(seats);
187 printf("seats = %s\n", t);