fileno            182 src/libsir/src/sirfilecache.c         int getstat    = fstat(fileno(sf->f), &st);
fileno           2185 src/simh/sim_console.c return isatty (fileno (stdin));
fileno           2225 src/simh/sim_console.c if (!isatty (fileno (stdin)))                                  /* skip if !tty */
fileno           2267 src/simh/sim_console.c if (!isatty (fileno (stdin)))                           /* skip if !tty */
fileno           2285 src/simh/sim_console.c if (!isatty (fileno (stdin)))                           /* skip if !tty */
fileno           2304 src/simh/sim_console.c return isatty (fileno (stdin));
fileno            274 src/simh/sim_fio.c     rc = fcntl (fileno(fsc), F_SETLK, &lock);
fileno            279 src/simh/sim_fio.c       if (fcntl(fileno(fsc), F_GETLK, &lock) == 0 && lock.l_pid > 0)
fileno            290 src/simh/sim_fio.c     rc = flock (fileno(fsc), LOCK_EX | LOCK_NB);
fileno            435 src/simh/sim_fio.c return ftruncate(fileno(fptr), (off_t)size);
fileno            446 src/simh/sim_fio.c if (!fptr || fstat (fileno(fptr), &stbuf))
fileno            450 src/simh/sim_fio.c     int flags = fcntl(fileno(fptr), F_GETFL, 0);
fileno            451 src/simh/sim_fio.c     return fcntl(fileno(fptr), F_SETFL, flags | O_NONBLOCK);