Home
last modified time | relevance | path

Searched defs:magic_set (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/file/src/
H A Dfile.h466 struct magic_set { struct
467 struct mlist *mlist[MAGIC_SETS]; /* list of regular entries */
468 struct cont c;
469 struct out {
473 } o;
474 uint32_t offset; /* a copy of m->offset while we */
476 uint32_t eoffset; /* offset from end of file */
477 int error;
478 int flags; /* Control magic tests. */
479 int event_flags; /* Note things that happened. */
[all …]
/freebsd/contrib/file/python/
H A Dmagic.py65 class magic_set(Structure): class