Home
last modified time | relevance | path

Searched refs:z_errmsg (Results 1 – 6 of 6) sorted by relevance

/openbsd/lib/libz/
H A Dzutil.h58 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
61 #define ERR_MSG(err) z_errmsg[(err) < -6 || (err) > 2 ? 9 : 2 - (err)]
H A Dzutil.c11 z_const char * const z_errmsg[10] = { variable
/openbsd/sys/lib/libz/
H A Dzutil.h72 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
75 #define ERR_MSG(err) z_errmsg[(err) < -6 || (err) > 2 ? 9 : 2 - (err)]
H A Dzutil.c14 z_const char * const z_errmsg[10] = { variable
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dzutil.h60 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
63 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
H A Dzutil.c13 z_const char * const z_errmsg[10] = { variable