Searched refs:os_getgrouplist (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | posixmodule.c.h | 3202 …{"getgrouplist", (PyCFunction)(void(*)(void))os_getgrouplist, METH_FASTCALL, os_getgrouplist__doc_… 3208 os_getgrouplist(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in os_getgrouplist() function 3256 …{"getgrouplist", (PyCFunction)(void(*)(void))os_getgrouplist, METH_FASTCALL, os_getgrouplist__doc_… 3262 os_getgrouplist(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in os_getgrouplist() function
|