getgroups          85 lib/getgroups.c         return getgroups (n, (GETGROUPS_T *) group);
getgroups          95 lib/getgroups.c       result = getgroups (n, gbuf);
getgroups         115 lib/getgroups.c       n_groups = getgroups (n, gbuf);
getgroups          49 lib/group-member.c   int n_groups = getgroups (GROUPBUF_SIZE, gi->groupbuf);
getgroups          54 lib/group-member.c       int n_group_slots = getgroups (0, NULL);
getgroups          60 lib/group-member.c             n_groups = getgroups (n_group_slots, gi->group);
getgroups        1213 lib/unistd.in.h _GL_FUNCDECL_RPL (getgroups, int, (int n, gid_t *groups));
getgroups        1214 lib/unistd.in.h _GL_CXXALIAS_RPL (getgroups, int, (int n, gid_t *groups));
getgroups        1217 lib/unistd.in.h _GL_FUNCDECL_SYS (getgroups, int, (int n, gid_t *groups));
getgroups        1219 lib/unistd.in.h _GL_CXXALIAS_SYS (getgroups, int, (int n, gid_t *groups));
getgroups        1221 lib/unistd.in.h _GL_CXXALIASWARN (getgroups);
getgroups        1225 lib/unistd.in.h _GL_WARN_ON_USE (getgroups, "getgroups is unportable - "