Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pw/
H A Dgrupd.c53 struct group *old_gr = NULL; in gr_update() local
59 old_gr = GETGRNAM(group); in gr_update()
72 if (gr_copy(pfd, tfd, gr, old_gr) == -1) { in gr_update()
/freebsd/lib/libutil/
H A Dgr_util.c164 gr_copy(int ffd, int tfd, const struct group *gr, struct group *old_gr) in gr_copy() argument
173 if (old_gr == NULL && gr == NULL) in gr_copy()
176 sgr = old_gr; in gr_copy()
272 if (old_gr && !gr_equal(fgr, old_gr)) { in gr_copy()