Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/logadm/
H A Dmain.c454 struct opts *cfopts; in dologname() local
461 cfopts = conf_opts(logname); in dologname()
471 opts_print(cfopts, stderr, NULL); in dologname()
483 opts_print(cfopts, stdout, NULL); in dologname()
503 allopts = opts_merge(cfopts, clopts); in dologname()
545 logfiles = opts_cmdargs(cfopts); in dologname()
631 struct opts *cfopts; in rotatelog() local
673 } else if ((cfopts = conf_opts(fname)) != NULL && in rotatelog()
674 opts_count(cfopts, "P")) { in rotatelog()
675 off_t last = opts_optarg_int(cfopts, "P"); in rotatelog()