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

/illumos-gate/usr/src/lib/libproc/common/
H A Dproc_stdio.c42 static char stdout_name[] = "/tmp/.stdoutXXXXXX"; variable
62 if ((fd = mkstemp(stdout_name)) < 0) {
68 (void) unlink(stdout_name);

Completed in 424 milliseconds