Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dspwdmodule.c.h54 {"getspall", (PyCFunction)spwd_getspall, METH_NOARGS, spwd_getspall__doc__},
60 spwd_getspall(PyObject *module, PyObject *Py_UNUSED(ignored)) in spwd_getspall() function
/external/python/cpython2/Modules/
Dspwdmodule.c136 spwd_getspall(PyObject *self, PyObject *args) in spwd_getspall() function
164 {"getspall", spwd_getspall, METH_NOARGS, spwd_getspall__doc__},