Home
last modified time | relevance | path

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

/external/curl/tests/server/
Dutil.h46 #define perror(m) win32_perror(m)
47 void win32_perror (const char *msg);
Dutil.c138 void win32_perror (const char *msg) in win32_perror() function