Home
last modified time | relevance | path

Searched refs:IXOFF (Results 1 – 21 of 21) sorted by relevance

/third_party/boost/libs/asio/include/boost/asio/impl/
Dserial_port_base.ipp252 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/
Dserial_port_base.ipp252 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/
Dioctl02.c246 IXOFF; in run_ptest()
341 | IXOFF))) { in chk_tty_parms()
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h42 #define IXOFF 0010000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h42 #define IXOFF 0010000 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h42 #define IXOFF 0010000 macro
/third_party/musl/arch/mips/bits/
Dtermios.h43 #define IXOFF 0010000 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h42 #define IXOFF 0002000 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h43 #define IXOFF 0010000 macro
/third_party/musl/arch/generic/bits/
Dtermios.h42 #define IXOFF 0010000 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h43 #define IXOFF 0010000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h42 #define IXOFF 0010000 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h42 #define IXOFF 0002000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h42 #define IXOFF 0010000 macro
/third_party/musl/libc-test/src/api/
Dtermios.c40 C(IXOFF) in f()
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/
Dminimal-raw-file.c98 IMAXBEL | IXON | IXOFF | IXANY in callback_raw_test()
/third_party/jerryscript/jerry-ext/debugger/
Ddebugger-serial.c202 options.c_iflag &= (uint32_t) ~(IXON | IXOFF | IXANY); // disable xon/xoff ctrl in jerryx_debugger_serial_configure_attributes()
/third_party/toybox/toys/pending/
Dgetty.c169 TT.termios.c_iflag = ICRNL|IXON|IXOFF; in termios_init()
Dinit.c88 terminal.c_iflag = IXON|IXOFF|ICRNL; in reset_term()
Dstty.c96 { "ixoff", IXOFF }, { "iuclc", IUCLC }, { "ixany", IXANY },
/third_party/python/Modules/
Dtermios.c443 {"IXOFF", IXOFF},