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

49 lines
6.4 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>pent</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/src--vfs--extfs--extfs.c.html#L234'>pent</a> 234 src/vfs/extfs/extfs.c struct vfs_s_entry *pent, *pdir;</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L248'>pent</a> 248 src/vfs/extfs/extfs.c pent = dir-&gt;ent;</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L252'>pent</a> 252 src/vfs/extfs/extfs.c while ((pent != NULL) &amp;&amp; (c != '\0') &amp;&amp; (*p != '\0'))</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L262'>pent</a> 262 src/vfs/extfs/extfs.c pent = pent-&gt;dir != NULL ? pent-&gt;dir-&gt;ent : NULL;</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L267'>pent</a> 267 src/vfs/extfs/extfs.c pent = extfs_resolve_symlinks_int (pent, list);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L268'>pent</a> 268 src/vfs/extfs/extfs.c if (pent == NULL)</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L274'>pent</a> 274 src/vfs/extfs/extfs.c if (!S_ISDIR (pent-&gt;ino-&gt;st.st_mode))</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L281'>pent</a> 281 src/vfs/extfs/extfs.c pdir = pent;</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L282'>pent</a> 282 src/vfs/extfs/extfs.c pl = g_queue_find_custom (pent-&gt;ino-&gt;subdir, p, vfs_s_entry_compare);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L283'>pent</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#L284'>pent</a> 284 src/vfs/extfs/extfs.c if (pent != NULL &amp;&amp; q + 1 &gt; name_end)</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L288'>pent</a> 288 src/vfs/extfs/extfs.c notadir = !S_ISDIR (pent-&gt;ino-&gt;st.st_mode);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L289'>pent</a> 289 src/vfs/extfs/extfs.c return pent;</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L293'>pent</a> 293 src/vfs/extfs/extfs.c if (pent == NULL &amp;&amp; (flags &amp; FL_MKDIR) != 0)</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L294'>pent</a> 294 src/vfs/extfs/extfs.c pent = extfs_generate_entry (super, p, pdir-&gt;ino, S_IFDIR | 0777);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L295'>pent</a> 295 src/vfs/extfs/extfs.c if (pent == NULL &amp;&amp; (flags &amp; FL_MKFILE) != 0)</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L296'>pent</a> 296 src/vfs/extfs/extfs.c pent = extfs_generate_entry (super, p, pdir-&gt;ino, S_IFREG | 0666);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L304'>pent</a> 304 src/vfs/extfs/extfs.c if (pent == NULL)</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L306'>pent</a> 306 src/vfs/extfs/extfs.c return pent;</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L415'>pent</a> 415 src/vfs/extfs/extfs.c struct vfs_s_entry *pent = NULL;</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L439'>pent</a> 439 src/vfs/extfs/extfs.c pent = extfs_find_entry (super-&gt;root, q, FL_MKDIR);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L440'>pent</a> 440 src/vfs/extfs/extfs.c if (pent == NULL)</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L447'>pent</a> 447 src/vfs/extfs/extfs.c if (pent != NULL)</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L449'>pent</a> 449 src/vfs/extfs/extfs.c entry = extfs_entry_new (super-&gt;me, p, pent-&gt;ino);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L450'>pent</a> 450 src/vfs/extfs/extfs.c entry-&gt;dir = pent-&gt;ino;</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L451'>pent</a> 451 src/vfs/extfs/extfs.c g_queue_push_tail (pent-&gt;ino-&gt;subdir, entry);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L462'>pent</a> 462 src/vfs/extfs/extfs.c pent = extfs_find_entry (super-&gt;root, current_link_name, FL_NONE);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L463'>pent</a> 463 src/vfs/extfs/extfs.c if (pent == NULL)</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L469'>pent</a> 469 src/vfs/extfs/extfs.c pent-&gt;ino-&gt;st.st_nlink++;</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L470'>pent</a> 470 src/vfs/extfs/extfs.c entry-&gt;ino = pent-&gt;ino;</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L852'>pent</a> 852 src/vfs/extfs/extfs.c struct vfs_s_entry *pent = NULL;</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L867'>pent</a> 867 src/vfs/extfs/extfs.c pent = extfs_find_entry_int (entry-&gt;dir, entry-&gt;ino-&gt;linkname, looping, FL_NONE);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L870'>pent</a> 870 src/vfs/extfs/extfs.c if (pent == NULL)</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L874'>pent</a> 874 src/vfs/extfs/extfs.c return pent;</span>
</pre>
</body>
</html>