Home
last modified time | relevance | path

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

/minix3/external/bsd/file/dist/src/
H A Dmagic.h.in54 #define MAGIC_NO_CHECK_TOKENS 0x100000 /* Don't check tokens */ macro
/minix3/external/bsd/file/dist/python/
H A Dmagic.py45 MAGIC_NO_CHECK_TOKENS = NO_CHECK_TOKENS = 1048576 variable