Searched defs:getgroups (Results 1 - 4 of 4) 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.c533 Int VG_(getgroups)( Int size, UInt* list ) function
561 # error "VG_(getgroups): needs implementation on this platform"
/external/openssh/
H A Ddefines.h774 # define getgroups(a,b) ((a)==0 && (b)==NULL ? NGROUPS_MAX : getgroups((a),(b))) macro

Completed in 136 milliseconds