Home
last modified time | relevance | path

Searched refs:IXANY (Results 1 – 25 of 51) sorted by relevance

123

/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/porting/liteos_m_iccarm/kernel/include/sys/
Dttydefaults.h4 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
/third_party/musl/ndk_musl_include/sys/
Dttydefaults.h4 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dttydefaults.h4 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
/third_party/musl/include/sys/
Dttydefaults.h4 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
/third_party/musl/porting/uniproton/kernel/include/sys/
Dttydefaults.h4 #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY)
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h41 #define IXANY 0004000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h41 #define IXANY 0004000 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h43 #define IXANY 0004000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h41 #define IXANY 0004000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h41 #define IXANY 0004000 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h42 #define IXANY 0004000 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h41 #define IXANY 0004000 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h43 #define IXANY 0004000 macro
/third_party/musl/arch/mips/bits/
Dtermios.h42 #define IXANY 0004000 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h42 #define IXANY 0004000 macro
/third_party/musl/arch/generic/bits/
Dtermios.h41 #define IXANY 0004000 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
Dtypes.rs158 pub const IXANY: c::c_uint = linux_raw_sys::general::IXANY; constant
/third_party/musl/libc-test/src/api/
Dtermios.c39 C(IXANY) in f()
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/
Dminimal-raw-file.c98 IMAXBEL | IXON | IXOFF | IXANY in callback_raw_test()
/third_party/jerryscript/jerry-ext/debugger/
Ddebugger-serial.c202 options.c_iflag &= (uint32_t) ~(IXON | IXOFF | IXANY); // disable xon/xoff ctrl in jerryx_debugger_serial_configure_attributes()
/third_party/toybox/lib/
Dtty.c93 termio.c_iflag = IXANY|ICRNL|INLCR; in set_terminal()
/third_party/rust/crates/rustix/src/backend/libc/termios/
Dtypes.rs185 pub const IXANY: c::c_uint = c::IXANY; constant
/third_party/rust/crates/rustix/examples/
Dstdio.rs120 if (term.c_iflag & IXANY) != 0 { in show()
/third_party/python/Modules/
Dtermios.c442 {"IXANY", IXANY},

123