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

/freebsd-9.3-release/usr.sbin/pw/
H A Dbitmap.h46 int bm_firstunset(struct bitmap * bm);
H A Dbitmap.c91 bm_firstunset(struct bitmap * bm) function
H A Dpw_group.c381 gid = (gid_t) (bm_firstunset(&bm) + cnf->min_gid);
387 gid = (gid_t) (bm_firstunset(&bm) + cnf->min_gid);
H A Dpw_user.c839 uid = (uid_t) (bm_firstunset(&bm) + cnf->min_uid);

Completed in 82 milliseconds