/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 245 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/powerpc/bits/ |
D | termios.h | 34 #define IGNPAR 0000004 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 33 #define IGNPAR 0000004 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 33 #define IGNPAR 0000004 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 33 #define IGNPAR 0000004 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 34 #define IGNPAR 0000004 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 32 #define IGNPAR 0000004 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 32 #define IGNPAR 0000004 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 32 #define IGNPAR 0000004 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 32 #define IGNPAR 0000004 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 32 #define IGNPAR 0000004 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 32 #define IGNPAR 0000004 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
D | types.rs | 131 pub const IGNPAR: c::c_uint = linux_raw_sys::general::IGNPAR; constant
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 35 C(IGNPAR) 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/rust/crates/rustix/src/backend/libc/termios/ |
D | types.rs | 149 pub const IGNPAR: c::c_uint = c::IGNPAR; constant
|
/third_party/rust/crates/rustix/examples/ |
D | stdio.rs | 78 if (term.c_iflag & IGNPAR) != 0 { in show()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | unix.txt | 154 IGNPAR
|
/third_party/python/Modules/ |
D | termios.c | 431 {"IGNPAR", IGNPAR},
|
/third_party/toybox/toys/pending/ |
D | stty.c | 93 { "ignbrk", IGNBRK }, { "brkint", BRKINT }, { "ignpar", IGNPAR },
|
/third_party/rust/crates/rustix/src/termios/ |
D | mod.rs | 480 pub use constants::IGNPAR;
|
D | constants.rs | 413 pub use backend::termios::types::IGNPAR;
|
/third_party/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 395 pub const IGNPAR: ::tcflag_t = 0x00000004; constant
|
/third_party/rust/crates/nix/src/sys/ |
D | termios.rs | 631 IGNPAR;
|
/third_party/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 745 pub const IGNPAR: ::tcflag_t = 0o000_004; constant
|