Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h3953 os_writev_impl(PyObject *module, int fd, PyObject *buffers);
3967 _return_value = os_writev_impl(module, fd, buffers); in os_writev()
/external/python/cpython3/Modules/
Dposixmodule.c8690 os_writev_impl(PyObject *module, int fd, PyObject *buffers) in os_writev_impl() function