Searched refs:strwinerror (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/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 ()));
|
/freebsd/sys/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 ()));
|
/freebsd/sys/contrib/zlib/ |
H A D | ChangeLog | 586 - Fix usage of strwinerror() in glib.c, change to gz_strwinerror()
|