whence            612 lib/vfs/direntry.c vfs_s_lseek (void *fh, off_t offset, int whence)
whence            624 lib/vfs/direntry.c         retval = lseek (file->handle, offset, whence);
whence            630 lib/vfs/direntry.c     switch (whence)
whence            689 lib/vfs/interface.c mc_lseek (int fd, off_t offset, int whence)
whence            702 lib/vfs/interface.c     result = vfs->lseek ? vfs->lseek (fsinfo, offset, whence) : -1;
whence            190 lib/vfs/vfs.h      off_t (*lseek) (void *vfs_info, off_t offset, int whence);
whence            313 lib/vfs/vfs.h  off_t mc_lseek (int fd, off_t offset, int whence);
whence            370 src/diffviewer/ydiff.c dview_fseek (FBUF *fs, off_t off, int whence)
whence            374 src/diffviewer/ydiff.c     if (fs->len != 0 && whence != SEEK_END)
whence            379 src/diffviewer/ydiff.c             if (whence == SEEK_CUR)
whence            381 src/diffviewer/ydiff.c                 whence = SEEK_SET;
whence            392 src/diffviewer/ydiff.c     rv = lseek (fs->fd, off, whence);
whence           1490 src/vfs/extfs/extfs.c extfs_lseek (void *fh, off_t offset, int whence)
whence           1494 src/vfs/extfs/extfs.c     return lseek (file->handle, offset, whence);
whence            462 src/vfs/local/local.c local_lseek (void *data, off_t offset, int whence)
whence            466 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            384 src/vfs/sftpfs/file.c sftpfs_lseek (vfs_file_handler_t *fh, off_t offset, int whence, GError **mcerror)
whence            390 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            733 src/vfs/undelfs/undelfs.c undelfs_lseek (void *vfs_info, off_t offset, int whence)
whence            737 src/vfs/undelfs/undelfs.c     (void) whence;