mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
49 lines
6.4 KiB
HTML
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->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) && (c != '\0') && (*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->dir != NULL ? pent->dir->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->ino->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->ino->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->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 && q + 1 > 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->ino->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 && (flags & 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->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 && (flags & 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->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->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->me, p, pent->ino);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L450'>pent</a> 450 src/vfs/extfs/extfs.c entry->dir = pent->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->ino->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->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->ino->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->ino = pent->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->dir, entry->ino->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>
|