Home
last modified time | relevance | path

Searched refs:db_home_buf (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/util/
Ddict_db.c584 VSTRING *db_home_buf; in dict_db_new_env() local
606 db_home_buf = vstring_alloc(100); in dict_db_new_env()
607 if ((errno = dbenv->open(dbenv, sane_dirname(db_home_buf, db_path), in dict_db_new_env()
610 vstring_free(db_home_buf); in dict_db_new_env()