/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 101 #define CSTOPB 0x00000040 macro
|
/external/musl/arch/mipsn32/bits/ |
D | termios.h | 119 #define CSTOPB 0000100 macro
|
/external/musl/arch/generic/bits/ |
D | termios.h | 118 #define CSTOPB 0000100 macro
|
/external/musl/arch/mips/bits/ |
D | termios.h | 119 #define CSTOPB 0000100 macro
|
/external/musl/arch/powerpc64/bits/ |
D | termios.h | 122 #define CSTOPB 00002000 macro
|
/external/musl/arch/powerpc/bits/ |
D | termios.h | 122 #define CSTOPB 00002000 macro
|
/external/musl/arch/mips64/bits/ |
D | termios.h | 119 #define CSTOPB 0000100 macro
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | serialposix.py | 373 cflag &= ~(TERMIOS.CSTOPB) 375 cflag |= (TERMIOS.CSTOPB) # XXX same as TWO.. there is no POSIX support for 1.5 377 cflag |= (TERMIOS.CSTOPB)
|
/external/openthread/src/posix/platform/ |
D | hdlc_interface.cpp | 477 tios.c_cflag &= static_cast<unsigned long>(~CSTOPB); in OpenFile() 480 tios.c_cflag |= CSTOPB; in OpenFile()
|
/external/libwebsockets/minimal-examples/raw/minimal-raw-serial/ |
D | minimal-raw-file.c | 112 CSIZE | CSTOPB | PARENB | CRTSCTS); in callback_raw_test()
|
/external/python/pyserial/serial/ |
D | serialposix.py | 457 cflag &= ~(termios.CSTOPB) 459 cflag |= (termios.CSTOPB) # XXX same as TWO.. there is no POSIX support for 1.5 461 cflag |= (termios.CSTOPB)
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 149 CSTOPB = 0000100 variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 149 CSTOPB = 0000100 variable
|
/external/toybox/toys/pending/ |
D | getty.c | 89 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 | 88 { "cs8", CS8, CSIZE }, { "hupcl", HUPCL }, { "cstopb", CSTOPB },
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/ |
D | mod.rs | 233 pub const CSTOPB: ::tcflag_t = 0x00000040; constant
|
/external/python/cpython2/Modules/ |
D | termios.c | 495 {"CSTOPB", CSTOPB},
|
/external/python/cpython3/Modules/ |
D | termios.c | 545 {"CSTOPB", CSTOPB},
|
/external/ppp/pppd/ |
D | sys-linux.c | 947 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL); in set_up_tty() 979 tios.c_cflag |= CSTOPB; in set_up_tty() 2669 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB);
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
D | mod.rs | 594 pub const CSTOPB: ::tcflag_t = 0x00000040; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | s390x.rs | 330 pub const CSTOPB: ::tcflag_t = 0o000100; constant
|
D | powerpc64.rs | 651 pub const CSTOPB: ::tcflag_t = 0x00000400; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | mod.rs | 680 pub const CSTOPB: ::tcflag_t = 0x00000040; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/riscv64/ |
D | mod.rs | 673 pub const CSTOPB: ::tcflag_t = 0x00000040; constant
|