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

/illumos-gate/usr/src/cmd/logadm/
H A Dmain.c450 struct opts *cfopts; local
457 cfopts = conf_opts(logname);
467 opts_print(cfopts, stderr, NULL);
479 opts_print(cfopts, stdout, NULL);
499 allopts = opts_merge(cfopts, clopts);
541 logfiles = opts_cmdargs(cfopts);
544 (void) fprintf(stderr, "dologname: logfiles from cfopts:\n");
626 struct opts *cfopts; local
668 } else if ((cfopts = conf_opts(fname)) != NULL &&
669 opts_count(cfopts, "
[all...]

Completed in 46 milliseconds