Home
last modified time | relevance | path

Searched refs:zError (Results 1 – 14 of 14) sorted by relevance

/openbsd/usr.bin/ctfconv/
H A Dgenerate.c449 warnx("zlib deflateInit failed: %s", zError(error)); in data_compress()
459 warnx("zlib deflate failed: %s", zError(error)); in data_compress()
465 warnx("zlib deflateEnd failed: %s", zError(error)); in data_compress()
/openbsd/sys/ddb/
H A Ddb_ctf.c672 db_printf("zlib inflateInit failed: %s", zError(error)); in db_ctf_decompress()
677 db_printf("zlib inflate failed: %s", zError(error)); in db_ctf_decompress()
683 db_printf("zlib inflateEnd failed: %s", zError(error)); in db_ctf_decompress()
/openbsd/usr.bin/ctfdump/
H A Dctfdump.c688 warnx("zlib inflateInit failed: %s", zError(error)); in decompress()
693 warnx("zlib inflate failed: %s", zError(error)); in decompress()
699 warnx("zlib inflateEnd failed: %s", zError(error)); in decompress()
/openbsd/sys/lib/libz/
H A Dzutil.c132 const char * ZEXPORT zError(int err) { in zError() function
H A Dzconf.h133 # define zError z_zError macro
H A Dzlib.h1917 ZEXTERN const char * ZEXPORT zError(int);
/openbsd/lib/libz/
H A Dzutil.c129 const char * ZEXPORT zError(int err) { in zError() function
H A Dzconf.h133 # define zError z_zError macro
H A Dzlib.h1917 ZEXTERN const char * ZEXPORT zError(int);
H A DChangeLog12 - Add bounds checking to ERR_MSG() macro, used by zError()
1342 - add undocumented function zError to convert error code to string
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dzutil.c135 const char * ZEXPORT zError( in zError() function
H A Dzconf.h132 # define zError Perl_crz_zError macro
H A Dzlib.h1911 ZEXTERN const char * ZEXPORT zError OF((int));
/openbsd/usr.bin/mandoc/
H A Dread.c523 zError(gzerrnum) : strerror(errno)); in read_whole_file()
532 zError(gzerrnum)); in read_whole_file()