Searched defs:MAGIC_NONE (Results 1 – 2 of 2) sorted by relevance
/minix3/external/bsd/file/dist/src/ | ||
H A D | magic.h.in | 32 #define MAGIC_NONE 0x000000 /* No flags */ macro |
/minix3/external/bsd/file/dist/python/ | ||
H A D | magic.py | 23 MAGIC_NONE = NONE = 0 variable |