tmpdir            758 lib/vfs/interface.c     static const char *tmpdir = NULL;
tmpdir            763 lib/vfs/interface.c     if (tmpdir != NULL)
tmpdir            767 lib/vfs/interface.c         if (lstat (tmpdir, &st) == 0 && S_ISDIR (st.st_mode) && st.st_uid == getuid ()
tmpdir            769 lib/vfs/interface.c             return tmpdir;
tmpdir            784 lib/vfs/interface.c     tmpdir = g_mkdtemp (buffer);
tmpdir            785 lib/vfs/interface.c     if (tmpdir != NULL)
tmpdir            786 lib/vfs/interface.c         g_setenv ("MC_TMPDIR", tmpdir, TRUE);
tmpdir            798 lib/vfs/interface.c     return tmpdir;
tmpdir            767 src/filemanager/cmd.c             char *tmpdir = dir;
tmpdir            770 src/filemanager/cmd.c                 tmpdir = dir + 1;
tmpdir            772 src/filemanager/cmd.c             absdir = vfs_path_append_new (panel->cwd_vpath, tmpdir, (char *) NULL);
tmpdir            255 src/main.c         const char *tmpdir = NULL;
tmpdir            325 src/main.c         tmpdir = mc_tmpdir ();
tmpdir            334 src/main.c             (void) my_rmdir (tmpdir);
tmpdir            473 src/main.c         (void) my_rmdir (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 | G_FILE_TEST_IS_DIR),
tmpdir             78 tests/lib/vfs/tempdir.c                    "\nNo such directory: %s\n", tmpdir);
tmpdir             79 tests/lib/vfs/tempdir.c     mctest_assert_str_eq (env_tmpdir, tmpdir);