Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dmagic.h.in32 #define MAGIC_NONE 0x0000000 /* No flags */ macro
/freebsd/contrib/file/python/
H A Dmagic.py27 MAGIC_NONE = NONE = 0 variable