sys_tmp           776 lib/vfs/interface.c     const char *sys_tmp;
sys_tmp           786 lib/vfs/interface.c     sys_tmp = getenv ("MC_TMPDIR");
sys_tmp           787 lib/vfs/interface.c     if (sys_tmp == NULL || !IS_PATH_SEP (sys_tmp[0]))
sys_tmp           789 lib/vfs/interface.c         sys_tmp = getenv ("TMPDIR");
sys_tmp           790 lib/vfs/interface.c         if (sys_tmp == NULL || !IS_PATH_SEP (sys_tmp[0]))
sys_tmp           791 lib/vfs/interface.c             sys_tmp = TMPDIR_DEFAULT;
sys_tmp           796 lib/vfs/interface.c         g_snprintf (buffer, sizeof (buffer), "%s/mc-%s", sys_tmp, pwd->pw_name);
sys_tmp           798 lib/vfs/interface.c         g_snprintf (buffer, sizeof (buffer), "%s/mc-%lu", sys_tmp, (unsigned long) getuid ());
sys_tmp           835 lib/vfs/interface.c         fallback_prefix = g_strdup_printf ("%s/mctest", sys_tmp);
sys_tmp           852 lib/vfs/interface.c             fprintf (stderr, _("Temporary files will be created in %s\n"), sys_tmp);
sys_tmp           853 lib/vfs/interface.c             g_snprintf (buffer, sizeof (buffer), "%s", sys_tmp);