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

1 2 3 4

  /external/toybox/lib/
interestingtimes.c 52 struct termios termio; local
55 if (!tcgetattr(fd, &termio) && old) *old = termio;
62 termio.c_iflag = IXANY|ICRNL|INLCR;
63 if (toys.which->flags & TOYFLAG_LOCALE) termio.c_iflag |= IUTF8;
66 termio.c_oflag = ONLCR|OPOST;
69 // termio.c_cflag = C_READ|CS8|EXTB;
76 termio.c_lflag = ISIG|ICANON|ECHO|ECHOE|ECHOK|ECHOCTL|ECHOKE|IEXTEN;
78 if (raw) cfmakeraw(&termio);
80 return tcsetattr(fd, TCSANOW, &termio);
    [all...]
  /bionic/libc/kernel/uapi/asm-generic/
termios.h 32 struct termio { struct
  /development/ndk/platforms/android-21/include/asm-generic/
termios.h 32 struct termio { struct
  /external/kernel-headers/original/uapi/asm-generic/
termios.h 22 struct termio { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
termios.h 22 struct termio { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termios.h 22 struct termio { struct
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/asm-generic/
termios.h 32 struct termio { struct
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/asm-generic/
termios.h 32 struct termio { struct
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/asm-generic/
termios.h 32 struct termio { struct
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/asm-generic/
termios.h 32 struct termio { struct
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/asm-generic/
termios.h 32 struct termio { struct
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/asm-generic/
termios.h 32 struct termio { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
ioctl-types.h 37 struct termio struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
ioctl-types.h 37 struct termio struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
ioctl-types.h 37 struct termio struct
  /bionic/libc/kernel/uapi/asm-mips/asm/
termios.h 62 struct termio { struct
  /development/ndk/platforms/android-21/arch-mips/include/asm/
termios.h 62 struct termio { struct
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
termios.h 62 struct termio { struct
  /development/ndk/platforms/android-3/arch-arm/include/asm/
termios.h 26 struct termio { struct
  /development/ndk/platforms/android-9/arch-mips/include/asm/
termios.h 61 struct termio { struct
  /development/ndk/platforms/android-9/arch-x86/include/asm/
termios.h 32 struct termio { struct
  /external/kernel-headers/original/uapi/asm-mips/asm/
termios.h 53 struct termio { struct
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
termios.h 26 struct termio { struct
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/
termios.h 26 struct termio { struct
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/
termios.h 26 struct termio { struct

Completed in 584 milliseconds

1 2 3 4