Lines Matching defs:m
107 file_fmtcheck(struct magic_set *ms, const struct magic *m, const char *def, in file_fmtcheck()
170 struct magic *m = &magic[magindex]; in match() local
380 check_fmt(struct magic_set *ms, struct magic *m) in check_fmt()
403 mprint(struct magic_set *ms, struct magic *m) in mprint()
680 moffset(struct magic_set *ms, struct magic *m) in moffset()
857 cvt_8(union VALUETYPE *p, const struct magic *m) in cvt_8()
863 cvt_16(union VALUETYPE *p, const struct magic *m) in cvt_16()
869 cvt_32(union VALUETYPE *p, const struct magic *m) in cvt_32()
875 cvt_64(union VALUETYPE *p, const struct magic *m) in cvt_64()
898 cvt_float(union VALUETYPE *p, const struct magic *m) in cvt_float()
904 cvt_double(union VALUETYPE *p, const struct magic *m) in cvt_double()
915 mconvert(struct magic_set *ms, struct magic *m, int flip) in mconvert()
1072 const unsigned char *s, uint32_t offset, size_t nbytes, struct magic *m) in mcopy()
1199 mget(struct magic_set *ms, const unsigned char *s, struct magic *m, in mget()
1843 magiccheck(struct magic_set *ms, struct magic *m) in magiccheck()
2176 handle_annotation(struct magic_set *ms, struct magic *m) in handle_annotation()