Searched refs:safe_stprintf (Results 1 – 2 of 2) sorted by relevance
56 safe_stprintf(wErr_string, ERR_BUFFER_SIZE, _T("[%u] "), (unsigned int)error_code); in windows_error_str()64 safe_stprintf(wErr_string, ERR_BUFFER_SIZE, in windows_error_str()68 …safe_stprintf(wErr_string, ERR_BUFFER_SIZE, _T("Unknown error code %u"), (unsigned int)error_code); in windows_error_str()
61 #define safe_stprintf _sntprintf macro