Home
last modified time | relevance | path

Searched refs:HUPCL (Results 1 - 25 of 77) sorted by relevance

1234

/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dttydefaults.h7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dttydefaults.h7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dttydefaults.h7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
/third_party/musl/include/sys/
H A Dttydefaults.h7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h122 #define HUPCL 0002000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h122 #define HUPCL 0002000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h122 #define HUPCL 0002000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h122 #define HUPCL 0002000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h122 #define HUPCL 0002000 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h122 #define HUPCL 0002000 macro
/third_party/musl/arch/mips/bits/
H A Dtermios.h123 #define HUPCL 0002000 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h126 #define HUPCL 00040000 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h123 #define HUPCL 0002000 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h123 #define HUPCL 0002000 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h126 #define HUPCL 00040000 macro
/third_party/musl/libc-test/src/api/
H A Dtermios.c99 C(HUPCL) in f()
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dtypes.rs383 /// `HUPCL`
384 pub const HUPCL: c::c_uint = linux_raw_sys::general::HUPCL; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs237 pub const HUPCL: ::tcflag_t = 0x00000400; consts
/third_party/toybox/toys/pending/
H A Dgetty.c160 TT.termios.c_cflag |= CS8|CREAD|HUPCL|CBAUDEX; in termios_init()
H A Dinit.c85 terminal.c_cflag |= CLOCAL|HUPCL|CREAD; in reset_term()
H A Dstty.c88 { "cs8", CS8, CSIZE }, { "hupcl", HUPCL }, { "cstopb", CSTOPB },
/third_party/rust/crates/rustix/src/backend/libc/termios/
H A Dtypes.rs863 /// `HUPCL`
865 pub const HUPCL: c::c_uint = c::HUPCL; consts
/third_party/rust/crates/rustix/examples/
H A Dstdio.rs340 if (term.c_cflag & HUPCL) != 0 { in show()
341 print!(" HUPCL"); in show()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dmod.rs598 pub const HUPCL: ::tcflag_t = 0x00000400; consts
/third_party/python/Modules/
H A Dtermios.c765 {"HUPCL", HUPCL},

Completed in 16 milliseconds

1234