Lines Matching refs:DBDIR
2037 if (mkdir(DBDIR, 0755) == -1 && errno != EEXIST)2038 syslog(LOG_ERR, "mkdir `%s': %m", DBDIR);