Searched refs:readset (Results 1 – 1 of 1) sorted by relevance
249 fd_set readset; in show_() local250 FD_ZERO(&readset); in show_()251 FD_SET(fd, &readset); in show_()252 ret = select(fd + 1, &readset, NULL, NULL, NULL); in show_()