Searched defs:GETATTR (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/include/ac/ |
H A D | termios.h | 31 #define GETATTR( fd, tiop ) tcgetattr((fd), (tiop)) macro 45 #define GETATTR( fd, tiop ) ioctl((fd), TIOCGETP, (caddr_t)(tiop)) macro
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | rltty.c | 320 # define GETATTR(tty, tiop) (tcgetattr (tty, tiop)) macro 329 # define GETATTR(tty, tiop) (ioctl (tty, TCGETA, tiop)) macro
|