Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/user/
H A Duser.c911 getnextuid(int sync_uid_gid, int *uid, int low_uid, int high_uid) in getnextuid() argument
915 if (sync_uid_gid) { in getnextuid()
1075 int sync_uid_gid; in adduser() local
1120 sync_uid_gid = (strcmp(up->u_primgrp, "=uid") == 0); in adduser()
1129 got_id = getnextuid(sync_uid_gid, &up->u_uid, in adduser()
1138 got_id = getnextuid(sync_uid_gid, &up->u_uid, in adduser()
1157 if (sync_uid_gid) { in adduser()