Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svr4pkg/pkginstall/
H A Dquit.c92 static char *dstreamTempDir = (char *)NULL; variable
150 dstreamTempDir = a_dstreamTempDir; in quitSetDstreamTmpdir()
266 if (dstreamTempDir != (char *)NULL) { in quit()
267 echoDebug(DBG_REMOVING_DSTREAM_TMPDIR, dstreamTempDir); in quit()
268 (void) rrmdir(dstreamTempDir); in quit()
269 dstreamTempDir = (char *)NULL; in quit()