| /src/bin/stty/ |
| stty.h | 46 int wset; /* need window set */ member in struct:info
|
| stty.c | 123 for (i.set = i.wset = 0; *argv; ++argv) { 155 if (i.wset && ioctl(i.fd, TIOCSWINSZ, &i.win) < 0)
|
| key.c | 171 ip->wset = 1; 279 ip->wset = 1;
|
| /src/usr.sbin/lpr/lpd/ |
| extern.h | 47 int wset; /* need window set */ member in struct:info
|
| key.c | 153 ip->wset = 1; 231 ip->wset = 1;
|
| printjob.c | 1538 i.set = i.wset = 0; 1614 if (i.wset && ioctl(i.fd, TIOCSWINSZ, &i.win) < 0)
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ser-tcp.c | 126 fd_set rset, wset, eset; local 130 wset = rset; 134 wset. Windows systems return success in wset and failure in 141 n = select (sock + 1, &rset, &wset, &eset, &t);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ser-tcp.c | 126 fd_set rset, wset, eset; local 130 wset = rset; 134 wset. Windows systems return success in wset and failure in 141 n = select (sock + 1, &rset, &wset, &eset, &t);
|
| /src/external/bsd/nsd/dist/ |
| nsd-control.c | 331 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) &&
|
| /src/external/bsd/unbound/dist/smallapp/ |
| unbound-control.c | 705 fd_set rset, wset, eset; local 709 FD_ZERO(&wset); 710 FD_SET(FD_SET_T fd, &wset); 715 if(select(fd+1, &rset, &wset, &eset, &tv) == -1) { 718 if(!FD_ISSET(fd, &rset) && !FD_ISSET(fd, &wset) &&
|
| /src/external/bsd/unbound/dist/testcode/ |
| delayer.c | 899 fd_set wset, worig; local 918 wset = worig; 923 if(select(max, &rset, &wset, NULL, have_wait?&wait:NULL) < 0) {
|
| /src/external/bsd/ntp/dist/ntpd/ |
| refclock_gpsdjson.c | 2004 fd_set wset; local 2007 FD_ZERO(&wset); 2008 FD_SET(up->fdt, &wset); 2009 rc = select(up->fdt+1, NULL, &wset, NULL, &tout); 2010 if (0 == rc || !(FD_ISSET(up->fdt, &wset)))
|