sys_tmp 759 lib/vfs/interface.c const char *sys_tmp; sys_tmp 772 lib/vfs/interface.c sys_tmp = getenv ("MC_TMPDIR"); sys_tmp 773 lib/vfs/interface.c if (sys_tmp == NULL || !IS_PATH_SEP (sys_tmp[0])) sys_tmp 775 lib/vfs/interface.c sys_tmp = getenv ("TMPDIR"); sys_tmp 776 lib/vfs/interface.c if (sys_tmp == NULL || !IS_PATH_SEP (sys_tmp[0])) sys_tmp 777 lib/vfs/interface.c sys_tmp = TMPDIR_DEFAULT; sys_tmp 780 lib/vfs/interface.c template = g_build_filename (sys_tmp, "mc-XXXXXX", (char *) NULL);