Searched defs:errout (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/bin/tools/
H A Dnamed-journalprint.c30 setup_logging(isc_mem_t *mctx, FILE *errout, isc_log_t **logp) { argument
40 destination.file.stream = errout;
/bind-9.11.3/bin/check/
H A Dnamed-checkzone.c113 FILE *errout = stdout; local
507 errout = stderr;
520 RUNTIME_CHECK(setup_logging(mctx, errout, &lctx)
542 fprintf(errout, "dump zone to %s...", output_filename);
543 fflush(errout);
548 fprintf(errout, "done\n");
552 fprintf(errout, "OK\n");
H A Dcheck-tool.c555 setup_logging(isc_mem_t *mctx, FILE *errout, isc_log_t **logp) { argument
567 destination.file.stream = errout;
/bind-9.11.3/bin/delv/
H A Ddelv.c264 setup_logging(FILE *errout) { argument
280 destination.file.stream = errout;

Completed in 53 milliseconds