grent              69 lib/common/utils.c     struct group *grent;
grent              77 lib/common/utils.c     while ((grent = getgrent()) != NULL) {
grent              78 lib/common/utils.c         if (grent->gr_mem == NULL) {
grent              82 lib/common/utils.c         if(strcmp(group, grent->gr_name) != 0) {
grent              86 lib/common/utils.c         gr_mem = grent->gr_mem;