Searched refs:tcflow (Results 1 – 11 of 11) sorted by relevance
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | 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/cpython3/Doc/library/ |
D | termios.rst | 70 .. function:: tcflow(fd, action)
|
/external/python/cpython2/Doc/library/ |
D | termios.rst | 70 .. function:: tcflow(fd, action)
|
/external/rust/crates/nix/src/sys/ |
D | termios.rs | 1051 pub fn tcflow(fd: RawFd, action: FlowArg) -> Result<()> { in tcflow() function 1052 Errno::result(unsafe { libc::tcflow(fd, action as c_int) }).map(drop) in tcflow()
|
/external/python/cpython2/Modules/ |
D | termios.c | 292 if (tcflow(fd, action) == -1) in termios_tcflow()
|
/external/python/cpython3/Modules/ |
D | termios.c | 299 if (tcflow(fd, action) == -1) in termios_tcflow()
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 1335 pub fn tcflow(fd: ::c_int, action: ::c_int) -> ::c_int; in tcflow() function
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3821 pub fn tcflow(fd: ::c_int, action: ::c_int) -> ::c_int; in tcflow() function
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3075 fun:tcflow=uninstrumented
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3075 fun:tcflow=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 917 PUBLIC d33d0 0 tcflow
|