Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dpwdmodule.c.h61 {"getpwall", (PyCFunction)pwd_getpwall, METH_NOARGS, pwd_getpwall__doc__},
67 pwd_getpwall(PyObject *module, PyObject *Py_UNUSED(ignored)) in pwd_getpwall() function
/external/python/cpython2/Modules/
Dpwdmodule.c155 pwd_getpwall(PyObject *self) function
185 {"getpwall", (PyCFunction)pwd_getpwall,