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

/illumos-gate/usr/src/cmd/logadm/
H A Dmain.c451 struct opts *allopts; local
499 allopts = opts_merge(cfopts, clopts);
501 /* arrange for error output to be mailed if allopts includes -e */
502 if (opts_count(allopts, "e"))
503 err_mailto(opts_optarg(allopts, "e"));
508 if (opts_count(allopts, "sp") == 0) {
512 (void) opts_set(allopts, "s", "1b");
513 (void) opts_set(allopts, "p", "1w");
517 if (opts_count(allopts, "ACS") == 0) {
520 (void) opts_set(allopts, "
[all...]

Completed in 71 milliseconds