Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/logadm/
H A Dopts.h69 void opts_print(struct opts *opts, FILE *stream, char *exclude);
H A Dmain.c233 opts_print(clopts, stderr, NULL); in main()
471 opts_print(cfopts, stderr, NULL); in dologname()
483 opts_print(cfopts, stdout, NULL); in dologname()
536 opts_print(allopts, stderr, NULL); in dologname()
H A Dopts.c495 opts_print(struct opts *opts, FILE *stream, char *exclude) in opts_print() function
547 opts_print(opts, stdout, NULL); in main()
H A Dconf.c678 opts_print(cp->cf_opts, cstream, exclude_opts); in conf_print()