Home
last modified time | relevance | path

Searched refs:PARENB (Results 1 – 25 of 91) sorted by relevance

1234

/third_party/cups-filters/backend/
Dserial.c365 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/
Ddebugger-serial.c159 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/
Dcfmakeraw.c9 t->c_cflag &= ~(CSIZE|PARENB); in cfmakeraw()
/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/libc-test/src/functionalext/supplement/termios/
Dcfmakeraw.c40 if ((t.c_cflag & PARENB) != 0U) { in cfmakeraw_0100()
/third_party/musl/porting/uniproton/kernel/include/sys/
Dttydefaults.h7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
/third_party/python/Lib/
Dtty.py23 mode[CFLAG] = mode[CFLAG] & ~(CSIZE | PARENB)
/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/rust/crates/rustix/src/backend/linux_raw/termios/
Dsyscalls.rs15 ECHONL, ICANON, ICRNL, IEXTEN, IGNBRK, IGNCR, INLCR, ISIG, ISTRIP, IXON, OPOST, PARENB, PARMRK,
166 termios.c_cflag &= !(CSIZE | PARENB); in cfmakeraw()
Dtypes.rs378 pub const PARENB: c::c_uint = linux_raw_sys::general::PARENB; constant
/third_party/musl/arch/powerpc/bits/
Dtermios.h124 #define PARENB 00010000 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h121 #define PARENB 0000400 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h121 #define PARENB 0000400 macro
/third_party/musl/arch/mips/bits/
Dtermios.h121 #define PARENB 0000400 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h124 #define PARENB 00010000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h120 #define PARENB 0000400 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h120 #define PARENB 0000400 macro
/third_party/musl/arch/generic/bits/
Dtermios.h120 #define PARENB 0000400 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h120 #define PARENB 0000400 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h120 #define PARENB 0000400 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h120 #define PARENB 0000400 macro
/third_party/rust/crates/libc/src/unix/solarish/
Dcompat.rs15 (*termios).c_cflag &= !(CSIZE | PARENB); in cfmakeraw()

1234