Home
last modified time | relevance | path

Searched refs:w32_w32errmsg (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/hercules/hercules-3.13/
H A Dw32util.h45 W32_DLL_IMPORT char* w32_w32errmsg( int errnum, char* pszBuffer, size_t nBuffSize );
H A Dw32util.c149 w32_w32errmsg( errnum, buffer, buffsize ); in w32_strerror_r()
159 DLL_EXPORT char* w32_w32errmsg( int errnum, char* pszBuffer, size_t nBuffSize ) in w32_w32errmsg() function
1355 w32_w32errmsg( dwLastError, szErrMsg, sizeof(szErrMsg) ); in ReadStdInW32Thread()