sys_grent 29 lib/util/util_getent.c struct sys_grent * getgrent_list(void) sys_grent 31 lib/util/util_getent.c struct sys_grent *glist; sys_grent 32 lib/util/util_getent.c struct sys_grent *gent; sys_grent 35 lib/util/util_getent.c gent = malloc_p(struct sys_grent); sys_grent 40 lib/util/util_getent.c memset(gent, '\0', sizeof(struct sys_grent)); sys_grent 82 lib/util/util_getent.c gent->next = malloc_p(struct sys_grent); sys_grent 86 lib/util/util_getent.c memset(gent, '\0', sizeof(struct sys_grent)); sys_grent 109 lib/util/util_getent.c struct sys_grent *prev; sys_grent 32 source3/include/util_getent.h struct sys_grent *next;