Searched defs:getgroups (Results 1 – 7 of 7) sorted by relevance
194 SYS_FUNC(getgroups) in SYS_FUNC() argument
794 Int VG_(getgroups)( Int size, UInt* list ) in VG_() argument
796 # define getgroups(a,b) ((a)==0 && (b)==NULL ? NGROUPS_MAX : getgroups((a),(b))) macro
155 getgroups \ program
3488 TEST(MemorySanitizer, getgroups) { in TEST() argument