Lines Matching refs:makeerror
227 static int makeerror(unsigned char **, size_t *, const char *, ...);
557 return makeerror(newch, n, "File too short"); in uncompressgzipped()
568 return makeerror(newch, n, "No buffer, %s", strerror(errno)); in uncompresszlib()
617 return makeerror(newch, n, "No buffer, %s", strerror(errno)); in uncompressbzlib()
660 return makeerror(newch, n, "No buffer, %s", strerror(errno)); in uncompressxzlib()
688 makeerror(unsigned char **buf, size_t *len, const char *fmt, ...) in makeerror() function
869 return makeerror(newch, n, "Cannot create pipe, %s", in uncompressbuf()
878 return makeerror(newch, n, "Cannot vfork, %s", in uncompressbuf()
931 rv = makeerror(newch, n, "No buffer, %s", in uncompressbuf()
950 rv = makeerror(newch, n, "Read failed, %s", in uncompressbuf()
953 rv = makeerror(newch, n, "No data"); in uncompressbuf()
969 rv = makeerror(newch, n, "Wait failed, %s", strerror(errno)); in uncompressbuf()