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

22 lines
1.6 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>sys_tmp</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--vfs--interface.c.html#L759'>sys_tmp</a> 759 lib/vfs/interface.c const char *sys_tmp;</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L772'>sys_tmp</a> 772 lib/vfs/interface.c sys_tmp = getenv ("MC_TMPDIR");</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L773'>sys_tmp</a> 773 lib/vfs/interface.c if (sys_tmp == NULL || !IS_PATH_SEP (sys_tmp[0]))</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L775'>sys_tmp</a> 775 lib/vfs/interface.c sys_tmp = getenv ("TMPDIR");</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L776'>sys_tmp</a> 776 lib/vfs/interface.c if (sys_tmp == NULL || !IS_PATH_SEP (sys_tmp[0]))</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L777'>sys_tmp</a> 777 lib/vfs/interface.c sys_tmp = TMPDIR_DEFAULT;</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L780'>sys_tmp</a> 780 lib/vfs/interface.c template = g_build_filename (sys_tmp, "mc-XXXXXX", (char *) NULL);</span>
</pre>
</body>
</html>