Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cw/
H A Dcw.c203 char *i_stderr; member
1193 if (stat(ctx->i_stderr, &s) < 0) { in reap()
1200 if ((f = fopen(ctx->i_stderr, "r")) != NULL) { in reap()
1207 (void) unlink(ctx->i_stderr); in reap()
1208 free(ctx->i_stderr); in reap()
1222 if ((ctx->i_stderr = tempnam(ctx->i_tmpdir, "cw")) == NULL) { in exec_ctx()
1231 if ((fd = open(ctx->i_stderr, O_WRONLY | O_CREAT | O_EXCL, in exec_ctx()