Home
last modified time | relevance | path

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

/external/libxml2/win32/wince/
Dwincecompat.c64 if (errnum>MAX_STRERROR) in strerror()
65 return strError[MAX_STRERROR]; in strerror()
Dwincecompat.h17 #define MAX_STRERROR 31 macro