opts_optarg
if (ret == 1 && opts && opts_optarg(opts, "P") != NULL)
opts_optarg(cp->cf_opts, "P")) != NULL) {
err_mailto(opts_optarg(clopts, "e"));
if ((conffile = opts_optarg(clopts, "f")) == NULL)
if ((timestamps = opts_optarg(clopts, "F")) == NULL)
opts_optarg(clopts, "w"));
conf_replace(opts_optarg(clopts, "w"), clopts);
err_mailto(opts_optarg(allopts, "e"));
(void) strlcpy(ownerbuf, opts_optarg(opts, "o"), MAXATTR);
group = opts_optarg(opts, "g");
mode = opts_optarg(opts, "m");
struct fn *rawcmd = fn_new(opts_optarg(opts, "R"));
const char *cmd = opts_optarg(opts, "a");
addrs = lut_add(addrs, opts_optarg(opts, "e"), NULL);
Aftercmds = lut_add(Aftercmds, opts_optarg(opts, "a"), addrs);
struct fn *template = fn_new(opts_optarg(opts, "t"));
const char *cmd = opts_optarg(opts, "b");
struct fn *rawcmd = fn_new(opts_optarg(opts, "M"));
template = fn_new(opts_optarg(opts, "T"));
template = fn_new(opts_optarg(opts, "t"));
struct fn *rawcmd = fn_new(opts_optarg(opts, "E"));
const char *opts_optarg(struct opts *opts, const char *o);