Searched refs:spwd_getspnam (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | spwdmodule.c.h | 16 {"getspnam", (PyCFunction)spwd_getspnam, METH_O, spwd_getspnam__doc__}, 22 spwd_getspnam(PyObject *module, PyObject *arg_) in spwd_getspnam() function
|
/external/python/cpython2/Modules/ |
D | spwdmodule.c | 112 static PyObject* spwd_getspnam(PyObject *self, PyObject *args) in spwd_getspnam() function 161 {"getspnam", spwd_getspnam, METH_VARARGS, spwd_getspnam__doc__},
|