Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dspwdmodule.c.h16 {"getspnam", (PyCFunction)spwd_getspnam, METH_O, spwd_getspnam__doc__},
22 spwd_getspnam(PyObject *module, PyObject *arg_) in spwd_getspnam() function
/external/python/cpython2/Modules/
Dspwdmodule.c112 static PyObject* spwd_getspnam(PyObject *self, PyObject *args) in spwd_getspnam() function
161 {"getspnam", spwd_getspnam, METH_VARARGS, spwd_getspnam__doc__},