Home
last modified time | relevance | path

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

/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__},