Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
Dpwdmodule.c.h28 pwd_getpwnam_impl(PyObject *module, PyObject *name);
44 return_value = pwd_getpwnam_impl(module, name); in pwd_getpwnam()
/aosp_15_r20/external/python/cpython3/Modules/
Dpwdmodule.c212 pwd_getpwnam_impl(PyObject *module, PyObject *name) in pwd_getpwnam_impl() function