Searched refs:zError (Results 1 – 15 of 15) sorted by relevance
| /openbsd/src/lib/libz/ |
| D | Symbols.list | 87 zError
|
| D | zutil.c | 129 const char * ZEXPORT zError(int err) { in zError() function
|
| D | zconf.h | 134 # define zError z_zError macro
|
| D | zlib.h | 1929 ZEXTERN const char * ZEXPORT zError(int);
|
| D | ChangeLog | 12 - 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/ |
| D | generate.c | 451 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/ |
| D | ctfdump.c | 688 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/ |
| D | db_ctf.c | 672 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/ |
| D | zutil.c | 132 const char * ZEXPORT zError(int err) { in zError() function
|
| D | zconf.h | 134 # define zError z_zError macro
|
| D | zlib.h | 1929 ZEXTERN const char * ZEXPORT zError(int);
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
| D | zutil.c | 131 const char * ZEXPORT zError(int err) { in zError() function
|
| D | zconf.h | 135 # define zError Perl_crz_zError macro
|
| D | zlib.h | 1914 ZEXTERN const char * ZEXPORT zError(int);
|
| /openbsd/src/usr.bin/mandoc/ |
| D | read.c | 523 zError(gzerrnum) : strerror(errno)); in read_whole_file() 532 zError(gzerrnum)); in read_whole_file()
|