Home | History | Annotate | Download | only in djgpp

Lines Matching defs:tmpdir

70   char *tmpdir;
73 tmpdir = getenv("TMPDIR");
74 if (tmpdir == NULL)
75 tmpdir = getenv("TMP");
76 if (tmpdir == NULL)
77 tmpdir = getenv("TEMP");
78 if (access(tmpdir, D_OK))
79 tmpdir = ".";
81 strcpy(tmp_file_name[0], tmpdir);
88 strcpy(tmp_file_name[1], tmpdir);