Searched refs:opts_print (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/logadm/ |
H A D | opts.h | 69 void opts_print(struct opts *opts, FILE *stream, char *exclude);
|
H A D | main.c | 233 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 D | opts.c | 495 opts_print(struct opts *opts, FILE *stream, char *exclude) in opts_print() function 547 opts_print(opts, stdout, NULL); in main()
|
H A D | conf.c | 678 opts_print(cp->cf_opts, cstream, exclude_opts); in conf_print()
|