/third_party/jerryscript/jerry-ext/debugger/ |
D | debugger-serial.c | 159 options.c_cflag &= (unsigned int) ~(PARENB | PARODD); in jerryx_debugger_serial_configure_attributes() 165 options.c_cflag |= PARODD; in jerryx_debugger_serial_configure_attributes() 171 options.c_cflag |= PARODD; in jerryx_debugger_serial_configure_attributes()
|
/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/cups-filters/backend/ |
D | serial.c | 366 opts.c_cflag &= ~PARODD; in main() 384 opts.c_cflag &= ~PARODD; in main() 389 opts.c_cflag |= PARODD; in main()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 121 #define PARODD 0001000 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 121 #define PARODD 0001000 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 122 #define PARODD 0001000 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 121 #define PARODD 0001000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 121 #define PARODD 0001000 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 125 #define PARODD 00020000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 121 #define PARODD 0001000 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 122 #define PARODD 0001000 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 125 #define PARODD 00020000 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 122 #define PARODD 0001000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 121 #define PARODD 0001000 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
D | types.rs | 381 pub const PARODD: c::c_uint = linux_raw_sys::general::PARODD; constant
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 98 C(PARODD) in f()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/ |
D | mod.rs | 236 pub const PARODD: ::tcflag_t = 0x00000200; constant
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
D | types.rs | 861 pub const PARODD: c::c_uint = c::PARODD; constant
|
/third_party/toybox/toys/pending/ |
D | getty.c | 152 TT.termios.c_cflag &= (0|CSTOPB|PARENB|PARODD); in termios_init()
|
D | init.c | 84 terminal.c_cflag &= CRTSCTS|PARODD|PARENB|CSTOPB|CSIZE|CBAUDEX|CBAUD; in reset_term()
|
D | stty.c | 86 { "parenb", PARENB }, { "parodd", PARODD }, { "cmspar", CMSPAR },
|
/third_party/rust/crates/rustix/examples/ |
D | stdio.rs | 336 if (term.c_cflag & PARODD) != 0 { in show()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | unix.txt | 259 PARODD
|
/third_party/python/Modules/ |
D | termios.c | 548 {"PARODD", PARODD},
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
D | mod.rs | 597 pub const PARODD: ::tcflag_t = 0x00000200; constant
|