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

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

Completed in 137 milliseconds