Searched refs:wset (Results 1 – 1 of 1) sorted by relevance
927 fd_set rset, wset; in main() local1104 FD_ZERO(&wset); in main()1118 FD_SET(slipfd, &wset); in main()1130 ret = select(maxfd + 1, &rset, &wset, NULL, NULL); in main()1138 if(FD_ISSET(slipfd, &wset)) { in main()