Searched defs:getgroups (Results 1 – 4 of 4) sorted by relevance
191 SYS_FUNC(getgroups) in SYS_FUNC() argument
550 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
3419 TEST(MemorySanitizer, getgroups) { in TEST() argument