Searched refs:magic_entry (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/file/src/ |
| H A D | apprentice.c | 93 struct magic_entry { struct 100 struct magic_entry *me; argument 122 private int parse(struct magic_set *, struct magic_entry *, const char *, 162 int (*fun)(struct magic_set *, struct magic_entry *, const char *); 983 const struct magic_entry *ma = CAST(const struct magic_entry *, a); in apprentice_sort() 984 const struct magic_entry *mb = CAST(const struct magic_entry *, b); in apprentice_sort() 1114 addentry(struct magic_set *ms, struct magic_entry *me, in addentry() 1119 struct magic_entry *mp; in addentry() 1122 if ((mp = CAST(struct magic_entry *, in addentry() 1147 struct magic_entry me; in load_1() [all …]
|