DBM_SUFFIX
if (strlen(file) + strlen(DBM_SUFFIX) + 1 > sizeof(path)) {
(void)strcat(path, DBM_SUFFIX);
(void)strncat(path, DBM_SUFFIX, sizeof(path) - 1 - strlen(path));