Home
last modified time | relevance | path

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

/f-stack/tools/libutil/
H A Dgr_util.c171 const struct group *sgr; in gr_copy() local
179 sgr = old_gr; in gr_copy()
189 if (sgr == NULL) in gr_copy()
190 sgr = gr; in gr_copy()
266 if (fgr == NULL || fgr->gr_gid != sgr->gr_gid) { in gr_copy()