Searched refs:newgr (Results 1 – 1 of 1) sorted by relevance
486 struct group *newgr; in grcopy() local488 newgr = (struct group *)(void *)dst; /* avoid alignment warning */ in grcopy()489 dst += sizeof(*newgr); in grcopy()491 newgr->gr_mem = (char **)(void *)(dst); /* avoid alignment warning */ in grcopy()492 dst += (ndx + 1) * sizeof(*newgr->gr_mem); in grcopy()494 newgr->gr_mem = NULL; in grcopy()496 newgr->gr_name = dst; in grcopy()499 newgr->gr_name = NULL; in grcopy()501 newgr->gr_passwd = dst; in grcopy()504 newgr->gr_passwd = NULL; in grcopy()[all …]