HomeSort by relevance Sort by last modified time
    Searched refs:termio (Results 26 - 43 of 43) sorted by null

12

  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/asm/
termios.h 26 struct termio { struct
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/asm/
termios.h 26 struct termio { struct
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/asm/
termios.h 26 struct termio { struct
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/asm/
termios.h 26 struct termio { struct
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
termios.h 26 struct termio { struct
  /bionic/libc/kernel/arch-mips/asm/
termios.h 61 struct termio { struct
  /development/ndk/platforms/android-9/arch-mips/include/asm/
termios.h 61 struct termio { struct
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
termios.h 61 struct termio { struct
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
termios.h 61 struct termio { struct
  /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...]
  /external/strace/
term.c 41 #include <termio.h>
185 struct termio tio;
203 /* ioctls with termios or termio args */
  /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...]
  /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/e2fsprogs/misc/
blkid.c 20 #include <termio.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
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/e2fsprogs/
configure     [all...]

Completed in 932 milliseconds

12