ioctl             598 src/dps8/dps8_socket_dev.c     rc = ioctl (socket_fd, FIONBIO, (char *) & on);
ioctl             246 src/dps8/fnpuv.c     if ((err = ioctl (fd, TUNSETIFF, (void *) & ifr)) < 0)
ioctl             350 src/simh/linehistory.c   if (ioctl(1, TIOCGWINSZ, &ws) == -1 || ws.ws_col == 0)
ioctl            2128 src/simh/sim_console.c if (ioctl (0, TIOCGETP, &cmdtty) < 0)
ioctl            2130 src/simh/sim_console.c if (ioctl (0, TIOCGETC, &cmdtchars) < 0)
ioctl            2132 src/simh/sim_console.c if (ioctl (0, TIOCGLTC, &cmdltchars) < 0)
ioctl            2155 src/simh/sim_console.c if (ioctl (0, TIOCSETP, &runtty) < 0)
ioctl            2157 src/simh/sim_console.c if (ioctl (0, TIOCSETC, &runtchars) < 0)
ioctl            2159 src/simh/sim_console.c if (ioctl (0, TIOCSLTC, &runltchars) < 0)
ioctl            2169 src/simh/sim_console.c if (ioctl (0, TIOCSETP, &cmdtty) < 0)
ioctl            2171 src/simh/sim_console.c if (ioctl (0, TIOCSETC, &cmdtchars) < 0)
ioctl            2173 src/simh/sim_console.c if (ioctl (0, TIOCSLTC, &cmdltchars) < 0)