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

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
termio.h 30 * that are already included by <termios.h>
32 #include <termios.h>
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
termio.h 30 * that are already included by <termios.h>
32 #include <termios.h>
  /bionic/libc/kernel/common/linux/
termios.h 22 #include <asm/termios.h>
  /external/kernel-headers/original/asm-mips/
ioctls.h 70 /* #define TIOCSETA _IOW('t', 20, struct termios) set termios struct */
71 /* #define TIOCSETAW _IOW('t', 21, struct termios) drain output, set */
72 /* #define TIOCSETAF _IOW('t', 22, struct termios) drn out, fls in, set */
  /external/openssh/
sshtty.c 42 #include <termios.h>
47 static struct termios _saved_tio;
50 struct termios *
71 struct termios tio;
  /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/
mount_fuse.h 54 virtual Error Tcgetattr(struct termios* termios_p);
56 const struct termios *termios_p);
  /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/chrome/browser/extensions/api/serial/
serial_connection_posix.cc 8 #include <termios.h>
89 struct termios* config,
118 struct termios config;
183 struct termios config;
245 struct termios config;
  /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 49 import fcntl, termios, struct namespace
53 fcntl.ioctl(0, termios.TIOCGWINSZ,

Completed in 470 milliseconds

1 2 3 4 5 6 78 91011>>