Searched refs:makeerror (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/file/src/ |
| H A D | compress.c | 182 static int makeerror(unsigned char **, size_t *, const char *, ...) 502 return makeerror(newch, n, "File too short"); in uncompressgzipped() 513 return makeerror(newch, n, "No buffer, %s", strerror(errno)); in uncompresszlib() 549 makeerror(unsigned char **buf, size_t *len, const char *fmt, ...) in makeerror() function 698 return makeerror(newch, n, "Cannot create pipe, %s", in uncompressbuf() 718 return makeerror(newch, n, "Cannot fork, %s", in uncompressbuf() 731 rv = makeerror(newch, n, "No buffer, %s", in uncompressbuf() 750 rv = makeerror(newch, n, "Read failed, %s", in uncompressbuf() 753 rv = makeerror(newch, n, "No data"); in uncompressbuf() 766 rv = makeerror(newch, n, "Wait failed, %s", strerror(errno)); in uncompressbuf()
|