Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c96 char *temp_dir = TEMPDIR; /* temp directory - for copying stdin */ variable
228 temp_dir = optarg; in options()
430 if ( (temp_file = tempnam(temp_dir, "post")) == NULL ) in download()