sys_tmp           832 lib/vfs/interface.c     const char *sys_tmp;
sys_tmp           845 lib/vfs/interface.c     sys_tmp = getenv ("MC_TMPDIR");
sys_tmp           846 lib/vfs/interface.c     if (sys_tmp == NULL || !IS_PATH_SEP (sys_tmp[0]))
sys_tmp           848 lib/vfs/interface.c         sys_tmp = getenv ("TMPDIR");
sys_tmp           849 lib/vfs/interface.c         if (sys_tmp == NULL || !IS_PATH_SEP (sys_tmp[0]))
sys_tmp           850 lib/vfs/interface.c             sys_tmp = TMPDIR_DEFAULT;
sys_tmp           853 lib/vfs/interface.c     template = g_build_filename (sys_tmp, "mc-XXXXXX", (char *) NULL);