Lines Matching refs:gr
1228 struct group * gr;1232 gr = getgrnam(grp);1233 if (gr == NULL) {1240 while ((member = gr->gr_mem[index++])!=NULL) {