Home | History | Annotate | Download | only in vndcompress

Lines Matching refs:PRIu32

93 		errx(1, "blocksize too small: %"PRIu32
94 " (must be at least %"PRIu32")",
98 errx(1, "blocksize too large: %"PRIu32
99 " (must be at most %"PRIu32")",
103 errx(1, "bad blocksize: %"PRIu32
104 " (not a multiple of %"PRIu32")",
108 errx(1, "too many blocks: %"PRIu32" (max %"PRIu32")",
174 errx(1, "strange offset for block %"PRIu32
180 errx(1, "block %"PRIu32" too large"
185 errx(1, "block %"PRIu32" overflows offset:"
193 err(1, "read block %"PRIu32, blkno);
196 errx(1, "partial read of block %"PRIu32": %zu != %zu",
205 errx(1, "block %"PRIu32" decompression failure (%d)"
211 errx(1, "truncated non-final block %"PRIu32
218 err(1, "write block %"PRIu32, blkno);
221 errx(1, "partial write of block %"PRIu32": %zu != %lu",