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

22 lines
1.7 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>d_type</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#L473'>d_type</a> 473 lib/vfs/interface.c vfs_dirent_assign (mc_readdir_result, vfs_str_buffer-&gt;str, entry-&gt;d_ino, entry-&gt;d_type);</span>
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L555'>d_type</a> 555 lib/vfs/vfs.c d-&gt;d_type = type;</span>
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L222'>d_type</a> 222 lib/vfs/vfs.h unsigned char d_type;</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1338'>d_type</a> 1338 src/filemanager/find.c if (dp-&gt;d_type == DT_UNKNOWN || dp-&gt;d_type == DT_DIR</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1339'>d_type</a> 1339 src/filemanager/find.c || (dp-&gt;d_type == DT_LNK &amp;&amp; options.follow_symlinks))</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1343'>d_type</a> 1343 src/filemanager/find.c if (dp-&gt;d_type == DT_DIR)</span>
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L138'>d_type</a> 138 src/vfs/local/local.c type = d-&gt;d_type;</span>
</pre>
</body>
</html>