maybe_warnx
maybe_warnx("truncated input");
maybe_warnx("invalid compressed"
maybe_warnx("decompression error");
maybe_warnx("%s already exists -- skipping", outfile);
maybe_warnx("%s has %ju other link%s -- "
maybe_warnx("%s already has %s suffix -- unchanged",
maybe_warnx("output file: %s wrong size (%ju != %ju), deleting",
maybe_warnx("leaving original %s", file);
maybe_warnx("%s: unknown suffix -- ignored", file);
maybe_warnx("%s: not in gzip format", file);
maybe_warnx("%s has %ju other links -- skipping",
maybe_warnx("no -l with bzip2 files");
maybe_warnx("no -l with Lempel-Ziv files");
maybe_warnx("no -l with packed files");
maybe_warnx("no -l with lzip files");
maybe_warnx("no -l with zstd files");
maybe_warnx("no -l for unknown filetypes");
maybe_warnx("%s: uncompress failed", file);
maybe_warnx("stat gave different size: %ju != %ju (leaving original)",
maybe_warnx("%s: unexpected end of file", file);
maybe_warnx("standard input is a terminal -- ignoring");
maybe_warnx("(stdin): unexpected end of file");
maybe_warnx("unknown compression format");
maybe_warnx("zopen of stdin");
maybe_warnx("standard output is a terminal -- ignoring");
maybe_warnx("%s is a directory", path);
maybe_warnx("%s is not a regular file", path);
maybe_warnx("read of uncompressed size");
static void maybe_warnx(const char *fmt, ...) __printflike(1, 2);
maybe_warnx("deflateInit2 failed");
maybe_warnx("deflate failed");
maybe_warnx("deflate failed");
maybe_warnx("deflateEnd failed");
maybe_warnx("%s: unexpected end of file",
maybe_warnx("%s: trailing garbage "
maybe_warnx("input not gziped (MAGIC0)");
maybe_warnx("input not gziped (MAGIC1)");
maybe_warnx("unknown compression method");
maybe_warnx("failed to inflateInit");
maybe_warnx("Z_NEED_DICT error");
maybe_warnx("data stream error");
maybe_warnx("internal stream error");
maybe_warnx("memory allocation error");
maybe_warnx("truncated input");
maybe_warnx("invalid compressed"
maybe_warnx("bzip2 data integrity error");
maybe_warnx("bzip2 magic number error");
maybe_warnx("bzip2 out of memory");
maybe_warnx("unknown bzip2 error: %d", ret);