Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/logadm/
H A Dconf.c53 static void conf_print(FILE *cstream, FILE *tstream);
633 conf_print(FILE *cstream, FILE *tstream) in conf_print() argument
639 if (tstream == NULL) { in conf_print()
642 (void) fprintf(tstream, gettext( in conf_print()
654 if (tstream != NULL && (timestamp = in conf_print()
656 opts_printword(cp->cf_entry, tstream); in conf_print()
657 (void) fprintf(tstream, " -P "); in conf_print()
658 opts_printword(timestamp, tstream); in conf_print()
659 (void) fprintf(tstream, "\n"); in conf_print()