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.h473 struct magic_set { struct
474 struct mlist *mlist[MAGIC_SETS]; /* list of regular entries */
475 struct cont c;
476 struct out {
480 } o;
481 uint32_t offset; /* a copy of m->offset while we */
483 uint32_t eoffset; /* offset from end of file */
484 int error;
485 int flags; /* Control magic tests. */
486 int event_flags; /* Note things that happened. */
[all …]
/freebsd/contrib/file/python/
H A Dmagic.py65 class magic_set(Structure): class