whence            298 src/simh/sim_fio.c int sim_fseeko (FILE *st, t_offset offset, int whence)
whence            300 src/simh/sim_fio.c return fseeko (st, (off_t)offset, whence);
whence            316 src/simh/sim_fio.c int sim_fseeko (FILE *st, t_offset offset, int whence)
whence            321 src/simh/sim_fio.c switch (whence) {
whence            407 src/simh/sim_fio.c int sim_fseek (FILE *st, t_addr offset, int whence)
whence            409 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);