HomeSort by: relevance | last modified time | path
    Searched defs:lastid (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/id/
id.c 221 gid_t gid, egid, lastid; local in function:current
245 for (fmt = " groups=%ju", lastid = -1, cnt = 0; cnt < ngroups;
246 fmt = ",%ju", lastid = gid, cnt++) {
248 if (lastid == gid)
263 int cnt, id, lastid, ngroups; local in function:user
276 for (fmt = " groups=%u", lastid = -1, cnt = 0; cnt < ngroups;
277 fmt=",%u", lastid = id, cnt++) {
279 if (lastid == id)
295 gid_t id, lastid; local in function:group
312 for (lastid = -1, cnt = 0; cnt < ngroups; ++cnt)
    [all...]
  /src/usr.sbin/quotacheck/
quotacheck.c 484 uint32_t id, lastid, nextid; local in function:update
529 for (lastid = highid[type], id = 0; id <= lastid; id = nextid) {

Completed in 11 milliseconds