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

1 23

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
term.h 110 #ifndef tcgetattr
111 #define tcgetattr(fd, arg) ioctl(fd, TCGETA, arg) macro
141 #define GET_TTY(fd, buf) tcgetattr(fd, buf)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
term.h 110 #ifndef tcgetattr
111 #define tcgetattr(fd, arg) ioctl(fd, TCGETA, arg) macro
141 #define GET_TTY(fd, buf) tcgetattr(fd, buf)
    [all...]

Completed in 168 milliseconds

1 23