capdb_getaltstr
CHK(capdb_getaltstr(bp, "af", "acct.file", 0, &pp->acct_file));
CHK(capdb_getaltstr(bp, "ff", "job.formfeed", DEFFF, &pp->form_feed));
CHK(capdb_getaltstr(bp, "lf", "spool.log", _PATH_CONSOLE,
CHK(capdb_getaltstr(bp, "lo", "spool.lock", DEFLOCK, &pp->lock_file));
CHK(capdb_getaltstr(bp, "lp", "tty.device", _PATH_DEFDEVLP, &pp->lp));
CHK(capdb_getaltstr(bp, "ms", "tty.mode", 0, &pp->mode_set));
CHK(capdb_getaltstr(bp, "rg", "daemon.restrictgrp", 0,
CHK(capdb_getaltstr(bp, "rm", "remote.host", 0, &pp->remote_host));
CHK(capdb_getaltstr(bp, "rp", "remote.queue", DEFLP,
CHK(capdb_getaltstr(bp, "sd", "spool.dir", _PATH_DEFSPOOL,
CHK(capdb_getaltstr(bp, "sr", "stat.recv", 0, &pp->stat_recv));
CHK(capdb_getaltstr(bp, "ss", "stat.send", 0, &pp->stat_send));
CHK(capdb_getaltstr(bp, "st", "spool.status", DEFSTAT,
CHK(capdb_getaltstr(bp, "tr", "job.trailer", 0, &pp->trailer));
CHK((error = capdb_getaltstr(bp, "rp", "remote.queue", 0, &rp_name)));
CHK(capdb_getaltstr(bp, filters[filt], longfilters[filt], 0,
static int capdb_getaltstr(char *_bp, const char *_shrt,