Searched refs:GETATTR (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/ac/
H A Dtermios.h29 #define GETATTR( fd, tiop ) tcgetattr((fd), (tiop)) macro
43 #define GETATTR( fd, tiop ) ioctl((fd), TIOCGETP, (caddr_t)(tiop)) macro
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblutil/
H A Dgetpass.c95 if (GETATTR(fileno(fi), &ttyb) < 0)
96 perror("GETATTR");
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Drltty.c385 # define GETATTR(tty, tiop) (tcgetattr (tty, tiop)) macro
394 # define GETATTR(tty, tiop) (ioctl (tty, TCGETA, tiop)) macro
493 ioctl_ret = GETATTR (tty, tiop);

Completed in 92 milliseconds