HomeSort by relevance Sort by last modified time
    Searched full:termios (Results 176 - 200 of 536) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/qemu/distrib/sdl-1.2.15/src/video/wscons/
SDL_wsconsvideo.h 28 #include <termios.h>
72 struct termios saved_tty;
  /external/chromium_org/third_party/openssl/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/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/grub/grub/
asmstub.c 43 #include <termios.h>
1105 struct termios termios; local
1131 /* Get the termios parameters. */
1132 if (tcgetattr (serial_fd, &termios))
1136 cfmakeraw (&termios);
1143 cfsetispeed (&termios, termios_speed);
1144 cfsetospeed (&termios, termios_speed);
1147 termios.c_cflag &= ~CSIZE;
1151 termios.c_cflag |= CS5
    [all...]
  /system/core/toolbox/
readtty.c 7 #include <termios.h>
62 struct termios ttyarg;
63 struct termios savedttyarg;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
kernel_proxy_mock.h 47 MOCK_METHOD2(tcgetattr, int(int, struct termios*));
48 MOCK_METHOD3(tcsetattr, int(int, int, const struct termios*));
  /external/e2fsprogs/lib/et/
com_err.c 16 #include <termios.h>
51 struct termios t;
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsvideo.h 28 #include <termios.h>
52 struct termios saved_kbd_termios;
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 28 #include <termios.h>
898 struct termios termios; local
1240 struct termios termios; local
    [all...]
  /bionic/libc/bionic/
ptsname.c 30 #include <termios.h>
tcgetpgrp.c 28 #include <termios.h>
tcsetpgrp.c 28 #include <termios.h>
  /external/chromium_org/tools/
sort-headers.py 26 import termios namespace
29 old_settings = termios.tcgetattr(fd)
35 termios.tcsetattr(fd, termios.TCSADRAIN, old_settings)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
termios.h 0 /* termios type and macro definitions. Linux version.
22 # error "Never include <bits/termios.h> directly; use <termios.h> instead."
30 struct termios struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
termios.h 0 /* termios type and macro definitions. Linux version.
22 # error "Never include <bits/termios.h> directly; use <termios.h> instead."
30 struct termios struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
termios.h 0 /* termios type and macro definitions. Linux version.
22 # error "Never include <bits/termios.h> directly; use <termios.h> instead."
30 struct termios struct
  /external/chromium_org/third_party/openssl/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/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/build/android/
surface_stats.py 48 import fcntl, termios, struct namespace
52 fcntl.ioctl(0, termios.TIOCGWINSZ,
  /external/chromium_org/chrome/browser/extensions/api/serial/
serial_connection_posix.cc 8 #include <termios.h>
13 struct termios options;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_intercept.h 75 int ki_tcgetattr(int fd, struct termios* termios_p);
77 const struct termios *termios_p);
library.dsc 155 "sys/termios.h",
171 "sys/termios.h",
mount_node.cc 132 Error MountNode::Tcgetattr(struct termios* termios_p) {
137 const struct termios *termios_p) {
mount_node.h 74 virtual Error Tcgetattr(struct termios* termios_p);
76 const struct termios *termios_p);
  /external/dropbear/
netbsd_getpass.c 50 #include <termios.h>
63 struct termios term;

Completed in 730 milliseconds

1 2 3 4 5 6 78 91011>>