Searched refs:magic_entry (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/bsd/file/dist/src/ |
| H A D | apprentice.c | 96 struct magic_entry { struct 103 struct magic_entry *me; argument 125 file_private int parse(struct magic_set *, struct magic_entry *, const char *, 165 file_private int parse_mime(struct magic_set *, struct magic_entry *, const char *, 167 file_private int parse_strength(struct magic_set *, struct magic_entry *, 169 file_private int parse_apple(struct magic_set *, struct magic_entry *, const char *, 171 file_private int parse_ext(struct magic_set *, struct magic_entry *, const char *, 182 int (*fun)(struct magic_set *, struct magic_entry *, const char *, 1140 const struct magic_entry *ma = CAST(const struct magic_entry *, a); in apprentice_sort() 1141 const struct magic_entry *mb = CAST(const struct magic_entry *, b); in apprentice_sort() [all …]
|