/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | ttydefaults.h | 7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
|
/third_party/musl/ndk_musl_include/sys/ |
D | ttydefaults.h | 7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
|
/third_party/musl/include/sys/ |
D | ttydefaults.h | 7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | ttydefaults.h | 7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | ttydefaults.h | 7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 230 termio.c_cflag = B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL; in run_ptest() 303 if (termio.c_cflag != (B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL)) { in chk_tty_parms()
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 120 #define CS7 00001000 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 117 #define CS7 0000040 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 117 #define CS7 0000040 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 117 #define CS7 0000040 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 120 #define CS7 00001000 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 116 #define CS7 0000040 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 116 #define CS7 0000040 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 116 #define CS7 0000040 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 116 #define CS7 0000040 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 116 #define CS7 0000040 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 116 #define CS7 0000040 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
D | types.rs | 366 pub const CS7: c::c_uint = linux_raw_sys::general::CS7; constant
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 93 C(CS7) in f()
|
/third_party/jerryscript/jerry-ext/debugger/ |
D | debugger-serial.c | 140 options.c_cflag |= CS7; // set character size mask to 7-bit chars in jerryx_debugger_serial_configure_attributes()
|
/third_party/cups-filters/backend/ |
D | serial.c | 364 opts.c_cflag |= CS7; in main() 411 opts.c_cflag |= CS7; in main()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/ |
D | mod.rs | 231 pub const CS7: ::tcflag_t = 0x00000020; constant
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
D | types.rs | 841 pub const CS7: c::c_uint = c::CS7; constant
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | unix.txt | 31 CS7
|
/third_party/python/Modules/ |
D | termios.c | 561 {"CS7", CS7},
|