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

/external/netperf/
H A 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);
H A Dnetlib.c411 void PrintWin32Error(FILE *stream, LPSTR text)
408 void PrintWin32Error(FILE *stream, LPSTR text) function

Completed in 145 milliseconds