Home
last modified time | relevance | path

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

/freebsd-12.1/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-12.1/sys/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c83 static char *strwinerror (error) in strwinerror() function
126 fprintf(stderr, "%s: %s\n", s, strwinerror(GetLastError ()));
128 fprintf(stderr, "%s\n", strwinerror(GetLastError ()));
/freebsd-12.1/sys/contrib/zlib/
H A DChangeLog483 - Fix usage of strwinerror() in glib.c, change to gz_strwinerror()