/third_party/cups-filters/backend/ |
D | serial.c | 365 opts.c_cflag |= PARENB; in main() 371 opts.c_cflag &= ~PARENB; in main() 383 opts.c_cflag |= PARENB; in main() 388 opts.c_cflag |= PARENB; in main() 392 opts.c_cflag &= ~PARENB; in main() 401 opts.c_cflag &= ~PARENB; in main() 412 opts.c_cflag &= ~PARENB; in main()
|
/third_party/jerryscript/jerry-ext/debugger/ |
D | debugger-serial.c | 159 options.c_cflag &= (unsigned int) ~(PARENB | PARODD); in jerryx_debugger_serial_configure_attributes() 164 options.c_cflag |= PARENB; in jerryx_debugger_serial_configure_attributes() 170 options.c_cflag |= PARENB; in jerryx_debugger_serial_configure_attributes()
|
/third_party/musl/src/termios/ |
D | cfmakeraw.c | 9 t->c_cflag &= ~(CSIZE|PARENB); in cfmakeraw()
|
/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/libc-test/src/functionalext/supplement/termios/ |
D | cfmakeraw.c | 40 if ((t.c_cflag & PARENB) != 0U) { in cfmakeraw_0100()
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | ttydefaults.h | 7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
|
/third_party/python/Lib/ |
D | tty.py | 23 mode[CFLAG] = mode[CFLAG] & ~(CSIZE | PARENB)
|
/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/rust/crates/rustix/src/backend/linux_raw/termios/ |
D | syscalls.rs | 15 ECHONL, ICANON, ICRNL, IEXTEN, IGNBRK, IGNCR, INLCR, ISIG, ISTRIP, IXON, OPOST, PARENB, PARMRK, 166 termios.c_cflag &= !(CSIZE | PARENB); in cfmakeraw()
|
D | types.rs | 378 pub const PARENB: c::c_uint = linux_raw_sys::general::PARENB; constant
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 124 #define PARENB 00010000 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 121 #define PARENB 0000400 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 121 #define PARENB 0000400 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 121 #define PARENB 0000400 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 124 #define PARENB 00010000 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 120 #define PARENB 0000400 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 120 #define PARENB 0000400 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 120 #define PARENB 0000400 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 120 #define PARENB 0000400 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 120 #define PARENB 0000400 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 120 #define PARENB 0000400 macro
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | compat.rs | 15 (*termios).c_cflag &= !(CSIZE | PARENB); in cfmakeraw()
|