Lines Matching refs:makeerror

261 static int makeerror(unsigned char **, size_t *, const char *, ...)
615 return makeerror(newch, n, "File too short"); in uncompressgzipped()
655 return makeerror(newch, n, "%s", z.msg ? z.msg : zError(rc)); in uncompresszlib()
696 return makeerror(newch, n, "bunzip error %d", rc); in uncompressbzlib()
734 return makeerror(newch, n, "unxz error %d", rc); in uncompressxzlib()
750 return makeerror(newch, n, "No ZSTD decompression stream, %s", in uncompresszstd()
779 return makeerror(newch, n, "zstd error %d", ZSTD_getErrorCode(rc)); in uncompresszstd()
800 return makeerror(newch, n, "unable to allocate LZ_Decoder"); in uncompresslzlib()
842 return makeerror(newch, n, "lzlib error: %s", LZ_strerror(err)); in uncompresslzlib()
858 res = makeerror(newch, n, "unable to create an lrzip decoder"); in uncompresslrzip()
864 res = makeerror(newch, n, "unable to construct input file"); in uncompresslrzip()
868 res = makeerror(newch, n, "unable to add input file"); in uncompresslrzip()
873 res = makeerror(newch, n, "unable to allocate output buffer"); in uncompresslrzip()
879 res = makeerror(newch, n, "unable to allocate output file"); in uncompresslrzip()
885 res = makeerror(newch, n, "unable to decompress file"); in uncompresslrzip()
901 makeerror(unsigned char **buf, size_t *len, const char *fmt, ...) in makeerror() function
1142 return makeerror(newch, n, "No buffer, %s", strerror(errno)); in uncompressbuf()
1146 return makeerror(newch, n, in uncompressbuf()
1177 return makeerror(newch, n, "Cannot create pipe, %s", in uncompressbuf()
1194 return makeerror(newch, n, "Cannot posix_spawn `%s', %s", in uncompressbuf()
1203 return makeerror(newch, n, "Cannot vfork, %s", in uncompressbuf()
1230 rv = makeerror(newch, n, "Write to child failed, %s", in uncompressbuf()
1265 rv = makeerror(newch, n, "Read stderr failed, %s", in uncompressbuf()
1280 rv = makeerror(newch, n, "Wait failed, %s", strerror(errno)); in uncompressbuf()