_PATH_RAWSCORES
rawscores = open(_PATH_RAWSCORES, O_RDWR|O_CREAT, 0664);
warn("open %s", _PATH_RAWSCORES);
const char *recfile = _PATH_RAWSCORES;