Home
last modified time | relevance | path

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

/openbsd/src/lib/libz/
DSymbols.list87 zError
Dzutil.c129 const char * ZEXPORT zError(int err) { in zError() function
Dzconf.h134 # define zError z_zError macro
Dzlib.h1929 ZEXTERN const char * ZEXPORT zError(int);
DChangeLog12 - Add bounds checking to ERR_MSG() macro, used by zError()
1342 - add undocumented function zError to convert error code to string
/openbsd/src/usr.bin/ctfconv/
Dgenerate.c451 warnx("zlib deflateInit failed: %s", zError(error)); in data_compress()
461 warnx("zlib deflate failed: %s", zError(error)); in data_compress()
467 warnx("zlib deflateEnd failed: %s", zError(error)); in data_compress()
/openbsd/src/usr.bin/ctfdump/
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/src/sys/ddb/
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/src/sys/lib/libz/
Dzutil.c132 const char * ZEXPORT zError(int err) { in zError() function
Dzconf.h134 # define zError z_zError macro
Dzlib.h1929 ZEXTERN const char * ZEXPORT zError(int);
/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
Dzutil.c131 const char * ZEXPORT zError(int err) { in zError() function
Dzconf.h135 # define zError Perl_crz_zError macro
Dzlib.h1914 ZEXTERN const char * ZEXPORT zError(int);
/openbsd/src/usr.bin/mandoc/
Dread.c523 zError(gzerrnum) : strerror(errno)); in read_whole_file()
532 zError(gzerrnum)); in read_whole_file()