Searched refs:maybe_errx (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/usr.bin/gzip/
H A Dunbzip2.c60 maybe_errx("bzip2 init");
102 maybe_errx("truncated file");
116 maybe_errx("bzip2 re-init");
H A Dunpack.c185 maybe_errx("Huffman tree has insane levels");
217 maybe_errx("Bad symbol table");
239 maybe_errx("Symbol table truncated");
296 maybe_errx("File corrupt");
312 maybe_errx("File corrupt");
319 maybe_errx("Premature EOF");
H A Dunxz.c66 maybe_errx("Can't initialize decoder (%d)", ret);
71 maybe_errx("Can't read headers (%d)", ret);
151 maybe_errx("Unknown error (%d)", ret);
154 maybe_errx("%s", msg);
H A Dgzip.c234 static void maybe_errx(const char *fmt, ...) __printflike(1, 2) __dead2;
513 maybe_errx(const char *fmt, ...) function

Completed in 64 milliseconds