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

25 lines
2.1 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>resolved_path</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--util.h.html#L245'>resolved_path</a> 245 lib/util.h char *mc_realpath (const char *path, char *resolved_path);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1052'>resolved_path</a> 1052 lib/utilunix.c mc_realpath (const char *path, char *resolved_path)</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1078'>resolved_path</a> 1078 lib/utilunix.c return realpath (path, resolved_path);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1182'>resolved_path</a> 1182 lib/utilunix.c strcpy (resolved_path, got_path);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1216'>resolved_path</a> 1216 lib/utilunix.c strcpy (resolved_path, got_path);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1217'>resolved_path</a> 1217 lib/utilunix.c return resolved_path;</span>
<span class='curline'><a href='../S/tests--lib--mc_realpath.c.html#L38'>resolved_path</a> 38 tests/lib/mc_realpath.c static char resolved_path[PATH_MAX];</span>
<span class='curline'><a href='../S/tests--lib--mc_realpath.c.html#L90'>resolved_path</a> 90 tests/lib/mc_realpath.c if (mc_realpath (data-&gt;input_string, resolved_path) == NULL)</span>
<span class='curline'><a href='../S/tests--lib--mc_realpath.c.html#L91'>resolved_path</a> 91 tests/lib/mc_realpath.c resolved_path[0] = '\0';</span>
<span class='curline'><a href='../S/tests--lib--mc_realpath.c.html#L94'>resolved_path</a> 94 tests/lib/mc_realpath.c mctest_assert_str_eq (resolved_path, data-&gt;expected_string);</span>
</pre>
</body>
</html>