Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dpwdmodule.c.h28 pwd_getpwnam_impl(PyObject *module, PyObject *arg);
39 return_value = pwd_getpwnam_impl(module, arg); in pwd_getpwnam()
/external/python/cpython3/Modules/
Dpwdmodule.c152 pwd_getpwnam_impl(PyObject *module, PyObject *arg) in pwd_getpwnam_impl() function