Lines Matching refs:lastid
221 gid_t gid, egid, lastid; in current() local
245 for (fmt = " groups=%ju", lastid = -1, cnt = 0; cnt < ngroups; in current()
246 fmt = ",%ju", lastid = gid, cnt++) { in current()
248 if (lastid == gid) in current()
263 int cnt, id, lastid, ngroups; in user() local
276 for (fmt = " groups=%u", lastid = -1, cnt = 0; cnt < ngroups; in user()
277 fmt=",%u", lastid = id, cnt++) { in user()
279 if (lastid == id) in user()
295 gid_t id, lastid; in group() local
312 for (lastid = -1, cnt = 0; cnt < ngroups; ++cnt) { in group()
313 if (lastid == (id = glist[cnt]) || (cnt && id == glist[0])) in group()
326 lastid = id; in group()