Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dpwdmodule.c.h25 {"getpwnam", (PyCFunction)pwd_getpwnam, METH_O, pwd_getpwnam__doc__},
31 pwd_getpwnam(PyObject *module, PyObject *arg_) in pwd_getpwnam() function
/external/python/cpython2/Modules/
Dpwdmodule.c133 pwd_getpwnam(PyObject *self, PyObject *args) in pwd_getpwnam() function
183 {"getpwnam", pwd_getpwnam, METH_VARARGS, pwd_getpwnam__doc__},