Searched defs:ERROR_MSG (Results 1 – 5 of 5) sorted by relevance
39 ERROR_MSG = macro67 ERROR_MSG = $(MSG_INVALID_PKGCONFIG) macro72 ERROR_MSG = $(MSG_INVALID_CFG) macro
36 #define ERROR_MSG(f, ...) DBG("ERROR: "f, ##__VA_ARGS__) macro
186 #define ERROR_MSG(fmt, ...) \ macro
310 static const char ERROR_MSG[] = "cannot convert string from UTF-8 to UTF-16"; in UTF8ToUTF16() local