Home
last modified time | relevance | path

Searched refs:TMP_ENV (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathtemp.c79 #define TMP_ENV "TMPDIR" macro
155 else if (streq(pfx, TMP_ENV)) in pathtemp()
216 if (((d = tmp.tmpdir) || (d = getenv(TMP_ENV))) && !VALID(d)) in pathtemp()