Searched defs:getgroups (Results 1 – 7 of 7) sorted by relevance
4 int getgroups(int count, gid_t list[]) in getgroups() function
195 SYS_FUNC(getgroups) in SYS_FUNC() argument
1408 pub fn getgroups() -> Result<Vec<Gid>> { in getgroups() function
862 pub fn getgroups(ngroups_max: ::c_int, groups: *mut gid_t) -> ::c_int; in getgroups() function
1191 pub fn getgroups(ngroups_max: ::c_int, groups: *mut gid_t) -> ::c_int; in getgroups() function
3488 TEST(MemorySanitizer, getgroups) { in TEST() argument
3591 pub fn getgroups(ngroups_max: ::c_int, groups: *mut gid_t) -> ::c_int; in getgroups() function