/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));
|