Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pw/
H A Dgrupd.c96 chggrent(char const * login, struct group * grp) in chggrent() function
H A Dpwupd.h124 int chggrent(char const * name, struct group * grp);
H A Dpw_user.c981 chggrent(group, grp); in pw_user_del()
1446 chggrent(grp->gr_name, grp); in pw_user_add()
1785 chggrent(grp->gr_name, grp); in pw_user_mod()
1796 chggrent(grp->gr_name, grp); in pw_user_mod()
1810 chggrent(grp->gr_name, grp); in pw_user_mod()
H A Dpw_group.c706 if ((rc = chggrent(name, grp)) != 0) { in pw_group_mod()