Searched refs:file_magerror (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/file/src/ |
H A D | softmagic.c | 168 file_magerror(ms, in file_fmtcheck() 825 file_magerror(ms, "invalid m->type (%d) in mprint()", m->type); in mprint() 1301 file_magerror(ms, "invalid type %d in mconvert()", m->type); in mconvert() 1305 file_magerror(ms, "zerodivide in mconvert()"); in mconvert() 1511 file_magerror(ms, "non zero offset %" SIZE_T_FORMAT in msetoffset() 2145 file_magerror(ms, "cannot happen with float: " in magiccheck() 2178 file_magerror(ms, "cannot happen with double: " in magiccheck() 2323 file_magerror(ms, "invalid type %d in magiccheck()", m->type); in magiccheck() 2415 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 683 file_magerror(ms, "regex error %d for `%s', (%s)", rc, pat, in file_regcomp()
|
H A D | file.h | 565 protected void file_magerror(struct magic_set *, const char *, ...)
|
H A D | apprentice.c | 2047 file_magerror(ms, "No current entry for continuation"); in parse() 2051 file_magerror(ms, "Continuations present with 0 count"); in parse() 2539 file_magerror(ms, "Bad magic entry '%s'", line); in parse_extra()
|