whence            615 lib/vfs/direntry.c vfs_s_lseek (void *fh, off_t offset, int whence)
whence            627 lib/vfs/direntry.c         retval = lseek (file->handle, offset, whence);
whence            633 lib/vfs/direntry.c     switch (whence)
whence            700 lib/vfs/interface.c mc_lseek (int fd, off_t offset, int whence)
whence            713 lib/vfs/interface.c     result = vfs->lseek ? vfs->lseek (fsinfo, offset, whence) : -1;
whence            191 lib/vfs/vfs.h      off_t (*lseek) (void *vfs_info, off_t offset, int whence);
whence            317 lib/vfs/vfs.h  off_t mc_lseek (int fd, off_t offset, int whence);
whence            371 src/diffviewer/ydiff.c dview_fseek (FBUF *fs, off_t off, int whence)
whence            375 src/diffviewer/ydiff.c     if (fs->len != 0 && whence != SEEK_END)
whence            380 src/diffviewer/ydiff.c             if (whence == SEEK_CUR)
whence            382 src/diffviewer/ydiff.c                 whence = SEEK_SET;
whence            393 src/diffviewer/ydiff.c     rv = lseek (fs->fd, off, whence);
whence           1506 src/vfs/extfs/extfs.c extfs_lseek (void *fh, off_t offset, int whence)
whence           1510 src/vfs/extfs/extfs.c     return lseek (file->handle, offset, whence);
whence            454 src/vfs/local/local.c local_lseek (void *data, off_t offset, int whence)
whence            458 src/vfs/local/local.c     return lseek (fd, offset, whence);
whence             29 src/vfs/local/local.h extern off_t local_lseek (void *data, off_t offset, int whence);
whence            383 src/vfs/sftpfs/file.c sftpfs_lseek (vfs_file_handler_t *fh, off_t offset, int whence, GError **mcerror)
whence            389 src/vfs/sftpfs/file.c     switch (whence)
whence            110 src/vfs/sftpfs/internal.h off_t sftpfs_lseek (vfs_file_handler_t * fh, off_t offset, int whence, GError ** mcerror);
whence            577 src/vfs/sftpfs/sftpfs.c sftpfs_cb_lseek (void *data, off_t offset, int whence)
whence            583 src/vfs/sftpfs/sftpfs.c     ret_offset = sftpfs_lseek (fh, offset, whence, &mcerror);
whence            734 src/vfs/undelfs/undelfs.c undelfs_lseek (void *vfs_info, off_t offset, int whence)
whence            738 src/vfs/undelfs/undelfs.c     (void) whence;