Searched refs:grpent (Results 1 – 1 of 1) sorted by relevance
664 struct group *grpent; in print_group() local669 grpent = getgrgid(grp); in print_group()670 if (grpent != NULL) in print_group()671 fprintf(fp, "%s", grpent->gr_name); in print_group()