xref: /freebsd/contrib/file/magic/Magdir/plus5 (revision 246e7a2b6494cd991b08ac669ed761ecea0cc98c)
1*b6cee71dSXin LI
2*b6cee71dSXin LI#------------------------------------------------------------------------------
3*b6cee71dSXin LI# $File: plus5,v 1.6 2009/09/19 16:28:11 christos Exp $
4*b6cee71dSXin LI# plus5:  file(1) magic for Plus Five's UNIX MUMPS
5*b6cee71dSXin LI#
6*b6cee71dSXin LI# XXX - byte order?  Paging Hokey....
7*b6cee71dSXin LI#
8*b6cee71dSXin LI0	short		0x259		mumps avl global
9*b6cee71dSXin LI>2	byte		>0		(V%d)
10*b6cee71dSXin LI>6	byte		>0		with %d byte name
11*b6cee71dSXin LI>7	byte		>0		and %d byte data cells
12*b6cee71dSXin LI0	short		0x25a		mumps blt global
13*b6cee71dSXin LI>2	byte		>0		(V%d)
14*b6cee71dSXin LI>8	short		>0		- %d byte blocks
15*b6cee71dSXin LI>15	byte		0x00		- P/D format
16*b6cee71dSXin LI>15	byte		0x01		- P/K/D format
17*b6cee71dSXin LI>15	byte		0x02		- K/D format
18*b6cee71dSXin LI>15	byte		>0x02		- Bad Flags
19