yp_open_db_rw
extern DB *yp_open_db_rw(const char *, const char *, const int);
if ((dbp = yp_open_db_rw(ypxfr_dest_domain, tempmap, 0)) == NULL) {
if ((dbp = yp_open_db_rw(domain, maps[i], FLAGS)) == NULL) {
dbp = yp_open_db_rw(domptr, map, O_RDWR);