COMPRESS |
= |
0x000004 |
|
Check inside compressed files
|
DEVICES |
= |
0x000008 |
|
Look at the contents of devices
|
PRESERVE_ATIME |
= |
0x000080 |
|
Restore access time on exit
|
RAW |
= |
0x000100 |
|
Don‘t translate unprintable chars
|
ERROR |
= |
0x000200 |
|
Handle ENOENT etc as real errors
|
MIME |
= |
(MIME_TYPE | MIME_ENCODING) |
|
Return the MIME "type; charset=encoding"
|
APPLE |
= |
0x000800 |
|
Return the Apple creator and type
|
NO_CHECK_COMPRESS |
= |
0x001000 |
|
Don‘t check for compressed files
|
NO_CHECK_TAR |
= |
0x002000 |
|
Don‘t check for tar files
|
NO_CHECK_SOFT |
= |
0x004000 |
|
Don‘t check magic entries
|
NO_CHECK_APPTYPE |
= |
0x008000 |
|
Don‘t check application type
|
NO_CHECK_ELF |
= |
0x010000 |
|
Don‘t check for elf details
|
NO_CHECK_TEXT |
= |
0x020000 |
|
Don‘t check for text files
|
NO_CHECK_CDF |
= |
0x040000 |
|
Don‘t check for cdf files
|
NO_CHECK_ENCODING |
= |
0x200000 |
|
Don‘t check text encodings
|