HomeSort by relevance Sort by last modified time
    Searched refs:TERMIOS (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
serialposix.py 15 import sys, os, fcntl, termios, struct, select, errno, time namespace
20 import TERMIOS
22 TERMIOS = termios
52 buf[2] &= ~TERMIOS.CBAUD
240 # try to use values from TERMIOS, use defaults from linux otherwise
241 TIOCMGET = hasattr(TERMIOS, 'TIOCMGET') and TERMIOS.TIOCMGET or 0x5415
242 TIOCMBIS = hasattr(TERMIOS, 'TIOCMBIS') and TERMIOS.TIOCMBIS or 0x541
    [all...]
  /external/openssl/crypto/des/
read_pwd.c 67 * are on a POSIX system and have sigaction and termios. */
71 # if !defined(TERMIOS) && !defined(TERMIO) && !defined(SGTTY)
72 # define TERMIOS
111 * TERMIO, TERMIOS, VMS, MSDOS and SGTTY
114 #if defined(__sgi) && !defined(TERMIOS)
115 #define TERMIOS
121 #undef TERMIOS
127 #undef TERMIOS
132 #if !defined(TERMIO) && !defined(TERMIOS) && !defined(OPENSSL_SYS_VMS) && !defined(OPENSSL_SYS_MSDOS) && !defined(MAC_OS_pre_X) && !defined(MAC_OS_GUSI_SOURCE)
133 #undef TERMIOS
    [all...]
  /external/openssl/crypto/ui/
ui_openssl.c 146 * are on a POSIX system and have sigaction and termios. */
150 # if !defined(TERMIOS) && !defined(TERMIO) && !defined(SGTTY)
151 # define TERMIOS
184 * TERMIO, TERMIOS, VMS, MSDOS and SGTTY
187 #if defined(__sgi) && !defined(TERMIOS)
188 # define TERMIOS
194 # undef TERMIOS
200 # undef TERMIOS
205 #if !defined(TERMIO) && !defined(TERMIOS) && !defined(OPENSSL_SYS_VMS) && !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_MACINTOSH_CLASSIC) && !defined(MAC_OS_GUSI_SOURCE)
206 # undef TERMIOS
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
tty_node.cc 25 #define CHECK_LFLAG(TERMIOS, FLAG) (TERMIOS.c_lflag& FLAG)
315 Error TtyNode::Tcgetattr(struct termios* termios_p) {
322 const struct termios* termios_p) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
term.h 67 * termios/termio/sgttyb interfaces.
77 #undef TERMIOS
78 #define TERMIOS 1
80 #include <termios.h>
81 #define TTY struct termios
88 #undef TERMIOS
89 #define TERMIOS 1
94 /* Add definitions to make termio look like termios.
133 # define TTY struct termios
135 #undef TERMIOS
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
term.h 67 * termios/termio/sgttyb interfaces.
77 #undef TERMIOS
78 #define TERMIOS 1
80 #include <termios.h>
81 #define TTY struct termios
88 #undef TERMIOS
89 #define TERMIOS 1
94 /* Add definitions to make termio look like termios.
133 # define TTY struct termios
135 #undef TERMIOS
    [all...]

Completed in 198 milliseconds