Lines Matching refs:MSGSIZE
17 #define MSGSIZE 1024
90 wchar_t message[MSGSIZE];
91 wchar_t win_message[MSGSIZE];
95 len = _vsnwprintf_s(message, MSGSIZE, _TRUNCATE, format, va);
99 winerror(GetLastError(), win_message, MSGSIZE);
101 _snwprintf_s(&message[len], MSGSIZE - len, _TRUNCATE, L": %ls",
254 wchar_t message[MSGSIZE];
276 winerror(status, message, MSGSIZE);
297 winerror(status, message, MSGSIZE);
316 winerror(status, message, MSGSIZE);
341 winerror(GetLastError(), message, MSGSIZE);
582 static wchar_t configured_value[MSGSIZE];
588 _snwprintf_s(configured_value, MSGSIZE, _TRUNCATE, L"py_%ls", key);
593 configured_value, MSGSIZE,
603 configured_value, MSGSIZE,
881 wchar_t value[MSGSIZE];
938 len = SearchPathW(NULL, name, NULL, MSGSIZE, path_command.value, NULL);
949 len = SearchPathW(NULL, name, extension, MSGSIZE, path_command.value, NULL);
987 wcsncpy_s(cp->value, MSGSIZE, cmdline, _TRUNCATE);
1006 wchar_t keynames[MSGSIZE];
1007 wchar_t value[MSGSIZE];
1013 read = GetPrivateProfileStringW(L"commands", NULL, NULL, keynames, MSGSIZE,
1015 if (read == MSGSIZE - 1) {
1020 read = GetPrivateProfileStringW(L"commands", key, NULL, value, MSGSIZE,
1022 if (read == MSGSIZE - 1) {
1728 wchar_t message[MSGSIZE];
1783 winerror(GetLastError(), message, MSGSIZE);