Searched refs:newgr (Results 1 – 1 of 1) sorted by relevance
520 struct group *newgr; in grcopy() local523 dst += sizeof(*newgr); in grcopy()528 newgr->gr_mem = NULL; in grcopy()530 newgr->gr_name = dst; in grcopy()533 newgr->gr_name = NULL; in grcopy()535 newgr->gr_passwd = dst; in grcopy()538 newgr->gr_passwd = NULL; in grcopy()544 newgr->gr_mem[i] = dst; in grcopy()550 newgr->gr_mem[i++] = dst; in grcopy()555 newgr->gr_mem[i] = NULL; in grcopy()[all …]