Searched refs:newgr (Results 1 – 1 of 1) sorted by relevance
517 struct group *newgr; in grcopy() local519 newgr = (struct group *)(void *)dst; /* avoid alignment warning */ in grcopy()520 dst += sizeof(*newgr); in grcopy()522 newgr->gr_mem = (char **)(void *)(dst); /* avoid alignment warning */ in grcopy()523 dst += (ndx + 1) * sizeof(*newgr->gr_mem); in grcopy()525 newgr->gr_mem = NULL; in grcopy()527 newgr->gr_name = dst; in grcopy()530 newgr->gr_name = NULL; in grcopy()532 newgr->gr_passwd = dst; in grcopy()535 newgr->gr_passwd = NULL; in grcopy()[all …]