Home
last modified time | relevance | path

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

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