Home
last modified time | relevance | path

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

/titanic_50/usr/src/tools/cw/
H A Dcw.c362 char *i_stderr; member
1725 if (stat(ctx->i_stderr, &s) < 0) { in reap()
1732 if ((f = fopen(ctx->i_stderr, "r")) != NULL) { in reap()
1739 (void) unlink(ctx->i_stderr); in reap()
1740 free(ctx->i_stderr); in reap()
1768 if ((ctx->i_stderr = tempnam(NULL, ".cw")) == NULL) { in exec_ctx()
1777 if ((fd = open(ctx->i_stderr, O_WRONLY | O_CREAT | O_EXCL, in exec_ctx()