Home
last modified time | relevance | path

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

/freebsd/usr.bin/id/
H A Did.c371 int cnt, id, lastid, ngroups; in group() local
387 for (lastid = -1, cnt = 0; cnt < ngroups; ++cnt) { in group()
388 if (lastid == (id = groups[cnt])) in group()
401 lastid = id; in group()
/freebsd/sbin/quotacheck/
H A Dquotacheck.c426 u_long id, lastid, highid = 0; in update() local
435 lastid = quota_maxid(qf); in update()
436 for (id = 0; id <= lastid; id++) { in update()
466 if (fup->fu_id <= lastid) in update()
486 if (highid < lastid && in update()