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

27 lines
2.3 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>got_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--utilunix.c.html#L1082'>got_path</a> 1082 lib/utilunix.c char got_path[PATH_MAX];</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1083'>got_path</a> 1083 lib/utilunix.c char *new_path = got_path;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1106'>got_path</a> 1106 lib/utilunix.c strcpy (got_path, "");</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1109'>got_path</a> 1109 lib/utilunix.c g_snprintf (got_path, sizeof (got_path), "%s", new_path);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1111'>got_path</a> 1111 lib/utilunix.c new_path = got_path;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1114'>got_path</a> 1114 lib/utilunix.c new_path += strlen (got_path);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1146'>got_path</a> 1146 lib/utilunix.c if (new_path == got_path + 1)</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1174'>got_path</a> 1174 lib/utilunix.c n = readlink (got_path, link_path, PATH_MAX - 1);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1182'>got_path</a> 1182 lib/utilunix.c strcpy (resolved_path, got_path);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1192'>got_path</a> 1192 lib/utilunix.c new_path = got_path;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1212'>got_path</a> 1212 lib/utilunix.c if (new_path != got_path + 1 &amp;&amp; IS_PATH_SEP (new_path[-1]))</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1216'>got_path</a> 1216 lib/utilunix.c strcpy (resolved_path, got_path);</span>
</pre>
</body>
</html>