Lines Matching refs:makeerror
253 static int makeerror(unsigned char **, size_t *, const char *, ...)
607 return makeerror(newch, n, "File too short"); in uncompressgzipped()
647 return makeerror(newch, n, "%s", z.msg ? z.msg : zError(rc)); in uncompresszlib()
688 return makeerror(newch, n, "bunzip error %d", rc); in uncompressbzlib()
726 return makeerror(newch, n, "unxz error %d", rc); in uncompressxzlib()
742 return makeerror(newch, n, "No ZSTD decompression stream, %s", in uncompresszstd()
771 return makeerror(newch, n, "zstd error %d", ZSTD_getErrorCode(rc)); in uncompresszstd()
792 return makeerror(newch, n, "unable to allocate LZ_Decoder"); in uncompresslzlib()
834 return makeerror(newch, n, "lzlib error: %s", LZ_strerror(err)); in uncompresslzlib()
840 makeerror(unsigned char **buf, size_t *len, const char *fmt, ...) in makeerror() function
1073 return makeerror(newch, n, "No buffer, %s", strerror(errno)); in uncompressbuf()
1077 return makeerror(newch, n, in uncompressbuf()
1108 return makeerror(newch, n, "Cannot create pipe, %s", in uncompressbuf()
1125 return makeerror(newch, n, "Cannot posix_spawn `%s', %s", in uncompressbuf()
1134 return makeerror(newch, n, "Cannot vfork, %s", in uncompressbuf()
1161 rv = makeerror(newch, n, "Write to child failed, %s", in uncompressbuf()
1196 rv = makeerror(newch, n, "Read stderr failed, %s", in uncompressbuf()
1211 rv = makeerror(newch, n, "Wait failed, %s", strerror(errno)); in uncompressbuf()