Searched refs:DBGRPT_TOOLONGMSG (Results 1 – 3 of 3) sorted by relevance
/reactos/sdk/lib/ucrt/misc/ |
H A D | dbgrptt.cpp | 298 _ERRCHECK(strcpy_s(szUserMessage, DBGRPT_MAX_MSG, DBGRPT_TOOLONGMSG)); in _VCrtDbgReportA() 326 _ERRCHECK(strcpy_s(szOutMessage, DBGRPT_MAX_MSG, DBGRPT_TOOLONGMSG)); in _VCrtDbgReportA() 530 _ERRCHECK(wcscpy_s(szUserMessage, DBGRPT_MAX_MSG, _CRT_WIDE(DBGRPT_TOOLONGMSG))); in _VCrtDbgReportW() 554 _ERRCHECK(wcscpy_s(szOutMessage, DBGRPT_MAX_MSG, _CRT_WIDE(DBGRPT_TOOLONGMSG))); in _VCrtDbgReportW()
|
H A D | dbgrpt.cpp | 406 _ERRCHECK(wcscpy_s(message_buffer, DBGRPT_MAX_MSG, _CRT_WIDE(DBGRPT_TOOLONGMSG))); in common_message_window()
|
/reactos/sdk/lib/ucrt/inc/ |
H A D | corecrt_internal.h | 283 #define DBGRPT_TOOLONGMSG "_CrtDbgReport: String too long or IO Error" macro
|