HomeSort by relevance Sort by last modified time
    Searched defs:tcgetattr (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
TerminalFunctions.c 142 tcgetattr ( function
  /bionic/libc/include/bits/
termios_inlines.h 102 __BIONIC_TERMIOS_INLINE int tcgetattr(int fd, struct termios* s) { function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
term.h 110 #ifndef tcgetattr
111 #define tcgetattr(fd, arg) ioctl(fd, TCGETA, arg) macro
145 #define GET_TTY(fd, buf) tcgetattr(fd, buf)
    [all...]

Completed in 1246 milliseconds