HomeSort by relevance Sort by last modified time
    Searched refs:tcflow (Results 1 - 10 of 10) sorted by null

  /bionic/libc/include/
termios.h 47 int tcflow(int __fd, int __action) __INTRODUCED_IN(21);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
termios.h 95 extern int tcflow (int __fd, int __action) __THROW;
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
TerminalFunctions.c 260 tcflow ( function
  /bionic/libc/include/bits/
termios_inlines.h 94 __BIONIC_TERMIOS_INLINE int tcflow(int fd, int action) { function
  /bionic/tests/headers/posix/
termios_h.c 161 FUNCTION(tcflow, int (*f)(int, int));
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 357 int tcflow (int fd, int Action);
  /external/chromium-trace/catapult/third_party/pyserial/serial/
serialposix.py 624 termios.tcflow(self.fd, TERMIOS.TCION)
626 termios.tcflow(self.fd, TERMIOS.TCIOFF)
636 termios.tcflow(self.fd, TERMIOS.TCOON)
638 termios.tcflow(self.fd, TERMIOS.TCOOFF)
  /external/python/cpython2/Modules/
termios.c 274 "tcflow(fd, action) -> None\n\
286 if (!PyArg_ParseTuple(args, "O&i:tcflow",
289 if (tcflow(fd, action) == -1)
308 {"tcflow", termios_tcflow,
369 /* tcflow() constants */
  /external/python/cpython3/Modules/
termios.c 267 "tcflow(fd, action) -> None\n\
279 if (!PyArg_ParseTuple(args, "O&i:tcflow",
282 if (tcflow(fd, action) == -1)
301 {"tcflow", termios_tcflow,
399 /* tcflow() constants */
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 594 #define tcflow _tcflow

Completed in 146 milliseconds