HomeSort by relevance Sort by last modified time
    Searched full:termio (Results 1 - 25 of 54) sorted by null

1 2 3

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
termio.h 1 /* Compatible <termio.h> for old `struct termio' ioctl interface.
term.h 67 * termios/termio/sgttyb interfaces.
73 /* Assume POSIX termio if we have the header and function */
91 #include <termio.h>
92 #define TTY struct termio
94 /* Add definitions to make termio look like termios.
96 * that try to do this for us in a fake <termio.h>.
    [all...]
  /external/kernel-headers/original/asm-x86/
termios.h 15 struct termio { struct
70 * Translate a "termio" structure into a "termios". Ugh.
72 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
74 get_user(__tmp,&(termio)->x); \
78 #define user_termio_to_kernel_termios(termios, termio) \
80 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
81 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
82 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
83 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
84 copy_from_user((termios)->c_cc, (termio)->c_cc, NCC);
    [all...]
  /external/kernel-headers/original/asm-arm/
termios.h 15 struct termio { struct
73 * Translate a "termio" structure into a "termios". Ugh.
75 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
77 get_user(__tmp,&(termio)->x); \
81 #define user_termio_to_kernel_termios(termios, termio) \
83 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
84 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
85 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
86 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
87 copy_from_user((termios)->c_cc, (termio)->c_cc, NCC);
    [all...]
  /external/openssl/patches/
progs.patch 50 -#if defined(linux) && !defined(TERMIO)
51 +#if defined(linux) && !defined(TERMIO) && !defined(__ANDROID__)
53 # define TERMIO
  /bionic/libc/kernel/arch-sh/asm/
termios.h 26 struct termio { struct
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
termios.h 15 struct termio { struct
  /external/openssl/crypto/des/
read_pwd.c 71 # if !defined(TERMIOS) && !defined(TERMIO) && !defined(SGTTY)
111 * TERMIO, TERMIOS, VMS, MSDOS and SGTTY
116 #undef TERMIO
120 #if defined(linux) && !defined(TERMIO)
122 #define TERMIO
128 #define TERMIO
132 #if !defined(TERMIO) && !defined(TERMIOS) && !defined(OPENSSL_SYS_VMS) && !defined(OPENSSL_SYS_MSDOS) && !defined(MAC_OS_pre_X) && !defined(MAC_OS_GUSI_SOURCE)
134 #undef TERMIO
140 #undef TERMIO
152 #ifdef TERMIO
    [all...]
  /bionic/libc/include/
termio.h 29 /* All definitions related to termio are in Linux kernel headers
  /bionic/libc/kernel/arch-arm/asm/
termios.h 26 struct termio { struct
  /bionic/libc/kernel/arch-x86/asm/
termios.h 26 struct termio { struct
  /development/ndk/platforms/android-3/arch-arm/include/asm/
termios.h 26 struct termio { struct
  /development/ndk/platforms/android-3/include/
termio.h 29 /* All definitions related to termio are in Linux kernel headers
  /development/ndk/platforms/android-5/arch-x86/include/asm/
termios.h 26 struct termio { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/
termios.h 26 struct termio { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/
termios.h 26 struct termio { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/
termios.h 26 struct termio { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
termios.h 26 struct termio { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm/
termios.h 26 struct termio { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
termios.h 26 struct termio { struct
  /external/openssl/crypto/ui/
ui_openssl.c 144 # if !defined(TERMIOS) && !defined(TERMIO) && !defined(SGTTY)
178 * TERMIO, TERMIOS, VMS, MSDOS and SGTTY
183 # undef TERMIO
187 #if defined(linux) && !defined(TERMIO) && !defined(__ANDROID__)
189 # define TERMIO
195 # define TERMIO
199 #if !defined(TERMIO) && !defined(TERMIOS) && !defined(OPENSSL_SYS_VMS) && !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_MACINTOSH_CLASSIC) && !defined(MAC_OS_GUSI_SOURCE)
201 # undef TERMIO
207 #undef TERMIO
213 #undef TERMIO
    [all...]
  /external/dropbear/
svr-chansession.c 431 struct termios termio; local
442 if (tcgetattr(chansess->master, &termio) == -1) {
477 termio.c_cc[termcode->mapcode] = value;
482 termio.c_iflag |= termcode->mapcode;
484 termio.c_iflag &= ~(termcode->mapcode);
490 termio.c_oflag |= termcode->mapcode;
492 termio.c_oflag &= ~(termcode->mapcode);
498 termio.c_lflag |= termcode->mapcode;
500 termio.c_lflag &= ~(termcode->mapcode);
506 termio.c_cflag |= termcode->mapcode
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
ioctl-types.h 37 struct termio struct
  /external/strace/
term.c 41 #include <termio.h>
188 struct termio tio;
206 /* ioctls with termios or termio args */
  /external/netcat/
stupidh 48 stream stropts pstat sysmacros termio termios sgtty tty ttyent lstat select \
460 # termio/termios/sgtty hair

Completed in 2176 milliseconds

1 2 3