Home
last modified time | relevance | path

Searched refs:IXOFF (Results 1 - 25 of 79) sorted by relevance

1234

/third_party/cups-filters/backend/
H A Dserial.c424 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/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h42 #define IXOFF 0010000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h42 #define IXOFF 0010000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h42 #define IXOFF 0010000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h42 #define IXOFF 0010000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h42 #define IXOFF 0010000 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h42 #define IXOFF 0010000 macro
/third_party/ltp/testcases/kernel/syscalls/ioctl/
H A Dioctl02.c246 IXOFF; in run_ptest()
341 | IXOFF))) { in chk_tty_parms()
/third_party/musl/arch/mips/bits/
H A Dtermios.h43 #define IXOFF 0010000 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h42 #define IXOFF 0002000 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h43 #define IXOFF 0010000 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h43 #define IXOFF 0010000 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h42 #define IXOFF 0002000 macro
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/
H A Dminimal-raw-file.c98 IMAXBEL | IXON | IXOFF | IXANY in callback_raw_test()
/third_party/musl/libc-test/src/api/
H A Dtermios.c40 C(IXOFF) in f()
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dtypes.rs160 /// `IXOFF`
161 pub const IXOFF: c::c_uint = linux_raw_sys::general::IXOFF; consts
/third_party/jerryscript/jerry-ext/debugger/
H A Ddebugger-serial.c202 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/
H A Dmod.rs227 pub const IXOFF: ::tcflag_t = 0x00001000; consts
/third_party/toybox/toys/pending/
H A Dgetty.c169 TT.termios.c_iflag = ICRNL|IXON|IXOFF; in termios_init()
H A Dinit.c88 terminal.c_iflag = IXON|IXOFF|ICRNL; in reset_term()
H A Dstty.c96 { "ixoff", IXOFF }, { "iuclc", IUCLC }, { "ixany", IXANY },
/third_party/rust/crates/rustix/src/backend/libc/termios/
H A Dtypes.rs187 /// `IXOFF`
189 pub const IXOFF: c::c_uint = c::IXOFF; consts
/third_party/rust/crates/rustix/examples/
H A Dstdio.rs124 if (term.c_iflag & IXOFF) != 0 { in show()
125 print!(" IXOFF"); in show()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dmod.rs588 pub const IXOFF: ::tcflag_t = 0x00001000; consts
/third_party/python/Modules/
H A Dtermios.c659 {"IXOFF", IXOFF},

Completed in 20 milliseconds

1234