xpos              360 src/simh/sim_fio.c int sim_fseeko (FILE *st, t_offset xpos, int origin)
xpos              362 src/simh/sim_fio.c return fseeko64 (st, (off64_t)xpos, origin);
xpos              381 src/simh/sim_fio.c int sim_fseeko (FILE *st, t_offset xpos, int origin)
xpos              383 src/simh/sim_fio.c return fseeko (st, (off_t)xpos, origin);
xpos              397 src/simh/sim_fio.c int sim_fseeko (FILE *st, t_offset xpos, int origin)
xpos              399 src/simh/sim_fio.c return fseek (st, (long) xpos, origin);