Searched refs:strwinerror (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/zlib/test/ |
| H 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 ()));
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | minigzip.c | 85 static char *strwinerror (error) in strwinerror() function 128 fprintf(stderr, "%s: %s\n", s, strwinerror(GetLastError ())); 130 fprintf(stderr, "%s\n", strwinerror(GetLastError ()));
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | ChangeLog | 483 - Fix usage of strwinerror() in glib.c, change to gz_strwinerror()
|