Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/test/
H A 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 ()));
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c85 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 DChangeLog586 - Fix usage of strwinerror() in glib.c, change to gz_strwinerror()