/third_party/boost/libs/asio/include/boost/asio/impl/ |
D | serial_port_base.ipp | 252 storage.c_iflag &= ~(IXOFF | IXON); 260 storage.c_iflag |= IXOFF | IXON; 269 storage.c_iflag &= ~(IXOFF | IXON); 273 storage.c_iflag &= ~(IXOFF | IXON); 305 if (storage.c_iflag & (IXOFF | IXON))
|
/third_party/boost/boost/asio/impl/ |
D | serial_port_base.ipp | 252 storage.c_iflag &= ~(IXOFF | IXON); 260 storage.c_iflag |= IXOFF | IXON; 269 storage.c_iflag &= ~(IXOFF | IXON); 273 storage.c_iflag &= ~(IXOFF | IXON); 305 if (storage.c_iflag & (IXOFF | IXON))
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 246 IXOFF; in run_ptest() 341 | IXOFF))) { in chk_tty_parms()
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 42 #define IXOFF 0010000 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 42 #define IXOFF 0010000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 42 #define IXOFF 0010000 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 43 #define IXOFF 0010000 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 42 #define IXOFF 0002000 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 43 #define IXOFF 0010000 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 42 #define IXOFF 0010000 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 43 #define IXOFF 0010000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 42 #define IXOFF 0010000 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 42 #define IXOFF 0002000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 42 #define IXOFF 0010000 macro
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 40 C(IXOFF) in f()
|
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/ |
D | minimal-raw-file.c | 98 IMAXBEL | IXON | IXOFF | IXANY in callback_raw_test()
|
/third_party/jerryscript/jerry-ext/debugger/ |
D | debugger-serial.c | 202 options.c_iflag &= (uint32_t) ~(IXON | IXOFF | IXANY); // disable xon/xoff ctrl in jerryx_debugger_serial_configure_attributes()
|
/third_party/toybox/toys/pending/ |
D | getty.c | 169 TT.termios.c_iflag = ICRNL|IXON|IXOFF; in termios_init()
|
D | init.c | 88 terminal.c_iflag = IXON|IXOFF|ICRNL; in reset_term()
|
D | stty.c | 96 { "ixoff", IXOFF }, { "iuclc", IUCLC }, { "ixany", IXANY },
|
/third_party/python/Modules/ |
D | termios.c | 443 {"IXOFF", IXOFF},
|