| /src/common/dist/zlib/ |
| zutil.c | 133 const char * ZEXPORT zError(int err) {
|
| zconf.h | 139 # define zError z_zError
|
| zconf.h.in | 135 # define zError z_zError
|
| zlib.h | 1918 ZEXTERN const char * ZEXPORT zError(int);
|
| zconf.h.cmakein | 137 # define zError z_zError
|
| /src/common/dist/zlib/contrib/ada/ |
| zlib-thin.ads | 301 function zError (err : Int) return Chars_Ptr; 425 pragma Import (C, zError, "zError");
|
| /src/usr.bin/vndcompress/ |
| vnduncompress.c | 202 const int zerror = uncompress(uncompbuf, &uncomplen, compbuf, local in function:vnduncompress 204 if (zerror != Z_OK) 206 ": %s", blkno, zerror, zError(zerror));
|
| vndcompress.c | 784 const int zerror = compress2(compbuf, &complen, uncompbuf, uncomplen, local in function:compress_block 786 if (zerror != Z_OK) 788 zerror, zError(zerror));
|
| /src/sys/net/ |
| zlib.h | 1195 ZEXTERN const char * ZEXPORT zError(int);
|
| zlib.c | 5650 const char * ZEXPORT zError(err)
|
| /src/common/dist/zlib/os400/ |
| zlib.inc | 505 D zError PR * extproc('zError') Error string
|