/third_party/cups-filters/backend/ |
D | serial.c | 424 opts.c_iflag &= ~(IXON | IXOFF); in main() 429 opts.c_iflag |= IXON | IXOFF; in main() 435 opts.c_iflag &= ~(IXON | IXOFF); in main() 440 opts.c_iflag &= ~(IXON | IXOFF); in main()
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 246 IXOFF; in run_ptest() 341 | IXOFF))) { in chk_tty_parms()
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 42 #define IXOFF 0010000 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 42 #define IXOFF 0010000 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 42 #define IXOFF 0002000 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 42 #define IXOFF 0010000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 42 #define IXOFF 0010000 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 43 #define IXOFF 0010000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 42 #define IXOFF 0010000 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 42 #define IXOFF 0002000 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 43 #define IXOFF 0010000 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 43 #define IXOFF 0010000 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 42 #define IXOFF 0010000 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
D | types.rs | 161 pub const IXOFF: c::c_uint = linux_raw_sys::general::IXOFF; constant
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 40 C(IXOFF) 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/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/ |
D | mod.rs | 227 pub const IXOFF: ::tcflag_t = 0x00001000; constant
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
D | types.rs | 189 pub const IXOFF: c::c_uint = c::IXOFF; constant
|
/third_party/toybox/toys/pending/ |
D | getty.c | 169 TT.termios.c_iflag = ICRNL|IXON|IXOFF; in termios_init()
|
D | init.c | 88 terminal.c_iflag = IXON|IXOFF|ICRNL; in reset_term()
|
D | stty.c | 96 { "ixoff", IXOFF }, { "iuclc", IUCLC }, { "ixany", IXANY },
|
/third_party/rust/crates/rustix/examples/ |
D | stdio.rs | 124 if (term.c_iflag & IXOFF) != 0 { in show()
|
/third_party/python/Modules/ |
D | termios.c | 443 {"IXOFF", IXOFF},
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | unix.txt | 183 IXOFF
|