Home
last modified time | relevance | path

Searched refs:magic_entry (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/file/src/
H A Dapprentice.c90 struct magic_entry { struct
97 struct magic_entry *me; argument
162 private int parse_strength(struct magic_set *, struct magic_entry *,
177 int (*fun)(struct magic_set *, struct magic_entry *, const char *,
1136 const struct magic_entry *ma = CAST(const struct magic_entry *, a); in apprentice_sort()
1137 const struct magic_entry *mb = CAST(const struct magic_entry *, b); in apprentice_sort()
1283 addentry(struct magic_set *ms, struct magic_entry *me, in addentry()
1288 struct magic_entry *mp; in addentry()
1291 if ((mp = CAST(struct magic_entry *, in addentry()
1318 struct magic_entry me; in load_1()
[all …]