sys_tmp           778 lib/vfs/interface.c     const char *sys_tmp;
sys_tmp           791 lib/vfs/interface.c     sys_tmp = getenv ("MC_TMPDIR");
sys_tmp           792 lib/vfs/interface.c     if (sys_tmp == NULL || !IS_PATH_SEP (sys_tmp[0]))
sys_tmp           794 lib/vfs/interface.c         sys_tmp = getenv ("TMPDIR");
sys_tmp           795 lib/vfs/interface.c         if (sys_tmp == NULL || !IS_PATH_SEP (sys_tmp[0]))
sys_tmp           796 lib/vfs/interface.c             sys_tmp = TMPDIR_DEFAULT;
sys_tmp           799 lib/vfs/interface.c     template = g_build_filename (sys_tmp, "mc-XXXXXX", (char *) NULL);