Home
last modified time | relevance | path

Searched refs:CSIZE (Results 1 - 25 of 85) sorted by relevance

1234

/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dsyscalls.rs14 Action, OptionalActions, QueueSelector, Termios, Winsize, BRKINT, CBAUD, CS8, CSIZE, ECHO,
166 termios.c_cflag &= !(CSIZE | PARENB);
H A Dtypes.rs356 /// `CSIZE`
357 pub const CSIZE: c::c_uint = linux_raw_sys::general::CSIZE; consts
/third_party/toybox/toys/pending/
H A Dstty.c87 { "cs5", CS5, CSIZE }, { "cs6", CS6, CSIZE }, { "cs7", CS7, CSIZE },
88 { "cs8", CS8, CSIZE }, { "hupcl", HUPCL }, { "cstopb", CSTOPB },
/third_party/musl/src/termios/
H A Dcfmakeraw.c9 t->c_cflag &= ~(CSIZE|PARENB); in cfmakeraw()
/third_party/musl/libc-test/src/functionalext/supplement/termios/
H A Dcfmakeraw.c43 if ((int)(t.c_cflag & CSIZE) != CS8) { in cfmakeraw_0100()
/third_party/python/Lib/
H A Dtty.py23 mode[CFLAG] = mode[CFLAG] & ~(CSIZE | PARENB)
/third_party/cups-filters/backend/
H A Dserial.c363 opts.c_cflag &= ~CSIZE; in main()
369 opts.c_cflag &= ~CSIZE; in main()
399 opts.c_cflag &= ~CSIZE; in main()
410 opts.c_cflag &= ~CSIZE; in main()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h113 #define CSIZE 0000060 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h113 #define CSIZE 0000060 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h113 #define CSIZE 0000060 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h113 #define CSIZE 0000060 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h113 #define CSIZE 0000060 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h113 #define CSIZE 0000060 macro
/third_party/musl/arch/mips/bits/
H A Dtermios.h114 #define CSIZE 0000060 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h117 #define CSIZE 00001400 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h114 #define CSIZE 0000060 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h114 #define CSIZE 0000060 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h117 #define CSIZE 00001400 macro
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/
H A Dminimal-raw-file.c112 CSIZE | CSTOPB | PARENB in callback_raw_test()
/third_party/musl/libc-test/src/api/
H A Dtermios.c90 C(CSIZE) in f()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dcompat.rs15 (*termios).c_cflag &= !(CSIZE | PARENB); in cfmakeraw()
/third_party/jerryscript/jerry-ext/debugger/
H A Ddebugger-serial.c123 options.c_cflag &= (uint32_t) ~CSIZE; // character size mask in jerryx_debugger_serial_configure_attributes()
/third_party/libuv/src/unix/
H A Dtty.c256 tio->c_cflag &= ~(CSIZE | PARENB); in uv__tty_make_raw()
/third_party/node/deps/uv/src/unix/
H A Dtty.c256 tio->c_cflag &= ~(CSIZE | PARENB); in uv__tty_make_raw()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs229 pub const CSIZE: ::tcflag_t = 0x00000030; consts

Completed in 13 milliseconds

1234