F_SETFL          1067 src/dps8/fnpuv.c             int ret = fcntl (linep->tun_fd, F_SETFL, flags);
F_SETFL           255 src/dps8/udplib.c     rc = fcntl (sock, F_SETFL, fcntl (sock, F_GETFL, 0) | O_NONBLOCK);
F_SETFL          2124 src/simh/sim_console.c (void)fcntl (0, F_SETFL, runfl);                         /* non-block mode */
F_SETFL          2138 src/simh/sim_console.c (void)fcntl (0, F_SETFL, cmdfl);                         /* block mode */
F_SETFL           445 src/simh/sim_fio.c     return fcntl(fileno(fptr), F_SETFL, flags | O_NONBLOCK);
F_SETFL           725 src/simh/sim_sock.c sta = fcntl (sock, F_SETFL, fl | O_NONBLOCK);           /* set nonblock */