sys_tmp           767 lib/vfs/interface.c     const char *sys_tmp;
sys_tmp           780 lib/vfs/interface.c     sys_tmp = getenv ("MC_TMPDIR");
sys_tmp           781 lib/vfs/interface.c     if (sys_tmp == NULL || !IS_PATH_SEP (sys_tmp[0]))
sys_tmp           783 lib/vfs/interface.c         sys_tmp = getenv ("TMPDIR");
sys_tmp           784 lib/vfs/interface.c         if (sys_tmp == NULL || !IS_PATH_SEP (sys_tmp[0]))
sys_tmp           785 lib/vfs/interface.c             sys_tmp = TMPDIR_DEFAULT;
sys_tmp           788 lib/vfs/interface.c     template = g_build_filename (sys_tmp, "mc-XXXXXX", (char *) NULL);