Searched refs:magic_entry (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/file/src/ |
| H A D | apprentice.c | 84 struct magic_entry { struct 91 struct magic_entry *me; argument 143 private int parse_strength(struct magic_set *, struct magic_entry *, 158 int (*fun)(struct magic_set *, struct magic_entry *, const char *, 1026 const struct magic_entry *ma = CAST(const struct magic_entry *, a); in apprentice_sort() 1027 const struct magic_entry *mb = CAST(const struct magic_entry *, b); in apprentice_sort() 1161 addentry(struct magic_set *ms, struct magic_entry *me, in addentry() 1166 struct magic_entry *mp; in addentry() 1169 if ((mp = CAST(struct magic_entry *, in addentry() 1194 struct magic_entry me; in load_1() [all …]
|