magic (ea51a530) magic (7c2fbfb3)
1#
2# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
3# Use is subject to license terms.
4#
5# CDDL HEADER START
6#
7# The contents of this file are subject to the terms of the
8# Common Development and Distribution License (the "License").

--- 7 unchanged lines hidden (view full) ---

16# When distributing Covered Code, include this CDDL HEADER in each
17# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18# If applicable, add the following below this CDDL HEADER, with the
19# fields enclosed by brackets "[]" replaced with your own identifying
20# information: Portions Copyright [yyyy] [name of copyright owner]
21#
22# CDDL HEADER END
23#
1#
2# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
3# Use is subject to license terms.
4#
5# CDDL HEADER START
6#
7# The contents of this file are subject to the terms of the
8# Common Development and Distribution License (the "License").

--- 7 unchanged lines hidden (view full) ---

16# When distributing Covered Code, include this CDDL HEADER in each
17# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18# If applicable, add the following below this CDDL HEADER, with the
19# fields enclosed by brackets "[]" replaced with your own identifying
20# information: Portions Copyright [yyyy] [name of copyright owner]
21#
22# CDDL HEADER END
23#
24#ident "%Z%%M% %I% %E% SMI"
25#
26# This file contains the dictionary of file format identifiers (magic strings)
27# used by file(1). The fields of this file are as follows:
28#
29# (1) byte offset
30# (2) value type
31# (3) optional operator (= by default)
32# (4) value to match (numeric or string)
33# (5) string to be printed

--- 484 unchanged lines hidden (view full) ---

518>85 string -template Template
51938 string application/vnd.oasis.opendocument.spreadsheet OpenDocument Spreadsheet
520>84 string -template Template
5210 string PK\003\004 ZIP archive
5220 string MZ DOS executable (EXE)
5230 string LZ DOS built-in
5240 byte 0xe9 DOS executable (COM)
5250 byte 0xeb DOS executable (COM)
24# This file contains the dictionary of file format identifiers (magic strings)
25# used by file(1). The fields of this file are as follows:
26#
27# (1) byte offset
28# (2) value type
29# (3) optional operator (= by default)
30# (4) value to match (numeric or string)
31# (5) string to be printed

--- 484 unchanged lines hidden (view full) ---

516>85 string -template Template
51738 string application/vnd.oasis.opendocument.spreadsheet OpenDocument Spreadsheet
518>84 string -template Template
5190 string PK\003\004 ZIP archive
5200 string MZ DOS executable (EXE)
5210 string LZ DOS built-in
5220 byte 0xe9 DOS executable (COM)
5230 byte 0xeb DOS executable (COM)
5240 string \013\023\010\000 ksh compiled shell script executable
52624 long 60012 ufsdump archive file
5270 string TZif zoneinfo timezone data file
5280 string BZh bzip2 compressed data
529>3 byte >47 , block size = %c00k
5300 string SUNWcpch Sun C compiler precompiled header
5310 string SUNWCpch Sun C++ compiler precompiled header
5320 string \043\040PaCkAgE\040DaTaStReAm package datastream
5330 short 0xcff1 CTF data file

--- 79 unchanged lines hidden ---
52524 long 60012 ufsdump archive file
5260 string TZif zoneinfo timezone data file
5270 string BZh bzip2 compressed data
528>3 byte >47 , block size = %c00k
5290 string SUNWcpch Sun C compiler precompiled header
5300 string SUNWCpch Sun C++ compiler precompiled header
5310 string \043\040PaCkAgE\040DaTaStReAm package datastream
5320 short 0xcff1 CTF data file

--- 79 unchanged lines hidden ---