Home
last modified time | relevance | path

Searched refs:IUCLC (Results 1 - 25 of 39) sorted by relevance

12

/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h39 #define IUCLC 0001000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h39 #define IUCLC 0001000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h39 #define IUCLC 0001000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h39 #define IUCLC 0001000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h39 #define IUCLC 0001000 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h39 #define IUCLC 0001000 macro
/third_party/ltp/testcases/kernel/syscalls/ioctl/
H A 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/arch/mips/bits/
H A Dtermios.h40 #define IUCLC 0001000 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h44 #define IUCLC 0010000 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h40 #define IUCLC 0001000 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h40 #define IUCLC 0001000 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h44 #define IUCLC 0010000 macro
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/
H A Dminimal-raw-file.c100 | IUCLC in callback_raw_test()
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dtypes.rs151 /// `IUCLC`
152 pub const IUCLC: c::c_uint = linux_raw_sys::general::IUCLC; consts
/third_party/python/Modules/
H A Dtermios.c654 #ifdef IUCLC
655 {"IUCLC", IUCLC},
/third_party/rust/crates/rustix/src/backend/libc/termios/
H A Dtypes.rs175 /// `IUCLC`
177 pub const IUCLC: c::c_uint = c::IUCLC; consts
/third_party/toybox/toys/pending/
H A Dstty.c96 { "ixoff", IXOFF }, { "iuclc", IUCLC }, { "ixany", IXANY },
/third_party/rust/crates/rustix/examples/
H A Dstdio.rs112 if (term.c_iflag & IUCLC) != 0 { in show()
113 print!(" IUCLC"); in show()
/third_party/rust/crates/rustix/src/termios/
H A Dmod.rs504 pub use constants::IUCLC;
H A Dconstants.rs436 pub use backend::termios::types::IUCLC;
/third_party/backends/backend/
H A Ddc210.c363 tty_new.c_iflag &= ~(IGNBRK | IGNCR | INLCR | ICRNL | IUCLC | in init_dc210()
H A Ddc240.c408 tty_new.c_iflag &= ~(IGNBRK | IGNCR | INLCR | ICRNL | IUCLC | in init_dc240()
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1296 pub const IUCLC: ::tcflag_t = 0x200; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2230 pub const IUCLC: tcflag_t = 0x00000200; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2353 pub const IUCLC: ::tcflag_t = 0o001000; consts

Completed in 55 milliseconds

12