Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/file/src/
H A Dcompress.c554 return makeerror(newch, n, "File too short"); in uncompressgzipped()
565 return makeerror(newch, n, "No buffer, %s", strerror(errno)); in uncompresszlib()
614 return makeerror(newch, n, "No buffer, %s", strerror(errno)); in uncompressbzlib()
657 return makeerror(newch, n, "No buffer, %s", strerror(errno)); in uncompressxzlib()
685 makeerror(unsigned char **buf, size_t *len, const char *fmt, ...) in makeerror() function
866 return makeerror(newch, n, "Cannot create pipe, %s", in uncompressbuf()
875 return makeerror(newch, n, "Cannot vfork, %s", in uncompressbuf()
928 rv = makeerror(newch, n, "No buffer, %s", in uncompressbuf()
947 rv = makeerror(newch, n, "Read failed, %s", in uncompressbuf()
950 rv = makeerror(newch, n, "No data"); in uncompressbuf()
[all …]