xp_eq_str
bool xp_eq_str(int, const char *, const char *, const char *);
#define XP_EQ_STR(exp, act) xp_eq_str(__LINE__, exp, act, #act)