Searched refs:usrn (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.sbin/quot/
H A Dquot.c260 struct user *usr, *usrn; local
268 for (usrn = users + (usr->uid&(nusers - 1)); usrn->name;
269 usrn--) {
270 if (usrn <= users)
271 usrn = users + nusers;
273 *usrn = *usr;

Completed in 100 milliseconds