Home
last modified time | relevance | path

Searched refs:IGNBRK (Results 1 – 23 of 23) sorted by relevance

/third_party/musl/src/termios/
Dcfmakeraw.c6 t->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in cfmakeraw()
/third_party/musl/libc-test/src/functionalext/supplement/termios/
Dcfmakeraw.c31 if ((t.c_iflag & (IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON)) != 0U) { in cfmakeraw_0100()
/third_party/musl/arch/mips64/bits/
Dtermios.h31 #define IGNBRK 0000001 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h30 #define IGNBRK 0000001 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h30 #define IGNBRK 0000001 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h30 #define IGNBRK 0000001 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h32 #define IGNBRK 0000001 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h30 #define IGNBRK 0000001 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h32 #define IGNBRK 0000001 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h30 #define IGNBRK 0000001 macro
/third_party/musl/arch/mips/bits/
Dtermios.h31 #define IGNBRK 0000001 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h31 #define IGNBRK 0000001 macro
/third_party/musl/arch/generic/bits/
Dtermios.h30 #define IGNBRK 0000001 macro
/third_party/musl/libc-test/src/api/
Dtermios.c33 C(IGNBRK) in f()
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/
Dminimal-raw-file.c97 tio.c_iflag &= (tcflag_t)~(INLCR | IGNBRK | IGNPAR | IGNCR | ICRNL | in callback_raw_test()
/third_party/jerryscript/jerry-ext/debugger/
Ddebugger-serial.c201 options.c_iflag &= (uint32_t) ~IGNBRK; // disable break processing in jerryx_debugger_serial_configure_attributes()
/third_party/boost/boost/asio/detail/impl/
Dreactive_serial_port_service.ipp80 ios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Dreactive_serial_port_service.ipp80 ios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK
/third_party/libuv/src/unix/
Dtty.c239 tio->c_iflag &= ~(IMAXBEL | IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | in uv__tty_make_raw()
/third_party/python/Modules/
Dtermios.c429 {"IGNBRK", IGNBRK},
/third_party/toybox/toys/pending/
Dstty.c93 { "ignbrk", IGNBRK }, { "brkint", BRKINT }, { "ignpar", IGNPAR },
/third_party/quickjs/
Dquickjs-libc.c1749 tty.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP in js_os_ttySetRaw()
/third_party/ffmpeg/fftools/
Dffmpeg.c428 tty.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP in term_init()