getgrouplist
int getgrouplist(const char *, gid_t, gid_t *, int *);
retval = getgrouplist(&grlistp);
retval = getgrouplist(&snap->sn_grlistp);
extern unsigned int getgrouplist(ipmp_grouplist_t **);
extern int getgrouplist(const char *, gid_t, gid_t *, int *);
if (getgrouplist(name, (int)basegid, int_groups, &ngroups) < 0) {
if (getgrouplist(name, basegid, groups, &ngroups) < 0) {
int getgrouplist(GETGROUPLIST_ARGS);