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

28 lines
3.0 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>VFS_ENTRY</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#L207'>VFS_ENTRY</a> 207 lib/vfs/direntry.c ent = VFS_ENTRY (iter-&gt;data);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L213'>VFS_ENTRY</a> 213 lib/vfs/direntry.c ent = iter != NULL ? VFS_ENTRY (iter-&gt;data) : NULL;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L269'>VFS_ENTRY</a> 269 lib/vfs/direntry.c ent = iter != NULL ? VFS_ENTRY (iter-&gt;data) : NULL;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L296'>VFS_ENTRY</a> 296 lib/vfs/direntry.c ent = iter != NULL ? VFS_ENTRY (iter-&gt;data) : NULL;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L465'>VFS_ENTRY</a> 465 lib/vfs/direntry.c name = VFS_ENTRY (info-&gt;cur-&gt;data)-&gt;name;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L920'>VFS_ENTRY</a> 920 lib/vfs/direntry.c entry = VFS_ENTRY (g_queue_peek_head (ino-&gt;subdir));</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1715'>VFS_ENTRY</a> 1715 lib/vfs/direntry.c struct vfs_s_entry *entry = VFS_ENTRY (iter-&gt;data);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L283'>VFS_ENTRY</a> 283 src/vfs/extfs/extfs.c pent = pl != NULL ? VFS_ENTRY (pl-&gt;data) : NULL;</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1217'>VFS_ENTRY</a> 1217 src/vfs/extfs/extfs.c dir = vfs_dirent_init (NULL, VFS_ENTRY ((*info)-&gt;data)-&gt;name, 0, DT_UNKNOWN); // FIXME: inode</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1905'>VFS_ENTRY</a> 1905 src/vfs/ftpfs/ftpfs.c vfs_s_insert_entry (me, dir, VFS_ENTRY (iter-&gt;data));</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs_parse_ls.c.html#L1226'>VFS_ENTRY</a> 1226 src/vfs/ftpfs/ftpfs_parse_ls.c vfs_s_free_entry (me, VFS_ENTRY (bufp-&gt;data));</span>
<span class='curline'><a href='../S/tests--src--vfs--ftpfs--ftpfs_parse_long_list.c.html#L120'>VFS_ENTRY</a> 120 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c mctest_assert_str_eq (VFS_ENTRY (parsed_iter-&gt;data)-&gt;name, (char *) output_iter-&gt;data);</span>
<span class='curline'><a href='../S/tests--src--vfs--ftpfs--ftpfs_parse_long_list.c.html#L127'>VFS_ENTRY</a> 127 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c vfs_s_free_entry (me, VFS_ENTRY (parsed_iter-&gt;data));</span>
</pre>
</body>
</html>