Lines Matching defs:m
230 struct magic *m = &magic[magindex]; in match() local
581 mprint(struct magic_set *ms, struct magic *m) in mprint()
835 moffset(struct magic_set *ms, struct magic *m, const struct buffer *b, in moffset()
1078 cvt_8(union VALUETYPE *p, const struct magic *m) in cvt_8()
1085 cvt_16(union VALUETYPE *p, const struct magic *m) in cvt_16()
1092 cvt_32(union VALUETYPE *p, const struct magic *m) in cvt_32()
1099 cvt_64(union VALUETYPE *p, const struct magic *m) in cvt_64()
1125 cvt_float(union VALUETYPE *p, const struct magic *m) in cvt_float()
1132 cvt_double(union VALUETYPE *p, const struct magic *m) in cvt_double()
1144 mconvert(struct magic_set *ms, struct magic *m, int flip) in mconvert()
1310 const unsigned char *s, uint32_t offset, size_t nbytes, struct magic *m) in mcopy()
1442 do_ops(struct magic *m, intmax_t lhs, intmax_t off) in do_ops()
1481 msetoffset(struct magic_set *ms, struct magic *m, struct buffer *bb, in msetoffset()
1549 mget(struct magic_set *ms, struct magic *m, const struct buffer *b, in mget()
2056 magiccheck(struct magic_set *ms, struct magic *m) in magiccheck()
2426 handle_annotation(struct magic_set *ms, struct magic *m, int firstline) in handle_annotation()