Lines Matching defs:m
195 struct magic *m = &magic[magindex]; in match() local
503 mprint(struct magic_set *ms, struct magic *m, const struct buffer *b) in mprint()
779 moffset(struct magic_set *ms, struct magic *m, const struct buffer *b, in moffset()
1014 cvt_8(union VALUETYPE *p, const struct magic *m) in cvt_8()
1021 cvt_16(union VALUETYPE *p, const struct magic *m) in cvt_16()
1028 cvt_32(union VALUETYPE *p, const struct magic *m) in cvt_32()
1035 cvt_64(union VALUETYPE *p, const struct magic *m) in cvt_64()
1061 cvt_float(union VALUETYPE *p, const struct magic *m) in cvt_float()
1068 cvt_double(union VALUETYPE *p, const struct magic *m) in cvt_double()
1080 mconvert(struct magic_set *ms, struct magic *m, int flip) in mconvert()
1238 const unsigned char *s, uint32_t offset, size_t nbytes, struct magic *m) in mcopy()
1362 do_ops(struct magic *m, intmax_t lhs, intmax_t off) in do_ops()
1401 msetoffset(struct magic_set *ms, struct magic *m, struct buffer *bb, in msetoffset()
1446 mget(struct magic_set *ms, struct magic *m, const struct buffer *b, in mget()
1846 magiccheck(struct magic_set *ms, struct magic *m) in magiccheck()
2189 handle_annotation(struct magic_set *ms, struct magic *m, const struct buffer *b, in handle_annotation()