Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYUtils.h278 extern char *w32_strerror(DWORD ercode);
DLYUtils.c7759 char *w32_strerror(DWORD ercode) in w32_strerror() argument
7778 wsprintf(msg_buff, "Error %ld", ercode); in w32_strerror()
7783 if (ercode > WSABASEERR) { in w32_strerror()
7791 rc = FormatMessage(msg_type, hModule, ercode, LANG_NEUTRAL, in w32_strerror()
7795 FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM, NULL, ercode, in w32_strerror()