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            746 lib/vfs/interface.c mc_lseek (int fd, off_t offset, int whence)
whence            759 lib/vfs/interface.c     result = vfs->lseek ? vfs->lseek (fsinfo, offset, whence) : -1;
whence            181 lib/vfs/vfs.h      off_t (*lseek) (void *vfs_info, off_t offset, int whence);
whence            306 lib/vfs/vfs.h  off_t mc_lseek (int fd, off_t offset, int whence);
whence            365 src/diffviewer/ydiff.c f_seek (FBUF * fs, off_t off, int whence)
whence            369 src/diffviewer/ydiff.c     if (fs->len && whence != SEEK_END)
whence            374 src/diffviewer/ydiff.c             if (whence == SEEK_CUR)
whence            376 src/diffviewer/ydiff.c                 whence = SEEK_SET;
whence            387 src/diffviewer/ydiff.c     rv = lseek (fs->fd, off, whence);
whence           1472 src/vfs/extfs/extfs.c extfs_lseek (void *fh, off_t offset, int whence)
whence           1476 src/vfs/extfs/extfs.c     return lseek (file->handle, offset, whence);
whence            440 src/vfs/local/local.c local_lseek (void *data, off_t offset, int whence)
whence            444 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            380 src/vfs/sftpfs/file.c sftpfs_lseek (vfs_file_handler_t * fh, off_t offset, int whence, GError ** mcerror)
whence            386 src/vfs/sftpfs/file.c     switch (whence)
whence            106 src/vfs/sftpfs/internal.h off_t sftpfs_lseek (vfs_file_handler_t * fh, off_t offset, int whence, GError ** mcerror);
whence            580 src/vfs/sftpfs/sftpfs.c sftpfs_cb_lseek (void *data, off_t offset, int whence)
whence            586 src/vfs/sftpfs/sftpfs.c     ret_offset = sftpfs_lseek (fh, offset, whence, &mcerror);
whence            736 src/vfs/undelfs/undelfs.c undelfs_lseek (void *vfs_info, off_t offset, int whence)
whence            740 src/vfs/undelfs/undelfs.c     (void) whence;