EV_ERR
EV_ERR(EINVAL);
EV_ERR(EINVAL);
EV_ERR(EINVAL);
EV_ERR(EINVAL);
EV_ERR(ENOENT);
EV_ERR(ENOENT);
EV_ERR(EINVAL);
EV_ERR(ENOENT);
EV_ERR(EINVAL);
EV_ERR(EINVAL);
EV_ERR(EINVAL);
EV_ERR(EINVAL);
#define OK(x) if ((x) < 0) EV_ERR(errno); else (void)NULL
#define OKFREE(x, y) if ((x) < 0) { FREE((y)); EV_ERR(errno); } \