Searched refs:strwinerror (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | minigzip.c-bak | 71 but may be overwritten by a subsequent call to strwinerror 73 The strwinerror function does not change the current setting 76 static char *strwinerror (error) 119 fprintf(stderr, "%s: %s\n", s, strwinerror(GetLastError ())); 121 fprintf(stderr, "%s\n", strwinerror(GetLastError ()));
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/test/ |
A D | minigzip.c | 80 static char *strwinerror (error) in strwinerror() function 123 fprintf(stderr, "%s: %s\n", s, strwinerror(GetLastError ())); 125 fprintf(stderr, "%s\n", strwinerror(GetLastError ()));
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | ChangeLog | 483 - Fix usage of strwinerror() in glib.c, change to gz_strwinerror()
|
Completed in 9 milliseconds