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

23 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>full_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--mcconfig--paths.c.html#L121'>full_path</a> 121 lib/mcconfig/paths.c char *full_path;</span>
<span class='curline'><a href='../S/lib--mcconfig--paths.c.html#L125'>full_path</a> 125 lib/mcconfig/paths.c full_path = g_build_filename (path_base, subdir, (char *) NULL);</span>
<span class='curline'><a href='../S/lib--mcconfig--paths.c.html#L127'>full_path</a> 127 lib/mcconfig/paths.c if (g_file_test (full_path, G_FILE_TEST_EXISTS))</span>
<span class='curline'><a href='../S/lib--mcconfig--paths.c.html#L129'>full_path</a> 129 lib/mcconfig/paths.c if (g_file_test (full_path, G_FILE_TEST_IS_DIR))</span>
<span class='curline'><a href='../S/lib--mcconfig--paths.c.html#L133'>full_path</a> 133 lib/mcconfig/paths.c fprintf (stderr, "%s %s\n", _ ("FATAL: not a directory:"), full_path);</span>
<span class='curline'><a href='../S/lib--mcconfig--paths.c.html#L138'>full_path</a> 138 lib/mcconfig/paths.c mc_config_mkdir (full_path, mcerror);</span>
<span class='curline'><a href='../S/lib--mcconfig--paths.c.html#L140'>full_path</a> 140 lib/mcconfig/paths.c MC_PTR_FREE (full_path);</span>
<span class='curline'><a href='../S/lib--mcconfig--paths.c.html#L142'>full_path</a> 142 lib/mcconfig/paths.c return full_path;</span>
</pre>
</body>
</html>