whence 303 src/simh/sim_fio.c int sim_fseeko (FILE *st, t_offset offset, int whence) whence 308 src/simh/sim_fio.c switch (whence) { whence 354 src/simh/sim_fio.c int sim_fseek (FILE *st, t_addr offset, int whence) whence 356 src/simh/sim_fio.c return sim_fseeko (st, (t_offset)offset, whence); whence 49 src/simh/sim_fio.h int sim_fseek (FILE *st, t_addr offset, int whence); whence 50 src/simh/sim_fio.h int sim_fseeko (FILE *st, t_offset offset, int whence);