xpos              367 src/simh/sim_fio.c int sim_fseeko (FILE *st, t_offset xpos, int origin)
xpos              369 src/simh/sim_fio.c return fseeko64 (st, (off64_t)xpos, origin);
xpos              387 src/simh/sim_fio.c int sim_fseeko (FILE *st, t_offset xpos, int origin)
xpos              389 src/simh/sim_fio.c return fseeko (st, (off_t)xpos, origin);
xpos              403 src/simh/sim_fio.c int sim_fseeko (FILE *st, t_offset xpos, int origin)
xpos              405 src/simh/sim_fio.c return fseek (st, (long) xpos, origin);