Home
last modified time | relevance | path

Searched refs:os_setresgid_impl (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h5336 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()
/external/python/cpython3/Modules/
Dposixmodule.c10923 os_setresgid_impl(PyObject *module, gid_t rgid, gid_t egid, gid_t sgid) in os_setresgid_impl() function