Searched refs:os_setresgid_impl (Results 1 – 2 of 2) sorted by relevance
5336 os_setresgid_impl(PyObject *module, gid_t rgid, gid_t egid, gid_t sgid);5350 return_value = os_setresgid_impl(module, rgid, egid, sgid); in os_setresgid()
10923 os_setresgid_impl(PyObject *module, gid_t rgid, gid_t egid, gid_t sgid) in os_setresgid_impl() function