Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h180 os_ttyname_impl(PyObject *module, int fd);
192 _return_value = os_ttyname_impl(module, fd); in os_ttyname()
/external/python/cpython3/Modules/
Dposixmodule.c2650 os_ttyname_impl(PyObject *module, int fd) in os_ttyname_impl() function