Home
last modified time | relevance | path

Searched refs:excepts (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dnetwork.c94 fd_set excepts; in stilloob() local
98 FD_ZERO(&excepts); in stilloob()
99 FD_SET(net, &excepts); in stilloob()
100 value = select(net+1, NULL, NULL, &excepts, &timeout); in stilloob()
108 if (FD_ISSET(net, &excepts)) { in stilloob()