DB_FILE
get_db_path(hdp, DB_FILE, path, sizeof (path));
get_db_path(hdp, DB_FILE, path, sizeof (path));
(void) snprintf(can_path, sizeof (can_path), "%s/%s", ETCDEV, DB_FILE);
"/tmp%s/%s", ETCDEV, DB_FILE);
get_db_path(&proto, DB_FILE, path, sizeof (path));
get_db_path(hdp, DB_FILE, file, sizeof (file));
db = sqlite_open(DB_FILE, 0, 0);
while( (db = sqlite_open(DB_FILE, 0, 0))==0 ) sched_yield();
if( strcmp(DB_FILE,":memory:") ) unlink(DB_FILE);