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