Home | History | Annotate | Download | only in quot

Lines Matching defs:users

206 } *users;
217 if (!(users = calloc(nusers, sizeof(*users))))
218 err(1, "allocate users");
220 for (usr = users, i = nusers; --i >= 0; usr++) {
234 svusr = users;
236 if (!(users = calloc(nusers, sizeof(*users))))
237 err(1, "allocate users");
239 for (usrn = users + (usr->uid&(nusers - 1));
242 if (usrn <= users)
243 usrn = users + nusers;
257 for (usr = users + (uid & (nusers - 1)), i = nusers;
269 errx(1, "allocate users");
274 if (usr <= users)
275 usr = users + nusers;
288 #define sortusers(users) (qsort((users), nusers, sizeof(struct user), \
432 errx(1, "allocate users");
433 memmove(usrs, users, nusers * sizeof(*usrs));