Home
last modified time | relevance | path

Searched refs:IGNBRK (Results 1 - 25 of 52) sorted by relevance

123

/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dsyscalls.rs15 ECHONL, ICANON, ICRNL, IEXTEN, IGNBRK, IGNCR, INLCR, ISIG, ISTRIP, IXON, OPOST, PARENB, PARMRK,
163 termios.c_iflag &= !(IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON);
H A Dtypes.rs124 /// `IGNBRK`
125 pub const IGNBRK: c::c_uint = linux_raw_sys::general::IGNBRK; consts
/third_party/musl/src/termios/
H A Dcfmakeraw.c6 t->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in cfmakeraw()
/third_party/musl/libc-test/src/functionalext/supplement/termios/
H A Dcfmakeraw.c31 if ((t.c_iflag & (IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON)) != 0U) { in cfmakeraw_0100()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h30 #define IGNBRK 0000001 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h30 #define IGNBRK 0000001 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h30 #define IGNBRK 0000001 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h30 #define IGNBRK 0000001 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h30 #define IGNBRK 0000001 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h30 #define IGNBRK 0000001 macro
/third_party/musl/arch/mips/bits/
H A Dtermios.h31 #define IGNBRK 0000001 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h32 #define IGNBRK 0000001 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h31 #define IGNBRK 0000001 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h31 #define IGNBRK 0000001 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h32 #define IGNBRK 0000001 macro
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/
H A Dminimal-raw-file.c97 tio.c_iflag &= (tcflag_t)~(INLCR | IGNBRK | IGNPAR | IGNCR | ICRNL | in callback_raw_test()
/third_party/musl/libc-test/src/api/
H A Dtermios.c33 C(IGNBRK) in f()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dcompat.rs12 !(IMAXBEL | IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON); in cfmakeraw()
/third_party/jerryscript/jerry-ext/debugger/
H A Ddebugger-serial.c201 options.c_iflag &= (uint32_t) ~IGNBRK; // disable break processing in jerryx_debugger_serial_configure_attributes()
/third_party/libuv/src/unix/
H A Dtty.c252 tio->c_iflag &= ~(IMAXBEL | IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | in uv__tty_make_raw()
/third_party/node/deps/uv/src/unix/
H A Dtty.c252 tio->c_iflag &= ~(IMAXBEL | IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | in uv__tty_make_raw()
/third_party/rust/crates/rustix/src/backend/libc/termios/
H A Dtypes.rs139 /// `IGNBRK`
141 pub const IGNBRK: c::c_uint = c::IGNBRK; consts
/third_party/toybox/toys/pending/
H A Dstty.c93 { "ignbrk", IGNBRK }, { "brkint", BRKINT }, { "ignpar", IGNPAR },
/third_party/rust/crates/rustix/examples/
H A Dstdio.rs70 if (term.c_iflag & IGNBRK) != 0 { in show()
71 print!(" IGNBRK"); in show()
/third_party/python/Modules/
H A Dtermios.c645 {"IGNBRK", IGNBRK},

Completed in 15 milliseconds

123