Lines Matching refs:start
1502 char *start, *end;
1511 start = startswith(unit, "session-");
1512 if (!start)
1514 end = endswith(start, ".scope");
1519 if (!session_id_valid(start))
1525 rr = strdup(start);
1548 char *start, *end;
1557 start = startswith(slice, "user-");
1558 if (!start)
1560 end = endswith(start, ".slice");
1565 if (parse_uid(start, uid) < 0)