mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
41 lines
4.6 KiB
HTML
41 lines
4.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>tmpdir</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#L758'>tmpdir</a> 758 lib/vfs/interface.c static const char *tmpdir = NULL;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L763'>tmpdir</a> 763 lib/vfs/interface.c if (tmpdir != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L767'>tmpdir</a> 767 lib/vfs/interface.c if (lstat (tmpdir, &st) == 0 && S_ISDIR (st.st_mode) && st.st_uid == getuid ()</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L769'>tmpdir</a> 769 lib/vfs/interface.c return tmpdir;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L784'>tmpdir</a> 784 lib/vfs/interface.c tmpdir = g_mkdtemp (buffer);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L785'>tmpdir</a> 785 lib/vfs/interface.c if (tmpdir != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L786'>tmpdir</a> 786 lib/vfs/interface.c g_setenv ("MC_TMPDIR", tmpdir, TRUE);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L798'>tmpdir</a> 798 lib/vfs/interface.c return tmpdir;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L767'>tmpdir</a> 767 src/filemanager/cmd.c char *tmpdir = dir;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L770'>tmpdir</a> 770 src/filemanager/cmd.c tmpdir = dir + 1;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L772'>tmpdir</a> 772 src/filemanager/cmd.c absdir = vfs_path_append_new (panel->cwd_vpath, tmpdir, (char *) NULL);</span>
|
|
<span class='curline'><a href='../S/src--main.c.html#L226'>tmpdir</a> 226 src/main.c const char *tmpdir = NULL;</span>
|
|
<span class='curline'><a href='../S/src--main.c.html#L296'>tmpdir</a> 296 src/main.c tmpdir = mc_tmpdir ();</span>
|
|
<span class='curline'><a href='../S/src--main.c.html#L305'>tmpdir</a> 305 src/main.c (void) my_rmdir (tmpdir);</span>
|
|
<span class='curline'><a href='../S/src--main.c.html#L445'>tmpdir</a> 445 src/main.c (void) my_rmdir (tmpdir);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--tempdir.c.html#L69'>tmpdir</a> 69 tests/lib/vfs/tempdir.c const char *tmpdir;</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--tempdir.c.html#L73'>tmpdir</a> 73 tests/lib/vfs/tempdir.c tmpdir = mc_tmpdir ();</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--tempdir.c.html#L77'>tmpdir</a> 77 tests/lib/vfs/tempdir.c ck_assert_msg (g_file_test (tmpdir, G_FILE_TEST_EXISTS)</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--tempdir.c.html#L78'>tmpdir</a> 78 tests/lib/vfs/tempdir.c && g_file_test (tmpdir, G_FILE_TEST_IS_DIR),</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--tempdir.c.html#L79'>tmpdir</a> 79 tests/lib/vfs/tempdir.c "\nNo such directory: %s\n", tmpdir);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--tempdir.c.html#L80'>tmpdir</a> 80 tests/lib/vfs/tempdir.c mctest_assert_str_eq (env_tmpdir, tmpdir);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--tempdir.c.html#L82'>tmpdir</a> 82 tests/lib/vfs/tempdir.c rmdir (tmpdir);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--tempdir.c.html#L93'>tmpdir</a> 93 tests/lib/vfs/tempdir.c const char *tmpdir;</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--tempdir.c.html#L99'>tmpdir</a> 99 tests/lib/vfs/tempdir.c tmpdir = mc_tmpdir ();</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--tempdir.c.html#L100'>tmpdir</a> 100 tests/lib/vfs/tempdir.c begin_pname = g_build_filename (tmpdir, "mctest-", (char *) NULL);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--tempdir.c.html#L112'>tmpdir</a> 112 tests/lib/vfs/tempdir.c rmdir (tmpdir);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|