Home
last modified time | relevance | path

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

/dflybsd-src/contrib/file/src/
H A Dcompress.c227 static int makeerror(unsigned char **, size_t *, const char *, ...)
571 return makeerror(newch, n, "File too short"); in uncompressgzipped()
582 return makeerror(newch, n, "No buffer, %s", strerror(errno)); in uncompresszlib()
631 return makeerror(newch, n, "No buffer, %s", strerror(errno)); in uncompressbzlib()
674 return makeerror(newch, n, "No buffer, %s", strerror(errno)); in uncompressxzlib()
702 makeerror(unsigned char **buf, size_t *len, const char *fmt, ...) in makeerror() function
932 return makeerror(newch, n, "Cannot create pipe, %s", in uncompressbuf()
948 return makeerror(newch, n, "Cannot posix_spawn `%s', %s", in uncompressbuf()
957 return makeerror(newch, n, "Cannot vfork, %s", in uncompressbuf()
987 rv = makeerror(newch, n, "No buffer, %s", in uncompressbuf()
[all …]