Home
last modified time | relevance | path

Searched defs:GETATTR (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/include/ac/
H A Dtermios.h31 #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 Drltty.c320 # define GETATTR(tty, tiop) (tcgetattr (tty, tiop)) macro
329 # define GETATTR(tty, tiop) (ioctl (tty, TCGETA, tiop)) macro