Searched refs:UPD_DELETE (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/usr.sbin/pw/
H A Dpw_nis.c71 return pw_nisupdate(path, NULL, login, UPD_DELETE);
H A Dfileupd.c131 updated = updmode == UPD_REPLACE ? UPD_REPLACE : UPD_DELETE;
138 else if (updmode == UPD_DELETE)
H A Dpwupd.c182 if (mode == UPD_DELETE || isrename)
210 return pw_update(NULL, pwd->pw_name, UPD_DELETE);
H A Dgrupd.c170 return gr_update(NULL, grp->gr_name, UPD_DELETE);
H A Dpwupd.h46 UPD_DELETE = -1, enumerator in enum:updtype

Completed in 59 milliseconds