Lines Matching defs:tstream
53 static void conf_print(FILE *cstream, FILE *tstream);
641 conf_print(FILE *cstream, FILE *tstream)
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, "\n");