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

29 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>re</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--filemanager--mountlist.c.html#L820'>re</a> 820 src/filemanager/mountlist.c struct rootdir_entry *re = g_malloc (sizeof (*re));</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L821'>re</a> 821 src/filemanager/mountlist.c re-&gt;name = name;</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L822'>re</a> 822 src/filemanager/mountlist.c re-&gt;dev = statbuf.st_dev;</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L823'>re</a> 823 src/filemanager/mountlist.c re-&gt;ino = statbuf.st_ino;</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L826'>re</a> 826 src/filemanager/mountlist.c *rootdir_tail = re;</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L827'>re</a> 827 src/filemanager/mountlist.c rootdir_tail = &amp;re-&gt;next;</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L840'>re</a> 840 src/filemanager/mountlist.c struct rootdir_entry *re;</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L842'>re</a> 842 src/filemanager/mountlist.c for (re = rootdir_list; re; re = re-&gt;next)</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L843'>re</a> 843 src/filemanager/mountlist.c if (re-&gt;dev == fi.dev &amp;&amp; re-&gt;ino == fi.root)</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L849'>re</a> 849 src/filemanager/mountlist.c me-&gt;me_mountdir = g_strdup (re != NULL ? re-&gt;name : fi.fsh_name);</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L862'>re</a> 862 src/filemanager/mountlist.c struct rootdir_entry *re = rootdir_list;</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L864'>re</a> 864 src/filemanager/mountlist.c rootdir_list = re-&gt;next;</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L865'>re</a> 865 src/filemanager/mountlist.c g_free (re-&gt;name);</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L866'>re</a> 866 src/filemanager/mountlist.c g_free (re);</span>
</pre>
</body>
</html>