Searched defs:tiop (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/lib/libldap5/include/ldap/ |
H A D | portable.h | 238 #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_44/usr/src/cmd/ssh/libssh/common/ |
H A D | ttymodes.c | 270 tty_make_modes(int fd, struct termios *tiop) in tty_make_modes()
|