Lines Matching defs:m
125 file_fmtcheck(struct magic_set *ms, const struct magic *m, const char *def, in file_fmtcheck()
188 struct magic *m = &magic[magindex]; in match() local
413 check_fmt(struct magic_set *ms, struct magic *m) in check_fmt()
436 mprint(struct magic_set *ms, struct magic *m) in mprint()
706 moffset(struct magic_set *ms, struct magic *m, size_t nbytes, int32_t *op) in moffset()
939 cvt_8(union VALUETYPE *p, const struct magic *m) in cvt_8()
946 cvt_16(union VALUETYPE *p, const struct magic *m) in cvt_16()
953 cvt_32(union VALUETYPE *p, const struct magic *m) in cvt_32()
960 cvt_64(union VALUETYPE *p, const struct magic *m) in cvt_64()
986 cvt_float(union VALUETYPE *p, const struct magic *m) in cvt_float()
993 cvt_double(union VALUETYPE *p, const struct magic *m) in cvt_double()
1005 mconvert(struct magic_set *ms, struct magic *m, int flip) in mconvert()
1163 const unsigned char *s, uint32_t offset, size_t nbytes, struct magic *m) in mcopy()
1287 do_ops(struct magic *m, intmax_t lhs, intmax_t off) in do_ops()
1326 mget(struct magic_set *ms, const unsigned char *s, struct magic *m, in mget()
1722 magiccheck(struct magic_set *ms, struct magic *m) in magiccheck()
2065 handle_annotation(struct magic_set *ms, struct magic *m, int firstline) in handle_annotation()