Searched refs:wset (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/bin/stty/
H A Dstty.h46 int wset; /* need window set */ member in struct:info
H A Dstty.c123 for (i.set = i.wset = 0; *argv; ++argv) {
155 if (i.wset && ioctl(i.fd, TIOCSWINSZ, &i.win) < 0)
H A Dkey.c171 ip->wset = 1;
279 ip->wset = 1;
/netbsd-current/usr.sbin/lpr/lpd/
H A Dextern.h47 int wset; /* need window set */ member in struct:info
H A Dkey.c153 ip->wset = 1;
231 ip->wset = 1;
H A Dprintjob.c1538 i.set = i.wset = 0;
1614 if (i.wset && ioctl(i.fd, TIOCSWINSZ, &i.win) < 0)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dser-tcp.c127 fd_set rset, wset, eset; local
131 wset = rset;
135 wset. Windows systems return success in wset and failure in
142 n = select (sock + 1, &rset, &wset, &eset, &t);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dser-tcp.c127 fd_set rset, wset, eset; local
131 wset = rset;
135 wset. Windows systems return success in wset and failure in
142 n = select (sock + 1, &rset, &wset, &eset, &t);
/netbsd-current/external/bsd/nsd/dist/
H A Dnsd-control.c331 fd_set rset, wset, eset; local
335 FD_ZERO(&wset);
336 FD_SET(fd, &wset);
341 if(select(fd+1, &rset, &wset, &eset, &tv) == -1) {
345 if(!FD_ISSET(fd, &rset) && !FD_ISSET(fd, &wset) &&
/netbsd-current/external/bsd/unbound/dist/smallapp/
H A Dunbound-control.c670 fd_set rset, wset, eset; local
674 FD_ZERO(&wset);
675 FD_SET(FD_SET_T fd, &wset);
680 if(select(fd+1, &rset, &wset, &eset, &tv) == -1) {
683 if(!FD_ISSET(fd, &rset) && !FD_ISSET(fd, &wset) &&
/netbsd-current/external/bsd/unbound/dist/testcode/
H A Ddelayer.c899 fd_set wset, worig; local
918 wset = worig;
923 if(select(max, &rset, &wset, NULL, have_wait?&wait:NULL) < 0) {
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_gpsdjson.c1985 fd_set wset; local
1988 FD_ZERO(&wset);
1989 FD_SET(up->fdt, &wset);
1990 rc = select(up->fdt+1, NULL, &wset, NULL, &tout);
1991 if (0 == rc || !(FD_ISSET(up->fdt, &wset)))

Completed in 186 milliseconds