Lines Matching refs:opts_optarg
304 err_mailto(opts_optarg(clopts, "e")); in main()
307 if ((conffile = opts_optarg(clopts, "f")) == NULL) in main()
309 if ((timestamps = opts_optarg(clopts, "F")) == NULL) in main()
322 opts_optarg(clopts, "w")); in main()
323 conf_replace(opts_optarg(clopts, "w"), clopts); in main()
503 err_mailto(opts_optarg(allopts, "e")); in dologname()
710 (void) strlcpy(ownerbuf, opts_optarg(opts, "o"), MAXATTR); in rotatelog()
716 group = opts_optarg(opts, "g"); in rotatelog()
724 mode = opts_optarg(opts, "m"); in rotatelog()
738 struct fn *rawcmd = fn_new(opts_optarg(opts, "R")); in rotatelog()
759 const char *cmd = opts_optarg(opts, "a"); in rotatelog()
762 addrs = lut_add(addrs, opts_optarg(opts, "e"), NULL); in rotatelog()
763 Aftercmds = lut_add(Aftercmds, opts_optarg(opts, "a"), addrs); in rotatelog()
782 struct fn *template = fn_new(opts_optarg(opts, "t")); in rotateto()
818 const char *cmd = opts_optarg(opts, "b"); in rotateto()
836 struct fn *rawcmd = fn_new(opts_optarg(opts, "M")); in rotateto()
882 template = fn_new(opts_optarg(opts, "T")); in expirefiles()
886 template = fn_new(opts_optarg(opts, "t")); in expirefiles()
985 struct fn *rawcmd = fn_new(opts_optarg(opts, "E")); in dorm()