MDB_OPT_UINTPTR_SET
case MDB_OPT_UINTPTR_SET:
optp->opt_type == MDB_OPT_UINTPTR_SET ||
} else if (op->opt_type == MDB_OPT_UINTPTR_SET) {
'l', MDB_OPT_UINTPTR_SET, &opt_l, (uintptr_t *)&forced_size, NULL);
'C', MDB_OPT_UINTPTR_SET, &Cflag, &Ctmp,
'S', MDB_OPT_UINTPTR_SET, &Sflag, &Stmp,
't', MDB_OPT_UINTPTR_SET, &tflag, (uintptr_t *)&coargs.time,
'a', MDB_OPT_UINTPTR_SET, &aflag, (uintptr_t *)&coargs.atime,
'b', MDB_OPT_UINTPTR_SET, &bflag, (uintptr_t *)&coargs.btime,
'k', MDB_OPT_UINTPTR_SET, &mwd.mwd_opt_k_set, &mwd.mwd_opt_k,
'v', MDB_OPT_UINTPTR_SET, &mwd.mwd_opt_v_set, &mwd.mwd_opt_v,
'D', MDB_OPT_UINTPTR_SET, &devid_filter, &pdevid,
if (mdb_getopts(argc, argv, 'e', MDB_OPT_UINTPTR_SET, &ep_set, &ep,
's', MDB_OPT_UINTPTR_SET, &slot_set, &slot, NULL) != argc)