Home
last modified time | relevance | path

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

/src/usr.bin/id/
H A Did.c388 int cnt, id, lastid, ngroups; in group() local
404 for (lastid = -1, cnt = 0; cnt < ngroups; ++cnt) { in group()
405 if (lastid == (id = groups[cnt])) in group()
418 lastid = id; in group()
/src/sbin/quotacheck/
H A Dquotacheck.c422 u_long id, lastid, highid = 0; in update() local
431 lastid = quota_maxid(qf); in update()
432 for (id = 0; id <= lastid; id++) { in update()
462 if (fup->fu_id <= lastid) in update()
482 if (highid < lastid && in update()