Home | History | Annotate | Download | only in PC

Lines Matching defs: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",
224 wchar_t message[MSGSIZE];
246 winerror(status, message, MSGSIZE);
259 winerror(status, message, MSGSIZE);
269 winerror(status, message, MSGSIZE);
286 winerror(GetLastError(), message, MSGSIZE);
459 static wchar_t configured_value[MSGSIZE];
465 _snwprintf_s(configured_value, MSGSIZE, _TRUNCATE, L"py_%ls", key);
470 configured_value, MSGSIZE,
480 configured_value, MSGSIZE,
755 wchar_t value[MSGSIZE];
812 len = SearchPathW(NULL, name, NULL, MSGSIZE, path_command.value, NULL);
823 len = SearchPathW(NULL, name, extension, MSGSIZE, path_command.value, NULL);
861 wcsncpy_s(cp->value, MSGSIZE, cmdline, _TRUNCATE);
880 wchar_t keynames[MSGSIZE];
881 wchar_t value[MSGSIZE];
887 read = GetPrivateProfileStringW(L"commands", NULL, NULL, keynames, MSGSIZE,
889 if (read == MSGSIZE - 1) {
894 read = GetPrivateProfileStringW(L"commands", key, NULL, value, MSGSIZE,
896 if (read == MSGSIZE - 1) {
1574 wchar_t message[MSGSIZE];
1629 winerror(GetLastError(), message, MSGSIZE);