Lines Matching +full:0 +full:x0001000

32 #define	MAGIC_NONE		0x0000000 /* No flags */
33 #define MAGIC_DEBUG 0x0000001 /* Turn on debugging */
34 #define MAGIC_SYMLINK 0x0000002 /* Follow symlinks */
35 #define MAGIC_COMPRESS 0x0000004 /* Check inside compressed files */
36 #define MAGIC_DEVICES 0x0000008 /* Look at the contents of devices */
37 #define MAGIC_MIME_TYPE 0x0000010 /* Return the MIME type */
38 #define MAGIC_CONTINUE 0x0000020 /* Return all matches */
39 #define MAGIC_CHECK 0x0000040 /* Print warnings to stderr */
40 #define MAGIC_PRESERVE_ATIME 0x0000080 /* Restore access time on exit */
41 #define MAGIC_RAW 0x0000100 /* Don't convert unprintable chars */
42 #define MAGIC_ERROR 0x0000200 /* Handle ENOENT etc as real errors */
43 #define MAGIC_MIME_ENCODING 0x0000400 /* Return the MIME encoding */
45 #define MAGIC_APPLE 0x0000800 /* Return the Apple creator/type */
46 #define MAGIC_EXTENSION 0x1000000 /* Return a /-separated list of
48 #define MAGIC_COMPRESS_TRANSP 0x2000000 /* Check inside compressed files
50 #define MAGIC_NO_COMPRESS_FORK 0x4000000 /* Don't allow decompression that
54 #define MAGIC_NO_CHECK_COMPRESS 0x0001000 /* Don't check for compressed files */
55 #define MAGIC_NO_CHECK_TAR 0x0002000 /* Don't check for tar files */
56 #define MAGIC_NO_CHECK_SOFT 0x0004000 /* Don't check magic entries */
57 #define MAGIC_NO_CHECK_APPTYPE 0x0008000 /* Don't check application type */
58 #define MAGIC_NO_CHECK_ELF 0x0010000 /* Don't check for elf details */
59 #define MAGIC_NO_CHECK_TEXT 0x0020000 /* Don't check for text files */
60 #define MAGIC_NO_CHECK_CDF 0x0040000 /* Don't check for cdf files */
61 #define MAGIC_NO_CHECK_CSV 0x0080000 /* Don't check for CSV files */
62 #define MAGIC_NO_CHECK_TOKENS 0x0100000 /* Don't check tokens */
63 #define MAGIC_NO_CHECK_ENCODING 0x0200000 /* Don't check text encodings */
64 #define MAGIC_NO_CHECK_JSON 0x0400000 /* Don't check for JSON files */
65 #define MAGIC_NO_CHECK_SIMH 0x0800000 /* Don't check for SIMH tape files */
81 0 \
85 b\0debug\0\
86 b\1symlink\0\
87 b\2compress\0\
88 b\3devices\0\
89 b\4mime_type\0\
90 b\5continue\0\
91 b\6check\0\
92 b\7preserve_atime\0\
93 b\10raw\0\
94 b\11error\0\
95 b\12mime_encoding\0\
96 b\13apple\0\
97 b\14no_check_compress\0\
98 b\15no_check_tar\0\
99 b\16no_check_soft\0\
100 b\17no_check_sapptype\0\
101 b\20no_check_elf\0\
102 b\21no_check_text\0\
103 b\22no_check_cdf\0\
104 b\23no_check_csv\0\
105 b\24no_check_tokens\0\
106 b\25no_check_encoding\0\
107 b\26no_check_json\0\
108 b\27no_check_simh\0\
109 b\30extension\0\
110 b\31transp_compression\0\
117 #define MAGIC_NO_CHECK_FORTRAN 0x000000 /* Don't check ascii/fortran */
118 #define MAGIC_NO_CHECK_TROFF 0x000000 /* Don't check ascii/troff */
149 #define MAGIC_PARAM_INDIR_MAX 0