Home | History | Annotate | Download | only in lib

Lines Matching refs:groups

680 /* Return the supplemental groups that the current process belongs to.
683 entries are available in GROUPS. Return -1 and set errno if N is
690 _GL_FUNCDECL_RPL (getgroups, int, (int n, gid_t *groups));
691 _GL_CXXALIAS_RPL (getgroups, int, (int n, gid_t *groups));
694 _GL_FUNCDECL_SYS (getgroups, int, (int n, gid_t *groups));
696 _GL_CXXALIAS_SYS (getgroups, int, (int n, gid_t *groups));