fileno 183 src/libsir/src/sirfilecache.c int getstat = fstat(fileno(sf->f), &st); fileno 2183 src/simh/sim_console.c return isatty (fileno (stdin)); fileno 2223 src/simh/sim_console.c if (!isatty (fileno (stdin))) /* skip if !tty */ fileno 2265 src/simh/sim_console.c if (!isatty (fileno (stdin))) /* skip if !tty */ fileno 2282 src/simh/sim_console.c if (!isatty (fileno (stdin))) /* skip if !tty */ fileno 2300 src/simh/sim_console.c return isatty (fileno (stdin)); fileno 269 src/simh/sim_fio.c rc = fcntl (fileno(fsc), F_SETLK, &lock); fileno 274 src/simh/sim_fio.c if (fcntl(fileno(fsc), F_GETLK, &lock) == 0 && lock.l_pid > 0) fileno 288 src/simh/sim_fio.c rc = flock (fileno(fsc), LOCK_EX | LOCK_NB); fileno 375 src/simh/sim_fio.c return ftruncate(fileno(fptr), (off_t)size); fileno 386 src/simh/sim_fio.c if (!fptr || fstat (fileno(fptr), &stbuf)) fileno 390 src/simh/sim_fio.c int flags = fcntl(fileno(fptr), F_GETFL, 0); fileno 391 src/simh/sim_fio.c return fcntl(fileno(fptr), F_SETFL, flags | O_NONBLOCK);