Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/logadm/
H A Dmain.c450 struct opts *cfopts; in dologname() local
457 cfopts = conf_opts(logname); in dologname()
467 opts_print(cfopts, stderr, NULL); in dologname()
479 opts_print(cfopts, stdout, NULL); in dologname()
499 allopts = opts_merge(cfopts, clopts); in dologname()
541 logfiles = opts_cmdargs(cfopts); in dologname()
626 struct opts *cfopts; in rotatelog() local
668 } else if ((cfopts = conf_opts(fname)) != NULL && in rotatelog()
669 opts_count(cfopts, "P")) { in rotatelog()
670 off_t last = opts_optarg_int(cfopts, "P"); in rotatelog()