Searched defs:cstream (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
658 opts_printword(cp->cf_entry, cstream);
660 opts_print(cp->cf_opts, cstream, exclude_opts);
672 (void) fprintf(cstream, " ");
673 (void) fprintf(cstream, "#%s", cp->cf_com);
675 (void) fprintf(cstream, "\n");

Completed in 94 milliseconds