Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dapprentice.c85 struct magic_entry { struct
92 struct magic_entry *me; argument
114 file_private int parse(struct magic_set *, struct magic_entry *, const char *,
140 file_private int parse_mime(struct magic_set *, struct magic_entry *, const char *,
142 file_private int parse_strength(struct magic_set *, struct magic_entry *,
144 file_private int parse_apple(struct magic_set *, struct magic_entry *, const char *,
146 file_private int parse_ext(struct magic_set *, struct magic_entry *, const char *,
157 int (*fun)(struct magic_set *, struct magic_entry *, const char *,
1128 const struct magic_entry *ma = CAST(const struct magic_entry *, a); in apprentice_sort()
1129 const struct magic_entry *mb = CAST(const struct magic_entry *, b); in apprentice_sort()
[all …]