Home
last modified time | relevance | path

Searched refs:IXOFF (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/cups-filters/backend/
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/ltp/testcases/kernel/syscalls/ioctl/
Dioctl02.c246 IXOFF; in run_ptest()
341 | IXOFF))) { in chk_tty_parms()
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h42 #define IXOFF 0010000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h42 #define IXOFF 0010000 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h42 #define IXOFF 0002000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h42 #define IXOFF 0010000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h42 #define IXOFF 0010000 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h43 #define IXOFF 0010000 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h42 #define IXOFF 0010000 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h42 #define IXOFF 0002000 macro
/third_party/musl/arch/mips/bits/
Dtermios.h43 #define IXOFF 0010000 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h43 #define IXOFF 0010000 macro
/third_party/musl/arch/generic/bits/
Dtermios.h42 #define IXOFF 0010000 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
Dtypes.rs161 pub const IXOFF: c::c_uint = linux_raw_sys::general::IXOFF; constant
/third_party/musl/libc-test/src/api/
Dtermios.c40 C(IXOFF) 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/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
Dmod.rs227 pub const IXOFF: ::tcflag_t = 0x00001000; constant
/third_party/rust/crates/rustix/src/backend/libc/termios/
Dtypes.rs189 pub const IXOFF: c::c_uint = c::IXOFF; constant
/third_party/toybox/toys/pending/
Dgetty.c169 TT.termios.c_iflag = ICRNL|IXON|IXOFF; in termios_init()
Dinit.c88 terminal.c_iflag = IXON|IXOFF|ICRNL; in reset_term()
Dstty.c96 { "ixoff", IXOFF }, { "iuclc", IUCLC }, { "ixany", IXANY },
/third_party/rust/crates/rustix/examples/
Dstdio.rs124 if (term.c_iflag & IXOFF) != 0 { in show()
/third_party/python/Modules/
Dtermios.c443 {"IXOFF", IXOFF},
/third_party/rust/crates/libc/libc-test/semver/
Dunix.txt183 IXOFF

1234