tmpdir            775 lib/vfs/interface.c     static const char *tmpdir = NULL;
tmpdir            782 lib/vfs/interface.c     if (tmpdir != NULL && lstat (tmpdir, &st) == 0 && S_ISDIR (st.st_mode) &&
tmpdir            784 lib/vfs/interface.c         return tmpdir;
tmpdir            867 lib/vfs/interface.c     tmpdir = buffer;
tmpdir            870 lib/vfs/interface.c         g_setenv ("MC_TMPDIR", tmpdir, TRUE);
tmpdir            872 lib/vfs/interface.c     return tmpdir;
tmpdir            784 src/filemanager/cmd.c             char *tmpdir = dir;
tmpdir            787 src/filemanager/cmd.c                 tmpdir = dir + 1;
tmpdir            789 src/filemanager/cmd.c             absdir = vfs_path_append_new (panel->cwd_vpath, tmpdir, (char *) NULL);
tmpdir             73 tests/lib/vfs/tempdir.c     const char *tmpdir;
tmpdir             77 tests/lib/vfs/tempdir.c     tmpdir = mc_tmpdir ();
tmpdir             81 tests/lib/vfs/tempdir.c     ck_assert_msg (g_file_test (tmpdir, G_FILE_TEST_EXISTS | G_FILE_TEST_IS_DIR),
tmpdir             82 tests/lib/vfs/tempdir.c                    "\nNo such directory: %s\n", tmpdir);
tmpdir             83 tests/lib/vfs/tempdir.c     mctest_assert_str_eq (env_tmpdir, tmpdir);