/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/porting/liteos_m_iccarm/kernel/include/sys/ |
D | ttydefaults.h | 4 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
|
/third_party/musl/ndk_musl_include/sys/ |
D | ttydefaults.h | 4 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
|
/third_party/musl/include/sys/ |
D | ttydefaults.h | 4 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | ttydefaults.h | 4 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
|
/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/musl/porting/uniproton/kernel/include/sys/ |
D | ttydefaults.h | 4 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
|
/third_party/python/Lib/ |
D | tty.py | 21 mode[IFLAG] = mode[IFLAG] & ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON)
|
/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/libuv/src/unix/ |
D | tty.c | 252 tio->c_iflag &= ~(IMAXBEL | IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | in uv__tty_make_raw() 312 tmp.c_iflag &= ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON); in uv_tty_set_mode()
|
/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() 312 tmp.c_iflag &= ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON); in uv_tty_set_mode()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
D | syscalls.rs | 14 Action, OptionalActions, QueueSelector, Termios, Winsize, BRKINT, CBAUD, CS8, CSIZE, ECHO, 163 termios.c_iflag &= !(IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON); in cfmakeraw()
|
D | types.rs | 128 pub const BRKINT: c::c_uint = linux_raw_sys::general::BRKINT; constant
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 33 #define BRKINT 0000002 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 32 #define BRKINT 0000002 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 32 #define BRKINT 0000002 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 32 #define BRKINT 0000002 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 33 #define BRKINT 0000002 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 31 #define BRKINT 0000002 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 31 #define BRKINT 0000002 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 31 #define BRKINT 0000002 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 31 #define BRKINT 0000002 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 31 #define BRKINT 0000002 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 31 #define BRKINT 0000002 macro
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | compat.rs | 12 !(IMAXBEL | IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON); in cfmakeraw()
|