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

/macosx-10.10.1/file_cmds-242/gzip/
H A Dunbzip2.c58 maybe_errx("bzip2 init");
98 maybe_errx("truncated file");
112 maybe_errx("bzip2 re-init");
H A Dunxz.c63 maybe_errx("Can't initialize decoder (%d)", ret);
68 maybe_errx("Can't read headers (%d)", ret);
146 maybe_errx("Unknown error (%d)", ret);
149 maybe_errx("%s", msg);
H A Dunpack.c176 maybe_errx("Huffman tree has insane levels");
208 maybe_errx("Bad symbol table");
229 maybe_errx("Symbol table truncated");
283 maybe_errx("File corrupt");
299 maybe_errx("File corrupt");
306 maybe_errx("Premature EOF");
H A Dgzip.c231 static void maybe_errx(const char *fmt, ...) __printflike(1, 2) __dead2;
494 maybe_errx(const char *fmt, ...) function

Completed in 173 milliseconds