lseek
extern off_t lseek(int fd, off_t offset, int whence);
lseek(fd, offset, SEEK_SET);
return lseek(DEV_FD(dev), offset, whence);
lseek(fDumpFD, 0LL, SEEK_SET);
lseek(fDumpFD, 0LL, SEEK_SET);
lseek(fd, 0, SEEK_SET);
lseek(fd, 0, SEEK_SET);
lseek (ref, 0, SEEK_SET);
lseek(0, 0, SEEK_SET);
lseek(fd, 0, SEEK_SET);
} else if (lseek(fileno(fin), restart_point, L_SET) < 0) {
} else if (lseek(fileno(fout), restart_point, L_SET) < 0) {
if (lseek(f, ofs, SEEK_SET) < 0)
lseek(G.zipfd, (LONGINT)cd_bufstart, SEEK_SET);
lseek(G.zipfd, (LONGINT)bufstart, SEEK_SET);
G.cur_zipfile_bufstart = lseek(G.zipfd, (LONGINT)bufstart, SEEK_SET);
lseek(G.zipfd, 0L, SEEK_SET);
G.cur_zipfile_bufstart = lseek(G.zipfd, G.ziplen-tail_len,
lseek(G.zipfd, G.cur_zipfile_bufstart, SEEK_SET);
LONGINT lseek();
extern long lseek(), dup(), creat();
off_t result = lseek(fd, pos, SEEK_SET);
off_t result = lseek(fd, pos, SEEK_SET);
off_t result = lseek(fd, pos, SEEK_SET);
off_t result = lseek(fd, pos, SEEK_SET);
off_t result = lseek(descriptor->fd, pos, seekType);
off_t result = lseek(descriptor->fd, pos, SEEK_SET);
off_t result = lseek(descriptor->fd, pos, SEEK_SET);
off_t sdCur = lseek(fd, 0, SEEK_CUR);
if (lseek(fd, -(sectorSize - nbytesDiff), SEEK_CUR) == -1)
off_t cur = lseek(fd, 0, SEEK_CUR);
off_t sdCur = lseek(fd, -(cur % sectorSize), SEEK_CUR);
if (lseek(fd, -sectorSize + (cur % sectorSize) + nbytes, SEEK_CUR)
if (lseek(fd, -(sectorSize - seekDiff), SEEK_CUR) == -1)
off_t sdCur = lseek(fd, 0, SEEK_CUR);
off_t sdCur = lseek(fd, 0, SEEK_CUR);
if (lseek(fd, -(sectorSize - nbytesDiff), SEEK_CUR) == -1)
off_t cur = lseek(fd, 0, SEEK_CUR);
off_t sdCur = lseek(fd, -(cur % sectorSize), SEEK_CUR);
if (lseek(fd, -sectorSize + (cur % sectorSize) + nbytes, SEEK_CUR)
if (lseek(fd, -(sectorSize - seekDiff), SEEK_CUR) == -1)
off_t sdCur = lseek(fd,0,SEEK_CUR);
off_t newPosition = lseek(fFd, position, seekMode);
off_t result = lseek(fFD, position, seekMode);
off_t result = lseek(fFD, 0, SEEK_CUR);
lseek(fileDescriptor, 0, SEEK_SET);
firmwareFileSize = lseek(fileDescriptor, 0, SEEK_END);
lseek(fd, pos, whence)
return lseek (fp->_fileno, offset, dir);
# define lseek(FD, Offset, Whence) lseek (FD, Offset, Whence)
if (lseek (fp->_fileno, fp->_IO_read_ptr - fp->_IO_buf_base,
if (lseek(fd, pos, SEEK_SET) < 0
if (lseek(fd, pos, SEEK_SET) < 0
lseek(file, length + 1, SEEK_CUR);
lseek(fd, 44, SEEK_SET);
lseek(fd, 44, SEEK_SET); // skip wav header
lseek(fd, 44, SEEK_SET); // skip wav header
lseek(fd, 10000000, SEEK_CUR); // skip 10 MB
} else if (lseek(fd, 0, SEEK_CUR) != 0) {
} else if (lseek(fd, 0, SEEK_CUR) != 0) {
} else if (lseek(fd, 0, SEEK_CUR) != 0) {
} else if (lseek(fd, 0, SEEK_CUR) != 0) {
} else if (lseek(fd, 0, SEEK_CUR) != 0) {
} else if (lseek(fd, 0, SEEK_CUR) != 0) {
lseek(fd, SEEK_SET, 0);
lseek(fd, 0LL, SEEK_SET);
lseek(fd, labelOffsets[i] * 0x200LL, SEEK_SET);
lseek(fd, restriction->startOffset, SEEK_SET);
pos = lseek(fd, 0, SEEK_CUR);
return lseek(fd, offset, to_platform_seek_mode(whence));
pos = lseek(fd, 0, SEEK_CUR);
pos = lseek(fd, pos, SEEK_SET);
return _kern_writev(fd, lseek(fd, 0, SEEK_CUR), systemVecs, count);
return _kern_readv(fd, lseek(fd, 0, SEEK_CUR), systemVecs, count);
if (lseek(fd, size - 1, SEEK_SET) < 0)
if (lseek(fd, (long) sizeof(struct external_filehdr), 0) == -1
off_t oldOffset = lseek(fImageFD, offset, SEEK_SET);
off_t oldOffset = lseek(fImageFD, offset, SEEK_SET);
if (lseek(fFD, position, SEEK_SET) < 0)
if (lseek(fFD, position, SEEK_SET) < 0)
off_t currentPos = lseek(fFD, 0, SEEK_END);
return lseek(fFD, currentPos, SEEK_SET);
if ((uint64_t)lseek(fd, headerSize - 1, SEEK_SET) != headerSize - 1)