fileno            182 src/libsir/src/sirfilecache.c         int getstat    = fstat(fileno(sf->f), &st);
fileno           2186 src/simh/sim_console.c return isatty (fileno (stdin));
fileno           2226 src/simh/sim_console.c if (!isatty (fileno (stdin)))                                  /* skip if !tty */
fileno           2268 src/simh/sim_console.c if (!isatty (fileno (stdin)))                           /* skip if !tty */
fileno           2286 src/simh/sim_console.c if (!isatty (fileno (stdin)))                           /* skip if !tty */
fileno           2305 src/simh/sim_console.c return isatty (fileno (stdin));
fileno            265 src/simh/sim_fio.c     rc = fcntl (fileno(fsc), F_SETLK, &lock);
fileno            270 src/simh/sim_fio.c       if (fcntl(fileno(fsc), F_GETLK, &lock) == 0 && lock.l_pid > 0)
fileno            284 src/simh/sim_fio.c     rc = flock (fileno(fsc), LOCK_EX | LOCK_NB);
fileno            371 src/simh/sim_fio.c return ftruncate(fileno(fptr), (off_t)size);
fileno            382 src/simh/sim_fio.c if (!fptr || fstat (fileno(fptr), &stbuf))
fileno            386 src/simh/sim_fio.c     int flags = fcntl(fileno(fptr), F_GETFL, 0);
fileno            387 src/simh/sim_fio.c     return fcntl(fileno(fptr), F_SETFL, flags | O_NONBLOCK);