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

35 lines
3.7 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>first_element</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#L275'>first_element</a> 275 lib/util.h char *mc_build_filename (const char *first_element, ...);</span>
<span class='curline'><a href='../S/lib--util.h.html#L276'>first_element</a> 276 lib/util.h char *mc_build_filenamev (const char *first_element, va_list args);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1280'>first_element</a> 1280 lib/utilunix.c mc_build_filenamev (const char *first_element, va_list args)</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1283'>first_element</a> 1283 lib/utilunix.c const char *element = first_element;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1287'>first_element</a> 1287 lib/utilunix.c if (first_element == NULL)</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1290'>first_element</a> 1290 lib/utilunix.c absolute = IS_PATH_SEP (*first_element);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1332'>first_element</a> 1332 lib/utilunix.c mc_build_filename (const char *first_element, ...)</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1337'>first_element</a> 1337 lib/utilunix.c if (first_element == NULL)</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1340'>first_element</a> 1340 lib/utilunix.c va_start (args, first_element);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1341'>first_element</a> 1341 lib/utilunix.c ret = mc_build_filenamev (first_element, args);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1228'>first_element</a> 1228 lib/vfs/path.c vfs_path_build_filename (const char *first_element, ...)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1234'>first_element</a> 1234 lib/vfs/path.c if (first_element == NULL)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1237'>first_element</a> 1237 lib/vfs/path.c va_start (args, first_element);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1238'>first_element</a> 1238 lib/vfs/path.c str_path = mc_build_filenamev (first_element, args);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1257'>first_element</a> 1257 lib/vfs/path.c vfs_path_append_new (const vfs_path_t *vpath, const char *first_element, ...)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1264'>first_element</a> 1264 lib/vfs/path.c if (vpath == NULL || first_element == NULL)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1267'>first_element</a> 1267 lib/vfs/path.c va_start (args, first_element);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1268'>first_element</a> 1268 lib/vfs/path.c str_path = mc_build_filenamev (first_element, args);</span>
<span class='curline'><a href='../S/lib--vfs--path.h.html#L66'>first_element</a> 66 lib/vfs/path.h vfs_path_t *vfs_path_build_filename (const char *first_element, ...);</span>
<span class='curline'><a href='../S/lib--vfs--path.h.html#L67'>first_element</a> 67 lib/vfs/path.h vfs_path_t *vfs_path_append_new (const vfs_path_t *vpath, const char *first_element, ...);</span>
</pre>
</body>
</html>