Symbol: dberr
regress/lib/libc/db/dbtest.c
105
dberr("%s: %s", optarg, strerror(errno));
regress/lib/libc/db/dbtest.c
124
dberr("%s: %s", *argv, strerror(errno));
regress/lib/libc/db/dbtest.c
151
dberr("dbopen: %s", strerror(errno));
regress/lib/libc/db/dbtest.c
169
dberr("line %lu: not expecting command",
regress/lib/libc/db/dbtest.c
176
dberr("line %lu: not expecting command",
regress/lib/libc/db/dbtest.c
183
dberr("write: %s", strerror(errno));
regress/lib/libc/db/dbtest.c
187
dberr("line %lu: not expecting command",
regress/lib/libc/db/dbtest.c
194
dberr("line %lu: not expecting command",
regress/lib/libc/db/dbtest.c
201
dberr("line %lu: not expecting command",
regress/lib/libc/db/dbtest.c
213
dberr("line %lu: not expecting command",
regress/lib/libc/db/dbtest.c
220
dberr("line %lu: not expecting command",
regress/lib/libc/db/dbtest.c
233
dberr("line %lu: not expecting data", lineno);
regress/lib/libc/db/dbtest.c
238
dberr("line %lu: not expecting data", lineno);
regress/lib/libc/db/dbtest.c
249
dberr("line %lu: command doesn't take data",
regress/lib/libc/db/dbtest.c
259
dberr("line %lu: not expecting a key", lineno);
regress/lib/libc/db/dbtest.c
261
dberr("line %lu: 'K' not available for recno",
regress/lib/libc/db/dbtest.c
267
dberr("line %lu: not expecting a key", lineno);
regress/lib/libc/db/dbtest.c
304
dberr("line %lu: command doesn't take a key",
regress/lib/libc/db/dbtest.c
312
dberr("line %lu: %s: unknown command character",
regress/lib/libc/db/dbtest.c
325
dberr("db->close: %s", strerror(errno));
regress/lib/libc/db/dbtest.c
366
dberr("line %lu: get: %s", lineno, strerror(errno));
regress/lib/libc/db/dbtest.c
389
dberr("line %lu: getdata: %s", lineno, strerror(errno));
regress/lib/libc/db/dbtest.c
392
dberr("line %lu: getdata failed, no such key", lineno);
regress/lib/libc/db/dbtest.c
406
dberr("line %lu: put: %s", lineno, strerror(errno));
regress/lib/libc/db/dbtest.c
423
dberr("line %lu: rem: %s", lineno, strerror(errno));
regress/lib/libc/db/dbtest.c
448
dberr("line %lu: synk: %s", lineno, strerror(errno));
regress/lib/libc/db/dbtest.c
467
dberr("line %lu: seq: %s", lineno, strerror(errno));
regress/lib/libc/db/dbtest.c
509
dberr("line %lu: (dump) seq: %s",
regress/lib/libc/db/dbtest.c
537
dberr("line %lu: %s: unknown flag", lineno, s);
regress/lib/libc/db/dbtest.c
54
void __dead dberr(const char *, ...);
regress/lib/libc/db/dbtest.c
570
dberr("%s: unknown type (use btree, hash or recno)", s);
regress/lib/libc/db/dbtest.c
585
dberr("%s: illegal structure set statement", s);
regress/lib/libc/db/dbtest.c
588
dberr("%s: structure set statement must be a number", s);
regress/lib/libc/db/dbtest.c
666
dberr("%s: unknown structure value", s);
regress/lib/libc/db/dbtest.c
685
dberr("%s: %s\n", name, strerror(errno));
regress/lib/libc/db/dbtest.c
687
dberr("%s: %s\n", name, strerror(E2BIG));
regress/lib/libc/db/dbtest.c
689
dberr("%s", strerror(errno));
regress/lib/libc/db/dbtest.c
704
dberr("%s", strerror(errno));