/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/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/porting/liteos_m/kernel/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/uniproton/kernel/include/sys/ |
D | ttydefaults.h | 4 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 41 #define IXANY 0004000 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 41 #define IXANY 0004000 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 43 #define IXANY 0004000 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 41 #define IXANY 0004000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 41 #define IXANY 0004000 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 42 #define IXANY 0004000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 41 #define IXANY 0004000 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 43 #define IXANY 0004000 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 42 #define IXANY 0004000 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 42 #define IXANY 0004000 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 41 #define IXANY 0004000 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
D | types.rs | 158 pub const IXANY: c::c_uint = linux_raw_sys::general::IXANY; constant
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 39 C(IXANY) in f()
|
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/ |
D | minimal-raw-file.c | 98 IMAXBEL | IXON | IXOFF | IXANY in callback_raw_test()
|
/third_party/jerryscript/jerry-ext/debugger/ |
D | debugger-serial.c | 202 options.c_iflag &= (uint32_t) ~(IXON | IXOFF | IXANY); // disable xon/xoff ctrl in jerryx_debugger_serial_configure_attributes()
|
/third_party/toybox/lib/ |
D | tty.c | 93 termio.c_iflag = IXANY|ICRNL|INLCR; in set_terminal()
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
D | types.rs | 185 pub const IXANY: c::c_uint = c::IXANY; constant
|
/third_party/rust/crates/rustix/examples/ |
D | stdio.rs | 120 if (term.c_iflag & IXANY) != 0 { in show()
|
/third_party/python/Modules/ |
D | termios.c | 442 {"IXANY", IXANY},
|