opts_optarg_int
if (opts_count(opts, "p") && opts_optarg_int(opts, "p") == OPTP_NEVER)
stbuf.st_size < opts_optarg_int(opts, "s")) {
off_t when = opts_optarg_int(opts, "p");
off_t last = opts_optarg_int(opts, "P");
off_t last = opts_optarg_int(cfopts, "P");
if (opts_count(opts, "zAS") == 0 && opts_optarg_int(opts, "C") == 0)
if ((count = opts_optarg_int(opts, "C")) > 0) {
if (opts_count(opts, "S") && (size = opts_optarg_int(opts, "S")) > 0) {
int mtime = (int)time(0) - (int)opts_optarg_int(opts, "A");
int zcount = (int)opts_optarg_int(opts, "z");
off_t opts_optarg_int(struct opts *opts, const char *o);