Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
Dtermios.c.h162 termios_tcflush_impl(PyObject *module, int fd, int queue);
181 return_value = termios_tcflush_impl(module, fd, queue); in termios_tcflush()
/third_party/python/Modules/
Dtermios.c281 termios_tcflush_impl(PyObject *module, int fd, int queue) in termios_tcflush_impl() function