Home
last modified time | relevance | path

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

/titanic_41/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
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dttymodes.c270 tty_make_modes(int fd, struct termios *tiop) in tty_make_modes()