Searched defs:STR_ENDS_WITH (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTErrUnique.cpp56 #define STR_ENDS_WITH(a_psz, a_cch, a_sz) \ macro
59 return STR_ENDS_WITH(pszDefine, cchDefine, "_FIRST")
60 || STR_ENDS_WITH(pszDefine, cchDefine, "_LAST")
61 || STR_ENDS_WITH(pszDefine, cchDefine, "_LOWEST")
62 || STR_ENDS_WITH(pszDefine, cchDefine, "_HIGHEST")
/vbox/src/VBox/Runtime/common/err/
H A Derrmsg.cpp92 #define STR_ENDS_WITH(a_psz, a_cch, a_sz) \ macro
95 if ( !STR_ENDS_WITH(g_aStatusMsgs[i].pszDefine, cchDefine, "_FIRST")
96 && !STR_ENDS_WITH(g_aStatusMsgs[i].pszDefine, cchDefine, "_LAST")
97 && !STR_ENDS_WITH(g_aStatusMsgs[i].pszDefine, cchDefine, "_LOWEST")
98 && !STR_ENDS_WITH(g_aStatusMsgs[i].pszDefine, cchDefine, "_HIGHEST")

Completed in 39 milliseconds