Searched refs:dict_dbm_open (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Ddict_dbm.h27 extern DICT *dict_dbm_open(const char *, int, int);
H A Dmkmap_dbm.c89 mkmap->mkmap.open = dict_dbm_open;
H A Ddict_open.c379 DICT_TYPE_DBM, dict_dbm_open, mkmap_dbm_open,
H A Ddict_dbm.c11 /* DICT *dict_dbm_open(path, open_flags, dict_flags)
17 /* dict_dbm_open() opens the named DBM database and makes it available
412 /* dict_dbm_open - open DBM data base */
414 DICT *dict_dbm_open(const char *path, int open_flags, int dict_flags) function
476 msg_fatal("dict_dbm_open: fstat: %m");

Completed in 113 milliseconds