Searched refs:exceptfds (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | finger.c | 1394 fd_set readfds, exceptfds; in catfile() local 1398 FD_ZERO(&exceptfds); in catfile() 1400 FD_SET(fd, &exceptfds); in catfile() 1407 &exceptfds, &tv) != -1) { in catfile() 1416 FD_SET(fd, &exceptfds); in catfile()
|
H A D | rlogin.c | 1105 fd_set exceptfds; in oob() local 1109 FD_ZERO(&exceptfds); in oob() 1110 FD_SET(rem, &exceptfds); in oob() 1112 ret = select(rem+1, NULL, NULL, &exceptfds, &tv); in oob()
|
/titanic_44/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | os-ip.c | 146 fd_set *exceptfds, struct timeval *timeout);
|