fseeko
if (fseeko(sfp, sfseek, SEEK_SET) == -1) {
if (fseeko(histfh, 0, SEEK_END) == 0 &&
if (fseeko(f, (off_t)0, SEEK_SET))
(void)fseeko(f, (off_t)0, SEEK_SET); /* rewind() not necessary */
#define Fseek(f, off) (file_pos = off, fseeko(f, off, SEEK_SET))
int fseeko(FILE *, off_t, int);
fseeko(fp, 0, SEEK_SET);
fseeko(pfp, bp - b_end, SEEK_CUR);
fseeko(pfp, pos, SEEK_SET);
PROTO_NORMAL(fseeko);
return ((fseeko((FILE *)xdrs->x_private, pos, SEEK_SET) == -1) ?
DEF_WEAK(fseeko);
return (fseeko(fp, offset, whence));
return (fseeko(iop, *pos, SEEK_SET));
fseeko(fp, 0, SEEK_SET);
if (fseeko(fp, (off_t)sizeof(buf) * count, SEEK_SET) ==
if (fseeko(tp, (off_t)sizeof(buf) * count, SEEK_SET) == -1) {
if (fseeko(fp, 0, SEEK_SET) == (off_t)-1) {
if (fseeko(tp, (off_t)sizeof(buf) * count + (cp - buf), SEEK_SET) ==
(void)fseeko(fi, offset, SEEK_SET);
TEST_UNCHANGED(fseeko(f, 1, SEEK_CUR));
TEST_UNCHANGED(fseeko(f, 1, SEEK_SET));
TEST_UNCHANGED(fseeko(f, 1, SEEK_END));
fseeko(ofp, -(off_t)sizeof(buf), SEEK_CUR);
if (fseeko(ofp, -(off_t)nread, SEEK_CUR) != 0)
if (fseeko(ofp, (off_t)(nread - i + 1), SEEK_CUR) != 0)
rc = fseeko(fin, restart_point, SEEK_SET);
if (fseeko(stdin, skip, SEEK_SET))
(void)fseeko(ibuf, offset, SEEK_SET);
(void)fseeko(otf, (off_t)0, SEEK_END);
if (fseeko(fp, foff + head->e_shoff, SEEK_SET)) {
if (fseeko(fp, foff + shdr[i].sh_offset, SEEK_SET)) {
if (fseeko(fp, foff + shdr[eh->e_shstrndx].sh_offset, SEEK_SET)) {
if (fseeko(fp, betoh32(*ps), SEEK_SET)) {
fseeko(fp, restore, SEEK_SET);
if (fseeko(fp, prn->ran_off, SEEK_SET)) {
skip: if (fseeko(fp, last_ar_off + even(mmbrlen), SEEK_SET)) {
fseeko(pfp, line->pos.seek, SEEK_SET);
fseeko(pfp, linepos, SEEK_SET);
fseeko(pfp, p_base, SEEK_SET);
fseeko(pfp, p_base, SEEK_SET);
fseeko(pfp, file_pos, SEEK_SET);
fseeko(pfp, -1, SEEK_CUR);
fseeko(pfp, repl_backtrack_position, SEEK_SET);
fseeko(dfp, offset, SEEK_SET);
if (fseeko(tf[i].fp, off, SEEK_SET) == -1) {
fseeko(tf[i].fp, -off, SEEK_END) == -1) {
if (fseeko(tf[i].fp, (off_t)0,
if (fseeko(tf[0].fp, pos, SEEK_SET) == -1) {
if (fseeko(tf->fp, pos, SEEK_SET) != 0) {
fseeko(f, 0, SEEK_END);
fseeko(f, 0, SEEK_SET);
if (fseeko(scratch, 0, SEEK_SET) == -1)
if (fseeko(fd, CD9660_SECTOR_SIZE * sector, SEEK_SET) == -1)
if (fseeko(fd, CD9660_SECTOR_SIZE * sector, SEEK_SET) == -1)
if (fseeko(fd, (off_t)(idx) * 16 + 0x1be, SEEK_SET) == -1)
if (fseeko(fd, (off_t)(idx + 1) * sector_size, SEEK_SET) == -1)
if (fseeko(fd, (off_t)diskStructure->boot_catalog_sector *
if (fseeko(fd, working_sector * diskStructure->sectorSize,
if (fseeko(fd, working_sector *
if (fseeko(fd, working_sector *
if (fseeko(fd, sector * diskStructure->sectorSize, SEEK_SET) == -1)
if (fseeko(fd, curpos, SEEK_SET) == -1)
if (fseeko(fd, start_sector * diskStructure->sectorSize, SEEK_SET) == -1)
if (fseeko(fd, sector * diskStructure->sectorSize + offset, SEEK_SET) ==
if (fseeko(fd, ((off_t)diskStructure->
if (fseeko(fd, sector * diskStructure->sectorSize + offset,
if(fseeko(opt->zonelist, zone->off, SEEK_SET) == -1) {
if(fseeko(opt->zonelist, zone->off, SEEK_SET) == -1) {
if(fseeko(opt->zonelist, zone->off, SEEK_SET) == -1) {
fseeko(in, pos, SEEK_SET);