capdb_getaltnum
CHK(capdb_getaltnum(bp, "br", "tty.rate", 0, &pp->baud_rate));
CHK(capdb_getaltnum(bp, "ct", "remote.timeout", DEFTIMEOUT,
CHK(capdb_getaltnum(bp, "du", "daemon.user", DEFUID,
CHK(capdb_getaltnum(bp, "mc", "max.copies", DEFMAXCOPIES,
CHK(capdb_getaltnum(bp, "mx", "max.blocks", DEFMX, &pp->max_blocks));
CHK(capdb_getaltnum(bp, "pc", "acct.price", 0, &pp->price100));
CHK(capdb_getaltnum(bp, "pl", "page.length", DEFLENGTH,
CHK(capdb_getaltnum(bp, "pw", "page.width", DEFWIDTH,
CHK(capdb_getaltnum(bp, "px", "page.pwidth", 0, &pp->page_pwidth));
CHK(capdb_getaltnum(bp, "py", "page.plength", 0, &pp->page_plength));
static int capdb_getaltnum(char *_bp, const char *_shrt,