Home
last modified time | relevance | path

Searched refs:CSTOPB (Results 1 - 25 of 79) sorted by relevance

1234

/third_party/jerryscript/jerry-ext/debugger/
H A Ddebugger-serial.c185 options.c_cflag &= (uint32_t) ~CSTOPB; // set 1 stop bits in jerryx_debugger_serial_configure_attributes()
190 options.c_cflag |= CSTOPB; // set 2 stop bits in jerryx_debugger_serial_configure_attributes()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h118 #define CSTOPB 0000100 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h118 #define CSTOPB 0000100 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h118 #define CSTOPB 0000100 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h118 #define CSTOPB 0000100 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h118 #define CSTOPB 0000100 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h118 #define CSTOPB 0000100 macro
/third_party/cups-filters/backend/
H A Dserial.c413 opts.c_cflag |= CSTOPB; in main()
451 opts.c_cflag &= ~CSTOPB; in main()
455 opts.c_cflag |= CSTOPB; in main()
/third_party/musl/arch/mips/bits/
H A Dtermios.h119 #define CSTOPB 0000100 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h122 #define CSTOPB 00002000 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h119 #define CSTOPB 0000100 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h119 #define CSTOPB 0000100 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h122 #define CSTOPB 00002000 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.c95 C(CSTOPB) in f()
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dtypes.rs371 /// `CSTOPB`
372 pub const CSTOPB: c::c_uint = linux_raw_sys::general::CSTOPB; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs233 pub const CSTOPB: ::tcflag_t = 0x00000040; consts
/third_party/toybox/toys/pending/
H A Dgetty.c152 TT.termios.c_cflag &= (0|CSTOPB|PARENB|PARODD); in termios_init()
H A Dinit.c84 terminal.c_cflag &= CRTSCTS|PARODD|PARENB|CSTOPB|CSIZE|CBAUDEX|CBAUD; in reset_term()
H A Dstty.c88 { "cs8", CS8, CSIZE }, { "hupcl", HUPCL }, { "cstopb", CSTOPB },
/third_party/rust/crates/rustix/src/backend/libc/termios/
H A Dtypes.rs847 /// `CSTOPB`
849 pub const CSTOPB: c::c_uint = c::CSTOPB; consts
/third_party/rust/crates/rustix/examples/
H A Dstdio.rs324 if (term.c_cflag & CSTOPB) != 0 { in show()
325 print!(" CSTOPB"); in show()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dmod.rs594 pub const CSTOPB: ::tcflag_t = 0x00000040; consts
/third_party/python/Modules/
H A Dtermios.c761 {"CSTOPB", CSTOPB},
/third_party/rust/crates/rustix/src/termios/
H A Dmod.rs358 pub use constants::CSTOPB;

Completed in 20 milliseconds

1234