Searched refs:newgr (Results 1 – 1 of 1) sorted by relevance
494 struct group *newgr; in grcopy() local496 newgr = (struct group *)(void *)dst; /* avoid alignment warning */ in grcopy()497 dst += sizeof(*newgr); in grcopy()499 newgr->gr_mem = (char **)(void *)(dst); /* avoid alignment warning */ in grcopy()500 dst += (ndx + 1) * sizeof(*newgr->gr_mem); in grcopy()502 newgr->gr_mem = NULL; in grcopy()504 newgr->gr_name = dst; in grcopy()507 newgr->gr_name = NULL; in grcopy()509 newgr->gr_passwd = dst; in grcopy()512 newgr->gr_passwd = NULL; in grcopy()[all …]