Searched defs:getgroups (Results 1 - 3 of 3) sorted by relevance

/external/bison/darwin-lib/
H A Dunistd.h999 # 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 macro
1014 _GL_WARN_ON_USE (getgroups, "getgroups i
[all...]
/external/bison/linux-lib/
H A Dunistd.h999 # 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 macro
1014 _GL_WARN_ON_USE (getgroups, "getgroups i
[all...]
/external/valgrind/main/coregrind/
H A Dm_libcproc.c540 Int VG_(getgroups)( Int size, UInt* list ) function
569 # error "VG_(getgroups): needs implementation on this platform"

Completed in 123 milliseconds