Home
last modified time | relevance | path

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

/minix3/external/bsd/file/dist/src/
H A Dmagic.h.in32 #define MAGIC_NONE 0x000000 /* No flags */ macro
/minix3/external/bsd/file/dist/python/
H A Dmagic.py23 MAGIC_NONE = NONE = 0 variable