Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dpwdmodule.c104 pwd_getpwuid(PyObject *self, PyObject *args) in pwd_getpwuid() function
182 {"getpwuid", pwd_getpwuid, METH_VARARGS, pwd_getpwuid__doc__},
/external/python/cpython3/Modules/clinic/
Dpwdmodule.c.h14 {"getpwuid", (PyCFunction)pwd_getpwuid, METH_O, pwd_getpwuid__doc__},
/external/python/cpython3/Modules/
Dpwdmodule.c116 pwd_getpwuid(PyObject *module, PyObject *uidobj) in pwd_getpwuid() function