Lines Matching refs:magic
16 It knows the 'magic number' of several thousands of file types.
28 The major changes for 5.x are CDF file parsing, indirect magic, name/use
55 Berkeley one. That is, the file /etc/magic contains much of the ritual
57 knows a little more magic (including tar archives) than System V; the
58 /etc/magic parsing seems to be compatible with the (poorly documented)
59 System V /etc/magic format (with one exception; see the man page).
61 In addition, the /etc/magic file is built from a subdirectory
63 magic numbers assigned to all sorts of data files that
64 are in reasonable circulation. Send your magic numbers,
65 in magic(5) format please, to the maintainer, Christos Zoulas.
70 src/apprentice.c - parses /etc/magic to learn magic
72 src/apptype.c - used for OS/2 specific application type magic
93 src/magic.h.in - source file for magic.h
94 src/magic.c - the libmagic api
99 src/softmagic.c - 2nd set of tests, based on /etc/magic
107 doc/magic.man - man page for the magic file, courtesy Guy Harris.
108 Install as magic.4 on USG and magic.5 on V7 or Berkeley; cf Makefile.
110 Magdir - directory of /etc/magic pieces
113 If you submit a new magic entry please make sure you read the following