Searched defs:opts_print (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/logadm/
H A Dopts.c437 /* info passed between opts_print() and printer() */
444 /* helper function for opts_print() */
492 * opts_print -- print options to stream, leaving out those in "exclude"
495 opts_print(struct opts *opts, FILE *stream, char *exclude) function
547 opts_print(opts, stdout, NULL);

Completed in 65 milliseconds