Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/pw/
H A Dfileupd.c102 int updated = UPD_CREATE; in fileupdate()
159 if (updmode == UPD_CREATE) in fileupdate()
H A Dpw_nis.c57 return pw_nisupdate(path, pwd, pwd->pw_name, UPD_CREATE); in addnispwent()
H A Dgrupd.c155 return gr_update(grp, grp->gr_name, UPD_CREATE); in addgrent()
H A Dpwupd.h41 UPD_CREATE = 0, enumerator
H A Dpwupd.c197 return pw_update(pwd, pwd->pw_name, UPD_CREATE);