grent 56 lib/common/utils.c struct group *grent; grent 64 lib/common/utils.c while ((grent = getgrent()) != NULL) { grent 65 lib/common/utils.c if (grent->gr_mem == NULL) { grent 69 lib/common/utils.c if(strcmp(group, grent->gr_name) != 0) { grent 73 lib/common/utils.c gr_mem = grent->gr_mem; grent 167 maint/gnulib/lib/idcache.c struct group *grent = getgrgid (gid); grent 168 maint/gnulib/lib/idcache.c char const *name = grent ? grent->gr_name : ""; grent 190 maint/gnulib/lib/idcache.c struct group *grent; grent 202 maint/gnulib/lib/idcache.c grent = getgrnam (group); grent 206 maint/gnulib/lib/idcache.c if (!grent && strspn (group, digits) < strlen (group)) grent 209 maint/gnulib/lib/idcache.c grent = getgrnam (group); /* now it will succeed */ grent 217 maint/gnulib/lib/idcache.c if (grent) grent 219 maint/gnulib/lib/idcache.c tail->id.g = grent->gr_gid;