Home
last modified time | relevance | path

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

/openbsd/usr.sbin/user/
H A Duser.c952 getnextuid(int sync_uid_gid, uid_t *uid, uid_t low_uid, uid_t high_uid) in getnextuid() argument
954 for (*uid = low_uid ; *uid <= high_uid ; (*uid)++) { in getnextuid()