Home
last modified time | relevance | path

Searched refs:CRTSCTS (Results 1 – 19 of 19) sorted by relevance

/third_party/boost/libs/asio/include/boost/asio/impl/
Dserial_port_base.ipp254 storage.c_cflag &= ~CRTSCTS;
262 storage.c_cflag &= ~CRTSCTS;
270 storage.c_cflag |= CRTSCTS;
310 else if (storage.c_cflag & CRTSCTS)
/third_party/boost/boost/asio/impl/
Dserial_port_base.ipp254 storage.c_cflag &= ~CRTSCTS;
262 storage.c_cflag &= ~CRTSCTS;
270 storage.c_cflag |= CRTSCTS;
310 else if (storage.c_cflag & CRTSCTS)
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h155 #define CRTSCTS 020000000000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h155 #define CRTSCTS 020000000000 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h155 #define CRTSCTS 020000000000 macro
/third_party/musl/arch/mips/bits/
Dtermios.h157 #define CRTSCTS 020000000000 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h159 #define CRTSCTS 020000000000 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h157 #define CRTSCTS 020000000000 macro
/third_party/musl/arch/generic/bits/
Dtermios.h155 #define CRTSCTS 020000000000 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h157 #define CRTSCTS 020000000000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h155 #define CRTSCTS 020000000000 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h159 #define CRTSCTS 020000000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h155 #define CRTSCTS 020000000000 macro
/third_party/toybox/toys/pending/
Dgetty.c153 #ifdef CRTSCTS in termios_init()
154 if (toys.optflags & FLAG_h) TT.termios.c_cflag |= CRTSCTS; in termios_init()
Dinit.c84 terminal.c_cflag &= CRTSCTS|PARODD|PARENB|CSTOPB|CSIZE|CBAUDEX|CBAUD; in reset_term()
Dstty.c89 { "cread", CREAD }, { "clocal", CLOCAL }, { "crtscts", CRTSCTS },
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/
Dminimal-raw-file.c114 | CRTSCTS in callback_raw_test()
/third_party/python/Modules/
Dtermios.c554 #ifdef CRTSCTS
555 {"CRTSCTS", (long)CRTSCTS},
/third_party/NuttX/
DReleaseNotes13010 - termios.h: Fix CRTSCTS define to include input and output flow. From