getgroups          84 lib/getgroups.c         return getgroups (n, (GETGROUPS_T *) group);
getgroups          94 lib/getgroups.c       result = getgroups (n, gbuf);
getgroups         114 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        1267 lib/unistd.in.h _GL_FUNCDECL_RPL (getgroups, int, (int n, gid_t *groups));
getgroups        1268 lib/unistd.in.h _GL_CXXALIAS_RPL (getgroups, int, (int n, gid_t *groups));
getgroups        1271 lib/unistd.in.h _GL_FUNCDECL_SYS (getgroups, int, (int n, gid_t *groups));
getgroups        1273 lib/unistd.in.h _GL_CXXALIAS_SYS (getgroups, int, (int n, gid_t *groups));
getgroups        1275 lib/unistd.in.h _GL_CXXALIASWARN (getgroups);
getgroups        1279 lib/unistd.in.h _GL_WARN_ON_USE (getgroups, "getgroups is unportable - "