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

22 lines
1.8 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>mc_realpath</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--shell.c.html#L273'>mc_realpath</a> 273 lib/shell.c mc_shell-&gt;real_path = mc_realpath (mc_shell-&gt;path, rp_shell);</span>
<span class='curline'><a href='../S/lib--util.h.html#L245'>mc_realpath</a> 245 lib/util.h char *mc_realpath (const char *path, char *resolved_path);</span>
<span class='curline'><a href='../S/src--filemanager--info.c.html#L136'>mc_realpath</a> 136 src/filemanager/info.c p_rp_cwd = mc_realpath (vfs_path_as_str (current_panel-&gt;cwd_vpath), rp_cwd);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1075'>mc_realpath</a> 1075 src/filemanager/panel.c if (mc_realpath (old_cwd, rpath) == NULL)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1641'>mc_realpath</a> 1641 src/subshell/common.c p_subshell_cwd = mc_realpath (subshell_cwd, rp_subshell_cwd);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L1642'>mc_realpath</a> 1642 src/subshell/common.c p_current_panel_cwd = mc_realpath (pcwd, rp_current_panel_cwd);</span>
<span class='curline'><a href='../S/tests--lib--mc_realpath.c.html#L90'>mc_realpath</a> 90 tests/lib/mc_realpath.c if (mc_realpath (data-&gt;input_string, resolved_path) == NULL)</span>
</pre>
</body>
</html>