Home
last modified time | relevance | path

Searched refs:B1200 (Results 1 – 20 of 20) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/termios/
Dcfgetospeed.c27 int result = cfsetospeed(&t, B1200); in cfgetospeed_0100()
33 if (ret != (speed_t)(B1200)) { in cfgetospeed_0100()
Dcfgetispeed.c27 int result = cfsetispeed(&t, B1200); in cfgetispeed_0100()
33 if (ret != (speed_t)(B1200)) { in cfgetispeed_0100()
Dcfsetispeed.c28 int result = cfsetispeed(&t, B1200); in cfsetispeed_0100()
32 if (cfgetispeed(&t) != (speed_t)(B1200)) { in cfsetispeed_0100()
Dcfsetospeed.c28 int result = cfsetospeed(&t, B1200); in cfsetospeed_0100()
34 if (ret != (speed_t)(B1200)) { in cfsetospeed_0100()
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h89 #define B1200 0000011 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h89 #define B1200 0000011 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h89 #define B1200 0000011 macro
/third_party/musl/arch/mips/bits/
Dtermios.h90 #define B1200 0000011 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h93 #define B1200 0000011 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h90 #define B1200 0000011 macro
/third_party/musl/arch/generic/bits/
Dtermios.h89 #define B1200 0000011 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h90 #define B1200 0000011 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h89 #define B1200 0000011 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h93 #define B1200 0000011 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h89 #define B1200 0000011 macro
/third_party/musl/libc-test/src/api/
Dtermios.c83 C(B1200) in f()
/third_party/boost/libs/asio/include/boost/asio/impl/
Dserial_port_base.ipp60 case 1200: baud = B1200; break;
147 case B1200: value_ = 1200; break;
/third_party/boost/boost/asio/impl/
Dserial_port_base.ipp60 case 1200: baud = B1200; break;
147 case B1200: value_ = 1200; break;
/third_party/toybox/toys/pending/
Dgetty.c57 {300, B300}, {600, B600}, {1200, B1200}, {1800, B1800}, {2400, B2400},
/third_party/python/Modules/
Dtermios.c352 {"B1200", B1200},