Lines Matching refs:magic
21 It knows the 'magic number' of several thousands of file types.
25 The major changes for 5.x are CDF file parsing, indirect magic,
53 4.[23] Berkeley one. That is, the file /etc/magic contains much of
55 My version knows a little more magic (including tar archives) than
56 System V; the /etc/magic parsing seems to be compatible with the
57 (poorly documented) System V /etc/magic format (with one exception;
60 In addition, the /etc/magic file is built from a subdirectory
62 magic numbers assigned to all sorts of data files that
63 are in reasonable circulation. Send your magic numbers,
64 in magic(5) format please, to the maintainer, Christos Zoulas.
69 * `src/apprentice.c` - parses /etc/magic to learn magic
70 * `src/apptype.c` - used for OS/2 specific application type magic
97 * `src/magic.h.in` - source file for magic.h
99 * `src/magic.c` - the libmagic api
105 * `src/softmagic.c` - 2nd set of tests, based on /etc/magic
114 * `doc/magic.man` - man page for the magic file, courtesy Guy Harris.
115 Install as magic.4 on USG and magic.5 on V7 or Berkeley; cf Makefile.
117 Magdir - directory of /etc/magic pieces
120 If you submit a new magic entry please make sure you read the following