Searched refs:cdb_path (Results 1 – 1 of 1) sorted by relevance
94 char *cdb_path; /* cdb pathname (.cdb) */ member184 char *cdb_path; in dict_cdbq_open() local192 myfree(cdb_path); \ in dict_cdbq_open()196 cdb_path = concatenate(path, CDB_SUFFIX, (char *) 0); in dict_cdbq_open()198 if ((fd = open(cdb_path, O_RDONLY)) < 0) in dict_cdbq_open()201 "open database %s: %m", cdb_path)); in dict_cdbq_open()204 cdb_path, sizeof(*dict_cdbq)); in dict_cdbq_open()207 msg_fatal("dict_cdbq_open: unable to init %s: %m", cdb_path); in dict_cdbq_open()228 msg_warn("database %s is older than source file %s", cdb_path, path); in dict_cdbq_open()322 if (rename(dict_cdbm->tmp_path, dict_cdbm->cdb_path) < 0) in dict_cdbm_close()[all …]