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

/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c80 but may be overwritten by a subsequent call to strwinerror
82 The strwinerror function does not change the current setting
85 static char *strwinerror (error) function
128 fprintf(stderr, "%s: %s\n", s, strwinerror(GetLastError ()));
130 fprintf(stderr, "%s\n", strwinerror(GetLastError ()));
/freebsd-13-stable/sys/contrib/zlib/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 53 milliseconds