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              380 src/simh/sim_fio.c int sim_fseeko (FILE *st, t_offset xpos, int origin)
xpos              382 src/simh/sim_fio.c return fseeko (st, (off_t)xpos, origin);
xpos              396 src/simh/sim_fio.c int sim_fseeko (FILE *st, t_offset xpos, int origin)
xpos              398 src/simh/sim_fio.c return fseek (st, (long) xpos, origin);