HomeSort by relevance Sort by last modified time
    Searched full:termio (Results 26 - 50 of 84) sorted by null

12 3 4

  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
termio.h 29 /* All definitions related to termio are in Linux kernel headers
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
termio.h 29 /* All definitions related to termio are in Linux kernel headers
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
termios.h 26 struct termio { struct
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/asm/
termios.h 26 struct termio { struct
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/
termio.h 29 /* All definitions related to termio are in Linux kernel headers
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
termios.h 26 struct termio { struct
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
termio.h 29 /* All definitions related to termio are in Linux kernel headers
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/asm/
termios.h 26 struct termio { struct
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/
termio.h 29 /* All definitions related to termio are in Linux kernel headers
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/
termio.h 29 /* All definitions related to termio are in Linux kernel headers
  /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-4/arch-arm/usr/include/
termio.h 29 /* All definitions related to termio are in Linux kernel headers
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/
termio.h 29 /* All definitions related to termio are in Linux kernel headers
  /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-5/arch-arm/usr/include/
termio.h 29 /* All definitions related to termio are in Linux kernel headers
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/
termio.h 29 /* All definitions related to termio are in Linux kernel headers
  /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-8/arch-arm/usr/include/
termio.h 29 /* All definitions related to termio are in Linux kernel headers
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
termio.h 29 /* All definitions related to termio are in Linux kernel headers
  /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-arm/usr/include/
termio.h 29 /* All definitions related to termio are in Linux kernel headers
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
termios.h 26 struct termio { struct
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
termio.h 29 /* All definitions related to termio are in Linux kernel headers
  /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...]

Completed in 427 milliseconds

12 3 4