/third_party/cups-filters/backend/ |
H A 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/ |
H A 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/rust/crates/rustix/src/backend/linux_raw/termios/ |
H A D | syscalls.rs | 15 ECHONL, ICANON, ICRNL, IEXTEN, IGNBRK, IGNCR, INLCR, ISIG, ISTRIP, IXON, OPOST, PARENB, PARMRK, 166 termios.c_cflag &= !(CSIZE | PARENB);
|
/third_party/musl/src/termios/ |
H A D | cfmakeraw.c | 9 t->c_cflag &= ~(CSIZE|PARENB); in cfmakeraw()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | ttydefaults.h | 7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | ttydefaults.h | 7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | ttydefaults.h | 7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
|
/third_party/musl/include/sys/ |
H A D | ttydefaults.h | 7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
|
/third_party/musl/libc-test/src/functionalext/supplement/termios/ |
H A D | cfmakeraw.c | 40 if ((t.c_cflag & PARENB) != 0U) { in cfmakeraw_0100()
|
/third_party/python/Lib/ |
H A D | tty.py | 23 mode[CFLAG] = mode[CFLAG] & ~(CSIZE | PARENB)
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | termios.h | 120 #define PARENB 0000400 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | termios.h | 120 #define PARENB 0000400 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | termios.h | 120 #define PARENB 0000400 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | termios.h | 120 #define PARENB 0000400 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | termios.h | 120 #define PARENB 0000400 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | termios.h | 120 #define PARENB 0000400 macro
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
H A D | ioctl02.c | 230 termio.c_cflag = B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL; in run_ptest() 298 * setting is not done properly for either of (B50|CS7|CREAD|PARENB| in chk_tty_parms() 303 if (termio.c_cflag != (B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL)) { in chk_tty_parms()
|
/third_party/musl/arch/mips/bits/ |
H A D | termios.h | 121 #define PARENB 0000400 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | termios.h | 124 #define PARENB 00010000 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | termios.h | 121 #define PARENB 0000400 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | termios.h | 121 #define PARENB 0000400 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | termios.h | 124 #define PARENB 00010000 macro
|
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/ |
H A D | minimal-raw-file.c | 112 CSIZE | CSTOPB | PARENB in callback_raw_test()
|
/third_party/musl/libc-test/src/api/ |
H A D | termios.c | 97 C(PARENB) in f()
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | compat.rs | 15 (*termios).c_cflag &= !(CSIZE | PARENB); in cfmakeraw()
|