Searched refs:newgr (Results 1 – 1 of 1) sorted by relevance
520 struct group *newgr; in grcopy() local522 newgr = (struct group *)(void *)dst; /* avoid alignment warning */ in grcopy()523 dst += sizeof(*newgr); in grcopy()525 newgr->gr_mem = (char **)(void *)(dst); /* avoid alignment warning */ in grcopy()526 dst += (ndx + 1) * sizeof(*newgr->gr_mem); 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()[all …]