Searched refs:tcflow (Results 1 – 14 of 14) sorted by relevance
/external/musl/src/termios/ |
D | tcflow.c | 4 int tcflow(int fd, int action) in tcflow() function
|
/external/musl/include/ |
D | termios.h | 37 int tcflow (int, int);
|
/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/pyserial/serial/ |
D | serialposix.py | 776 termios.tcflow(self.fd, termios.TCION) 778 termios.tcflow(self.fd, termios.TCIOFF) 789 termios.tcflow(self.fd, termios.TCOON) 791 termios.tcflow(self.fd, termios.TCOOFF)
|
/external/python/cpython2/Doc/library/ |
D | termios.rst | 70 .. function:: tcflow(fd, action)
|
/external/python/cpython3/Doc/library/ |
D | termios.rst | 70 .. function:: tcflow(fd, action)
|
/external/rust/crates/nix/src/sys/ |
D | termios.rs | 976 pub fn tcflow(fd: RawFd, action: FlowArg) -> Result<()> { in tcflow() function 977 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 | 311 if (tcflow(fd, action) == -1) { in termios_tcflow_impl()
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 1351 pub fn tcflow(fd: ::c_int, action: ::c_int) -> ::c_int; in tcflow() function
|
/external/musl/ |
D | sources.bp | 1011 "src/termios/tcflow.c",
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3826 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/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 917 PUBLIC d33d0 0 tcflow
|