Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dnetwork.c92 fd_set excepts; in stilloob() local
96 FD_ZERO(&excepts); in stilloob()
97 FD_SET(net, &excepts); in stilloob()
98 value = select(net+1, NULL, NULL, &excepts, &timeout); in stilloob()
106 if (FD_ISSET(net, &excepts)) { in stilloob()