Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dminigzip.c80 static char *strwinerror (error) in strwinerror() function
123 fprintf(stderr, "%s: %s\n", s, strwinerror(GetLastError ()));
125 fprintf(stderr, "%s\n", strwinerror(GetLastError ()));
DChangeLog440 - Fix usage of strwinerror() in glib.c, change to gz_strwinerror()