tmpdir            831 lib/vfs/interface.c     static const char *tmpdir = NULL;
tmpdir            836 lib/vfs/interface.c     if (tmpdir != NULL)
tmpdir            840 lib/vfs/interface.c         if (lstat (tmpdir, &st) == 0 && S_ISDIR (st.st_mode) && st.st_uid == getuid ()
tmpdir            842 lib/vfs/interface.c             return tmpdir;
tmpdir            857 lib/vfs/interface.c     tmpdir = g_mkdtemp (buffer);
tmpdir            858 lib/vfs/interface.c     if (tmpdir != NULL)
tmpdir            859 lib/vfs/interface.c         g_setenv ("MC_TMPDIR", tmpdir, TRUE);
tmpdir            871 lib/vfs/interface.c     return tmpdir;
tmpdir            766 src/filemanager/cmd.c             char *tmpdir = dir;
tmpdir            769 src/filemanager/cmd.c                 tmpdir = dir + 1;
tmpdir            771 src/filemanager/cmd.c             absdir = vfs_path_append_new (panel->cwd_vpath, tmpdir, (char *) NULL);
tmpdir            295 src/main.c         const char *tmpdir = mc_tmpdir ();
tmpdir            297 src/main.c         tmp_vpath = vfs_path_from_str (tmpdir);
tmpdir             69 tests/lib/vfs/tempdir.c     const char *tmpdir;
tmpdir             73 tests/lib/vfs/tempdir.c     tmpdir = mc_tmpdir ();
tmpdir             77 tests/lib/vfs/tempdir.c     ck_assert_msg (g_file_test (tmpdir, G_FILE_TEST_EXISTS)
tmpdir             78 tests/lib/vfs/tempdir.c                        && g_file_test (tmpdir, G_FILE_TEST_IS_DIR),
tmpdir             79 tests/lib/vfs/tempdir.c                    "\nNo such directory: %s\n", tmpdir);
tmpdir             80 tests/lib/vfs/tempdir.c     mctest_assert_str_eq (env_tmpdir, tmpdir);
tmpdir             82 tests/lib/vfs/tempdir.c     rmdir (tmpdir);
tmpdir             93 tests/lib/vfs/tempdir.c     const char *tmpdir;
tmpdir             99 tests/lib/vfs/tempdir.c     tmpdir = mc_tmpdir ();
tmpdir            100 tests/lib/vfs/tempdir.c     begin_pname = g_build_filename (tmpdir, "mctest-", (char *) NULL);
tmpdir            112 tests/lib/vfs/tempdir.c     rmdir (tmpdir);