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

55 lines
7.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>local</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#L752'>local</a> 752 lib/vfs/direntry.c vfs_path_t *local = NULL;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L765'>local</a> 765 lib/vfs/direntry.c local = vfs_path_from_str_flags (fh-&gt;ino-&gt;localname, VPF_NO_CANON);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L770'>local</a> 770 lib/vfs/direntry.c return local;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L780'>local</a> 780 lib/vfs/direntry.c vfs_s_ungetlocalcopy (const vfs_path_t *vpath, const vfs_path_t *local, gboolean has_changed)</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L783'>local</a> 783 lib/vfs/direntry.c (void) local;</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L136'>local</a> 136 lib/vfs/interface.c const char *local;</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L138'>local</a> 138 lib/vfs/interface.c local = vfs_path_get_last_path_str (local_vpath);</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L148'>local</a> 148 lib/vfs/interface.c fdin = open (local, O_RDONLY);</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L172'>local</a> 172 lib/vfs/interface.c unlink (local);</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L182'>local</a> 182 lib/vfs/interface.c unlink (local);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L151'>local</a> 151 lib/vfs/path.c char *local;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L159'>local</a> 159 lib/vfs/path.c local = mc_build_filename (PATH_SEP_STR, path, (char *) NULL);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L166'>local</a> 166 lib/vfs/path.c local = mc_build_filename (curr_dir, path, (char *) NULL);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L168'>local</a> 168 lib/vfs/path.c result = vfs_canon (local);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L169'>local</a> 169 lib/vfs/path.c g_free (local);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L343'>local</a> 343 lib/vfs/path.c const char *local, *op;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L347'>local</a> 347 lib/vfs/path.c while ((class = _vfs_split_with_semi_skip_count (path, &amp;local, &amp;op, 0)) != NULL)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L352'>local</a> 352 lib/vfs/path.c if (local == NULL)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L353'>local</a> 353 lib/vfs/path.c local = "";</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L354'>local</a> 354 lib/vfs/path.c element-&gt;path = vfs_translate_path_n (local);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L356'>local</a> 356 lib/vfs/path.c element-&gt;encoding = vfs_get_encoding (local, -1);</span>
<span class='curline'><a href='../S/lib--widget--mouse.c.html#L89'>local</a> 89 lib/widget/mouse.c mouse_event_t local;</span>
<span class='curline'><a href='../S/lib--widget--mouse.c.html#L155'>local</a> 155 lib/widget/mouse.c init_mouse_event (&amp;local, msg, event, w);</span>
<span class='curline'><a href='../S/lib--widget--mouse.c.html#L157'>local</a> 157 lib/widget/mouse.c return local;</span>
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L878'>local</a> 878 lib/widget/widget-common.c Gpm_Event local;</span>
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L880'>local</a> 880 lib/widget/widget-common.c memset (&amp;local, 0, sizeof (local));</span>
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L882'>local</a> 882 lib/widget/widget-common.c local.buttons = global-&gt;buttons;</span>
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L883'>local</a> 883 lib/widget/widget-common.c local.x = global-&gt;x - w-&gt;rect.x;</span>
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L884'>local</a> 884 lib/widget/widget-common.c local.y = global-&gt;y - w-&gt;rect.y;</span>
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L885'>local</a> 885 lib/widget/widget-common.c local.type = global-&gt;type;</span>
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L887'>local</a> 887 lib/widget/widget-common.c return local;</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1534'>local</a> 1534 src/vfs/extfs/extfs.c extfs_ungetlocalcopy (const vfs_path_t *vpath, const vfs_path_t *local, gboolean has_changed)</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1542'>local</a> 1542 src/vfs/extfs/extfs.c if (strcmp (fh-&gt;ino-&gt;localname, vfs_path_get_last_path_str (local)) == 0)</span>
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L382'>local</a> 382 src/vfs/local/local.c local_ungetlocalcopy (const vfs_path_t *vpath, const vfs_path_t *local, gboolean has_changed)</span>
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L385'>local</a> 385 src/vfs/local/local.c (void) local;</span>
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L432'>local</a> 432 src/vfs/sfs/sfs.c sfs_ungetlocalcopy (const vfs_path_t *vpath, const vfs_path_t *local, gboolean has_changed)</span>
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L435'>local</a> 435 src/vfs/sfs/sfs.c (void) local;</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_split.c.html#L177'>local</a> 177 tests/lib/vfs/vfs_split.c const char *local = NULL, *op = NULL;</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_split.c.html#L184'>local</a> 184 tests/lib/vfs/vfs_split.c actual_result = _vfs_split_with_semi_skip_count (path, &amp;local, &amp;op, 0);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_split.c.html#L189'>local</a> 189 tests/lib/vfs/vfs_split.c mctest_assert_str_eq (local, data-&gt;expected_local);</span>
</pre>
</body>
</html>