ioctl             596 src/dps8/dps8_socket_dev.c     rc = ioctl (socket_fd, FIONBIO, (char *) & on);
ioctl             247 src/dps8/fnpuv.c     if ((err = ioctl (fd, TUNSETIFF, (void *) & ifr)) < 0)
ioctl             343 src/simh/linehistory.c   if (ioctl(1, TIOCGWINSZ, &ws) == -1 || ws.ws_col == 0)
ioctl            2124 src/simh/sim_console.c if (ioctl (0, TIOCGETP, &cmdtty) < 0)
ioctl            2126 src/simh/sim_console.c if (ioctl (0, TIOCGETC, &cmdtchars) < 0)
ioctl            2128 src/simh/sim_console.c if (ioctl (0, TIOCGLTC, &cmdltchars) < 0)
ioctl            2151 src/simh/sim_console.c if (ioctl (0, TIOCSETP, &runtty) < 0)
ioctl            2153 src/simh/sim_console.c if (ioctl (0, TIOCSETC, &runtchars) < 0)
ioctl            2155 src/simh/sim_console.c if (ioctl (0, TIOCSLTC, &runltchars) < 0)
ioctl            2165 src/simh/sim_console.c if (ioctl (0, TIOCSETP, &cmdtty) < 0)
ioctl            2167 src/simh/sim_console.c if (ioctl (0, TIOCSETC, &cmdtchars) < 0)
ioctl            2169 src/simh/sim_console.c if (ioctl (0, TIOCSLTC, &cmdltchars) < 0)