Searched refs:old_gr (Results 1 – 2 of 2) sorted by relevance
53 struct group *old_gr = NULL; in gr_update() local59 old_gr = GETGRNAM(group); in gr_update()72 if (gr_copy(pfd, tfd, gr, old_gr) == -1) { in gr_update()
164 gr_copy(int ffd, int tfd, const struct group *gr, struct group *old_gr) in gr_copy() argument173 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()