Searched refs:MAGIC_MIME_ENCODING (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/file-46/file/src/
H A Dmagic.h43 #define MAGIC_MIME_ENCODING 0x000400 /* Return the MIME encoding */ macro
44 #define MAGIC_MIME (MAGIC_MIME_TYPE|MAGIC_MIME_ENCODING)
H A Dfsmagic.c93 if ((mime & MAGIC_MIME_ENCODING) && file_printf(ms,
97 if ((mime & MAGIC_MIME_ENCODING) && file_printf(ms, "binary") == -1)
H A Dcompress.c124 if ((mime == 0 || mime & MAGIC_MIME_ENCODING) &&
H A Dfile.c191 flags |= MAGIC_MIME_ENCODING;
H A Dfuncs.c286 if ((ms->flags & MAGIC_MIME_ENCODING) != 0) {

Completed in 160 milliseconds