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

/illumos-gate/usr/src/boot/lib/libz/test/
H A Dminigzip.c75 but may be overwritten by a subsequent call to strwinerror
77 The strwinerror function does not change the current setting
80 static char *strwinerror (error) function
123 fprintf(stderr, "%s: %s\n", s, strwinerror(GetLastError ()));
125 fprintf(stderr, "%s\n", strwinerror(GetLastError ()));

Completed in 57 milliseconds