Home
last modified time | relevance | path

Searched refs:maybe_err (Results 1 – 5 of 5) sorted by relevance

/src/usr.bin/gzip/
H A Dunpack.c163 maybe_err("Error reading pack header"); in unpack_parse_header()
182 maybe_err("Can not fdopen() input stream"); in unpack_parse_header()
184 maybe_err("Can not fdopen() output stream"); in unpack_parse_header()
195 maybe_err("calloc"); in unpack_parse_header()
204 maybe_err("File appears to be truncated"); in unpack_parse_header()
216 maybe_err("calloc"); in unpack_parse_header()
323 maybe_err("dup"); in unpack()
326 maybe_err("dup"); in unpack()
H A Dunzstd.c47 maybe_err("malloc"); in unzstd()
65 maybe_err("read"); in unzstd()
82 maybe_err("write"); in unzstd()
H A Dunbzip2.c49 maybe_err("malloc"); in unbzip2()
74 maybe_err("read"); in unbzip2()
108 maybe_err("write"); in unbzip2()
H A Dunxz.c58 maybe_err("read failed"); in unxz()
82 maybe_err("read failed"); in unxz()
103 maybe_err("write failed"); in unxz()
H A Dgzip.c227 static void maybe_err(const char *fmt, ...) __printflike(1, 2) __dead2;
466 maybe_err(const char *fmt, ...) in maybe_err() function
523 maybe_err("malloc"); in prepend_gzip()
535 maybe_err("strdup"); in prepend_gzip()
573 maybe_err("malloc failed"); in gz_compress()
598 maybe_err("snprintf"); in gz_compress()
696 maybe_err("snprintf"); in gz_compress()
753 maybe_err("malloc failed"); in gz_uncompress()
757 maybe_err("malloc failed"); in gz_uncompress()
1921 maybe_err("malloc"); in handle_pathname()