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