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

/illumos-gate/usr/src/cmd/logadm/
H A Dconf.c53 static void conf_print(FILE *cstream, FILE *tstream);
641 conf_print(FILE *cstream, FILE *tstream) argument
647 if (tstream == NULL) {
650 (void) fprintf(tstream, gettext(
661 /* output timestamps to tstream */
662 if (tstream != NULL && (timestamp =
664 opts_printword(cp->cf_entry, tstream);
665 (void) fprintf(tstream, " -P ");
666 opts_printword(timestamp, tstream);
667 (void) fprintf(tstream, "\
[all...]

Completed in 80 milliseconds