Searched refs:tmpdir (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/path/
H A Dpathtemp.c97 char* tmpdir; member in struct:__anon300
162 if (tmp.tmpdir)
163 free(tmp.tmpdir);
164 tmp.tmpdir = dir ? strdup(dir) : (char*)0;
216 if (((d = tmp.tmpdir) || (d = getenv(TMP_ENV))) && !VALID(d))

Completed in 10 milliseconds