/third_party/musl/src/termios/ |
D | cfmakeraw.c | 6 t->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in cfmakeraw()
|
/third_party/musl/libc-test/src/functionalext/supplement/termios/ |
D | cfmakeraw.c | 31 if ((t.c_iflag & (IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON)) != 0U) { in cfmakeraw_0100()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
D | syscalls.rs | 15 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); in cfmakeraw()
|
D | types.rs | 134 pub const PARMRK: c::c_uint = linux_raw_sys::general::PARMRK; constant
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 35 #define PARMRK 0000010 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 34 #define PARMRK 0000010 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 34 #define PARMRK 0000010 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 34 #define PARMRK 0000010 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 35 #define PARMRK 0000010 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 33 #define PARMRK 0000010 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 33 #define PARMRK 0000010 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 33 #define PARMRK 0000010 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 33 #define PARMRK 0000010 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 33 #define PARMRK 0000010 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 33 #define PARMRK 0000010 macro
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | compat.rs | 12 !(IMAXBEL | IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON); in cfmakeraw()
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 42 C(PARMRK) in f()
|
/third_party/libuv/src/unix/ |
D | tty.c | 252 tio->c_iflag &= ~(IMAXBEL | IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | in uv__tty_make_raw()
|
/third_party/node/deps/uv/src/unix/ |
D | tty.c | 252 tio->c_iflag &= ~(IMAXBEL | IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | in uv__tty_make_raw()
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
D | types.rs | 153 pub const PARMRK: c::c_uint = c::PARMRK; constant
|
/third_party/rust/crates/rustix/examples/ |
D | stdio.rs | 82 if (term.c_iflag & PARMRK) != 0 { in show()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | unix.txt | 258 PARMRK
|
/third_party/python/Modules/ |
D | termios.c | 432 {"PARMRK", PARMRK},
|
/third_party/toybox/toys/pending/ |
D | stty.c | 94 { "parmrk", PARMRK }, { "inpck", INPCK }, { "istrip", ISTRIP },
|
/third_party/rust/crates/rustix/src/termios/ |
D | mod.rs | 617 pub use constants::PARMRK;
|