Home
last modified time | relevance | path

Searched refs:CS7 (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dttydefaults.h7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
/third_party/musl/ndk_musl_include/sys/
Dttydefaults.h7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
/third_party/musl/include/sys/
Dttydefaults.h7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dttydefaults.h7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
/third_party/musl/porting/uniproton/kernel/include/sys/
Dttydefaults.h7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl02.c230 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/
Dtermios.h120 #define CS7 00001000 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h117 #define CS7 0000040 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h117 #define CS7 0000040 macro
/third_party/musl/arch/mips/bits/
Dtermios.h117 #define CS7 0000040 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h120 #define CS7 00001000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h116 #define CS7 0000040 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h116 #define CS7 0000040 macro
/third_party/musl/arch/generic/bits/
Dtermios.h116 #define CS7 0000040 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h116 #define CS7 0000040 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h116 #define CS7 0000040 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h116 #define CS7 0000040 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
Dtypes.rs366 pub const CS7: c::c_uint = linux_raw_sys::general::CS7; constant
/third_party/musl/libc-test/src/api/
Dtermios.c93 C(CS7) in f()
/third_party/jerryscript/jerry-ext/debugger/
Ddebugger-serial.c140 options.c_cflag |= CS7; // set character size mask to 7-bit chars in jerryx_debugger_serial_configure_attributes()
/third_party/cups-filters/backend/
Dserial.c364 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/
Dmod.rs231 pub const CS7: ::tcflag_t = 0x00000020; constant
/third_party/rust/crates/rustix/src/backend/libc/termios/
Dtypes.rs841 pub const CS7: c::c_uint = c::CS7; constant
/third_party/rust/crates/libc/libc-test/semver/
Dunix.txt31 CS7
/third_party/python/Modules/
Dtermios.c561 {"CS7", CS7},

1234