fseek
extern int fseek(FILE *stream, long offset, int seekType);
extern int fseek(FILE *stream, long offset, int seekType);
fseek (
return fseek(m_pFile, nDistance, nMoveMode);
fseek(ifp, get4()+base, SEEK_SET);
fseek (ifp, 78, SEEK_CUR);
fseek (ifp, 52, SEEK_CUR);
fseek (ifp, 114, SEEK_CUR);
fseek (ifp, j, SEEK_SET);
fseek (ifp, 16, SEEK_CUR);
fseek (ifp, 28, SEEK_CUR);
fseek(ifp, sony_offset, SEEK_SET);
fseek(ifp, 0, SEEK_SET);
fseek(fp, 0, SEEK_END);
fseek(fp, 0, SEEK_SET);
fseek((FILE *)G.zipfd, (LONGINT)cd_bufstart, SEEK_SET);
fseek((FILE *)G.zipfd, (LONGINT)bufstart, SEEK_SET);
fseek(G.zipfd, (LONGINT)bufstart, SEEK_SET);
fseek((FILE *)G.zipfd, G.ziplen-tail_len, SEEK_SET);
# define lseek(fd,o,w) fseek((FILE *)(fd),(o),(w))
fseek(fd, 0l, SEEK_END);
fseek(fd, 0l, SEEK_SET);
if (fseek(fp, in_len, SEEK_CUR) < 0)
fseek(input, 0, SEEK_END);
fseek(input, 0, SEEK_SET);
return fseek(_file, offset, fdir);
libc_hidden_proto (fseek)
libc_hidden_def (fseek)
extern int fseek (FILE *__stream, long int __off, int __whence);
fseek(fFile, bytes, SEEK_CUR);
fseek(fFile, 0, SEEK_SET);
fseek(fFile, nextChunk, SEEK_SET);
fseek(fFile, 0, SEEK_SET);
fseek(fFile, pos, SEEK_SET);
fseek(fFile, next, SEEK_SET);
fseek(fFile, offset, SEEK_CUR);
void Seek(uint32 pos) { fseek(fFile, pos, SEEK_SET); }
if (fseek(fp, 0, SEEK_SET) != 0) {
if (fseek(fp, -((int) sizeof(outstr) - 1), SEEK_CUR) != 0) {
if (fseek(fp, -((int) sizeof(outstr) - 1), SEEK_END) != 0) {
if (fseek(fp, -(2 + 2 * (sizeof(outstr) - 1)), SEEK_CUR) != 0) {
} else if (fseek(fp, -(2 + 2 * (sizeof(outstr) - 1)), SEEK_END) != 0) {
ASSERT(fseek(fp, 0, SEEK_CUR) == 0);
ASSERT(fseek(fp, 0, SEEK_SET) == 0);
ASSERT(fseek(fp, 0, SEEK_END) == 0);
ASSERT(fseek(fp, 2, SEEK_SET) == 0);
ASSERT(fseek(fp, 0, SEEK_CUR) == 0);
ASSERT(fseek(fp, 2, SEEK_SET) == 0);
ASSERT(fseek(fp, 0, SEEK_CUR) == 0);
ASSERT(fseek(fp, 0, SEEK_END) == 0);
ASSERT(fseek(fp, 2, SEEK_SET) == 0);
ASSERT(fseek(fp, 0, SEEK_END) == 0);
ASSERT(fseek(fp, 0, SEEK_END) == 0);
if (fseek(fp, 0, SEEK_CUR) != 0) {