Searched defs:MAGIC_APPLE (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/file/src/ | ||
| H A D | magic.h.in | 45 #define MAGIC_APPLE 0x0000800 /* Return the Apple creator/type */ macro |
| /freebsd/contrib/file/python/ | ||
| H A D | magic.py | 40 MAGIC_APPLE = APPLE = 2048 variable |