Home
last modified time | relevance | path

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

/external/netperf/
Dnetlib.h312 #define perror(text) PrintWin32Error(stderr, (text))
313 #define Print_errno(stream, text) PrintWin32Error((stream), (text))
315 extern void PrintWin32Error(FILE *stream, LPSTR text);
Dnetlib.c408 void PrintWin32Error(FILE *stream, LPSTR text) in PrintWin32Error() function