tmpdir            777 lib/vfs/interface.c     static const char *tmpdir = NULL;
tmpdir            782 lib/vfs/interface.c     if (tmpdir != NULL)
tmpdir            786 lib/vfs/interface.c         if (lstat (tmpdir, &st) == 0 && S_ISDIR (st.st_mode) && st.st_uid == getuid ()
tmpdir            788 lib/vfs/interface.c             return tmpdir;
tmpdir            803 lib/vfs/interface.c     tmpdir = g_mkdtemp (buffer);
tmpdir            804 lib/vfs/interface.c     if (tmpdir != NULL)
tmpdir            805 lib/vfs/interface.c         g_setenv ("MC_TMPDIR", tmpdir, TRUE);
tmpdir            816 lib/vfs/interface.c     return tmpdir;
tmpdir            785 src/filemanager/cmd.c             char *tmpdir = dir;
tmpdir            788 src/filemanager/cmd.c                 tmpdir = dir + 1;
tmpdir            790 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             76 tests/lib/vfs/tempdir.c     const char *tmpdir;
tmpdir             80 tests/lib/vfs/tempdir.c     tmpdir = mc_tmpdir ();
tmpdir             84 tests/lib/vfs/tempdir.c     ck_assert_msg (g_file_test (tmpdir, G_FILE_TEST_EXISTS | G_FILE_TEST_IS_DIR),
tmpdir             85 tests/lib/vfs/tempdir.c                    "\nNo such directory: %s\n", tmpdir);
tmpdir             86 tests/lib/vfs/tempdir.c     mctest_assert_str_eq (env_tmpdir, tmpdir);