dassert_errno
dassert_errno(fp, "Unable to create %s\n", buf);
dassert_errno(slavefd >= 0, "Cannot open slave pty");
dassert_errno(fd >= 0, "cannot open /dev/null");
dassert_errno(fp, "Cannot run: %s", cmd);
dassert_errno(fp, "Unable to create %s", path);
dassert_errno(fp, "Unable to create %s", path);
dassert_errno(rs != MAP_FAILED, "Cannot mmap \"%s\"", datfile);
dassert_errno(RStats != MAP_FAILED, "Unable to mmap %s", StatsFilePath);
dassert_errno(fd >= 0, "could not create %s", goodbuf);