Home
last modified time | relevance | path

Searched refs:DBGRPT_TOOLONGMSG (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/lib/ucrt/misc/
H A Ddbgrptt.cpp298 _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 Ddbgrpt.cpp406 _ERRCHECK(wcscpy_s(message_buffer, DBGRPT_MAX_MSG, _CRT_WIDE(DBGRPT_TOOLONGMSG))); in common_message_window()
/reactos/sdk/lib/ucrt/inc/
H A Dcorecrt_internal.h283 #define DBGRPT_TOOLONGMSG "_CrtDbgReport: String too long or IO Error" macro