Files
source/Y/DIR.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

38 lines
3.8 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>DIR</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--interface.c.html#L402'>DIR</a> 402 lib/vfs/interface.c DIR *</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L438'>DIR</a> 438 lib/vfs/interface.c return (DIR *) handlep;</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L444'>DIR</a> 444 lib/vfs/interface.c mc_readdir (DIR *dirp)</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L484'>DIR</a> 484 lib/vfs/interface.c mc_closedir (DIR *dirp)</span>
<span class='curline'><a href='../S/lib--vfs--path.h.html#L48'>DIR</a> 48 lib/vfs/path.h DIR *info;</span>
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L316'>DIR</a> 316 lib/vfs/vfs.h DIR *mc_opendir (const vfs_path_t *vpath);</span>
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L317'>DIR</a> 317 lib/vfs/vfs.h struct vfs_dirent *mc_readdir (DIR *dirp);</span>
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L318'>DIR</a> 318 lib/vfs/vfs.h int mc_closedir (DIR *dir);</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L131'>DIR</a> 131 lib/widget/input_complete.c static DIR *directory = NULL;</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L637'>DIR</a> 637 src/filemanager/dir.c DIR *dirp;</span>
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L710'>DIR</a> 710 src/filemanager/dir.c DIR *dirp;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L635'>DIR</a> 635 src/filemanager/file.c DIR *dir;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1447'>DIR</a> 1447 src/filemanager/file.c DIR *reading;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1509'>DIR</a> 1509 src/filemanager/file.c DIR *dir;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3010'>DIR</a> 3010 src/filemanager/file.c DIR *reading;</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1215'>DIR</a> 1215 src/filemanager/find.c static DIR *dirp = NULL;</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L783'>DIR</a> 783 src/filemanager/mountlist.c DIR *dirp;</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L1150'>DIR</a> 1150 src/filemanager/mountlist.c DIR *dirp = opendir ("/dev/fs");</span>
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L903'>DIR</a> 903 src/filemanager/treestore.c DIR *dirp;</span>
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L86'>DIR</a> 86 src/vfs/local/local.c DIR *dir = NULL;</span>
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L118'>DIR</a> 118 src/vfs/local/local.c DIR **local_info = (DIR **) g_new (DIR *, 1);</span>
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L132'>DIR</a> 132 src/vfs/local/local.c d = readdir (*(DIR **) data);</span>
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L153'>DIR</a> 153 src/vfs/local/local.c i = closedir (*(DIR **) data);</span>
</pre>
</body>
</html>