Lines Matching defs:lseek
667 off_t lseek(int fd, off_t off, int whence)
677 if ((file->fFops == NULL) || (file->fFops->lseek == NULL)) {
680 ret = file->fFops->lseek(file, off, whence);
687 FUNC_ALIAS(lseek, _lseek, (int fd, off_t off, int whence), off_t);
1357 savepos = lseek(fd, 0, SEEK_CUR);
1363 pos = lseek(fd, off, SEEK_SET);
1370 pos = lseek(fd, savepos, SEEK_SET);
1404 savepos = lseek(fd, 0, SEEK_CUR);
1410 pos = lseek(fd, off, SEEK_SET);
1417 pos = lseek(fd, savepos, SEEK_SET);