Searched refs:pwd_getpwnam (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | pwdmodule.c.h | 25 {"getpwnam", (PyCFunction)pwd_getpwnam, METH_O, pwd_getpwnam__doc__}, 31 pwd_getpwnam(PyObject *module, PyObject *arg_) in pwd_getpwnam() function
|
/external/python/cpython2/Modules/ |
D | pwdmodule.c | 133 pwd_getpwnam(PyObject *self, PyObject *args) in pwd_getpwnam() function 183 {"getpwnam", pwd_getpwnam, METH_VARARGS, pwd_getpwnam__doc__},
|