mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
26 lines
2.3 KiB
HTML
26 lines
2.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>readdir</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#L1514'>readdir</a> 1514 lib/vfs/direntry.c vclass->readdir = vfs_s_readdir;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L465'>readdir</a> 465 lib/vfs/interface.c if (vfs->readdir != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L467'>readdir</a> 467 lib/vfs/interface.c entry = vfs->readdir (vfs_path_element->dir.info);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L477'>readdir</a> 477 lib/vfs/interface.c errno = vfs->readdir ? vfs_ferrno (vfs) : ENOTSUP;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L168'>readdir</a> 168 lib/vfs/vfs.h struct vfs_dirent *(*readdir) (void *vfs_info);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L805'>readdir</a> 805 src/filemanager/mountlist.c while ((d = readdir (dirp)) != NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1726'>readdir</a> 1726 src/vfs/extfs/extfs.c vfs_extfs_ops->readdir = extfs_readdir;</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L109'>readdir</a> 109 src/vfs/local/local.c if (readdir (dir) == NULL && errno == EINTR)</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L132'>readdir</a> 132 src/vfs/local/local.c d = readdir (*(DIR **) data);</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L502'>readdir</a> 502 src/vfs/local/local.c vfs_local_ops->readdir = local_readdir;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L825'>readdir</a> 825 src/vfs/sftpfs/sftpfs.c vfs_sftpfs_ops->readdir = sftpfs_cb_readdir;</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|