cdbr_open
__weak_alias(cdbr_open,_cdbr_open)
db = cdbr_open(_PATH_DEVCDB, CDBR_DEFAULT);
sd->cdb = cdbr_open(_PATH_SERVICES_CDB, CDBR_DEFAULT);
db = cdbr_open(__ti_database, CDBR_DEFAULT);
db = cdbr_open(__ti_database, CDBR_DEFAULT);
struct cdbr *cdbr_open(const char *, int);
ATF_REQUIRE((db = cdbr_open(database_name, CDBR_DEFAULT)) != NULL);