Home | History | Annotate | Download | only in darwin-lib

Lines Matching defs:getgroups

999 #   undef getgroups
1000 # define getgroups rpl_getgroups
1002 _GL_FUNCDECL_RPL (getgroups, int, (int n, gid_t *groups));
1003 _GL_CXXALIAS_RPL (getgroups, int, (int n, gid_t *groups));
1006 _GL_FUNCDECL_SYS (getgroups, int, (int n, gid_t *groups));
1008 _GL_CXXALIAS_SYS (getgroups, int, (int n, gid_t *groups));
1010 _GL_CXXALIASWARN (getgroups);
1012 # undef getgroups
1014 _GL_WARN_ON_USE (getgroups, "getgroups is unportable - "
1015 "use gnulib module getgroups for portability");