Lines Matching defs:m
239 struct magic *m = &magic[magindex]; in match() local
592 mprint(struct magic_set *ms, struct magic *m) in mprint()
843 moffset(struct magic_set *ms, struct magic *m, const struct buffer *b, in moffset()
1093 cvt_8(union VALUETYPE *p, const struct magic *m) in cvt_8()
1100 cvt_16(union VALUETYPE *p, const struct magic *m) in cvt_16()
1107 cvt_32(union VALUETYPE *p, const struct magic *m) in cvt_32()
1114 cvt_64(union VALUETYPE *p, const struct magic *m) in cvt_64()
1140 cvt_float(union VALUETYPE *p, const struct magic *m) in cvt_float()
1147 cvt_double(union VALUETYPE *p, const struct magic *m) in cvt_double()
1159 mconvert(struct magic_set *ms, struct magic *m, int flip) in mconvert()
1332 const unsigned char *s, uint32_t offset, size_t nbytes, struct magic *m) in mcopy()
1468 do_ops(struct magic_set *ms, struct magic *m, uint32_t *rv, intmax_t lhs, in do_ops()
1521 msetoffset(struct magic_set *ms, struct magic *m, struct buffer *bb, in msetoffset()
1593 mget(struct magic_set *ms, struct magic *m, const struct buffer *b, in mget()
2085 magiccheck(struct magic_set *ms, struct magic *m) in magiccheck()
2473 handle_annotation(struct magic_set *ms, struct magic *m, int firstline) in handle_annotation()