/third_party/musl/src/termios/ |
D | cfmakeraw.c | 6 t->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in cfmakeraw()
|
/third_party/musl/libc-test/src/functionalext/supplement/termios/ |
D | cfmakeraw.c | 31 if ((t.c_iflag & (IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON)) != 0U) { in cfmakeraw_0100()
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 31 #define IGNBRK 0000001 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 30 #define IGNBRK 0000001 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 30 #define IGNBRK 0000001 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 30 #define IGNBRK 0000001 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 32 #define IGNBRK 0000001 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 30 #define IGNBRK 0000001 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 32 #define IGNBRK 0000001 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 30 #define IGNBRK 0000001 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 31 #define IGNBRK 0000001 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 31 #define IGNBRK 0000001 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 30 #define IGNBRK 0000001 macro
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 33 C(IGNBRK) in f()
|
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/ |
D | minimal-raw-file.c | 97 tio.c_iflag &= (tcflag_t)~(INLCR | IGNBRK | IGNPAR | IGNCR | ICRNL | in callback_raw_test()
|
/third_party/jerryscript/jerry-ext/debugger/ |
D | debugger-serial.c | 201 options.c_iflag &= (uint32_t) ~IGNBRK; // disable break processing in jerryx_debugger_serial_configure_attributes()
|
/third_party/boost/boost/asio/detail/impl/ |
D | reactive_serial_port_service.ipp | 80 ios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK
|
/third_party/boost/libs/asio/include/boost/asio/detail/impl/ |
D | reactive_serial_port_service.ipp | 80 ios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK
|
/third_party/libuv/src/unix/ |
D | tty.c | 239 tio->c_iflag &= ~(IMAXBEL | IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | in uv__tty_make_raw()
|
/third_party/python/Modules/ |
D | termios.c | 429 {"IGNBRK", IGNBRK},
|
/third_party/toybox/toys/pending/ |
D | stty.c | 93 { "ignbrk", IGNBRK }, { "brkint", BRKINT }, { "ignpar", IGNPAR },
|
/third_party/quickjs/ |
D | quickjs-libc.c | 1749 tty.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP in js_os_ttySetRaw()
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg.c | 428 tty.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP in term_init()
|