Searched refs:file_magerror (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/file/src/ |
H A D | softmagic.c | 171 file_magerror(ms, in file_fmtcheck() 828 file_magerror(ms, "invalid m->type (%d) in mprint()", m->type); in mprint() 1304 file_magerror(ms, "invalid type %d in mconvert()", m->type); in mconvert() 1308 file_magerror(ms, "zerodivide in mconvert()"); in mconvert() 1533 file_magerror(ms, "non zero offset %" SIZE_T_FORMAT in msetoffset() 2184 file_magerror(ms, "cannot happen with float: " in magiccheck() 2217 file_magerror(ms, "cannot happen with double: " in magiccheck() 2379 file_magerror(ms, "invalid type %d in magiccheck()", m->type); in magiccheck() 2471 file_magerror(ms, "cannot happen: invalid relation `%c'", in magiccheck()
|
H A D | funcs.c | 227 file_magerror(struct magic_set *ms, const char *f, ...) in file_magerror() function 745 file_magerror(ms, "regex error %d for `%s', (%s)", rc, in file_regcomp()
|
H A D | file.h | 597 file_protected void file_magerror(struct magic_set *, const char *, ...)
|
H A D | apprentice.c | 2065 file_magerror(ms, "No current entry for continuation"); in parse() 2069 file_magerror(ms, "Continuations present with 0 count"); in parse() 2565 file_magerror(ms, "Bad magic entry '%s'", line); in parse_extra()
|