tmpdir            766 lib/vfs/interface.c     static const char *tmpdir = NULL;
tmpdir            771 lib/vfs/interface.c     if (tmpdir != NULL)
tmpdir            775 lib/vfs/interface.c         if (lstat (tmpdir, &st) == 0 && S_ISDIR (st.st_mode) && st.st_uid == getuid ()
tmpdir            777 lib/vfs/interface.c             return tmpdir;
tmpdir            792 lib/vfs/interface.c     tmpdir = g_mkdtemp (buffer);
tmpdir            793 lib/vfs/interface.c     if (tmpdir != NULL)
tmpdir            794 lib/vfs/interface.c         g_setenv ("MC_TMPDIR", tmpdir, TRUE);
tmpdir            806 lib/vfs/interface.c     return tmpdir;
tmpdir            769 src/filemanager/cmd.c             char *tmpdir = dir;
tmpdir            772 src/filemanager/cmd.c                 tmpdir = dir + 1;
tmpdir            774 src/filemanager/cmd.c             absdir = vfs_path_append_new (panel->cwd_vpath, tmpdir, (char *) NULL);
tmpdir            261 src/main.c         const char *tmpdir = NULL;
tmpdir            331 src/main.c         tmpdir = mc_tmpdir ();
tmpdir            340 src/main.c             (void) my_rmdir (tmpdir);
tmpdir            483 src/main.c         (void) my_rmdir (tmpdir);
tmpdir             74 tests/lib/vfs/tempdir.c     const char *tmpdir;
tmpdir             78 tests/lib/vfs/tempdir.c     tmpdir = mc_tmpdir ();
tmpdir             82 tests/lib/vfs/tempdir.c     ck_assert_msg (g_file_test (tmpdir, G_FILE_TEST_EXISTS | G_FILE_TEST_IS_DIR),
tmpdir             83 tests/lib/vfs/tempdir.c                    "\nNo such directory: %s\n", tmpdir);
tmpdir             84 tests/lib/vfs/tempdir.c     mctest_assert_str_eq (env_tmpdir, tmpdir);