OPTTYPE_INT
{ "c", OPTTYPE_INT, opts_parse_seconds, OPTF_CLI|OPTF_CONF },
{ "d", OPTTYPE_INT, opts_parse_ctime, OPTF_CLI|OPTF_CONF },
{ "e", OPTTYPE_INT, opts_parse_bytes, OPTF_CLI|OPTF_CONF },
{ "f", OPTTYPE_INT, opts_parse_atopi, OPTF_CLI|OPTF_CONF },
{ "p", OPTTYPE_INT, opts_parse_seconds, OPTF_CLI|OPTF_CONF },
{ "P", OPTTYPE_INT, opts_parse_ctime, OPTF_CLI|OPTF_CONF },
{ "s", OPTTYPE_INT, opts_parse_bytes, OPTF_CLI|OPTF_CONF },
{ "m", OPTTYPE_INT, opts_parse_atopi, OPTF_CLI|OPTF_CONF },
{ "z", OPTTYPE_INT, opts_parse_atopi, OPTF_CLI|OPTF_CONF },
{ "A", OPTTYPE_INT, opts_parse_seconds, OPTF_CLI|OPTF_CONF },
{ "C", OPTTYPE_INT, opts_parse_atopi, OPTF_CLI|OPTF_CONF },
{ "S", OPTTYPE_INT, opts_parse_bytes, OPTF_CLI|OPTF_CONF },