whence            617 lib/vfs/direntry.c vfs_s_lseek (void *fh, off_t offset, int whence)
whence            629 lib/vfs/direntry.c         retval = lseek (file->handle, offset, whence);
whence            635 lib/vfs/direntry.c     switch (whence)
whence            698 lib/vfs/interface.c mc_lseek (int fd, off_t offset, int whence)
whence            711 lib/vfs/interface.c     result = vfs->lseek ? vfs->lseek (fsinfo, offset, whence) : -1;
whence            185 lib/vfs/vfs.h      off_t (*lseek) (void *vfs_info, off_t offset, int whence);
whence            310 lib/vfs/vfs.h  off_t mc_lseek (int fd, off_t offset, int whence);
whence            372 src/diffviewer/ydiff.c dview_fseek (FBUF * fs, off_t off, int whence)
whence            376 src/diffviewer/ydiff.c     if (fs->len != 0 && whence != SEEK_END)
whence            381 src/diffviewer/ydiff.c             if (whence == SEEK_CUR)
whence            383 src/diffviewer/ydiff.c                 whence = SEEK_SET;
whence            394 src/diffviewer/ydiff.c     rv = lseek (fs->fd, off, whence);
whence           1491 src/vfs/extfs/extfs.c extfs_lseek (void *fh, off_t offset, int whence)
whence           1495 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            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            582 src/vfs/sftpfs/sftpfs.c sftpfs_cb_lseek (void *data, off_t offset, int whence)
whence            588 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;