whence            306 src/simh/sim_fio.c int sim_fseeko (FILE *st, t_offset offset, int whence)
whence            308 src/simh/sim_fio.c return fseeko (st, (off_t)offset, whence);
whence            324 src/simh/sim_fio.c int sim_fseeko (FILE *st, t_offset offset, int whence)
whence            329 src/simh/sim_fio.c switch (whence) {
whence            414 src/simh/sim_fio.c int sim_fseek (FILE *st, t_addr offset, int whence)
whence            416 src/simh/sim_fio.c return sim_fseeko (st, (t_offset)offset, whence);
whence             68 src/simh/sim_fio.h int sim_fseek (FILE *st, t_addr offset, int whence);
whence             69 src/simh/sim_fio.h int sim_fseeko (FILE *st, t_offset offset, int whence);