/third_party/musl/libc-test/src/functionalext/supplement/termios/ |
D | cfgetospeed.c | 27 int result = cfsetospeed(&t, B1200); in cfgetospeed_0100() 33 if (ret != (speed_t)(B1200)) { in cfgetospeed_0100()
|
D | cfgetispeed.c | 27 int result = cfsetispeed(&t, B1200); in cfgetispeed_0100() 33 if (ret != (speed_t)(B1200)) { in cfgetispeed_0100()
|
D | cfsetispeed.c | 28 int result = cfsetispeed(&t, B1200); in cfsetispeed_0100() 32 if (cfgetispeed(&t) != (speed_t)(B1200)) { in cfsetispeed_0100()
|
D | cfsetospeed.c | 28 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/ |
D | termios.h | 89 #define B1200 0000011 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 89 #define B1200 0000011 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 89 #define B1200 0000011 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 90 #define B1200 0000011 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 93 #define B1200 0000011 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 90 #define B1200 0000011 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 89 #define B1200 0000011 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 90 #define B1200 0000011 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 89 #define B1200 0000011 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 93 #define B1200 0000011 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 89 #define B1200 0000011 macro
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 83 C(B1200) in f()
|
/third_party/boost/libs/asio/include/boost/asio/impl/ |
D | serial_port_base.ipp | 60 case 1200: baud = B1200; break; 147 case B1200: value_ = 1200; break;
|
/third_party/boost/boost/asio/impl/ |
D | serial_port_base.ipp | 60 case 1200: baud = B1200; break; 147 case B1200: value_ = 1200; break;
|
/third_party/toybox/toys/pending/ |
D | getty.c | 57 {300, B300}, {600, B600}, {1200, B1200}, {1800, B1800}, {2400, B2400},
|
/third_party/python/Modules/ |
D | termios.c | 352 {"B1200", B1200},
|