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

/freebsd-13-stable/usr.sbin/pw/
H A Dpwupd.h84 bool checkduplicate; member in struct:pwconf
H A Dpw.c126 conf.checkduplicate = true;
H A Dpw_group.c189 if ((grp = GETGRGID(gid)) != NULL && conf.checkduplicate)
540 conf.checkduplicate = false;
H A Dpw_user.c340 if ((pwd = GETPWUID(uid)) != NULL && conf.checkduplicate)
1281 conf.checkduplicate = false;

Completed in 109 milliseconds