Home
last modified time | relevance | path

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

12

/third_party/ltp/testcases/kernel/syscalls/ioctl/
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/powerpc/bits/
Dtermios.h34 #define IGNPAR 0000004 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h33 #define IGNPAR 0000004 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h33 #define IGNPAR 0000004 macro
/third_party/musl/arch/mips/bits/
Dtermios.h33 #define IGNPAR 0000004 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h34 #define IGNPAR 0000004 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h32 #define IGNPAR 0000004 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h32 #define IGNPAR 0000004 macro
/third_party/musl/arch/generic/bits/
Dtermios.h32 #define IGNPAR 0000004 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h32 #define IGNPAR 0000004 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h32 #define IGNPAR 0000004 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h32 #define IGNPAR 0000004 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
Dtypes.rs131 pub const IGNPAR: c::c_uint = linux_raw_sys::general::IGNPAR; constant
/third_party/musl/libc-test/src/api/
Dtermios.c35 C(IGNPAR) 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/rust/crates/rustix/src/backend/libc/termios/
Dtypes.rs149 pub const IGNPAR: c::c_uint = c::IGNPAR; constant
/third_party/rust/crates/rustix/examples/
Dstdio.rs78 if (term.c_iflag & IGNPAR) != 0 { in show()
/third_party/rust/crates/libc/libc-test/semver/
Dunix.txt154 IGNPAR
/third_party/python/Modules/
Dtermios.c431 {"IGNPAR", IGNPAR},
/third_party/toybox/toys/pending/
Dstty.c93 { "ignbrk", IGNBRK }, { "brkint", BRKINT }, { "ignpar", IGNPAR },
/third_party/rust/crates/rustix/src/termios/
Dmod.rs480 pub use constants::IGNPAR;
Dconstants.rs413 pub use backend::termios::types::IGNPAR;
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs395 pub const IGNPAR: ::tcflag_t = 0x00000004; constant
/third_party/rust/crates/nix/src/sys/
Dtermios.rs631 IGNPAR;
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs745 pub const IGNPAR: ::tcflag_t = 0o000_004; constant

12