dberr
dberr("%s: %s", optarg, strerror(errno));
dberr("%s: %s", *argv, strerror(errno));
dberr("dbopen: %s", strerror(errno));
dberr("line %lu: not expecting command",
dberr("line %lu: not expecting command",
dberr("write: %s", strerror(errno));
dberr("line %lu: not expecting command",
dberr("line %lu: not expecting command",
dberr("line %lu: not expecting command",
dberr("line %lu: not expecting command",
dberr("line %lu: not expecting command",
dberr("line %lu: not expecting data", lineno);
dberr("line %lu: not expecting data", lineno);
dberr("line %lu: command doesn't take data",
dberr("line %lu: not expecting a key", lineno);
dberr("line %lu: 'K' not available for recno",
dberr("line %lu: not expecting a key", lineno);
dberr("line %lu: command doesn't take a key",
dberr("line %lu: %s: unknown command character",
dberr("db->close: %s", strerror(errno));
dberr("line %lu: get: %s", lineno, strerror(errno));
dberr("line %lu: getdata: %s", lineno, strerror(errno));
dberr("line %lu: getdata failed, no such key", lineno);
dberr("line %lu: put: %s", lineno, strerror(errno));
dberr("line %lu: rem: %s", lineno, strerror(errno));
dberr("line %lu: synk: %s", lineno, strerror(errno));
dberr("line %lu: seq: %s", lineno, strerror(errno));
dberr("line %lu: (dump) seq: %s",
dberr("line %lu: %s: unknown flag", lineno, s);
void __dead dberr(const char *, ...);
dberr("%s: unknown type (use btree, hash or recno)", s);
dberr("%s: illegal structure set statement", s);
dberr("%s: structure set statement must be a number", s);
dberr("%s: unknown structure value", s);
dberr("%s: %s\n", name, strerror(errno));
dberr("%s: %s\n", name, strerror(E2BIG));
dberr("%s", strerror(errno));
dberr("%s", strerror(errno));