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             357 src/simh/linehistory.c   if (ioctl(1, TIOCGWINSZ, &ws) == -1 || ws.ws_col == 0)
ioctl            2129 src/simh/sim_console.c if (ioctl (0, TIOCGETP, &cmdtty) < 0)
ioctl            2131 src/simh/sim_console.c if (ioctl (0, TIOCGETC, &cmdtchars) < 0)
ioctl            2133 src/simh/sim_console.c if (ioctl (0, TIOCGLTC, &cmdltchars) < 0)
ioctl            2156 src/simh/sim_console.c if (ioctl (0, TIOCSETP, &runtty) < 0)
ioctl            2158 src/simh/sim_console.c if (ioctl (0, TIOCSETC, &runtchars) < 0)
ioctl            2160 src/simh/sim_console.c if (ioctl (0, TIOCSLTC, &runltchars) < 0)
ioctl            2170 src/simh/sim_console.c if (ioctl (0, TIOCSETP, &cmdtty) < 0)
ioctl            2172 src/simh/sim_console.c if (ioctl (0, TIOCSETC, &cmdtchars) < 0)
ioctl            2174 src/simh/sim_console.c if (ioctl (0, TIOCSLTC, &cmdltchars) < 0)