Lines Matching refs:magic_set

54 file_private int match(struct magic_set *, struct magic *, file_regex_t **, size_t,
57 file_private int mget(struct magic_set *, struct magic *, const struct buffer *,
61 file_private int msetoffset(struct magic_set *, struct magic *, struct buffer *,
63 file_private int magiccheck(struct magic_set *, struct magic *, file_regex_t **);
64 file_private int mprint(struct magic_set *, struct magic *);
65 file_private int moffset(struct magic_set *, struct magic *, const struct buffer *,
68 file_private int mcopy(struct magic_set *, union VALUETYPE *, int, int,
70 file_private int mconvert(struct magic_set *, struct magic *, int);
71 file_private int print_sep(struct magic_set *, int);
72 file_private int handle_annotation(struct magic_set *, struct magic *, int);
125 file_softmagic(struct magic_set *ms, const struct buffer *b, in file_softmagic()
167 file_fmtcheck(struct magic_set *ms, const char *desc, const char *def, in file_fmtcheck()
214 match(struct magic_set *ms, struct magic *magic, file_regex_t **magic_rxcomp, in match()
494 check_fmt(struct magic_set *ms, const char *fmt) in check_fmt()
535 varexpand(struct magic_set *ms, char *buf, size_t len, const char *str) in varexpand()
590 mprint(struct magic_set *ms, struct magic *m) in mprint()
841 moffset(struct magic_set *ms, struct magic *m, const struct buffer *b, in moffset()
994 cvt_id3(struct magic_set *ms, uint32_t v) in cvt_id3()
1157 mconvert(struct magic_set *ms, struct magic *m, int flip) in mconvert()
1329 mcopy(struct magic_set *ms, union VALUETYPE *p, int type, int indir, in mcopy()
1466 do_ops(struct magic_set *ms, struct magic *m, uint32_t *rv, intmax_t lhs, in do_ops()
1519 msetoffset(struct magic_set *ms, struct magic *m, struct buffer *bb, in msetoffset()
1569 save_cont(struct magic_set *ms, struct cont *c) in save_cont()
1584 restore_cont(struct magic_set *ms, struct cont *c) in restore_cont()
1591 mget(struct magic_set *ms, struct magic *m, const struct buffer *b, in mget()
2081 alloc_regex(struct magic_set *ms, struct magic *m) in alloc_regex()
2102 magiccheck(struct magic_set *ms, struct magic *m, file_regex_t **m_cache) in magiccheck()
2486 handle_annotation(struct magic_set *ms, struct magic *m, int firstline) in handle_annotation()
2519 print_sep(struct magic_set *ms, int firstline) in print_sep()