Home
last modified time | relevance | path

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

/titanic_53/usr/src/lib/libldap5/include/ldap/
H A Dportable.h238 #define GETATTR( fd, tiop ) ioctl((fd), TIOCGETP, (caddr_t)(tiop)) argument
239 #define SETATTR( fd, tiop ) ioctl((fd), TIOCSETP, (caddr_t)(tiop)) argument
246 #define GETATTR( fd, tiop ) tcgetattr((fd), (tiop)) argument
247 #define SETATTR( fd, tiop ) tcsetattr((fd), TCSANOW /* 0 */, (tiop)) argument