Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dmagic.h.in45 #define MAGIC_APPLE 0x0000800 /* Return the Apple creator/type */ macro
/freebsd/contrib/file/python/
H A Dmagic.py40 MAGIC_APPLE = APPLE = 2048 variable