mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
37 lines
4.3 KiB
HTML
37 lines
4.3 KiB
HTML
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
|
|
<html xmlns='http://www.w3.org/1999/xhtml'>
|
|
<head>
|
|
<title>whence</title>
|
|
<meta name='robots' content='noindex,nofollow' />
|
|
<meta name='generator' content='GLOBAL-6.6.11' />
|
|
<meta http-equiv='Content-Style-Type' content='text/css' />
|
|
<link rel='stylesheet' type='text/css' href='../style.css' />
|
|
</head>
|
|
<body>
|
|
<pre>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L612'>whence</a> 612 lib/vfs/direntry.c vfs_s_lseek (void *fh, off_t offset, int whence)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L624'>whence</a> 624 lib/vfs/direntry.c retval = lseek (file->handle, offset, whence);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L630'>whence</a> 630 lib/vfs/direntry.c switch (whence)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L681'>whence</a> 681 lib/vfs/interface.c mc_lseek (int fd, off_t offset, int whence)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L694'>whence</a> 694 lib/vfs/interface.c result = vfs->lseek ? vfs->lseek (fsinfo, offset, whence) : -1;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L190'>whence</a> 190 lib/vfs/vfs.h off_t (*lseek) (void *vfs_info, off_t offset, int whence);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L315'>whence</a> 315 lib/vfs/vfs.h off_t mc_lseek (int fd, off_t offset, int whence);</span>
|
|
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L366'>whence</a> 366 src/diffviewer/ydiff.c dview_fseek (FBUF *fs, off_t off, int whence)</span>
|
|
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L370'>whence</a> 370 src/diffviewer/ydiff.c if (fs->len != 0 && whence != SEEK_END)</span>
|
|
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L375'>whence</a> 375 src/diffviewer/ydiff.c if (whence == SEEK_CUR)</span>
|
|
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L377'>whence</a> 377 src/diffviewer/ydiff.c whence = SEEK_SET;</span>
|
|
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L388'>whence</a> 388 src/diffviewer/ydiff.c rv = lseek (fs->fd, off, whence);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1490'>whence</a> 1490 src/vfs/extfs/extfs.c extfs_lseek (void *fh, off_t offset, int whence)</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1494'>whence</a> 1494 src/vfs/extfs/extfs.c return lseek (file->handle, offset, whence);</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L470'>whence</a> 470 src/vfs/local/local.c local_lseek (void *data, off_t offset, int whence)</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L474'>whence</a> 474 src/vfs/local/local.c return lseek (fd, offset, whence);</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.h.html#L29'>whence</a> 29 src/vfs/local/local.h extern off_t local_lseek (void *data, off_t offset, int whence);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L384'>whence</a> 384 src/vfs/sftpfs/file.c sftpfs_lseek (vfs_file_handler_t *fh, off_t offset, int whence, GError **mcerror)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L390'>whence</a> 390 src/vfs/sftpfs/file.c switch (whence)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.h.html#L110'>whence</a> 110 src/vfs/sftpfs/internal.h off_t sftpfs_lseek (vfs_file_handler_t *fh, off_t offset, int whence, GError **mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L577'>whence</a> 577 src/vfs/sftpfs/sftpfs.c sftpfs_cb_lseek (void *data, off_t offset, int whence)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L583'>whence</a> 583 src/vfs/sftpfs/sftpfs.c ret_offset = sftpfs_lseek (fh, offset, whence, &mcerror);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|