Searched refs:dwLen (Results 1 – 1 of 1) sorted by relevance
2409 DWORD dwLen; in win32_str_os_error() local2411 dwLen = FormatMessageA(FORMAT_MESSAGE_ALLOCATE_BUFFER in win32_str_os_error()2416 if (0 < dwLen) { in win32_str_os_error()2418 --dwLen; /* dwLen doesn't include trailing null */ in win32_str_os_error()2419 } while (0 < dwLen && isSPACE(sMsg[dwLen])); in win32_str_os_error()2420 if ('.' != sMsg[dwLen]) in win32_str_os_error()2421 dwLen++; in win32_str_os_error()2422 sMsg[dwLen] = '\0'; in win32_str_os_error()2424 if (0 == dwLen) { in win32_str_os_error()2427 dwLen = sprintf(sMsg, in win32_str_os_error()[all …]