Lines Matching defs:m
228 struct magic *m = &magic[magindex]; in match() local
550 mprint(struct magic_set *ms, struct magic *m) in mprint()
831 moffset(struct magic_set *ms, struct magic *m, const struct buffer *b, in moffset()
1067 cvt_8(union VALUETYPE *p, const struct magic *m) in cvt_8()
1074 cvt_16(union VALUETYPE *p, const struct magic *m) in cvt_16()
1081 cvt_32(union VALUETYPE *p, const struct magic *m) in cvt_32()
1088 cvt_64(union VALUETYPE *p, const struct magic *m) in cvt_64()
1114 cvt_float(union VALUETYPE *p, const struct magic *m) in cvt_float()
1121 cvt_double(union VALUETYPE *p, const struct magic *m) in cvt_double()
1133 mconvert(struct magic_set *ms, struct magic *m, int flip) in mconvert()
1291 const unsigned char *s, uint32_t offset, size_t nbytes, struct magic *m) in mcopy()
1417 do_ops(struct magic *m, intmax_t lhs, intmax_t off) in do_ops()
1456 msetoffset(struct magic_set *ms, struct magic *m, struct buffer *bb, in msetoffset()
1502 mget(struct magic_set *ms, struct magic *m, const struct buffer *b, in mget()
1963 magiccheck(struct magic_set *ms, struct magic *m) in magiccheck()
2329 handle_annotation(struct magic_set *ms, struct magic *m, int firstline) in handle_annotation()