Home
last modified time | relevance | path

Searched refs:IGNPAR (Results 1 - 25 of 45) sorted by relevance

12

/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h32 #define IGNPAR 0000004 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h32 #define IGNPAR 0000004 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h32 #define IGNPAR 0000004 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h32 #define IGNPAR 0000004 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h32 #define IGNPAR 0000004 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h32 #define IGNPAR 0000004 macro
/third_party/ltp/testcases/kernel/syscalls/ioctl/
H A Dioctl02.c245 BRKINT | IGNPAR | INPCK | ISTRIP | ICRNL | IUCLC | IXON | IXANY | in run_ptest()
340 && (BRKINT | IGNPAR | INPCK | ISTRIP | ICRNL | IUCLC | IXON | IXANY in chk_tty_parms()
/third_party/musl/arch/mips/bits/
H A Dtermios.h33 #define IGNPAR 0000004 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h34 #define IGNPAR 0000004 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h33 #define IGNPAR 0000004 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h33 #define IGNPAR 0000004 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h34 #define IGNPAR 0000004 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.c35 C(IGNPAR) in f()
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dtypes.rs130 /// `IGNPAR`
131 pub const IGNPAR: c::c_uint = linux_raw_sys::general::IGNPAR; consts
/third_party/rust/crates/rustix/src/backend/libc/termios/
H A Dtypes.rs147 /// `IGNPAR`
149 pub const IGNPAR: c::c_uint = c::IGNPAR; 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.rs78 if (term.c_iflag & IGNPAR) != 0 { in show()
79 print!(" IGNPAR"); in show()
/third_party/python/Modules/
H A Dtermios.c647 {"IGNPAR", IGNPAR},
/third_party/rust/crates/rustix/src/termios/
H A Dmod.rs480 pub use constants::IGNPAR;
H A Dconstants.rs413 pub use backend::termios::types::IGNPAR;
/third_party/backends/backend/
H A Ddc210.c365 tty_new.c_iflag |= (BRKINT | IGNPAR); in init_dc210()
H A Ddc240.c410 tty_new.c_iflag |= (BRKINT | IGNPAR); in init_dc240()
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs395 pub const IGNPAR: ::tcflag_t = 0x00000004; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs745 pub const IGNPAR: ::tcflag_t = 0o000_004; consts

Completed in 21 milliseconds

12