# PaCkAgE DaTaStReAm libxpm 1 2163 # end of header 07070100056443000081a40000000000000000000000014c5c63af000001190000010000010036ffffffffffffffff0000000f00000000libxpm/pkginfoPKG=libxpm NAME=libXpm 3.5.8 SPARC 64bit Solaris 10 VERSION=3.5.8 PSTAMP=6th August 2010 VENDOR=X.org EMAIL=http://cgit.freedesktop.org/xorg/lib/libXpm/ DESC=X.org X11 XPM format pixmap library ARCH=sparc CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 07070100056442000081a40000000000000000000000014c5c63af000004e00000010000010036ffffffffffffffff0000000e00000000libxpm/pkgmap: 1 2163 1 d none /usr ? ? ? 1 d none /usr/local ? ? ? 1 d none /usr/local/bin 0755 root root 1 f none /usr/local/bin/cxpm 0755 root root 70992 57225 1281123183 1 f none /usr/local/bin/sxpm 0755 root root 60656 18568 1281123183 1 d none /usr/local/include 0755 root root 1 d none /usr/local/include/X11 0755 root root 1 f none /usr/local/include/X11/xpm.h 0644 root root 16231 8211 1281123182 1 d none /usr/local/lib 0755 root root 1 f none /usr/local/lib/libXpm.a 0644 root root 500336 40605 1281123182 1 f none /usr/local/lib/libXpm.la 0755 root root 1078 28983 1281123182 1 s none /usr/local/lib/libXpm.so=libXpm.so.4.11.0 1 s none /usr/local/lib/libXpm.so.4=libXpm.so.4.11.0 1 f none /usr/local/lib/libXpm.so.4.11.0 0755 root root 411040 50663 1281123182 1 d none /usr/local/lib/pkgconfig 0755 root root 1 f none /usr/local/lib/pkgconfig/xpm.pc 0644 root root 235 21206 1281123183 1 d none /usr/local/share 0755 root root 1 d none /usr/local/share/man 0755 root root 1 d none /usr/local/share/man/man1 0755 root root 1 f none /usr/local/share/man/man1/cxpm.1 0644 root root 2359 1672 1281123183 1 f none /usr/local/share/man/man1/sxpm.1 0644 root root 4269 33738 1281123183 1 i checkinstall 785 2565 1281123247 1 i pkginfo 281 21837 1281123247 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!07070100056443000081a40000000000000000000000014c5c63af000001190000010000010036ffffffffffffffff0000000800000000pkginfoPKG=libxpm NAME=libXpm 3.5.8 SPARC 64bit Solaris 10 VERSION=3.5.8 PSTAMP=6th August 2010 VENDOR=X.org EMAIL=http://cgit.freedesktop.org/xorg/lib/libXpm/ DESC=X.org X11 XPM format pixmap library ARCH=sparc CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 07070100056442000081a40000000000000000000000014c5c63af000004e00000010000010036ffffffffffffffff0000000700000000pkgmap: 1 2163 1 d none /usr ? ? ? 1 d none /usr/local ? ? ? 1 d none /usr/local/bin 0755 root root 1 f none /usr/local/bin/cxpm 0755 root root 70992 57225 1281123183 1 f none /usr/local/bin/sxpm 0755 root root 60656 18568 1281123183 1 d none /usr/local/include 0755 root root 1 d none /usr/local/include/X11 0755 root root 1 f none /usr/local/include/X11/xpm.h 0644 root root 16231 8211 1281123182 1 d none /usr/local/lib 0755 root root 1 f none /usr/local/lib/libXpm.a 0644 root root 500336 40605 1281123182 1 f none /usr/local/lib/libXpm.la 0755 root root 1078 28983 1281123182 1 s none /usr/local/lib/libXpm.so=libXpm.so.4.11.0 1 s none /usr/local/lib/libXpm.so.4=libXpm.so.4.11.0 1 f none /usr/local/lib/libXpm.so.4.11.0 0755 root root 411040 50663 1281123182 1 d none /usr/local/lib/pkgconfig 0755 root root 1 f none /usr/local/lib/pkgconfig/xpm.pc 0644 root root 235 21206 1281123183 1 d none /usr/local/share 0755 root root 1 d none /usr/local/share/man 0755 root root 1 d none /usr/local/share/man/man1 0755 root root 1 f none /usr/local/share/man/man1/cxpm.1 0644 root root 2359 1672 1281123183 1 f none /usr/local/share/man/man1/sxpm.1 0644 root root 4269 33738 1281123183 1 i checkinstall 785 2565 1281123247 1 i pkginfo 281 21837 1281123247 07070100056458000041ed0000000000000000000000024c5c63af000000000000010000010036ffffffffffffffff0000000800000000install07070100056459000081ed0000000000000000000000014c5c63af000003110000010000010036ffffffffffffffff0000001500000000install/checkinstall#!/bin/sh # expected_bits="64" expected_release="5.10" expected_platform="sparc" # release=`uname -r` platform=`uname -p` bits=`isainfo -b` # if [ ${platform} != ${expected_platform} ]; then echo "\n\n\n\tThis package must be installed on a ${expected_platform} architecture\n" echo "\tAborting installation.\n\n\n" exit 1 fi if [ ${release} != ${expected_release} ]; then echo "\n\n\n\tThis package must be installed on a ${expected_release} machine\n" echo "\tAborting installation.\n\n\n" exit 1 fi if [ ${bits} != ${expected_bits} ]; then echo "\n\n\n\tThis package must be installed on a ${expected_bits} bit machine\n" echo "\tYour machine is running a ${bits} bit O.S. currently\n" echo "\tAborting installation.\n\n\n" exit 1 fi exit 0 07070100056444000041ed0000000000000000000000034c5c63af000000000000010000010036ffffffffffffffff0000000500000000root07070100056445000041ed0000000000000000000000034c5c63af000000000000010000010036ffffffffffffffff0000000900000000root/usr07070100056446000041ed0000000000000000000000064c5c63af000000000000010000010036ffffffffffffffff0000000f00000000root/usr/local0707010005644a000041ed0000000000000000000000034c5c63af000000000000010000010036ffffffffffffffff0000001700000000root/usr/local/include0707010005644b000041ed0000000000000000000000024c5c63af000000000000010000010036ffffffffffffffff0000001b00000000root/usr/local/include/X110707010005644c000081a40000000000000000000000014c5c636e00003f670000010000010036ffffffffffffffff0000002100000000root/usr/local/include/X11/xpm.h/* * Copyright (C) 1989-95 GROUPE BULL * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to * deal in the Software without restriction, including without limitation the * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or * sell copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * Except as contained in this notice, the name of GROUPE BULL shall not be * used in advertising or otherwise to promote the sale, use or other dealings * in this Software without prior written authorization from GROUPE BULL. */ /* $XFree86: xc/extras/Xpm/lib/xpm.h,v 1.2 2001/08/22 23:36:44 dawes Exp $ */ /*****************************************************************************\ * xpm.h: * * * * XPM library * * Include file * * * * Developed by Arnaud Le Hors * \*****************************************************************************/ /* * The code related to FOR_MSW has been added by * HeDu (hedu@cul-ipn.uni-kiel.de) 4/94 */ /* * The code related to AMIGA has been added by * Lorens Younes (d93-hyo@nada.kth.se) 4/96 */ #ifndef XPM_h #define XPM_h /* * first some identification numbers: * the version and revision numbers are determined with the following rule: * SO Major number = LIB minor version number. * SO Minor number = LIB sub-minor version number. * e.g: Xpm version 3.2f * we forget the 3 which is the format number, 2 gives 2, and f gives 6. * thus we have XpmVersion = 2 and XpmRevision = 6 * which gives SOXPMLIBREV = 2.6 * * Then the XpmIncludeVersion number is built from these numbers. */ #define XpmFormat 3 #define XpmVersion 4 #define XpmRevision 11 #define XpmIncludeVersion ((XpmFormat * 100 + XpmVersion) * 100 + XpmRevision) #ifndef XPM_NUMBERS #ifdef FOR_MSW # define SYSV /* uses memcpy string.h etc. */ # include # include "simx.h" /* defines some X stuff using MSW types */ #define NEED_STRCASECMP /* at least for MSVC++ */ #else /* FOR_MSW */ # ifdef AMIGA # include "amigax.h" # else /* not AMIGA */ # include # include # endif /* not AMIGA */ #endif /* FOR_MSW */ /* let's define Pixel if it is not done yet */ #if ! defined(_XtIntrinsic_h) && ! defined(PIXEL_ALREADY_TYPEDEFED) typedef unsigned long Pixel; /* Index into colormap */ # define PIXEL_ALREADY_TYPEDEFED #endif /* Return ErrorStatus codes: * null if full success * positive if partial success * negative if failure */ #define XpmColorError 1 #define XpmSuccess 0 #define XpmOpenFailed -1 #define XpmFileInvalid -2 #define XpmNoMemory -3 #define XpmColorFailed -4 typedef struct { char *name; /* Symbolic color name */ char *value; /* Color value */ Pixel pixel; /* Color pixel */ } XpmColorSymbol; typedef struct { char *name; /* name of the extension */ unsigned int nlines; /* number of lines in this extension */ char **lines; /* pointer to the extension array of strings */ } XpmExtension; typedef struct { char *string; /* characters string */ char *symbolic; /* symbolic name */ char *m_color; /* monochrom default */ char *g4_color; /* 4 level grayscale default */ char *g_color; /* other level grayscale default */ char *c_color; /* color default */ } XpmColor; typedef struct { unsigned int width; /* image width */ unsigned int height; /* image height */ unsigned int cpp; /* number of characters per pixel */ unsigned int ncolors; /* number of colors */ XpmColor *colorTable; /* list of related colors */ unsigned int *data; /* image data */ } XpmImage; typedef struct { unsigned long valuemask; /* Specifies which attributes are defined */ char *hints_cmt; /* Comment of the hints section */ char *colors_cmt; /* Comment of the colors section */ char *pixels_cmt; /* Comment of the pixels section */ unsigned int x_hotspot; /* Returns the x hotspot's coordinate */ unsigned int y_hotspot; /* Returns the y hotspot's coordinate */ unsigned int nextensions; /* number of extensions */ XpmExtension *extensions; /* pointer to array of extensions */ } XpmInfo; typedef int (*XpmAllocColorFunc)( Display* /* display */, Colormap /* colormap */, char* /* colorname */, XColor* /* xcolor */, void* /* closure */ ); typedef int (*XpmFreeColorsFunc)( Display* /* display */, Colormap /* colormap */, Pixel* /* pixels */, int /* npixels */, void* /* closure */ ); typedef struct { unsigned long valuemask; /* Specifies which attributes are defined */ Visual *visual; /* Specifies the visual to use */ Colormap colormap; /* Specifies the colormap to use */ unsigned int depth; /* Specifies the depth */ unsigned int width; /* Returns the width of the created pixmap */ unsigned int height; /* Returns the height of the created pixmap */ unsigned int x_hotspot; /* Returns the x hotspot's coordinate */ unsigned int y_hotspot; /* Returns the y hotspot's coordinate */ unsigned int cpp; /* Specifies the number of char per pixel */ Pixel *pixels; /* List of used color pixels */ unsigned int npixels; /* Number of used pixels */ XpmColorSymbol *colorsymbols; /* List of color symbols to override */ unsigned int numsymbols; /* Number of symbols */ char *rgb_fname; /* RGB text file name */ unsigned int nextensions; /* Number of extensions */ XpmExtension *extensions; /* List of extensions */ unsigned int ncolors; /* Number of colors */ XpmColor *colorTable; /* List of colors */ /* 3.2 backward compatibility code */ char *hints_cmt; /* Comment of the hints section */ char *colors_cmt; /* Comment of the colors section */ char *pixels_cmt; /* Comment of the pixels section */ /* end 3.2 bc */ unsigned int mask_pixel; /* Color table index of transparent color */ /* Color Allocation Directives */ Bool exactColors; /* Only use exact colors for visual */ unsigned int closeness; /* Allowable RGB deviation */ unsigned int red_closeness; /* Allowable red deviation */ unsigned int green_closeness; /* Allowable green deviation */ unsigned int blue_closeness; /* Allowable blue deviation */ int color_key; /* Use colors from this color set */ Pixel *alloc_pixels; /* Returns the list of alloc'ed color pixels */ int nalloc_pixels; /* Returns the number of alloc'ed color pixels */ Bool alloc_close_colors; /* Specify whether close colors should be allocated using XAllocColor or not */ int bitmap_format; /* Specify the format of 1bit depth images: ZPixmap or XYBitmap */ /* Color functions */ XpmAllocColorFunc alloc_color; /* Application color allocator */ XpmFreeColorsFunc free_colors; /* Application color de-allocator */ void *color_closure; /* Application private data to pass to alloc_color and free_colors */ } XpmAttributes; /* XpmAttributes value masks bits */ #define XpmVisual (1L<<0) #define XpmColormap (1L<<1) #define XpmDepth (1L<<2) #define XpmSize (1L<<3) /* width & height */ #define XpmHotspot (1L<<4) /* x_hotspot & y_hotspot */ #define XpmCharsPerPixel (1L<<5) #define XpmColorSymbols (1L<<6) #define XpmRgbFilename (1L<<7) /* 3.2 backward compatibility code */ #define XpmInfos (1L<<8) #define XpmReturnInfos XpmInfos /* end 3.2 bc */ #define XpmReturnPixels (1L<<9) #define XpmExtensions (1L<<10) #define XpmReturnExtensions XpmExtensions #define XpmExactColors (1L<<11) #define XpmCloseness (1L<<12) #define XpmRGBCloseness (1L<<13) #define XpmColorKey (1L<<14) #define XpmColorTable (1L<<15) #define XpmReturnColorTable XpmColorTable #define XpmReturnAllocPixels (1L<<16) #define XpmAllocCloseColors (1L<<17) #define XpmBitmapFormat (1L<<18) #define XpmAllocColor (1L<<19) #define XpmFreeColors (1L<<20) #define XpmColorClosure (1L<<21) /* XpmInfo value masks bits */ #define XpmComments XpmInfos #define XpmReturnComments XpmComments /* XpmAttributes mask_pixel value when there is no mask */ #ifndef FOR_MSW #define XpmUndefPixel 0x80000000 #else /* int is only 16 bit for MSW */ #define XpmUndefPixel 0x8000 #endif /* * color keys for visual type, they must fit along with the number key of * each related element in xpmColorKeys[] defined in XpmI.h */ #define XPM_MONO 2 #define XPM_GREY4 3 #define XPM_GRAY4 3 #define XPM_GREY 4 #define XPM_GRAY 4 #define XPM_COLOR 5 /* macros for forward declarations of functions with prototypes */ #define FUNC(f, t, p) extern t f p #define LFUNC(f, t, p) static t f p /* * functions declarations */ _XFUNCPROTOBEGIN /* FOR_MSW, all ..Pixmap.. are excluded, only the ..XImage.. are used */ /* Same for Amiga! */ #if !defined(FOR_MSW) && !defined(AMIGA) FUNC(XpmCreatePixmapFromData, int, (Display *display, Drawable d, char **data, Pixmap *pixmap_return, Pixmap *shapemask_return, XpmAttributes *attributes)); FUNC(XpmCreateDataFromPixmap, int, (Display *display, char ***data_return, Pixmap pixmap, Pixmap shapemask, XpmAttributes *attributes)); FUNC(XpmReadFileToPixmap, int, (Display *display, Drawable d, char *filename, Pixmap *pixmap_return, Pixmap *shapemask_return, XpmAttributes *attributes)); FUNC(XpmWriteFileFromPixmap, int, (Display *display, char *filename, Pixmap pixmap, Pixmap shapemask, XpmAttributes *attributes)); #endif FUNC(XpmCreateImageFromData, int, (Display *display, char **data, XImage **image_return, XImage **shapemask_return, XpmAttributes *attributes)); FUNC(XpmCreateDataFromImage, int, (Display *display, char ***data_return, XImage *image, XImage *shapeimage, XpmAttributes *attributes)); FUNC(XpmReadFileToImage, int, (Display *display, char *filename, XImage **image_return, XImage **shapeimage_return, XpmAttributes *attributes)); FUNC(XpmWriteFileFromImage, int, (Display *display, char *filename, XImage *image, XImage *shapeimage, XpmAttributes *attributes)); FUNC(XpmCreateImageFromBuffer, int, (Display *display, char *buffer, XImage **image_return, XImage **shapemask_return, XpmAttributes *attributes)); #if !defined(FOR_MSW) && !defined(AMIGA) FUNC(XpmCreatePixmapFromBuffer, int, (Display *display, Drawable d, char *buffer, Pixmap *pixmap_return, Pixmap *shapemask_return, XpmAttributes *attributes)); FUNC(XpmCreateBufferFromImage, int, (Display *display, char **buffer_return, XImage *image, XImage *shapeimage, XpmAttributes *attributes)); FUNC(XpmCreateBufferFromPixmap, int, (Display *display, char **buffer_return, Pixmap pixmap, Pixmap shapemask, XpmAttributes *attributes)); #endif FUNC(XpmReadFileToBuffer, int, (char *filename, char **buffer_return)); FUNC(XpmWriteFileFromBuffer, int, (char *filename, char *buffer)); FUNC(XpmReadFileToData, int, (char *filename, char ***data_return)); FUNC(XpmWriteFileFromData, int, (char *filename, char **data)); FUNC(XpmAttributesSize, int, (void)); FUNC(XpmFreeAttributes, void, (XpmAttributes *attributes)); FUNC(XpmFreeExtensions, void, (XpmExtension *extensions, int nextensions)); FUNC(XpmFreeXpmImage, void, (XpmImage *image)); FUNC(XpmFreeXpmInfo, void, (XpmInfo *info)); FUNC(XpmGetErrorString, char *, (int errcode)); FUNC(XpmLibraryVersion, int, (void)); /* XpmImage functions */ FUNC(XpmReadFileToXpmImage, int, (char *filename, XpmImage *image, XpmInfo *info)); FUNC(XpmWriteFileFromXpmImage, int, (char *filename, XpmImage *image, XpmInfo *info)); #if !defined(FOR_MSW) && !defined(AMIGA) FUNC(XpmCreatePixmapFromXpmImage, int, (Display *display, Drawable d, XpmImage *image, Pixmap *pixmap_return, Pixmap *shapemask_return, XpmAttributes *attributes)); #endif FUNC(XpmCreateImageFromXpmImage, int, (Display *display, XpmImage *image, XImage **image_return, XImage **shapeimage_return, XpmAttributes *attributes)); FUNC(XpmCreateXpmImageFromImage, int, (Display *display, XImage *image, XImage *shapeimage, XpmImage *xpmimage, XpmAttributes *attributes)); #if !defined(FOR_MSW) && !defined(AMIGA) FUNC(XpmCreateXpmImageFromPixmap, int, (Display *display, Pixmap pixmap, Pixmap shapemask, XpmImage *xpmimage, XpmAttributes *attributes)); #endif FUNC(XpmCreateDataFromXpmImage, int, (char ***data_return, XpmImage *image, XpmInfo *info)); FUNC(XpmCreateXpmImageFromData, int, (char **data, XpmImage *image, XpmInfo *info)); FUNC(XpmCreateXpmImageFromBuffer, int, (char *buffer, XpmImage *image, XpmInfo *info)); FUNC(XpmCreateBufferFromXpmImage, int, (char **buffer_return, XpmImage *image, XpmInfo *info)); FUNC(XpmGetParseError, int, (char *filename, int *linenum_return, int *charnum_return)); FUNC(XpmFree, void, (void *ptr)); _XFUNCPROTOEND /* backward compatibility */ /* for version 3.0c */ #define XpmPixmapColorError XpmColorError #define XpmPixmapSuccess XpmSuccess #define XpmPixmapOpenFailed XpmOpenFailed #define XpmPixmapFileInvalid XpmFileInvalid #define XpmPixmapNoMemory XpmNoMemory #define XpmPixmapColorFailed XpmColorFailed #define XpmReadPixmapFile(dpy, d, file, pix, mask, att) \ XpmReadFileToPixmap(dpy, d, file, pix, mask, att) #define XpmWritePixmapFile(dpy, file, pix, mask, att) \ XpmWriteFileFromPixmap(dpy, file, pix, mask, att) /* for version 3.0b */ #define PixmapColorError XpmColorError #define PixmapSuccess XpmSuccess #define PixmapOpenFailed XpmOpenFailed #define PixmapFileInvalid XpmFileInvalid #define PixmapNoMemory XpmNoMemory #define PixmapColorFailed XpmColorFailed #define ColorSymbol XpmColorSymbol #define XReadPixmapFile(dpy, d, file, pix, mask, att) \ XpmReadFileToPixmap(dpy, d, file, pix, mask, att) #define XWritePixmapFile(dpy, file, pix, mask, att) \ XpmWriteFileFromPixmap(dpy, file, pix, mask, att) #define XCreatePixmapFromData(dpy, d, data, pix, mask, att) \ XpmCreatePixmapFromData(dpy, d, data, pix, mask, att) #define XCreateDataFromPixmap(dpy, data, pix, mask, att) \ XpmCreateDataFromPixmap(dpy, data, pix, mask, att) #endif /* XPM_NUMBERS */ #endif 07070100056453000041ed0000000000000000000000034c5c63af000000000000010000010036ffffffffffffffff0000001500000000root/usr/local/share07070100056454000041ed0000000000000000000000034c5c63af000000000000010000010036ffffffffffffffff0000001900000000root/usr/local/share/man07070100056455000041ed0000000000000000000000024c5c63af000000000000010000010036ffffffffffffffff0000001e00000000root/usr/local/share/man/man107070100056457000081a40000000000000000000000014c5c636f000010ad0000010000010036ffffffffffffffff0000002500000000root/usr/local/share/man/man1/sxpm.1.\"Copyright (C) 1989-95 GROUPE BULL .\" .\"Permission is hereby granted, free of charge, to any person obtaining a copy .\"of this software and associated documentation files (the "Software"), to .\"deal in the Software without restriction, including without limitation the .\"rights to use, copy, modify, merge, publish, distribute, sublicense, and/or .\"sell copies of the Software, and to permit persons to whom the Software is .\"furnished to do so, subject to the following conditions: .\" .\"The above copyright notice and this permission notice shall be included in .\"all copies or substantial portions of the Software. .\" .\"THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR .\"IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, .\"FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL .\"GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN .\"AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN .\"CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. .\" .\"Except as contained in this notice, the name of GROUPE BULL shall not be .\"used in advertising or otherwise to promote the sale, use or other dealings .\"in this Software without prior written authorization from GROUPE BULL. .\" .\" $XFree86$ .nr )S 12 .TH SXPM 1 .PD .ad b .SH NAME sxpm \- Show an XPM (X PixMap) file and/or convert XPM 1 or 2 files to XPM 3. .SH SYNOPSIS \fBsxpm\fR [\|\fB-d\fR displayname\|] [\|\fB-g\fR geometry\|] [\|\fB-hints\fR\|] [\|\fB-icon\fR filename\|] [\|\fB-plaid\| | \|\fRfilename\| | \|-\|] [\|\fB-o\fR filename\| | \|\fB-o\fR -\|] [\|\fB-pcmap\fR\|] [\|\fB-closecolors\fR\|] [\|\fB-nod\fR\|] [\|\fB-nom\fR\|] [\|\fB-mono | -grey4 | -grey | -color\fR\|] [\|\fB-sc\fR symbol color\|] [\|\fB-sp\fR symbol pixel\|] [\|\fB-cp\fR color pixel\|] [\|\fB-rgb\fR filename\|] [\|\fB-v\fR\|] .SH DESCRIPTION .PP The \fIsxpm\fP program can be used to view any XPM (version 1, 2, or 3) file and/or to convert a file from XPM1 or XPM2 to XPM version 3. If \fIsxpm\fP is run with any dummy option specified, the usage is displayed. If no geometry is specified, the show window will have the size of the read pixmap. Pressing the key Q in the window will quit the program. .SH OPTIONS .TP 8 .B \-d \fIdisplay\fP Specifies the display to connect to. .TP 8 .B \-g \fIgeom\fP Window geometry (default is pixmap's size). .TP 8 .B \-hints Set ResizeInc for window. .TP 8 .B \-icon \fIfilename\fP Set icon to pixmap created from the file \fIfilename\fP. .TP 8 .B \-plaid Show the plaid pixmap which is stored as data\fP. .TP 8 .B \fIfilename\fP Read from the file \fIfilename\fP and from standard input if \fIfilename\fP is '-'. If no input is specified sxpm reads from standard input. .TP 8 .B \-o \fIfilename\fP Write to the file \fIfilename\fP (overwrite if it already exists) and to standard output if \fIfilename\fP is '-'. .TP 8 .B \-mono Use the colors specified for a monochrome visual. .TP 8 .B \-grey4 Use the colors specified for a 4 color greyscale visual. .TP 8 .B \-grey Use the colors specified for a greyscale visual. .TP 8 .B \-color Use the colors specified for a color visual. .TP 8 .B \-pcmap Use a private colormap. .TP 8 .B \-closecolors Try to use "close colors" before reverting to other visuals. .TP 8 .B \-nod Do not display the pixmap in a window. (Useful when using as converter) .TP 8 .B \-nom Do not use the clipmask if there is any. .TP 8 .B \-sc \fIsymbol colorname\fP Override default color to \fIsymbol\fP to \fIcolorname\fP. .TP 8 .B \-sp \fIsymbol pixelvalue\fP Override default color to \fIsymbol\fP to \fIpixelvalue\fP. .TP 8 .B \-cp \fIcolorname pixelvalue\fP Override default color to \fIcolorname\fP to \fIpixelvalue\fP. .TP 8 .B \-rgb \fIfilename\fP Search color names in the file \fIfilename\fP and write them out instead of the rgb values. .TP 8 .B \-v Verbose - to print out extensions (stderr). .SH KNOWN BUGS Some window managers may not accept a pixmap which is not a bitmap as icon because this does not respect ICCCM, many of the well known ones will accept it though. .SH AUTHOR Arnaud Le Hors (lehors@sophia.inria.fr) .br Bull Research France .br Copyright (C) 1989-95 by Groupe Bull. 07070100056456000081a40000000000000000000000014c5c636f000009370000010000010036ffffffffffffffff0000002500000000root/usr/local/share/man/man1/cxpm.1.\"Copyright (C) 1998 Arnaud LE HORS .\" .\"Permission is hereby granted, free of charge, to any person obtaining a copy .\"of this software and associated documentation files (the "Software"), to .\"deal in the Software without restriction, including without limitation the .\"rights to use, copy, modify, merge, publish, distribute, sublicense, and/or .\"sell copies of the Software, and to permit persons to whom the Software is .\"furnished to do so, subject to the following conditions: .\" .\"The above copyright notice and this permission notice shall be included in .\"all copies or substantial portions of the Software. .\" .\"THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR .\"IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, .\"FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL .\"Arnaud LE HORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER .\"IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN .\"CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. .\" .\"Except as contained in this notice, the name of Arnaud LE HORS shall not be .\"used in advertising or otherwise to promote the sale, use or other dealings .\"in this Software without prior written authorization from Arnaud LE HORS. .\" .nr )S 12 .TH CXPM 1 .PD .ad b .SH NAME cxpm \- Check an XPM (X PixMap) file - XPM 1, 2, or 3. .SH SYNOPSIS \fBcxpm\fR [\|\fIfilename\fP\|] .SH DESCRIPTION .PP The \fBcxpm\fP program can be used to check the format of any XPM (version 1, 2, or 3) file. On error, unlike \fBsxpm\fR, \fBcxpm\fR prints out an error message indicating where the parser choked. This should help finding out what's wrong with an XPM file but do not expect too much from it though. This is not even close from being some kind of lint program for XPM. First, it stops at the first error it encounters - so several fix and retry cycles may be necessary to get your file to parse successfully. Second, \fBcxpm\fP only cares about the format. If, for instance, your pixmap uses too many colors for your system you still may experience difficulties displaying it. Be warned. .PP When no \fIfilename\fP is given \fBcxpm\fR reads from the standard input. .SH AUTHOR Arnaud Le Hors (lehors@sophia.inria.fr) .br Copyright (C) 1998 by Arnaud LE HORS. 07070100056447000041ed0000000000000000000000024c5c63af000000000000010000010036ffffffffffffffff0000001300000000root/usr/local/bin07070100056449000081ed0000000000000000000000014c5c636f0000ecf00000010000010036ffffffffffffffff0000001800000000root/usr/local/bin/sxpmELF+@@8@ @@XI8I8I8I8 8<RhRhP/usr/lib/sparcv9/ld.so.1YU  "$&(+,.12456789:;<>?@BDFIJKMNPQRS !#%')*-/03=ACEGHLOTO@WxVp#M2OMQ_QkPx =X~ 6N`WpP U@0PVx  :l T#M`3NGLNMYO`agN{ 8`N  =hM P`M@R N@Xh I86Q CRhL"R@dU@} <8NQ@OMXt!TVp 0QV&L+T2T9MAOTNcQ`jPrNLT =x%LOQ 5HRT I8QM L"O )OA ;LPWPiXpqP@atol$XAoAMiKqNGXM0lm.view_edataXrmGetResourceXSetWindowBackgroundPixmapXpmFreeAttributesXFreePixmapXSetIconName_initErrorMessageXAllocNamedColor$XAoAMiKqNGXM0lm.commandXtResizeWidget$XAoAMiKqNGXM0lm.plaidXpmWriteFileFromPixmap$XAoAMiKqNGXM0lm.colormapkinput_start_environlibintl_gettextXRootWindowOfScreenatexitXtDatabasestrncmp__iobXBlackPixelOfScreenPunt__fsr_init_valueXtSetValues_finiXDefaultColormapOfScreenXtShellStrings__1cG__CrunMdo_exit_code6F_v_XtMallocXtInitializeXpmLibraryVersionstrcmp__xargv_GLOBAL_OFFSET_TABLE_XClearWindow_DYNAMIC_get_exit_frame_monitor$XAoAMiKqNGXM0lm.optionsVersionInfoXCreateSimpleWindowXMapWindowXtRealizeWidgetlibintl_bindtextdomain_end$XAoAMiKqNGXM0lm.topwlibintl_textdomainXShapeCombineMask$XAoAMiKqNGXM0lm.icon_exit__xpg4__xpg6fprintfXSetWindowColormapXParseGeometryXtFreesprintfXpmReadFileToPixmap_PROCEDURE_LINKAGE_TABLE____Argv_lib_versionXCreateColormapXtStringsXFreeColorsUsageXLookupString__environ_lock_etextXtMainLoopXtSetLanguageProcstrlenXpmCreatePixmapFromDataGetNumbersXStoreNameXtAddEventHandler__xargcXSetWMNormalHintslibc.so.1SUNW_0.7SUNWprivate_1.1libXt.so.6libSM.so.6libICE.so.6libXext.so.0libXpm.so.4libX11.so.6libxcb.so.1libXau.so.6libXdmcp.so.6libnsl.so.1libsocket.so.1libintl.so.8/usr/local/lib =( NqK K8EKT! LL7LCLMM0M LM@#M`M:MMMN<N N@%N` NNN-N?OO NO@O`O/ODO;OOPP P@TP`"P>PQPPRQ5Q (Q@.Q`=QKQQFQRHR $R@* [`+p @ "`p`+p @ r`h`+p @ r`, @`+p ' \฀ t+``+p ) -`- خ `?- خ =--% ؜#0@ B`+p  @ ;!h`*p  Z 耐 `*p  Z @ '@ [@ @ '@ -A@ aw'w ' 'ߠ '۠ 'נ 'Ӡ 'Ϡ 'www 'w@ `]`]@@ `]@ _] ` ]a]@ @ a]t a]\ ha]!`(]@ @@ @ Ɛ a]\ \ @ a]t a]\ \ \ @ `0]@@ Ha]\ \ \ @ `8]@@ Hw/_w/_/?;ǠÐ@@ ۘ'CGC HGC H 'H 'ˠ 'ˀH* 'Ǡ 'b]#hGG,0t@ G,0@t` w?G 'b] GG,0t@ G,0@t` w7G 'b]!ŢGG,0t@G,0@t w?G 'a]!GG,0t@ G,0@t` w7G 'a]\ GG4 @@ xa]\ \ \ @ X`@]`H]@@ SHa]\ \ \ @ @`P]`X]@@ ;H_`]@@ IH 'Ϡ 'a]\ \ \ @ ``]`h]@@ Ha]\ \ \ @ `p]`x]@@ H_w_ha]\ \ \ a]\ `]'@@ H_'wH a]\ \ @ wa]\ \ \ a]\ \ @ _@   2 2 ss@ sw!@a]t`a]\ \ \ a]\ \ @ Ӑ_a]a] a] @@@ Ϛ'G`]@@a]\ \ \ _a]\ @@  'b] 4GG,0t@_w_G,0@t`_wG 'a] (GG,0t@_w_G,0@t`_wG 'a]\ GG4 @@ S_a]t` ' GHC_G,0\@`]@@ E H 'H*_G,0\@L -H  '_G,0\@wH_G,0\@@ _ h _G,0\@L -HH_G,0\@`]@@  H/GG$ H'_G < ,0\@@ 7 h_G < ,0\@L -H 'H _G < ,0\@wG 'H@_G,0\@`]@@ ֒ H 'H_G,0\@`]@@ Œ H 'H_G,0\@`]@@  H-GG$ H%_ @wG '_G,0\@,p,puG '_G,0\@,p,pt` 'Ht@H_G,0\@`]@@ | H4GG$ H._ @wG '_G,0\@,p,pu,p,pt G '_G,0\@@ ,p,pt  'H3_G,0\@`]@@ = H4GG$ H._ @w,p,ptG '_G,0\@,p,pt`G '_G,0\@@ T,p,pt  'H_G,0\@`]@@  H _!@w a]$`H_G,0\@`]@@  H_G,0\@`]@@ ْ H _!@w a]$`H_G,0\@`]@@  H_G,0\@`]@@  H _!@w a]$`H_G,0\@`]@@  H _!@w a]$`Hz_G,0\@`]@ @  H_!@w!' @a]$`H__G,0\@a]@@ i HGG$ H_ wG '_G,0\@a]t``H<@_G,0\@a]@ @  H@@Ӑ _G,0\@a]@@ 1 H 'H_G,0\@a]@@  H_ wH@G 'GGOa]\ @ X_ hBa]\ \ \ a]\ \ a]\ \ \ \ a]\ \ \ D ,0@\ @@ ; a]t a]\ a]t` a]\ \ \ a]\ \ a]\ @@ $a]t`Pa]$`X_a]t`_h߀Ha]\ !a]t`a]\ !@@a]t`a]\ $a]t`a]\ \ \ a]\ \ _a]a] a] @@@'Ga ]@@]〤Hna] hHg '33a] hH]a]!a(]@a]\ p3,p,p\@@ '//a]\ p3,p,p H+a]!a0]a]\ p3,p,p\ /,0\@@@/ '//a]\ p3,p,p  O3 '33a] h OH*a]\ \ \ a]\ \ a]a]a] a] @@@A'Ga8]@@Ò_hۀH#a]\ \ \ _a]\ a]\ a] @@@ 'Ga@]@@׀HWwǀHÀHa] , H a] 0H 'ˀHa]\ a] ,a] 0@@ πH Rwa] 0'a] ,'a] 0'a] ,'H wa] 0'a] ,'a]\ \ \ a]\ \ @@_h5_@m < @w_aH]_@@a]\ \ \ a]\ \ _ߐ@@a]\ \ \ a]\ \ _ߐ@@HP߀H(a]\ \ \ a]\ \ aP]@@a]\ \ \ a]\ \ aP]@@}H&a]\ \ \ a]\ \ ` ]@@aa]\ \ \ a]\ \ ` ]@@Wa]\ a]@  @Ra]\ \ \ a]\ \ a]\ @@ǔa]\ hӀHa]\ \ \ a]\ \ a]\ @    @$sa]\ \ \ a]\ \ @@a]\ \ \ a]\ \ @@_߀h_@@@  'G< @A@cwa]!aX]@a]\ \ @@a]!a`]@@@@  A@c,w'wwwH,Hfah]@ŐwH2ap]@wH*ax]@wH"a]@wHa]@wHG$? H , < #a_נD_߀ha]!a]@__ߐ@@_瀤ha]!a]@p__@@p@ tT,4@A@a,w'a]\ hAa]\ \ \ a]\ @@Ma]\ ha]\ \ \ a]\ @@9a]\ \ \ a]\ a]\ a]D Ȑ@@)a] @+a]\ hAa]\ \ \ a]\ @@a]\ ha]\ \ \ a]\ @@a]\ \ \ a]\ a]\ a]D Ȑ@@a] @G@ wwwwߠ /_ސ@ @ӘOހ qHOހ QHK 0'wwwG! #<`@.! _$`G% <`@.! L$@<  d.! _$`G% <`@.! L$@<``d.! L d$@ `_,`0A@`w"˒@a]!a]@4GGO@@2@X!"ˀH@Q@a]!a]@GGO@@PPsxpm/usr/local/share/localeSxpmSxpm Error... [ Undefined DISPLAY ] sxpm.geometrySxpm.geometrysxpm.hintsSxpm.hintsTruesxpm.iconSxpm.iconblackIcon-plaid-o-nod-nom-sc-sp-cp-mono-gray4-grey4-gray-grey-color-closecolors-rgb-version-v-pcmapReadXpm extension : %s %s PlaidWriteSxpm: %sSxpm: stdin Usage: %s [options...] Where options are: [-d host:display] Display to connect to. [-g geom] Geometry of window. [-hints] Set ResizeInc for window. [-icon filename] Set pixmap for iconWindow. [-plaid] Read the included plaid pixmap. [filename] Read from file 'filename', and from standard input if 'filename' is '-'. [-o filename] Write to file 'filename', and to standard output if 'filename' is '-'. [-pcmap] Use a private colormap. [-closecolors] Try to use `close' colors. [-nod] Don't display in window. [-nom] Don't use clip mask if any. [-mono] Use the colors specified for a monochrome visual. [-grey4] Use the colors specified for a 4 greyscale visual. [-grey] Use the colors specified for a greyscale visual. [-color] Use the colors specified for a color visual. [-sc symbol color] Override color defaults. [-sp symbol pixel] Override color defaults. [-cp color pixel] Override color defaults. [-rgb filename] Search color names in the rgb text file 'filename'. [-v] Verbose - print out extensions. [-version] Print out program's version number and library's version number if different. if no input is specified sxpm reads from standard input. Could not parse or alloc requested colorCannot open fileInvalid XPM fileNot enough memoryFailed to parse or alloc some color%s Xpm Warning: %s. %s Xpm Error: %s. sxpm version: %d.%d%c using the XPM library version: %d.%d%c 22 22 4 2 XPMEXT c red m white s light_colorY c green m black s lines_in_mix+ c yellow m white s lines_in_darkx m black s dark_colorx x x x x x x x x x x x + x x x x x x x x x x x x x x x x x x x x x Y Y Y Y Y x Y Y Y Y Y + x + x + x + x + x + x x x x Y x x x x x x Y x x x x x x x x x x x x x x x x x x x x x x x x bullshitXPMEXT ext1 data1XPMEXT ext2data2_1data2_2XPMEXTfooXPMEXT ext3data3XPMENDEXT-hints.hints-icon.iconRh> =======>>>>(>8>@>P>X>`>h>p>x>>>>>>>>>>>>>>????(?0?8?@?P?`?EEEFF(FPFhFFWxWpU@Vx:UVpV0o0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0ow`0oo0og0o_0oW0oO0oG 0o?@0o7`0o/0o'0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0ow. =X =h;;x 0 J8 o ooh ooLR@II > I(I0FFGG(GPGpGGpGGpGGpGGpGGpHH0HH0HH`HH0HH0HHHHHHHHHHIIXx8 0  =X =h =x =I8LRhTVpVpXt T7TJTXd =xsVpTd =xVpUVpd =x >  = = = =( = = = > > > >( >8 >@ >P >X >`  >h >p >x >$ >* >0 >6 >< >B >H >N >T >Z >` >f >l >r ?x ?~ ? ?( ?0 ?8 ?@ ?P ?`  ?0 E0 E E F F(( FP Fh F F(O@WxVpM*OEQWQcPp =Xv 6N`WpP U@0PVx :l  TM`+N?LFMQO`Y_Ns 8`xN  =hM P`M@R  N@XhI8.Q ;RhD"R@\U@u <8NQ@OMXt!TVp 0QVL#T*T1M9OLN[Q`bPjN~LT =xLOQ 5HRT I8QM LO !O9 ;DPOPaXpiP@.libs/sxpmcrti.scrt1.s__get_exit_frame_monitor_ptr__do_exit_code_ptr__crt_scratchvalues-Xa.cDrodata.rodatavalues-xpg6.cBbss.bssDdata.datasxpm.cDpicdata.picdata.L35.L59.L60.L63.L71.L81.L83.L132.L133.L135.L136.L150.L151.L153.L154.L171.L185.L208.L241.L278.L290.L302.L328.L352.L376.L390.L392.L406.L408.L421.L434.L447.L472.L484.L496.L540.L557.L566.L586.L600.L664.L678.L729.L731.L754.L758.L762.L766.L770.L783.L793.L892.L901crtn.s_END__START_atol$XAoAMiKqNGXM0lm.view_edataXrmGetResourceXSetWindowBackgroundPixmapXpmFreeAttributesXFreePixmapXSetIconName_initErrorMessageXAllocNamedColor$XAoAMiKqNGXM0lm.commandXtResizeWidget$XAoAMiKqNGXM0lm.plaidXpmWriteFileFromPixmap$XAoAMiKqNGXM0lm.colormapkinput_start_environlibintl_gettextXRootWindowOfScreenatexitXtDatabasestrncmp__iobXBlackPixelOfScreenPunt__fsr_init_valueXtSetValues_finiXDefaultColormapOfScreenXtShellStrings__1cG__CrunMdo_exit_code6F_v_XtMallocXtInitializeXpmLibraryVersionstrcmp__xargv_GLOBAL_OFFSET_TABLE_XClearWindow_DYNAMIC_get_exit_frame_monitor$XAoAMiKqNGXM0lm.optionsVersionInfoXCreateSimpleWindowXMapWindowXtRealizeWidgetlibintl_bindtextdomain_end$XAoAMiKqNGXM0lm.topwlibintl_textdomainXShapeCombineMask$XAoAMiKqNGXM0lm.icon_exit__xpg4__xpg6fprintfXSetWindowColormapXParseGeometryXtFreesprintfXpmReadFileToPixmap_PROCEDURE_LINKAGE_TABLE____Argv_lib_versionXCreateColormapXtStringsXFreeColorsUsageXLookupString__environ_lock_etextXtMainLoopXtSetLanguageProcstrlenXpmCreatePixmapFromDataGetNumbersXStoreNameXtAddEventHandler__xargcXSetWMNormalHintsanotate anotate   =h TT"=h#=h$=hanotate8 0 3:3|:@(#)SunOS 5.10 Generic January 2005@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)locale.h 1.20 03/12/04 SMI@(#)locale_iso.h 1.3 03/12/04 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03ld: Software Generation Utilities - Solaris Link Editors: 5.10-1.497]sxpm.c /var/tmp/libXpm-3.5.8/sxpm /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c sxpm.c -W0,-xp\$XAoAMiKqNGXM0lm.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKqNGXM0lm.;backend;raw;cd;DBG_GEN 5.2.7charlongplaid? U@0%plaid? U@  XrmoptionNoArg XrmoptionIsArg XrmoptionStickyArg XrmoptionSepArg XrmoptionResArg XrmoptionSkipArg XrmoptionSkipLine XrmoptionSkipNArgs XrmOptionKind XPointer 9 option# specifier# argKind# value# XrmOptionDescRec9ooptionsT U9@options Umain05nargc|argvpErrorStatushverbose dstdinf `stdoutf \nod Xnom TincResize Presize Lw_rtn Hh_rtn DinputoutputiconFilenumsymbols symbols}stype}val}valuemask}n}args O|ddflags|x_rtn|y_rtn|geo|   color |junk |bpix&|iconW |+t/+.\+.\,.\,.\,.\i |j |/5 /5 /5 size_hints {xString {D intunsignedunsigned long Pixel w name# value# pixel&# 6XpmColorSymbolw  size # addr# XrmValue String XtArgVal  A name# value# Arg A@ lunsigned short  pixel# red l# green l# blue l# flags# pad# ~XColor Window  ; x# y# P flags# x# y# width# height# min_width# min_height# max_width# max_height#$ width_inc#( height_inc#, min_aspect #0 max_aspect #8 base_width#@ base_height#D win_gravity#H ;XSizeHintsUsageD5H5n DErrorMessagel67n hErrorStatusj|tagkperrormhwarningn`D Punt8:`n i|Dkinput::n 1 1widgetxtagpBxehBb`c_D Widget WidgetClass  Cardinal k nXtProc 9   XtWidgetClassProc unsigned char XtEnumB  8     8XtInitProc }   V }XtArgsProc  Pixmap Colormap Cursor ph background_pixmap# background_pixel# border_pixmap# border_pixel# bit_gravity# win_gravity#$ backing_store#( backing_planes#0 backing_pixel#8 save_under#@ event_mask#H do_not_propagate_mask#P override_redirect#X colormap#` cursor#h hq XtRealizeProc _XDisplay Display (N type# serial# send_event# display# window # XAnyEvent Time ` type# serial# send_event# display# window # root #( subwindow #0 timeb#8 x#@ y#D x_root#H y_root#L state #P keycode #T same_screen#X qXKeyEvent ` type# serial# send_event# display# window # root #( subwindow #0 timeb#8 x#@ y#D x_root#H y_root#L state #P button #T same_screen#X XButtonEvent ` type# serial# send_event# display# window # root #( subwindow #0 timeb#8 x#@ y#D x_root#H y_root#L state #P is_hint#T same_screen#X XMotionEvent hl type# serial# send_event# display# window # root #( subwindow #0 timeb#8 x#@ y#D x_root#H y_root#L mode#P detail#T same_screen#X focus#\ state #` $XCrossingEvent 0 type# serial# send_event# display# window # mode#( detail#, XFocusChangeEvent @ type# serial# send_event# display# window # x#( y#, width#0 height#4 count#8 3XExposeEvent Drawable H type# serial# send_event# display# drawable # x#( y#, width#0 height#4 count#8 major_code#< minor_code#@ XGraphicsExposeEvent 0 type# serial# send_event# display# drawable # major_code#( minor_code#, .XNoExposeEvent 0e type# serial# send_event# display# window # state#( XVisibilityEvent Hy type# serial# send_event# display# parent # window #( x#0 y#4 width#8 height#< border_width#@ override_redirect#D XCreateWindowEvent 0 type# serial# send_event# display# event # window #( XDestroyWindowEvent 8 type# serial# send_event# display# event # window #( from_configure#0 4XUnmapEvent 8 type# serial# send_event# display# event # window #( override_redirect#0 XMapEvent 0 type# serial# send_event# display# parent # window #( XMapRequestEvent H type# serial# send_event# display# event # window #( parent #0 x#8 y#< override_redirect#@ 3XReparentEvent X # type# serial# send_event# display# event # window #( x#0 y#4 width#8 height#< border_width#@ above #H override_redirect#P XConfigureEvent 8 type# serial# send_event# display# event # window #( x#0 y#4 =XGravityEvent 0! type# serial# send_event# display# window # width#( height#, XResizeRequestEvent `" type# serial# send_event# display# parent # window #( x#0 y#4 width#8 height#< border_width#@ above #H detail#P value_mask#X !XConfigureRequestEvent 8#l type# serial# send_event# display# event # window #( place#0 "XCirculateEvent 8$ type# serial# send_event# display# parent # window #( place#0 #XCirculateRequestEvent Atom @$ type# serial# send_event# display# window # atom$:#( timeb#0 state#8 $IXPropertyEvent 8% type# serial# send_event# display# window # selection$:#( timeb#0 %XSelectionClearEvent P& type# serial# send_event# display# owner # requestor #( selection$:#0 target$:#8 property$:#@ timeb#H %XSelectionRequestEvent H'k type# serial# send_event# display# requestor # selection$:#( target$:#0 property$:#8 timeb#@ &XSelectionEvent 8(* type# serial# send_event# display# window # colormap#( new#0 state#4 'XColormapEvent(`short(`( (((( b(C# s(i# l(# `) type# serial# send_event# display# window # message_type$:#( format#0 data(#8 (XClientMessageEvent 8*P type# serial# send_event# display# window # request#( first_keycode#, count#0 )XMappingEvent XID (+ type# display# resourceid*h# serial# error_code # request_code #! minor_code #" *vXErrorEvent +K H+ type# serial# send_event# display# window # key_vector+.#( +KXKeymapEvent (,k type# serial# send_event# display# extension# evtype#$ +XGenericEventvoid, 8-< type# serial# send_event# display# extension# evtype#$ cookie #( data,#0 ,XGenericEventCookie-w_XEvent0 type# xanyN# xkey# xbutton# xmotion # xcrossingl# xfocus# xexpose# xgraphicsexpose# xnoexpose# xvisibilitye# xcreatewindowy# xdestroywindow# xunmap# xmap# xmaprequest# xreparent# xconfigure ## xgravity # xresizerequest!# xconfigurerequest"# xcirculate#l# xcirculaterequest$# xproperty$# xselectionclear%# xselectionrequest&# xselection'k# xcolormap(*# xclient)# xmapping*P# xerror+# xkeymap+# xgeneric,k# xcookie-<# pad-Z#-w0 0 0 0XtActionProc_XtActionsRec1+ string# proc0#0 1+XtActionList ,XtPointer_XtResource02. resource_name# resource_class# resource_type# resource_size X# resource_offset X# default_type# default_addr1K#(1_ 2.XtResourceList XrmClass Boolean2 2u 2XtWidgetProc _XRegion22 022 2XtExposeProc 3F     3 3FXtSetValuesFunc 3   3i 3XtArgsFunc  XtGeometryMask (`Position lDimension 4 request_mode3# x3# y3# width3# height3# border_width3# sibling 1# stack_mode#34  444 4XtAlmostProc 5 4 5XtAcceptFocusProc XtVersionType 5 XtGeometryYes XtGeometryNo XtGeometryAlmost XtGeometryDone5\5 445 5XtGeometryHandler 6 5 6XtStringProc _CoreClassPart9 superclass B# class_name# widget_size X# class_initialize w# class_part_initialize # class_inited #( initializeA#0 initialize_hook#8 realize#@ actions14#H num_actions X#P resources27#X num_resources X#` xrm_class2P#d compress_motion2c#h compress_exposure #i compress_enterleave2c#j visible_interest2c#k destroy2#p resize2#x expose2# set_values3O# set_values_hook3# set_values_almost4# get_values_hook# accept_focus5(# version5D# callback_private1K# tm_table# query_geometry5# display_accelerator6&# extension1K# 6=CoreClassPart_WidgetClassRec9 core_class9# XrmName:  ,,9 : XtCallbackProc_XtCallbackRec:s callback:# closure1K#:/ :sXtCallbackList_XtEventRec: :XtEventTable_TranslationData: :XtTranslations0 :XtBoundActions_XtStateRec;_XtTMRec ; translations:# proc_table;# current_state;(# lastEventTime# ;1XtTMRec  ;WidgetList_XExtData !XtInitialize 1NN5NGNP NYNb_XtAppStructNO <,N O XtLanguageProc,!XtSetLanguageProcOOyNOO-#XtRealizeWidgetO $XtMainLoopO ,0O#XtAddEventHandlerP6 O, P6 PH!strncmpPP?PQ P size_t !strlenPPP P P!strcmpQ/PP Q/ QA!XrmGetResourceQMQ8QJQS ;#XSetWMNormalHintsQ<Qq_XComposeStatusRI compose_ptr# chars_matched#Q!XLookupStringRQRI R!XStoreNameR<R!XSetWindowColormapS5<!XSetWindowBackgroundPixmapS< S!XSetIconNameS<S S!XParseGeometryT5SCC  !XMapWindowTh<!XFreePixmapT<!XFreeColorsT<!XClearWindowU < U !XAllocNamedColorU<U)E?E?=!XDefaultColormapOfScreenUU=!XBlackPixelOfScreenVU=!XRootWindowOfScreen V?V!XCreateSimpleWindow VV?      [\% \G%\P!sprintf\\>\Y&%Y \%\!fprintf\\\& \%\ ]%] %Zv!freopenZv]`\]] ]`%]i ]{%]!fopenZv]]r]"tmpfileZva /var/tmp/libXpm-3.5.8/sxpm/usr/local/include/X11../include/X11/usr/include/isosxpm.cXresource.hXlib.hxpm.hIntrinsic.hX.hXutil.hCoreP.hIntrinsicP.hstdio_iso.htime_iso.hstdio_impl.hstdio.h 0 0]@ *=0HH@H ly!)IPP  (@, Q@$`(@@@$@P@$@(X@$$DX@ t t @ H$@$8H@@$,Y &,04 /(  hM~{ )-t)lQ ) M,0LTT]T@Y9mDD 5H@ 6$$$$$`#QP 8(@( m%(@( m% :,, ;@ht <8 (1Y DD%$> II!I4I : ;  I !I/  :  ( I:  :  I8 I .?  6 : ; @ ' ID I: ;   4I : ; D D .?  : ;@ ' D I: ; ' D ' D I<  :  :  : ' ID  I &I!.? < ' ID ".? < ' ID #.? < ' D $.? < ' D %7I&]main Usage ErrorMessage hPunt kinputCGetNumbersCVersionInfo ]XrmOptionKindXPointer9XrmOptionDescRec&Pixel6wXpmColorSymbolXrmValueStringXtArgVal  AArg ~ XColor Window  ; XSizeHints XCardinal wXtProc XtWidgetClassProc XtEnumAXtInitProcXtArgsProcPixmapColormapCursorXtRealizeProcDisplayNXAnyEventbTimeqXKeyEventXButtonEvent XMotionEvent$lXCrossingEventXFocusChangeEvent3XExposeEvent DrawableXGraphicsExposeEvent.XNoExposeEventeXVisibilityEventyXCreateWindowEventXDestroyWindowEvent4XUnmapEventXMapEventXMapRequestEvent3XReparentEvent #XConfigureEvent = XGravityEvent !XResizeRequestEvent!"XConfigureRequestEvent"#lXCirculateEvent#$XCirculateRequestEvent$:Atom$I$XPropertyEvent%%XSelectionClearEvent%&XSelectionRequestEvent&'kXSelectionEvent'(*XColormapEvent(()XClientMessageEvent)*PXMappingEvent*hXID*v+XErrorEvent+K+XKeymapEvent+,kXGenericEvent,-@ABDGHIKLMNOPRTUVWX "%'()+,.1247<?CEFJQS W -P&(3: v8TNS (@t`g@n u :  }P m g , xl @ P\ 3`X `%-3 k<M }`SZ x mp$X '` j8" $  \$/ i!N {`S]dl`uz s` r  #`t P p }pLU  l@!0 X@7 x(G q8Y `@g sL x@ d8 p8 xpmParseDataxpmParseHeader___errnoxpmColorKeys_edataXpmFreeAttributesfdopenxpmGetStringmemsetmemcpymallocxpmParseColorsstrcpy_initfcloseXpmFreexpmHashInternxpmGetCmtXpmFreeXpmImagefork_start_environlibintl_gettextxpmNextStringxpmParseValuesxpmDataTypesperroratexitstrncmp__iobxpmatoui__fsr_init_value_finiungetc__1cG__CrunMdo_exit_code6F_v_XpmLibraryVersionstrcmp__xargv_GLOBAL_OFFSET_TABLE_xpmNextUIxpmHashTableFree_get_exit_frame_monitor_DYNAMICdup2freestrrchrlibintl_bindtextdomaincalloc_endxpmPipeThroughxpmHashTableInitlibintl_textdomainsetlocalestrchrwaitpidrealloc_exitxpmInitAttributes__xpg4strlcat__xpg6XpmAttributesSizexpmNextWordfprintf_PROCEDURE_LINKAGE_TABLE____ArgvxpmParseExtensions_lib_versionpipeXpmGetErrorString__environ_lock_etextxpmInitXpmImageXpmFreeExtensionsstrlenexeclpxpmSetAttributes__ctypestrncpyxpmHashSlotxpmFreeColorTable__xargclibc.so.1SUNW_1.19SUNWprivate_1.1libintl.so.8/usr/local/liby NqT# :DH" @U`9-.70 P@ `= %I ,@Q`8G  S@`A6/M* [`+p #@ "b `+p #@ rb`+p #@ r`Х, @`+p '# \਀ t+``+p )# -`- Ȯ `?- Ȯ =--% Ȝ#0@B`+p  @;!``*p # Z ؀ `*p # Z @'@@Y@'@-0ww_\ @''G瀤 H _$8D` $`_$$<H_$w_\ _t`Gˠ '_w_Ϡ wGˡ4 ǀ O_@ 'G<  www__@w_\ h0__@w__t`_πh?H"'_`` H_Z'GӀ HGH'_ ` $` H '_ ` $` 'G< 0w!_$`_`t $`_$ _t _ #c h?H)'_ ,0@jw_߀h?H'__ ,0@w__߀h _$ w_t __߀o__t` 'G< 0w_\ w_瀤hH#__ ,0@w__瀤h_$ w_\ h_\ @2__瀤o_@*_t  w'w 'ߠ 'H%_L 0H_L 9Hߥ,`,`_L 4 @$ 0'_ wHH ۠ ' Oۀ H H_$` H' H'4 0A@`w'H%`]H0w`]H+w`]H&w`]H!w`]Hw`]Hw`]HwG$? O, < #a_D_p\H4 @!"'G< @w_@qw'w#c h?H3',0@?w_׀h_t ?H%' '_wH__t`ˠ '_w_Ϡ w_w_ 0w O__t` 'G<  w'_h= '_wH- '_\ w뀤 H_\ h_\  '_w_נ w뀤 O '_w_ߠ w O_\ k_h w'_h3 '_wGH( '_w_\ h_\ DG '_w_נ wG뀤 OG '_w_ߠ 0wGGO_( w'_hZG HV '_wG4 HI_\ h_\ _ ' '_\ w瀤H_׀h _\ h_\  '_w_נ w瀤 O_\ h_\ Ґ '_w_ߠ wG4  O_@ 'G< @w_h#_t 0_$ 8_t p_$ h_t x_t _t _\ $h_t `_$ X_\ !@@h_t _$ 0www_\ ! @h_\ _t`p_ _$`h_$ _t HE_\ !h@_\`` _ p@b'G〤 H_\` >t`_\ "h _\ 0A_t 0_$ 8_$ hH_ _$`h_\ _t`x_\ _t`_\ _t`_$ _t _t _t _t _\ $h_\ 0_t``_ (_$`X_t 0_$ (_\ h_\` t`_ _$`$_ $_$`(_\` t`_ _$`,_\` t`_ _$`_ _$` @w_\ "h_ 8H _\ 0А_t 0_$ 8_\ ! @h_\`p`h< a_t p_$ hHD_\ !h?_\ ph _\`p`h_t p_$ h_\ xh_\ x_t x_\ h_\ _t _\ h_\ _t _\ 0h _\ 0{_t 0_$ 8_\ $h_ XH _\```X< H_t `_$ X_\ !@@h_D H _\ S_t _$ _t @w_$ _t _t @w_\ h _\`` < Ȓ_\ h_\ _t 0A@bw'wwH$Hc`]@$wH*`]@wH"`]@wH`]@ wHG$? H , < #a_ߠD_瀤h/aH]!`]@_@@G?H_haH]!a]@Ր_Dd8 Dd< @Җ@ pP0(A@`wo'wa] @a]a]@@a]@G H1_\ a ]@@*H_\ a(]@ @HaH]!a0]@y_\ @@z@ _\ wHw_w@ƒ'G HG%wǐ@'Gw@w@]  'G< PP#define_formatXPMXPM2XPMEXT_width_height_ncolors_chars_per_pixel XPMENDEXT.Z.gzuncompress-crgunzip-qcXpmColorErrorXpmSuccessXpmOpenFailedXpmFileInvalidXpmNoMemoryXpmColorFailedInvalid XpmErrorCannot open fileInvalid XPM fileNot enough memoryFailed to parse colorXpm Error: %s. Error found line %d near character %d cxpm/usr/local/share/locale-?-hUsage: %s [filename] ! C/**/, static char *[] = { }; Lisp;(setq '( )) smg4gc}tx (0@P`p@HPhpx0o0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0ow`0oo0og0o_0oW0oO0oG 0o?@0o7`0o/0o'0o0o0o0o 0o@0o`0o0o0o0o0o }P }`x H oJoo` oo """" (08@HPXxH   }P }` }p xX?$E 1DR^ }pm{^ }p{^ }t 0 x ` }t x           E   $ + 2 9 @  G (N _d[ cPTh c\q e 0 @ P ` p   m  o      ( yp @ H P# h* p1 x8M WZ -Pir( v8T (@t@  :  }P m g , xl  )@9 P\G 3`XVc`jqy k }`  mp$X '` j8".7 <AI`g$l \${ i!! {`` s` r  # `.6 P pI }pV[ l@m| X x( q8 @ sL @ d8 p8 cxpmcrti.scrt1.s__get_exit_frame_monitor_ptr__do_exit_code_ptr__crt_scratchvalues-Xa.cDrodata.rodatavalues-xpg6.cBbss.bssDdata.datacxpm.cDpicdata.picdatasGetcsUngetcParseComment.L897.L914.L934.L954.L957.L1098.L1199.L1217.L1235.L1253.L1507ParsePixels.L2245.L2891.L2900.L2929.L2930.L2931.L2945.L2946OpenReadFilexpmDataCloseAtomMakeHashTableGrows.L3342.L3345.L3348.L3351.L3354.L3357.L3360CreateOldColorTableFreeOldColorTable.L3949.L3953.L3957.L3961.L3975.L3983ErrorMessage.L4000.L4002.L4003.L4015.L4017.L4022crtn.s_END__START_xpmParseDataxpmParseHeader___errnoxpmColorKeys_edataXpmFreeAttributesfdopenxpmGetStringmemsetmemcpymallocxpmParseColorsstrcpy_initfcloseXpmFreexpmHashInternxpmGetCmtXpmFreeXpmImagefork_start_environlibintl_gettextxpmNextStringxpmParseValuesxpmDataTypesperroratexitstrncmp__iobxpmatoui__fsr_init_value_finiungetc__1cG__CrunMdo_exit_code6F_v_XpmLibraryVersionstrcmp__xargv_GLOBAL_OFFSET_TABLE_xpmNextUIxpmHashTableFree_get_exit_frame_monitor_DYNAMICdup2freestrrchrlibintl_bindtextdomaincalloc_endxpmPipeThroughxpmHashTableInitlibintl_textdomainsetlocalestrchrwaitpidrealloc_exitxpmInitAttributes__xpg4strlcat__xpg6XpmAttributesSizexpmNextWordfprintf_PROCEDURE_LINKAGE_TABLE____ArgvxpmParseExtensions_lib_versionpipeXpmGetErrorString__environ_lock_etextxpmInitXpmImageXpmFreeExtensionsstrlenexeclpxpmSetAttributes__ctypestrncpyxpmHashSlotxpmFreeColorTable__xargcanotate anotate   }` "}`#}`$}`anotate @(#)SunOS 5.10 Generic January 2005@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)locale.h 1.20 03/12/04 SMI@(#)locale_iso.h 1.3 03/12/04 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)wait.h 1.23 04/06/03 SMI@(#)resource.h 1.37 07/02/07 SMI@(#)siginfo.h 1.59 04/07/15 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.25 04/07/16 SMI@(#)signal.h 1.66 04/09/28 SMI@(#)signal_iso.h 1.6 03/05/02 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03ld: Software Generation Utilities - Solaris Link Editors: 5.10-1.497Icxpm.c /var/tmp/libXpm-3.5.8/cxpm /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../src -I../include/X11 -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c cxpm.c -W0,-xp\$XAoAMiKsNGXMEKn.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKsNGXMEKn.;backend;raw;cd;DBG_GEN 5.2.7sGetc<0ndata;x\file;pc=hD intunsignedlong( __FILEM __pad # (FILE Mchar e m  file\# datav#e@ type# stream# cptrm# line# CommentLength# Comment# Bcmtm# Ecmtm# Bose# Eose# format# lineNum# charNum# xpmData sUngetcI@nOdataHxcHt\fileHhDParseComment<` ndata;xh ||ce>sn?lnotend@hsmA`s2mAX  file\whcxdny`ay\notendzXsm{Ps2m{HDxpmNextStringP#ndataxX###!l!lces!t#!t#cpfile\hDxpmNextWord#'ndataxmbufpbuflenlndc`#'%'%'file\XD$xpmNextUI'(nCdataxCui_returnpbufLwlwD ekxpmGetString((@,n data%xvsptr&pCl'hi)`n)\c*Xpm+Pqm+Hbuf +w(\,()()()()()startm/w),),file\;wDe +xpmGetCmt{,-n datayxvcmtzpD @ + typem# Bcmtm# Ecmtm# Bose# Eose# Strsm# Decm#( Boam#0 Eoam#8 xpmDataType + _xpmDataTypes A xpmParseHeader-34n dataxbuf wlwnw.@3,.T3,.T3,.1p././ptrmwC4De m( xpmColorKeys L xpmParseValues_3`:ndataVxCwidthWpCheightXhCncolorsY`CcppZXCx_hotspot[PCy_hotspot\HChotspot]@Cextensions^l`bufaw3:6L:6L:iwptrmwgot_onewsaw_widthwsaw_heightwsaw_ncolorswsaw_chars_per_pixelwDe&xpmParseColors:DndataxncolorstcpppcolorTablePtrhhashtable`keyXlTaPbLlenHcurkeyDlastwaskey@bufwcurbufosptrvosmocolorocolorTableodefaultsvoErrorStatusoD,0 stringm# symbolicm# m_colorm# g4_colorm# g_colorm# c_colorm#( XpmColor  void  _xpmHashAtom namem# data#   xpmHashAtom  size# limit# used# atomTable(# 1xpmHashTable eeParsePixels}EOndatauxwidthvtheightwpncolorsxlcppyhcolorTablez`hashtable{Xpixels|PiptrC~@iptr2C~axyEOEOEOEGcolidx{FGFGFGFGFGFGc{GL(cidx ochar1oGIhHIHHIHH8IHTIHTIHtIHIHIHHHHHHfoIhKIKIKIKIK|IK|cc1oIK|IKIKcc2oIKJKJKJJJJJJfoK K|K K|K KdK KdK KdfoKL(KL(KL(foL0Osmbuf(wLhOLMLMslot(wD, Cunsigned short (eGxpmParseExtensions%P W|ndata"xIextensions#pCnextensions$hexts@&Xext@&Pnum'Lnlines(Ha(Dl(@notstart(notend(status)stringm*sm*s2m*spv*D$) namem# nlines# linesv# XpmExtension ) @xpmParseDataW\`nddataximagepinfohwidth`height\ncolorsXcppTx_hotspotPy_hotspotLhotspotHextensionsDcolorTablepixelindexChints_cmtmcolors_cmtmpixels_cmtmcmtsErrorStatushashtable~D  width# height# cpp# ncolors# colorTable# dataC# dXpmImage unsigned long8 valuemask# hints_cmtm# colors_cmtm# pixels_cmtm# x_hotspot# y_hotspot#$ nextensions#( extensions@#0 XpmInfo xpmPipeThrough\_n\fd|cmdp arg1h mode`fp\PstatusLfds Din@outpid 8De e e  8 pid_t OpenReadFile_c n!mmfilenamexmdatap_c`(c`(cfdhext!v``@a`la`lalen!XcompressfilemPD e !m size_t xpmDataClosecPcn!mdataxDAtomMake 0cd n"Jmname .xdata /pobject 1`D xpmHashSlot qd8en(# table oxms ppatomTable( r`hash s\p( tPhpm uHnsm v@D HashTableGrows egn$=table xatomTable( hsize dt( Xp( Pi LoldSize Hfggg\gg\g,g\g,g\ps( @DxpmHashIntern ghn%Mtable xmtag pdata hslot( XghhhhhhThhlhhlhErrorStatus TDxpmHashTableInit ijn%table xp( hatomTable( `DxpmHashTableFree j8jn&?table xp( patomTable( hDxpmatoui ?kln&mp <xl =tCui_return >hn @`i @\DXpmGetErrorString Ul@m0nm'&errcode T|DXpmLibraryVersion nmpmn'fDXpmFree zmmn'ptr yxDCreateOldColorTable 8mnn(bct 5xncolors 6t(boldct 7hcolorTable 9Xcolor 9Pa :LD FreeOldColorTable Nopn)colorTable Lxncolors Mta Opb Olcolor P`sptrv QXD xpmFreeColorTable gp8qn)colorTable exncolors fta hpb hlcolor i`sptrv jXD XpmFreeExtensions }q8rn*@extensions {xnextensions |ti ~pj ~lnlines ~hext@ `sptrv XD XpmAttributesSize rrn*DxpmInitAttributes ssn+)2"attributes xD _XExtData + number# next+# free_private+# private_data+# +)++ + mXPointer +)XExtData + VisualID8 , ext_data+# visualid+# class# red_mask# green_mask# blue_mask#( bits_per_rgb#0 map_entries#4 ,Visual , Colormap Pixel ,-H namem# valuem# pixel,# -XpmColorSymbol -H _XDisplay -j - pixel# red# green# blue# flagse# pade# -.<-vm- - .e 7P#libintl_bindtextdomainm77G7Ye 7#libintl_textdomainm77e 7#libintl_gettextm8&7e 8&#setlocalem8j8/#__posix_ttyname_r8m#__posix_getlogin_r8m#lockf9e 9#truncate9b9( off64_t #tell9b9 9 ssize_t #pwrite9999 #pread9:F99#lseek9b:}9b#ftruncate:e :#truncate:: off_t #tell:;& ;&#pwrite9;y;/9#pread9;99#pipe;7 #lseek:<:#lockf=e >#open>O>'e >Oe >a#attropen>>X>j'e >#openat>>'e >#creat?9?e ?9#open?y?B' ee ?#strlcat!??y?!e ?#strrchrm@?e @#strchrm@P@(me @Y(@b#strncpym@@P@ke @e @#strncmpA @@e A #strlen!ABA(me AK(AT#strcpymAABA]e Ae A#strcmpAAA#memsetB ( B)(B2#memcpyB|B B;#dup2B#mkstempBm#mkstempBm#reallocC'#mallocCM&freeCi&exitC#callocC (#ftello9bCC (#fseekoD$C D$#fsetposDfCD- #fgetposDCDf%tmpfile\e De D#freopen\EDD\e Ee E##fopen\EcEE, (#ftello:EEc#fseekoECe E#fdopen\F Ee F &perrorF;F F;#fsetposF}CFD(C(Df#fgetposFF}F#ungetcFC#getcGC(Ce G(G$#fprintfGgGG-'e Gg(Gpe G(G(\#freopen\GGyGGe G(Ge G(H#fopen\HCGH #fcloseHiC%tmpfile\ H~#__posix_ctime_rmHHm tm$I tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst# H I(I(m)__posix_asctime_rmII J /var/tmp/libXpm-3.5.8/cxpm../src/usr/include/usr/include/iso../include/X11/usr/include/sys/usr/local/include/X11cxpm.cXpmI.hstdio_impl.hstdio_iso.hdata.cparse.cxpm.hRdFToI.ctypes.hhashtab.cmisc.cAttrib.cXlib.hX.hImage.cresource.htime_iso.h 0<  ! $ ! `<!@$I!$8@$y  @$H!g$$I$*=8$$y  $$H!g P H . h<~ \]   L<~ @A # 4X@$`)p$}) '(0 (@4 DE$( 440($m %4(1) , 8D0$ -0 $(( X)l0000900 09 3`(p!x( (L( llll]|+K7L :  $$ 0$( $4&A-0$85X~*, $ )$H@b !$ 8$ $( $4&A-0$8H |  $($M 6 E p $,B((%H5y ~$(4),(du(($,%pAddq ~e((0&A$ x ~ ((0&A(@~ v ~~  P  ,|,z 48$) 490 (@,( }4($,(oA W\,<,,00$ \ $$4$,(%\0%$ _ !  8 8 EYE1! cP, c 0 d8  6H H z e ,$ 4!4 -| g 9@, ! i ,($8! j8 8,~ k (4I|0 l@ !!!!!!r mp  m  m ;$ 0U o 00 ~:  p8 , ~:  q8 ,4 40~  x  r  s  $ s $ $   v8 4$( !$    4(8 x- x8 (  yp$$$$iH\ {`$0L!4(! DD%. : ; @ ' ID I: ;  4I : ;  D D $> I !I/  :  I8 I: I  : I !I/ : . : ; @ ' D  .?  : ; @ ' ID 4I : ; .?  : ;@ ' ID I: ;  : 4I?  : ; 4I?  : ;  . : ;@ ' ID &I. : ;@ ' D .?  : ; @ ' D ' ID I < !.?  : ;@ ' D ".?  6 : ; @ ' ID #.? < ' ID $.? < ID %.? < ' ID &.? < ' D '(7I).? < ' ID IxpmNextStringxpmNextWordxpmNextUIkxpmGetString +xpmGetCmt _xpmDataTypes xpmParseHeader xpmColorKeys xpmParseValues&xpmParseColorsGxpmParseExtensionsRxpmParseDataxpmPipeThrough"JxpmHashSlot$=xpmHashIntern%MxpmHashTableInit%xpmHashTableFree&?xpmatoui&XpmGetErrorString'&XpmLibraryVersion'fXpmFree)xpmFreeColorTable)XpmFreeExtensions*XpmAttributesSize*xpmInitAttributes2+xpmSetAttributes3XpmFreeAttributes3jxpmInitXpmImage3XpmFreeXpmImage4rmainIsGetcsUngetcOParseCommentParsePixels HOpenReadFile!xpmDataClose!AtomMake# HashTableGrows'CreateOldColorTable(kFreeOldColorTable3ErrorMessageI(__FILEMFILExpmData +xpmDataTypeXpmColor_xpmHashAtomxpmHashAtom1xpmHashTable)XpmExtensiondXpmImageXpmInfo 8pid_t!size_t+XPointer+)_XExtData+XExtData+VisualID,,Visual,Colormap,Pixel--HXpmColorSymbol-.EXpmAllocColorFunc.XpmFreeColorsFunc.2 XpmAttributes5rlim64_t5rlimit646Srlim_t6drlimit9boff64_t9ssize_t:off_tHtm.interp.hash.dynsym.dynstr.SUNW_version.rela.got.rela.data.rela.plt.text.init.fini.rodata.rodata1.dynamic.picdata.bss.symtab.strtab.annotate.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.shstrtabXX xx HHX" o0-B07BBB`Lh R}P}PX}`}`^}p}pfxx2XXXG o<px e o{[[I<  m  w   80707010005644d000041ed0000000000000000000000034c5c63af000000000000010000010036ffffffffffffffff0000001300000000root/usr/local/lib0707010005644e000081a40000000000000000000000014c5c636e0007a2700000010000010036ffffffffffffffff0000001c00000000root/usr/local/lib/libXpm.a! / 1281123178 0 0 0 1712 ` HILILڄڄ2 aa44֬$.<^d<<d)))dT`DDDDDDD2l2l2l2lYYYYYXpmFreeAttributesxpmSetAttributesxpmInitAttributesXpmAttributesSizeXpmFreeExtensionsxpmFreeColorTableXpmCreateBufferFromXpmImageXpmCreateBufferFromImageXpmCreateBufferFromPixmapXpmCreateDataFromXpmImageXpmCreateDataFromImageXpmCreateDataFromPixmapXpmCreateXpmImageFromBufferXpmCreateImageFromBufferXpmCreateXpmImageFromDataXpmCreateImageFromDataxpmCreateImageFromPixmapXpmCreatePixmapFromBufferXpmCreatePixmapFromDataxpmCreatePixmapFromImageXpmFreeXpmImagexpmInitXpmImagexpmSetInfoxpmSetInfoMaskXpmFreeXpmInfoxpmInitXpmInfoXpmReadFileToBufferXpmReadFileToDataxpmPipeThroughXpmReadFileToXpmImageXpmReadFileToImageXpmReadFileToPixmapXpmWriteFileFromBufferXpmWriteFileFromDataXpmWriteFileFromXpmImageXpmWriteFileFromImageXpmWriteFileFromPixmapxpmParseDataAndCreateXpmCreatePixmapFromXpmImage$XAoAMiKjNGXM0cl._himask$XAoAMiKjNGXM0cl._lomaskxpm_znormalizeimagebitsxpm_xynormalizeimagebits$XAoAMiKjNGXM0cl._reverse_byteXpmCreateImageFromXpmImagexpmParseHeaderxpmDataTypesxpmGetCmtxpmGetStringxpmNextUIxpmNextWordxpmNextStringxpmHashTableFreexpmHashTableInitxpmHashInternxpmHashSlotXpmFreeXpmLibraryVersionXpmGetErrorStringxpmatouixpmParseDataxpmParseExtensionsxpmParseColorsxpmParseValuesxpmColorKeysxpmFreeRgbNamesxpmGetRgbNamexpmReadRgbNamesXpmCreateXpmImageFromPixmap$XAoAMiKoNGXMEFm.low_bits_tableXpmCreateXpmImageFromImage$XAoAMiKoNGXMEFm.printableAttrib.o/ 1281123155 0 0 100644 16924 ` ELF+t`_\ "h _\ 0@_t 0_$ 8_$ hH_ _$`h_\ _t`x_\ _t`_\ _t`_$ _t _t _t _t _\ $h_\ 0_t``_ (_$`X_t 0_$ (_\ h_\` t`_ _$`$_ $_$`(_\` t`_ _$`,_\` t`_ _$`_ _$` @w_\ "h_ 8H _\ 0@_t 0_$ 8_\ ! @h_\`p`h< @_t p_$ hHD_\ !h?_\ ph _\`p`h_t p_$ h_\ xh_\ x@_t x_\ h_\ @_t _\ h_\ @_t _\ 0h _\ 0@_t 0_$ 8_\ $h_ XH _\```X< @_t `_$ X_\ !@@h_D H _\ @_t _$ _t @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iAttrib.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -o Attrib.o Attrib.c -W0,-xp\$XAoAMiKSNGXMEDj.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKSNGXMEDj.;backend;raw;cd;DBG_GEN 5.2.7CreateOldColorTable8nMMct5xncolors6t$oldct7hcolorTable-9Xcolor-9Pa:LDintcharT0 string\# symbolic\# m_color\# g4_color\# g_color\# c_color\#( eXpmColorunsignede FreeOldColorTableNn-colorTableLxncolorsMtaOpbOlcolor-P`sptrQXD \ xpmFreeColorTablegncolorTableexMncolorsftaMhpbMhlcolori`sptrjXD XpmFreeExtensions}nlextensions{xMnextensions|ti~pj~lnlines~hext`sptrXD  name\# nlines# lines# lXpmExtension XpmAttributesSizenMD xpmInitAttributesn_ attributesxDunsigned long_XExtData  numberM# next# free_private# private_data #pM \XPointer pXExtData _VisualID8 ext_data1# visualid:# classM# red_mask_# green_mask_# blue_mask_#( bits_per_rgbM#0 map_entriesM#4 MVisual _Colormap _Pixel5 name\# value\# pixel5# NXpmColorSymbol_XDisplayunsigned short K pixel_# red# green# blue# flagsT# padT#void TM _\ K \ e XpmAllocColorFunc_M _ M \ XpmFreeColorsFunc t valuemask_# visual# colormap"# depth# width# height# x_hotspot#$ y_hotspot#( cpp#, pixelsE#0 npixels#8 colorsymbols#@ numsymbols#H rgb_fname\#P nextensions#X extensions#` ncolors#h colorTable#p hints_cmt\#x colors_cmt\# pixels_cmt\# mask_pixel# exactColorsM# closeness# red_closeness# green_closeness# blue_closeness# color_keyM# alloc_pixelsE# nalloc_pixelsM# alloc_close_colorsM# bitmap_formatM# alloc_color # free_colors # color_closure \# :XpmAttributes t xpmSetAttributesn attributesximagepinfohErrorStatusMdD  width# height# cpp# ncolors# colorTable# data# XpmImage8 valuemask_# hints_cmt\# colors_cmt\# pixels_cmt\# x_hotspot# y_hotspot#$ nextensions#( extensions#0 #XpmInfoXpmFreeAttributesnR attributesxD__posix_ttyname_rMM\___posix_getlogin_rM\MlonglockfMMMTtruncateMR off64_ttellRM T ssize_tpwriteM_ Tpread6M_lseekRmMRMftruncateMMTtruncateM off_ttellM TpwriteiM_preadM_lseekMMlockfMMMftruncateMIMTIT[attropenMRdMTopenatMMMTcreatM3T3openMs<MTsTattropenM|MTopenatMMMTcreatM]&T]openMfMmkstempM\mkstempM\malloc \_free- \ЀJ__FILEo __pad-#JftelloRoJfseekoMMfsetposM!fgetposMZ! JFILEZtmpfileiTTfreopeniiTTfopeni6Jftelloe6fseekoMMfsetposM!fgetposM!T!*T<Eifreopeni3NWTTfopenitmpfilei__posix_ctime_r\\\tm$ tm_secM# tm_minM# tm_hourM# tm_mdayM# tm_monM# tm_yearM# tm_wdayM# tm_ydayM# tm_isdstM# \&\__posix_asctime_r\/8] /var/tmp/libXpm-3.5.8/src../include/X11/usr/local/include/X11/usr/include/sys/usr/include/isoAttrib.cxpm.hXlib.hX.htypes.hstdio_impl.hstdio_iso.htime_iso.h ;$ 0U 00 ~:  , ~:  ,4 40~  x    $ $ $   4$( !$    4(8 DD%. : ; @ ' ID I: ;  4I : ;  D D $> I :  I8 I: . : ; @ ' D  .?  : ; @ ' D  .?  : ; @ ' ID  : ' ID I<  .?  : ;@ ' D I: ; .? < ' ID &I.? < ' D I !I/ .? < ' ID 7I.? < ' ID uxpmFreeColorTableXpmFreeExtensionsXpmAttributesSizexpmInitAttributes xpmSetAttributesXpmFreeAttributesPuCreateOldColorTable6FreeOldColorTableueXpmColorlXpmExtension XPointerp_XExtDataXExtData:VisualIDMVisual"Colormap5PixelNXpmColorSymbol XpmAllocColorFunc XpmFreeColorsFunc : tXpmAttributesXpmImage#XpmInfoRoff64_tssize_toff_tJ__FILEZFILE\tmAttrib.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataCreateOldColorTableFreeOldColorTableXpmFreeAttributesxpmSetAttributesxpmInitAttributesXpmAttributesSizeXpmFreeExtensionsxpmFreeColorTablefreemalloc_GLOBAL_OFFSET_TABLE_    /> R@dhTvL@ hhT4@@@ p    H 6666L6@T6H66H6666%6-6 6 6D 6 6l 6`! 6l* 6`2 6l; 6tC 6lL 6tT 6l 66 6 6@26Y666 6& 6666@ X    $ - U6mAmuM,iY/Kg1w1\234 68 ;P < <( <@ CrBufFrI.o/ 1281123156 0 0 100644 24844 ` ELF+[@@.shstrtab.text.rodata1.rodata.bss.data.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenameswwwww_h_t ___ߪ_א@@@'sGs HGsH!'_׀hw_א@@_w@@'sH _@@'s@Gs'Gӡ< СA@`wwww 'Ӡ 'w_t _瀤h _\ !h H' 'G'_瀤h_\ $h _ (H H' 'G'׀H _\`0`(@_'ۀH_@5'ˢ`]@@'Ӣ@ˠ@ 'H ӀHˀH?Hu'@w_h?Hj'_ߐ@@ۀH_\ h_$4`]_\ @@2 @'`]_``` `@@'_瀤h_\ hϦߦ $`]_` `$@@2 '׀HϤߢ`]@@2 'Ϥߢ`]@@2 'Ϡ@'πH?H'_@@w_h?H'_w_@ߐ@@Ϡ@'ۀH_\ h_$4`]_\ @@2 @'_\`` `@@'G߀ HGH'_`?4 `tH,_``L ' H"_ ?4 t@H_ L@ ' H @'H?Hd'_@@w_h?HW'_wۀH_\ h_$4`]_\ @@2 @'_$_```\`\`@@s@-s׀H_$_\`0`(@@<_@`]@@__t` H '_h_@G'G< A@`wwwww''`]ӂ$` @O, "/Ӡ 'ۀH_ww_Ӡ$@ $h?H'_\ w_ w_w__א@@_נ@w 'ˀ H8_\ w_h%_Ӡ% $`]ˠ$ 4,0`]\@_@@: w_Ӡ$@$h?Hz'ˠ '_w_ wˀ O_Ӡ$@ $ h?Hc'_`]@@_ Ӡ$@'_ Ǡ ?H_ Ǧ@_ H _ Ǣ@_ $@4$h?H8'_\ _ Ǡ@4@w_h?H&'_Ǡ@$__ @Ӑ@@_Ǡ@$__t`Ϡ '_w_ߠ 0wۀ O9 'Gӡ< A@`ww'w'''_w_w_w߀ HHߠ$ ' 'HT "_,`_ w '〤H+__$@$hH___ ,p,p\ې@@_۠@w '_w_Ϡ w〤 O__$@$ hHW_`]@@_ w ' O "_,`_ w '〤H+__$@$hH-___ ,p,p\ې@@_۠@w '_w_Ϡ w〤 O "_,`_ w_ __$@%  w' ' H HL' 'H;_\ @ < @'_ ' '_\ w〤H_\ @ < @' '_w_נ w〤 O '_w_ w O߀?H H'ߠ '4 A@`ww'ww'_w 'ۀHM__$@$`]_\ @@: @w_ 'Ϡ '_\ wπH!__$@$`]_\ @@: @wӠ '_w_Ǡ wπ Oנ '_w_ߠ wۀ O_`]_$@$$ @@_ __$@ % @w '_\ h G_\ @ @'_\ h G_\ @ @'_\ h G_\ @ @'G'G< /* XPM */ static char * image_name[] = { /*%s*/ "%d %d %d %d %d %d XPMEXT", }; %s %s, "XPMEXT %s", "%s", "XPMENDEXT"@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03%CrBufFrI.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -o CrBufFrI.o CrBufFrI.c -W0,-xp\$XAoAMiKTNGXMkJj.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKTNGXMkJj.;backend;raw;cd;DBG_GEN 5.2.7XpmCreateBufferFromImageDndisplay?xbuffer_return@p|imageAh|shapeimageB`attributesCXxpmimageEinfoZF~ErrorStatusG~Dint_XDisplayDisplay char  unsigned longXPointer  _XExtData  number# next# free_private# private_data#    XExtData VisualID8 ext_data# visualid# class# red_mask# green_mask# blue_mask#( bits_per_rgb#0 map_entries#4 unsigned _XImage. width# height# xoffset# format# data# byte_order# bitmap_unit# bitmap_bit_order# bitmap_pad#$ depth#( bytes_per_line#, bits_per_pixel#0 red_mask#8 green_mask#@ blue_mask#H obdata#P f#X  .           7  .   .    D .     . .     Mlong  .   funcs0k create_image# destroy_image# get_pixel# put_pixelD# sub_image# add_pixel#(XImage kVisual ColormapPixel  name# value# pixel#XpmColorSymbol  p name# nlines# lines# .XpmExtension p0  string# symbolic# m_color# g4_color# g_color# c_color#( XpmColor unsigned short pixel# red 1# green 1# blue 1# flags# pad# Cvoid       XpmAllocColorFunc     6  ? XpmFreeColorsFunc valuemask# visual# colormap# depth# width# height# x_hotspot#$ y_hotspot#( cpp#, pixels#0 npixels#8 colorsymbols %#@ numsymbols#H rgb_fname#P nextensions#X extensions #` ncolors#h colorTable (#p hints_cmt#x colors_cmt# pixels_cmt# mask_pixel# exactColors# closeness# red_closeness# green_closeness# blue_closeness# color_key# alloc_pixels# nalloc_pixels# alloc_close_colors# bitmap_format# alloc_color # free_colors # color_closure # XpmAttributes    width# height# cpp# ncolors# colorTable (# data# XpmImage8Z valuemask# hints_cmt# colors_cmt# pixels_cmt# x_hotspot# y_hotspot#$ nextensions#( extensions #0XpmInfoXpmCreateBufferFromXpmImagepn buffer_returnmx imagenpinfoohErrorStatusr`bufswcmtstwextensionstwext_sizetwluwcmt_sizeuwptrvwpvwptr_sizewwused_sizewwtmpwwD$  Z:WriteColorsndataptrxdata_sizepused_sizeh (colors`ncolors\cppXbufwawkeywlwsws2wdefaultswCD0WritePixelsUndataptrMxdata_sizeNtused_sizeOhwidthPdheightQ`cppR\pixelsSP (colorsTHsV@xWyWhWDExtensionsSizezn extxxnumytx{ly{ha{dsize{`line|XD WriteExtensionsndataptrxdata_sizetused_sizeh ext`num\xXyTaPlineHs@D,CommentsSizen infoxsizepD  xpmSetInfoI  __posix_ttyname_r   __posix_getlogin_r  lockf    truncateA  off64_ttellAw  wssize_tpwrite     pread%    lseekA\  A ftruncate   truncate  off_ttell  pwriteX    pread    lseek   lockf   ftruncate8   8 Jattropen A S  openat    creat"   "openb +  b tattropen k }  openat     creatL   Lopen U  strncpy    size_tstrlen2  ;Dstrcpy 2 Mmkstemp mkstemp realloc  malloc ) freeE b __FILE __padE# bftelloA  bfseeko    fsetpos 9  fgetpos r  9bFILE rtmpfile   freopen    !fopen !N ! ! bftello!} !Nfseeko!    !!snprintf" !  ! "fsetpos"V  " 9fgetpos" "V "_ ""sprintf" " " "" ## freopen #e " # ## #e#n ##fopen # #w #tmpfile   XpmCreateXpmImageFromImage$E  . . # XpmFreeXpmImage$l # $l__posix_ctime_r$ $u  tm$%w tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst# $ %w%__posix_asctime_r % % /var/tmp/libXpm-3.5.8/src/usr/local/include/X11../include/X11/usr/include/sys/usr/include/isoCrBufFrI.cXlib.hX.hxpm.htypes.hstdio_impl.hstdio_iso.htime_iso.h <!   M(I      $( I $ 1   )0H$$t ,(|8 , Z ( ($(0@| ,(u$(0@| $( )05 ~ |     | w @,  - - - DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> < I: I  :  I8 ' ID  I : I !I/. : ;@ ' ID I: ; 4I : ; . : ;@ ' D .? < ' D .? < ' ID &I7II !I/ .? < ' ID .? < ' ID _%XpmCreateBufferFromImagelXpmCreateBufferFromXpmImage%:WriteColorsWritePixelsExtensionsSizeWriteExtensionsCommentsSize%DisplayXPointer_XExtDataXExtDataVisualIDfuncs_XImagekXImageVisualColormapPixel XpmColorSymbol . pXpmExtension XpmColor C XpmAllocColorFunc XpmFreeColorsFunc XpmAttributes XpmImageZXpmInfoAoff64_tssize_toff_tsize_tb__FILE rFILE$tmCrBufFrI.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L93.L126.L131.L140.L151.L156.L288ExtensionsSizeCommentsSizeWriteColorsWritePixelsWriteExtensions.L309.L347.L569.L580.L592strlenstrncpyxpmColorKeysfreereallocsnprintfstrcpymallocsprintfXpmFreeXpmImageXpmCreateBufferFromXpmImagexpmSetInfoXpmCreateXpmImageFromImageXpmCreateBufferFromImage_GLOBAL_OFFSET_TABLE_     1@0E0K8QHWP]Xc`ilx( 8hp #@?Je ~l'&%%$H)L)d h t#"!` d    #  8 hl x# #<!   |   \` l!))    , 0 H L l    !  ! ) ) <@ L! `@)D)   8  X66(66%66K6S6 6 6666866(6(6%66"6 o6686(666@  `P"'-6U?;J;%VD bGpHkII*KMXQHPX Z Z Z Z CrBufFrP.o/ 1281123156 0 0 100644 12212 ` ELF+*p@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenameswwwwwww ' '_׀h _\ h_ '_ '_瀤h __Ǩ@@_߀h __ߤ@@_____א@@@'_ǀh_\``@_h_\``@G'Gӡ< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03CrBufFrP.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -o CrBufFrP.o CrBufFrP.c -W0,-xp\$XAoAMiKUNGXMEQj.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKUNGXMEQj.;backend;raw;cd;DBG_GEN 5.2.7XpmCreateBufferFromPixmap/ndisplay*xbuffer_return+p)pixmap,h)shapemask-` Yattributes.Xximage80Hshapeimage81@width2height3ErrorStatus4Dint_XDisplayDisplay char  unsigned longPixmap _XExtData  number# next# free_private# private_data# :   XPointer:XExtData VisualID8 ext_data# visualid# class# red_mask# green_mask# blue_mask#( bits_per_rgb#0 map_entries#4Visual ColormapunsignedPixel  e name# value# pixel #$XpmColorSymbol e name# nlines# lines#XpmExtension 0n string# symbolic# m_color# g4_color# g_color# c_color#(XpmColor n unsigned short pixel# red# green# blue# flags# pad# void ! s     ) 2sXpmAllocColorFunc       ) XpmFreeColorsFunc A valuemask# visual# colormap# depth# width# height# x_hotspot#$ y_hotspot#( cpp#, pixels#0 npixels#8 colorsymbols~#@ numsymbols#H rgb_fname#P nextensions#X extensions#` ncolors#h colorTable#p hints_cmt#x colors_cmt# pixels_cmt# mask_pixel# exactColors# closeness# red_closeness# green_closeness# blue_closeness# color_key# alloc_pixels# nalloc_pixels# alloc_close_colors# bitmap_format# alloc_color|# free_colors# color_closure)#XpmAttributes A  _XImage width# height# xoffset# format# data# byte_order# bitmap_unit# bitmap_bit_order# bitmap_pad#$ depth#( bytes_per_line#, bits_per_pixel#0 red_mask#8 green_mask#@ blue_mask#H obdata#P f#X k   a  b          j         J      long  S [ funcs0' create_image a# destroy_image # get_pixel # put_pixel# sub_imageJ# add_pixel#( kXImage ' xpmCreateImageFromPixmap   A J J__posix_ttyname_r   __posix_getlogin_r%  lockf\   S \truncate e SSoff64_ttell ! Sssize_tpwrite:     !pread  :  lseek   ftruncate  S truncate/  SSoff_ttell/c ! cpwrite  l  pread  :  lseek/-  / lockfd   Sftruncate  S  attropen    openat@    @creat I  open    attropen    openatj  (  jcreat s  open  mkstemp mkstemp8 SUS __FILEz __pad8# Uftello z Ufseeko  S S fsetpos,   Sfgetpose  ,UFILE etmpfilet  freopent   t  fopentA   Uftello/p Afseeko  S S fsetpos  ,fgetpos,   ,5 GPtfreopent > Y b  fopent  tmpfilet XpmCreateBufferFromImage   S __posix_ctime_r   tm$ tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst#  __posix_asctime_r   /var/tmp/libXpm-3.5.8/src/usr/local/include/X11../include/X11/usr/include/sys/usr/include/isoCrBufFrP.cXlib.hX.hxpm.htypes.hstdio_impl.hstdio_iso.htime_iso.h /08   ! DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> < I: I  :  I8 ' ID  I : .? < ' D .? < ' ID &II !I/ .? < ' ID 7I.? < ' ID <XpmCreateBufferFromPixmapDisplay)PixmapXPointer:_XExtDataXExtDataVisualIDVisualColormap Pixel$eXpmColorSymbolXpmExtensionnXpmColor|XpmAllocColorFuncXpmFreeColorsFunc AXpmAttributesfuncs k_XImage'XImageoff64_tssize_t/off_tU__FILEeFILEtmCrBufFrP.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXpmCreateBufferFromImagexpmCreateImageFromPixmapXpmCreateBufferFromPixmap_GLOBAL_OFFSET_TABLE_     1@Yrx   66 66| 666@ 0$-U6AM"Y$0g%IHw%'(0P )H)` *( *@ *X  CrDatFrI.o/ 1281123157 0 0 100644 22348 ` ELF+QH@@.shstrtab.text.rodata1.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenameswwwww_h_t ___ߪ_א@@@'sGs HGsH!'_׀hw_א@@_w@@'sH _@@'s@Gs'Gӡ< 㺰A@`wowwwwנ ' ' '_t _瀤h_\ $h _ (H H' 'G'H _\`0`(@@)_  '_ H#c h?H',0'#c h?H' @w_׀h?H'w_`]_``` `@@: w_瀤h_\ h_`]_` `$@: wH _`]@@_ w_ߠ$@ '@_t _\ h?H'@'_\ ߐ@@_צ _\`` `@@1'G߀ HGH'_``L '_ H_ H?H'_ @4#c h?H'_ @4,0'_ ?4 t@H _ L@ ?H?H'_ L@'@ ? H?H'@'@w_πh?H'_ @@'_,0@t`_ ' '_w_wH5_ǀh1_h-_\ _\ @@_\ _\ @@ _t` '_ww_Ǡ w_w_ wH _ǀh_o__ @4,0,0u_,$_```\`\`@@@sH_-0_ ,$ $$ _\`0`(@@@__t` '_׀h! 'H_,0\@h_,0\@@ ' O_@G'G< A@`wwww''ߠ '〤H_w߀$ h?H'_\ w_ w_w_ߐ@@ߠ@w_Ǡ۠$@$ h?Hn'۠ 'Ӏ H8_\ w_h%_Ǡ۠% $`]Ӡ$ 4,0`]\@_@@: w_Ǡ۠$@$h?H>'Ӡ '_w_ wӀ O_Ǡ۠$@ '@w_ǀh?H"'_Ϡ@$_Ǡې@@_t נ '_w_ 0w_w_ w〤 Os 'Gۡ< w''''w_w뀤 HH$ 'L@ 'H瀤HH 'ÀHR_\ wϠ 'H,__\ $@$hHs___ ,p,p\@@_@wˠ '_w_ߠ w O _,`HHK_\@tǠ '_w_ wÀ O_\ wϠ 'H,__\ $@$hH#___ ,p,p\@@_@wˠ '_w_ߠ w O _,`w'wwߠ 'Ϡ 'ˠ 'HA_  @'_\ @ < @'_ 'Ӡ '_\ wӀH_\ @ < @'נ '_w_ wӀ O۠ '_w_ w OϠ _$`ˠ _$`A@`ww''w''_\@t_ w 'Ӡ '〤Hg_\ `]_\ @@Ӡ '߀H _\ _\ @@ _t`_ w_ 'Ϡ '_\ wπH+_\ _\ @@Ӡ '߀H _\ _\ @@ _t`_ wנ '_w_Ǡ wπ O۠ '_w_ w〤 O_\ `]@@%d %d %d %d %d %d XPMEXT %s %sXPMEXT %sXPMENDEXT@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03&CrDatFrI.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -o CrDatFrI.o CrDatFrI.c -W0,-xp\$XAoAMiKVNGXMkWj.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKVNGXMkWj.;backend;raw;cd;DBG_GEN 5.2.7XpmCreateDataFromImageDndisplay?xdata_return@pimageAhshapeimageB`attributesCXxpmimageEinfo_F~ErrorStatusG~Dint_XDisplayDisplay char   unsigned longXPointer  _XExtData  number# next# free_private# private_data#    XExtData VisualID8 ext_data# visualid# class# red_mask# green_mask# blue_mask#( bits_per_rgb#0 map_entries#4 unsigned _XImage3 width# height# xoffset# format# data# byte_order# bitmap_unit# bitmap_bit_order# bitmap_pad#$ depth#( bytes_per_line#, bits_per_pixel#0 red_mask#8 green_mask#@ blue_mask#H obdata#P f#X  3           <  3   3    I 3     3 3     Rlong  3   funcs0p create_image# destroy_image# get_pixel# put_pixelI# sub_image# add_pixel#(XImage pVisual ColormapPixel   name# value# pixel#XpmColorSymbol  u name# nlines# lines# 3XpmExtension u0  string# symbolic# m_color# g4_color# g_color# c_color#( XpmColor unsigned short pixel# red 6# green 6# blue 6# flags# pad# Hvoid       XpmAllocColorFunc     ;  D XpmFreeColorsFunc valuemask# visual# colormap# depth# width# height# x_hotspot#$ y_hotspot#( cpp#, pixels#0 npixels#8 colorsymbols *#@ numsymbols#H rgb_fname#P nextensions#X extensions #` ncolors#h colorTable -#p hints_cmt#x colors_cmt# pixels_cmt# mask_pixel# exactColors# closeness# red_closeness# green_closeness# blue_closeness# color_key# alloc_pixels# nalloc_pixels# alloc_close_colors# bitmap_format# alloc_color # free_colors # color_closure # XpmAttributes    width# height# cpp# ncolors# colorTable -# data#XpmImage8_ valuemask# hints_cmt# colors_cmt# pixels_cmt# x_hotspot# y_hotspot#$ nextensions#( extensions #0XpmInfoXpmCreateDataFromXpmImagemndata_returnjximagekpinfolhErrorStatuso`bufpwheaderqwdataqwsptrqwsptr2qwsqwheader_sizerwheader_nlinesrwdata_sizeswdata_nlinesswextensionstwext_sizetwext_nlinestwoffsetuwluwnuwD$  _CreateColorsndataptrxdata_sizep -colorshncolorsdcpp`bufwawkeywlwsws2wdefaultswD,CreatePixels2n:dataptr+xdata_size,twidth-pheight.lcpp/hpixels0` -colors1Xs3Px4Ly4Hh4Doffset4@D$CountExtensionsan? ext]xnum^text_size_hext_nlines``xb\ybXabTsizebPnlinesbLlinec@DCreateExtensions}nYdataptrwxdata_sizextoffsetyp extzhnum{dext_nlines|`x~\y~Xa~Tb~PlineHD0  xpmSetInfo Y b__posix_ttyname_r   __posix_getlogin_r  lockfK    Ktruncate T off64_ttell  ssize_tpwrite)     preadr  )  lseek   ftruncate   truncate  off_ttellR  Rpwrite  [  pread  )  lseek   lockfS   ftruncate    attropen    openat/    /creato 8  oopen x   attropen    openatY    Ycreat b  open   strncpy6    6size_tstrlenH ? strcpy  mkstemp mkstemp malloc F freeb calloc    __FILE __pad# ftello   fseeko C    Cfsetpos  L fgetpos  FILE tmpfile   freopen !H !  !H !Zfopen ! !Q !c ftello! !fseeko"    " "snprintf"` "  " "`fsetpos"  "i  fgetpos" " " ""sprintf#9 " " #9#B #T#] freopen # #K #f #o ## ##fopen $ # #tmpfile  XpmCreateXpmImageFromImage$  3 3 $* bXpmFreeXpmImage$ $* $__posix_ctime_r% $  tm$% tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst# % %%__posix_asctime_r % % /var/tmp/libXpm-3.5.8/src/usr/local/include/X11../include/X11/usr/include/sys/usr/include/isoCrDatFrI.cXlib.hX.hxpm.htypes.hstdio_impl.hstdio_iso.htime_iso.h < 5   <$$ ( E%<4h)0%(X( ~ q((~  )H$$$t   `"  !4((4@|  t (4@|  )%04. z     (@ 44( 4{ y , DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> < I: I  :  I8 ' ID  I : I !I/. : ; @ ' ID 4I : ; . : ;@ ' D I: ; .? < ' D .? < ' ID &I7II !I/ .? < ' ID .? < ' ID [&XpmCreateDataFromImageqXpmCreateDataFromXpmImageu&CreateColorsCreatePixels:CountExtensions?CreateExtensions&DisplayXPointer_XExtDataXExtDataVisualIDfuncs_XImagepXImageVisualColormapPixel XpmColorSymbol 3 uXpmExtension XpmColor H XpmAllocColorFunc XpmFreeColorsFunc XpmAttributesXpmImage_XpmInfooff64_tssize_toff_tHsize_t__FILE FILE%tmCrDatFrI.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L109.L118.L129CountExtensionsCreateColorsCreatePixelsCreateExtensions.L384.L582.L624snprintfstrncpyxpmColorKeysfreestrlenmallocstrcpysprintfcallocXpmFreeXpmImageXpmCreateDataFromXpmImagexpmSetInfoXpmCreateXpmImageFromImageXpmCreateDataFromImage_GLOBAL_OFFSET_TABLE_     1@FLRdb o |00 (8 @6 Ml H"L"  @ D d   " "  4 8 P T t  < 4l8"<" t@D P66!66666 6  6 (6O6W6 U60]6X!666 6 a660666@  ``B%-6U?WJW&V>rbA1pBgC2C*EcG@HJO P Pp Q Q Q0 CrDatFrP.o/ 1281123158 0 0 100644 12204 ` ELF+*h@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenameswwwwwww ' '_׀h _\ h_ '_ '_瀤h __Ǩ@@_߀h __ߤ@@_____א@@@'_ǀh_\``@_h_\``@G'Gӡ< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03CrDatFrP.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -o CrDatFrP.o CrDatFrP.c -W0,-xp\$XAoAMiKWNGXMEdj.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKWNGXMEdj.;backend;raw;cd;DBG_GEN 5.2.7XpmCreateDataFromPixmap/ndisplay*xdata_return+p.pixmap,h.shapemask-` ^attributes.Xximage=0Hshapeimage=1@width2height3ErrorStatus4Dint_XDisplayDisplay char    unsigned longPixmap _XExtData  number# next# free_private# private_data# ?   XPointer?XExtData VisualID8 ext_data# visualid # class# red_mask# green_mask# blue_mask#( bits_per_rgb#0 map_entries#4Visual ColormapunsignedPixel j name# value# pixel#)XpmColorSymbol j name# nlines# lines #XpmExtension 0s string# symbolic# m_color# g4_color# g_color# c_color#(XpmColor s unsigned short pixel# red# green# blue# flags# pad# void & x     . 7xXpmAllocColorFunc       . XpmFreeColorsFunc F valuemask# visual# colormap# depth# width# height# x_hotspot#$ y_hotspot#( cpp#, pixels #0 npixels#8 colorsymbols#@ numsymbols#H rgb_fname#P nextensions#X extensions#` ncolors#h colorTable#p hints_cmt#x colors_cmt# pixels_cmt# mask_pixel# exactColors# closeness# red_closeness# green_closeness# blue_closeness# color_key# alloc_pixels # nalloc_pixels# alloc_close_colors# bitmap_format# alloc_color# free_colors# color_closure.# XpmAttributes F  _XImage width# height# xoffset# format# data# byte_order# bitmap_unit# bitmap_bit_order# bitmap_pad#$ depth#( bytes_per_line#, bits_per_pixel#0 red_mask#8 green_mask#@ blue_mask#H obdata#P f#X p   f  g          o         O     long  X ` funcs0, create_image f# destroy_image # get_pixel # put_pixel# sub_imageO# add_pixel#( pXImage , xpmCreateImageFromPixmap   F O O__posix_ttyname_r   __posix_getlogin_r*  lockfa   X atruncate j XXoff64_ttell & Xssize_tpwrite?     &pread  ?  lseek   ftruncate  X truncate4  XXoff_ttell4h & hpwrite  q  pread  ?  lseek42  4 lockfi   Xftruncate  X  attropen    openatE    Ecreat N  open    attropen$    $openato  -  ocreat x  open  mkstemp mkstemp= XZX __FILE __pad=# Zftello  Zfseeko  X X fsetpos1   Xfgetposj  1ZFILE jtmpfiley  freopeny   y  fopenyF   Zftello4u Ffseeko  X X fsetpos  1fgetpos1   1: LUyfreopeny C ^ g  fopeny  tmpfiley  XpmCreateDataFromImage   "X __posix_ctime_r   tm$ tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst#  __posix_asctime_r   /var/tmp/libXpm-3.5.8/src/usr/local/include/X11../include/X11/usr/include/sys/usr/include/isoCrDatFrP.cXlib.hX.hxpm.htypes.hstdio_impl.hstdio_iso.htime_iso.h /08   ! DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> < I: I  :  I8 ' ID  I : .? < ' D .? < ' ID &II !I/ .? < ' ID 7I.? < ' ID :XpmCreateDataFromPixmapDisplay.PixmapXPointer?_XExtDataXExtData VisualIDVisualColormapPixel)jXpmColorSymbolXpmExtensionsXpmColorXpmAllocColorFuncXpmFreeColorsFunc FXpmAttributesfuncs p_XImage,XImageoff64_tssize_t4off_tZ__FILEjFILEtmCrDatFrP.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXpmCreateDataFromImagexpmCreateImageFromPixmapXpmCreateDataFromPixmap_GLOBAL_OFFSET_TABLE_     1@Wpx   66 66| 666@ 0$-U6AM"Y$0g%LFw%'((P )xH)` *  *8 *P  CrIFrBuf.o/ 1281123159 0 0 100644 14852 ` ELF+4@@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames㺀wwwwwנ@w@_7@@u_׀h_@w_א@@_7__߬w_א@@@s'sH_7__߬_א@@@s's_׀hGs H _פw@@w@@Gs'Gӡ< www_@_@_@@__@@'G'G< @ww _$`__t`_$ @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03 CrIFrBuf.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -o CrIFrBuf.o CrIFrBuf.c -W0,-xp\$XAoAMiKWNGXMkjj.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKWNGXMkjj.;backend;raw;cd;DBG_GEN 5.2.7XpmCreateImageFromBuffer1ndisplay,xbuffer-p|image_return.h|shapeimage_return/`attributes0Ximage2infoc3~ErrorStatus4~mdata5vDint_XDisplayDisplay char unsigned longXPointer  _XExtData  number# next# free_private# private_data # &   &XExtData VisualID8 ext_data# visualid# class# red_mask# green_mask# blue_mask#( bits_per_rgb#0 map_entries#4 unsigned  7            ]  @     f             long W  ) 1 funcs0 create_image7# destroy_image]# get_pixel# put_pixel# sub_image # add_pixelW#( _XImage| width# height# xoffset# format# data# byte_order# bitmap_unit# bitmap_bit_order# bitmap_pad#$ depth#( bytes_per_line#, bits_per_pixel#0 red_mask#8 green_mask#@ blue_mask#H obdata #P f`#X Visual ColormapPixel  name# value# pixel#XpmColorSymbol  y name# nlines# lines .# 7XpmExtension y0  string# symbolic# m_color# g4_color# g_color# c_color#( XpmColor unsigned short pixel# red :# green :# blue :# flags# pad# Lvoid       XpmAllocColorFunc     ?  H XpmFreeColorsFunc valuemask# visual# colormap# depth# width# height# x_hotspot#$ y_hotspot#( cpp#, pixels#0 npixels#8 colorsymbols %#@ numsymbols#H rgb_fname#P nextensions#X extensions #` ncolors#h colorTable 1#p hints_cmt#x colors_cmt# pixels_cmt# mask_pixel# exactColors# closeness# red_closeness# green_closeness# blue_closeness# color_key# alloc_pixels# nalloc_pixels# alloc_close_colors# bitmap_format# alloc_color ## free_colors # color_closure # XpmAttributes    width# height# cpp# ncolors# colorTable 1# data #XpmImage8c valuemask# hints_cmt# colors_cmt# pixels_cmt# x_hotspot# y_hotspot#$ nextensions#( extensions #0XpmInfo)) __FILE __padu#FILE  file# data .#)8 type# stream# cptr# line# CommentLength# Comment# Bcmt# Ecmt# Bos# Eos# format#xpmDataXpmCreateXpmImageFromBufferYnbufferVximageWpinfoXhmdataZwErrorStatus[wD  cOpenBufferqn,bufferox,mdatappD   xpmSetAttributes 5 > GxpmSetInfoMask G 5xpmInitXpmInfo GxpmInitXpmImage >xpmInitAttributes/ 5  xpmParseDataAndCreate  / 8 8 > G 5xpmParseData / > G__posix_ttyname_r-   __posix_getlogin_rh  lockf   ) truncate  ))off64_ttell  )ssize_tpwrite*}  !  * pread*  }  *lseek   ftruncate/  ) /truncater 8 ))off_ttellr  pwrite*    *pread*9  }  *lseekrp  r lockf   )ftruncate  )  attropen8    8openat  A  creat   open    attropenb    bopenat  k  creat   open-  mkstempT mkstemp{  ftello { fseeko  ) ) fsetpos-   )fgetposf  -tmpfile { freopen     fopen*   ftellorY *fseeko  ) ) fsetpos  -fgetpos    09freopen ' B K  fopen  tmpfileXpmFreeXpmInfo, GXpmFreeXpmImageS >) S__posix_ctime_r \  tm$ ^ tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst#  ^ g__posix_asctime_r p yi /var/tmp/libXpm-3.5.8/src/usr/local/include/X11../include/X11/usr/include/usr/include/iso/usr/include/sysCrIFrBuf.cXlib.hX.hxpm.hXpmI.hstdio_impl.hstdio_iso.htypes.htime_iso.h 6H( -  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> < I: I  :  I8 ' ID  I : I !I/  : I !I/ : . : ; @ ' D .? < ' D .? < ' ID &I.? < ' ID 7I.? < ' ID _ XpmCreateImageFromBuffer XpmCreateXpmImageFromBuffer- OpenBuffer" Display XPointer&_XExtDataXExtDataVisualID`funcs_XImageVisualColormapPixel XpmColorSymbol 7 yXpmExtension XpmColor L #XpmAllocColorFunc XpmFreeColorsFunc XpmAttributesXpmImagecXpmInfo__FILEFILExpmDataoff64_t*ssize_troff_ttmCrIFrBuf.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataOpenBufferxpmParseDataXpmCreateXpmImageFromBufferXpmFreeXpmImageXpmFreeXpmInfoxpmSetAttributesxpmParseDataAndCreatexpmSetInfoMaskxpmInitAttributesxpmInitXpmInfoxpmInitXpmImageXpmCreateImageFromBuffer_GLOBAL_OFFSET_TABLE_     1@(4KXxth4@pDP\  6666l* 6266(6T6: 6^6(666@ X`$-U6 A M(uY*8tg+kw,9,P..~)/( 1 2 3H 3 4 4( CrIFrDat.o/ 1281123159 0 0 100644 14908 ` ELF+4x@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames㺀wwwwwנ@w@_7@@u_׀h_@w_א@@_7__߬w_א@@@s'sH_7__߬_א@@@s's_׀hGs H _פw@@w@@Gs'Gӡ< www_@_@_@@__@@'G'G< 0ww_$ __t`_\ _t`_$ _$ w_t$(__td  _,d1 _,d0_$$4@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03 CrIFrDat.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -o CrIFrDat.o CrIFrDat.c -W0,-xp\$XAoAMiKXNGXMEqj.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKXNGXMEqj.;backend;raw;cd;DBG_GEN 5.2.7XpmCreateImageFromData1ndisplay,xdata-pimage_return.hshapeimage_return/`attributes0Ximage2info_3~ErrorStatus4~mdata5vDint_XDisplayDisplay char  unsigned longXPointer  _XExtData  number# next# free_private# private_data# +   +XExtData VisualID8 ext_data# visualid# class# red_mask# green_mask# blue_mask#( bits_per_rgb#0 map_entries#4 unsigned  < "           b  E     k       %      long \  . 6 funcs0 create_image<# destroy_imageb# get_pixel# put_pixel# sub_image%# add_pixel\#( _XImage width# height# xoffset# format# data# byte_order# bitmap_unit# bitmap_bit_order# bitmap_pad#$ depth#( bytes_per_line#, bits_per_pixel#0 red_mask#8 green_mask#@ blue_mask#H obdata#P fe#X Visual ColormapPixel   name# value# pixel#XpmColorSymbol  u name# nlines# lines# 3XpmExtension u0  string# symbolic# m_color# g4_color# g_color# c_color#( XpmColor unsigned short pixel# red 6# green 6# blue 6# flags# pad# Hvoid   "    XpmAllocColorFunc   "  ;  D XpmFreeColorsFunc valuemask# visual# colormap# depth# width# height# x_hotspot#$ y_hotspot#( cpp#, pixels#0 npixels#8 colorsymbols *#@ numsymbols#H rgb_fname#P nextensions#X extensions #` ncolors#h colorTable -#p hints_cmt#x colors_cmt# pixels_cmt# mask_pixel# exactColors# closeness# red_closeness# green_closeness# blue_closeness# color_key# alloc_pixels# nalloc_pixels# alloc_close_colors# bitmap_format# alloc_color # free_colors # color_closure # XpmAttributes    width# height# cpp# ncolors# colorTable -# data#XpmImage8_ valuemask# hints_cmt# colors_cmt# pixels_cmt# x_hotspot# y_hotspot#$ nextensions#( extensions #0XpmInfo.. __FILE __padq#FILE  file# data#.8 type# stream# cptr# line# CommentLength# Comment# Bcmt# Ecmt# Bos# Eos# format#xpmDataXpmCreateXpmImageFromDataYndataVximageWpinfoXhmdataZwErrorStatus[wD  _OpenArrayqn!dataox!mdatappD   xpmSetAttributes * 3 <xpmSetInfoMask < *xpmInitXpmInfo <xpmInitXpmImage 3xpmInitAttributes$ *  xpmParseDataAndCreate " $ - - 3 < *xpmParseData $ 3 <__posix_ttyname_r"   __posix_getlogin_r]  lockf   . truncate  ..off64_ttell   .ssize_tpwriter     pread  r  lseek   ftruncate$  . $truncateg - ..off_ttellg  pwrite    pread.  r  lseekge  g lockf   .ftruncate  .  attropen-    -openatx  6  xcreat   open     attropenW    Wopenat  `  creat   open"  mkstempI mkstempp  ftello p fseeko  . . fsetpos"   .fgetpos[  "tmpfile p freopen y    fopen   ftellogN fseeko  . . fsetpos  "fgetpos     %.freopen  7 @  fopen  tmpfileXpmFreeXpmInfo! <XpmFreeXpmImageH 3. H__posix_ctime_r Q  tm$ S tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst#  S \__posix_asctime_r e nn /var/tmp/libXpm-3.5.8/src/usr/local/include/X11../include/X11/usr/include/usr/include/iso/usr/include/sysCrIFrDat.cXlib.hX.hxpm.hXpmI.hstdio_impl.hstdio_iso.htypes.htime_iso.h 6H( - $$ DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> < I: I  :  I8 ' ID  I : I !I/  : I !I/ : . : ; @ ' D .? < ' D .? < ' ID &I.? < ' ID 7I.? < ' ID [ XpmCreateImageFromDataXpmCreateXpmImageFromData, OpenArray" DisplayXPointer+_XExtDataXExtDataVisualIDefuncs_XImageVisualColormapPixel XpmColorSymbol 3 uXpmExtension XpmColor H XpmAllocColorFunc XpmFreeColorsFunc XpmAttributesXpmImage_XpmInfo__FILEFILExpmDataoff64_tssize_tgoff_ttmCrIFrDat.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataOpenArrayxpmParseDataXpmCreateXpmImageFromDataXpmFreeXpmImageXpmFreeXpmInfoxpmSetAttributesxpmParseDataAndCreatexpmSetInfoMaskxpmInitAttributesxpmInitXpmInfoxpmInitXpmImageXpmCreateImageFromData_GLOBAL_OFFSET_TABLE_     1@(JWxqh4@pDP\  6666l$ 6,66(66: 6^6(666@ X$-U6UAU M)zY*ztg+gw,U8,..$/( 2 3( 3H 40 4H 4` CrIFrP.o/ 1281123160 0 0 100644 10044 ` ELF+!@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenameswwwww_ H_ H__Ǫ__נӐ@@@ss@s___ _ ?@  s @s_t @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03WCrIFrP.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -o CrIFrP.o CrIFrP.c -W0,-xp\$XAoAMiKYNGXMkxj.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKYNGXMkxj.;backend;raw;cd;DBG_GEN 5.2.7xpmCreateImageFromPixmap/n{display*xpixmap+pNximage_return,hWwidth-`Wheight.Xdum0Tdummy1Pwin`2HD_XDisplay{Display unsigned longPixmap int charXPointer{ _XExtData d number# nextd# free_private# private_data#  dmXExtDataVisualID8} ext_data# visualid# class# red_mask# green_mask# blue_mask#( bits_per_rgb#0 map_entries#4 unsigned   }         /  g   8     p       long )   funcs0 create_image # destroy_image/# get_pixelg# put_pixel# sub_image# add_pixel)#( _XImageN width# height# xoffset# format# data# byte_order# bitmap_unit# bitmap_bit_order# bitmap_pad#$ depth#( bytes_per_line#, bits_per_pixel#0 red_mask#8 green_mask#@ blue_mask#H obdata#P f2#XWindow__posix_ttyname_r   __posix_getlogin_r  lockf &    &truncate i / off64_ttell i  void  ssize_tpwrite     pread  U   lseek i  i ftruncate   truncate  off_ttell  5   5pwrite   >  pread    lseek    lockf 6   ftruncate h   h zattropen q  openat    creat R   Ropen [   attropen  openat<  <creat| E |open  mkstemp mkstemp ' __FILEL __pad #'ftello i{ L'fseeko {  fsetpos { fgetpos7 { 'FILE7tmpfileFdvfreopenF m  FfopenF  'ftello B fseekoz {  zfsetpos { {fgetpos  "FfreopenFv  + 4vfopenF  tmpfileFXGetGeometryu      W W W W{XImage~XGetImage u       __posix_ctime_rJ   tm$ tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst# J __posix_asctime_r  & /var/tmp/libXpm-3.5.8/src/usr/local/include/X11/usr/include/sys/usr/include/isoCrIFrP.cXlib.hX.htypes.hstdio_impl.hstdio_iso.htime_iso.h 35X DD%.?  : ; @ ' D I: ;  4I : ;  D D < I: I $>  :  I8 ' ID  I : .? < ' ID &II !I/ .? < ' ID 7I.? < ' ID ;cxpmCreateImageFromPixmapcDisplayPixmapXPointer_XExtDataXExtDataVisualID2funcs_XImage`Window ioff64_t ssize_t off_t'__FILE7FILE~XImageJtmCrIFrP.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXGetImageXGetGeometryxpmCreateImageFromPixmap_GLOBAL_OFFSET_TABLE_    />HUn  66 66 666@ 0   $ - U6uAucMYgGw&$JP ! 0!P` ! ! !  CrPFrBuf.o/ 1281123161 0 0 100644 12252 ` ELF+*@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenameswwwwww_߀h_t _׀h_t _߀hHww_׀hHww_____ϐ@@@'G HGH0'_߀h_h____ߐ@@_\``@_׀h_h____א@@_\``@G'Gˡ< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03CrPFrBuf.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -o CrPFrBuf.o CrPFrBuf.c -W0,-xp\$XAoAMiKZNGXME4j.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKZNGXME4j.;backend;raw;cd;DBG_GEN 5.2.7XpmCreatePixmapFromBuffer0ndisplay*xd+pbuffer,h/pixmap_return-`/shapemask_return.X `attributes/Pximage?1@shapeimage?1ErrorStatus2Dint_XDisplayDisplay unsigned longDrawablechar  Pixmap  _XExtData  number# next# free_private# private_data# 8   XPointer8XExtData VisualID8 ext_data# visualid# class# red_mask# green_mask# blue_mask#( bits_per_rgb#0 map_entries#4Visual ColormapunsignedPixel  c name# value# pixel #"XpmColorSymbol c  name# nlines# lines#XpmExtension 0u string# symbolic# m_color# g4_color# g_color# c_color#(XpmColor u unsigned short pixel# red# green# blue# flags # pad # void ( z     0 9zXpmAllocColorFunc       0 XpmFreeColorsFunc H valuemask# visual# colormap# depth# width# height# x_hotspot#$ y_hotspot#( cpp#, pixels#0 npixels#8 colorsymbols|#@ numsymbols#H rgb_fname#P nextensions#X extensions#` ncolors#h colorTable#p hints_cmt#x colors_cmt# pixels_cmt# mask_pixel# exactColors# closeness# red_closeness# green_closeness# blue_closeness# color_key# alloc_pixels# nalloc_pixels# alloc_close_colors# bitmap_format# alloc_color# free_colors# color_closure0#XpmAttributes H  _XImage width# height# xoffset# format# data# byte_order# bitmap_unit# bitmap_bit_order# bitmap_pad#$ depth#( bytes_per_line#, bits_per_pixel#0 red_mask#8 green_mask#@ blue_mask#H obdata#P f#X r   h  i          q         Q     long  Z b funcs0. create_image h# destroy_image # get_pixel # put_pixel# sub_imageQ# add_pixel#( rXImage .xpmCreatePixmapFromImage   __posix_ttyname_r   __posix_getlogin_r  lockfH   Z Htruncate Q ZZoff64_ttell ( Zssize_tpwrite&     (preado  &  lseek   ftruncate  Z truncate  ZZoff_ttellO ( Opwrite  X  pread  &  lseek   lockfP   Zftruncate  Z  attropen    openat,    ,creatl 5  lopen u   attropen     openatV    Vcreat _  open  mkstemp mkstemp$ ZAZ __FILEf __pad$# Aftello f Afseeko  Z Z fsetpos   ZfgetposQ  AFILE Qtmpfile` ~ freopen`   `  fopen`-   Aftello\ -fseeko  Z Z fsetpos  fgetpos   ! 3<`freopen` * E N  fopen`  tmpfile` XpmCreateImageFromBufferw     Z w__posix_ctime_r   tm$ tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst#  __posix_asctime_r   /var/tmp/libXpm-3.5.8/src/usr/local/include/X11../include/X11/usr/include/sys/usr/include/isoCrPFrBuf.cXlib.hX.hxpm.htypes.hstdio_impl.hstdio_iso.htime_iso.h 4},0!,0! DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> < I: I  :  I8 ' ID  I : .? < ' D .? < ' ID &II !I/ .? < ' ID 7I.? < ' ID <XpmCreatePixmapFromBufferDisplayDrawablePixmapXPointer8_XExtDataXExtDataVisualIDVisualColormap Pixel"cXpmColorSymbolXpmExtensionuXpmColorXpmAllocColorFuncXpmFreeColorsFunc HXpmAttributesfuncs r_XImage.XImageoff64_tssize_toff_tA__FILEQFILEtmCrPFrBuf.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataxpmCreatePixmapFromImageXpmCreateImageFromBufferXpmCreatePixmapFromBuffer_GLOBAL_OFFSET_TABLE_     1@Yr ,  66 66 666@ 0$-U6EAEM#Y$30g%cHw%'(XP )H)` *P *h *  CrPFrDat.o/ 1281123162 0 0 100644 12268 ` ELF+*@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenameswwwwww_߀h_t _׀h_t _߀hHww_׀hHww_____ϐ@@@'G HGH7'G HGH0'_߀h_h____ߐ@@_\``@_׀h_h____א@@_\``@G'Gˡ< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03CrPFrDat.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -o CrPFrDat.o CrPFrDat.c -W0,-xp\$XAoAMiKZNGXMkAk.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKZNGXMkAk.;backend;raw;cd;DBG_GEN 5.2.7XpmCreatePixmapFromData0ndisplay*xd+pdata,h4pixmap_return-`4shapemask_return.X \attributes/Pximage;1@shapeimage;1ErrorStatus2Dint_XDisplayDisplay unsigned longDrawablechar  Pixmap # _XExtData  number# next# free_private# private_data# =   XPointer=XExtData VisualID8 ext_data# visualid# class# red_mask# green_mask# blue_mask#( bits_per_rgb#0 map_entries#4Visual ColormapunsignedPixel h name# value# pixel#'XpmColorSymbol h name# nlines# lines#XpmExtension 0q string# symbolic# m_color# g4_color# g_color# c_color#(XpmColor q unsigned short pixel# red# green# blue# flags # pad # void $ v     , 5vXpmAllocColorFunc       , XpmFreeColorsFunc D valuemask# visual# colormap# depth# width# height# x_hotspot#$ y_hotspot#( cpp#, pixels#0 npixels#8 colorsymbols#@ numsymbols#H rgb_fname#P nextensions#X extensions#` ncolors#h colorTable#p hints_cmt#x colors_cmt# pixels_cmt# mask_pixel# exactColors# closeness# red_closeness# green_closeness# blue_closeness# color_key# alloc_pixels# nalloc_pixels# alloc_close_colors# bitmap_format# alloc_color# free_colors# color_closure,# XpmAttributes D  _XImage width# height# xoffset# format# data# byte_order# bitmap_unit# bitmap_bit_order# bitmap_pad#$ depth#( bytes_per_line#, bits_per_pixel#0 red_mask#8 green_mask#@ blue_mask#H obdata#P f#X n   d  e          m         M      long  V ^ funcs0* create_image d# destroy_image # get_pixel # put_pixel# sub_imageM# add_pixel#( nXImage *xpmCreatePixmapFromImage   __posix_ttyname_r   __posix_getlogin_r  lockfD   V Dtruncate M VVoff64_ttell $ Vssize_tpwrite"     $preadk  "  lseek   ftruncate  V truncate  VVoff_ttellK $ Kpwrite  T  pread  "  lseek   lockfL   Vftruncate~  V ~ attropen    openat(    (creath 1  hopen q   attropen    openatR    Rcreat [  open  mkstemp mkstemp V=V __FILEb __pad # =ftello b =fseeko  V V fsetpos   VfgetposM  =FILE Mtmpfile\ z freopen\   \  fopen\)   =ftelloX )fseeko  V V fsetpos  fgetpos    /8\freopen\ & A J  fopen\  tmpfile\  XpmCreateImageFromDataq     V q__posix_ctime_r z  tm$| tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst#  |__posix_asctime_r    /var/tmp/libXpm-3.5.8/src/usr/local/include/X11../include/X11/usr/include/sys/usr/include/isoCrPFrDat.cXlib.hX.hxpm.htypes.hstdio_impl.hstdio_iso.htime_iso.h 4},0!,0! DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> < I: I  :  I8 ' ID  I : .? < ' D .? < ' ID &II !I/ .? < ' ID 7I.? < ' ID :XpmCreatePixmapFromDataDisplayDrawable#PixmapXPointer=_XExtDataXExtDataVisualIDVisualColormapPixel'hXpmColorSymbolXpmExtensionqXpmColorXpmAllocColorFuncXpmFreeColorsFunc DXpmAttributesfuncs n_XImage*XImageoff64_tssize_toff_t=__FILEMFILEtmCrPFrDat.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataxpmCreatePixmapFromImageXpmCreateImageFromDataXpmCreatePixmapFromData_GLOBAL_OFFSET_TABLE_     1@Yp H  66 66 666@ 0$-U6]A]M#1Y$G0g%wFw%'(hP )H*` *` *x *  CrPFrI.o/ 1281123162 0 0 100644 10908 ` ELF+%X@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames㾀wwww___D`4 D`4 D`(4 @@_t  wgwo__\ W@ @w__\ __D`4 D`4 @@   s ss@s__א@@@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03CrPFrI.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -o CrPFrI.o CrPFrI.c -W0,-xp\$XAoAMiKaNGXMEHk.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKaNGXMEHk.;backend;raw;cd;DBG_GEN 5.2.7xpmCreatePixmapFromImage.nPndisplay*xd+p6ximage,hPpixmap_return-`gci/Xvalues 0~D_XDisplayPDisplay\ unsigned longwDrawable int charXPointerP _XExtData ; number# next;# free_privatea# private_data# a ;DXExtDatajwVisualID8T ext_data}# visualid# class# red_maskw# green_maskw# blue_maskw#( bits_per_rgb#0 map_entries#4 unsigned _XImage width# height# xoffset# format# data# byte_order# bitmap_unit# bitmap_bit_order# bitmap_pad#$ depth#( bytes_per_line#, bits_per_pixel#0 red_maskw#8 green_maskw#@ blue_maskw#H obdata#P f#Xi _  T ]    ] ]    h w        w H    ] ] long   QY funcs0% create_image_# destroy_image# get_pixel# put_pixel# sub_imageH# add_pixel#(iXImage%wPixmap?_XGCY`GCwFont function# plane_maskw# foregroundw# backgroundw# line_width# line_style#$ cap_style#( join_style#, fill_style#0 fill_rule#4 arc_mode#8 tile?#@ stipple?#H ts_x_origin#P ts_y_origin#T fontv#X subwindow_mode#` graphics_exposures#d clip_x_origin#h clip_y_origin#l clip_mask?#p dash_offset#x dashes#|XGCValues__posix_ttyname_r   w__posix_getlogin_r /  lockf f   Q ftruncate o QQoff64_ttell   void  Qssize_tpwrite  L  w  pread   L w lseek   ftruncate  Q truncate A  QQoff_ttell A u   upwrite   ~ w pread   L w lseek A?  A lockfv   Qftruncate  Qattropen   openatR   Rcreat [ ]open  attropen1   1openat|  : |creat  ]open  mkstemp# mkstempJ QgQ __FILE __padJ#gftello  gfseeko  Q Qfsetpos>  Qfgetposw  >gFILEwtmpfilefreopen   fopenS  gftello A Sfseeko  Q Qfsetpos  >fgetpos>  >GYbfreopen P k tfopen  tmpfileXPutImage  w `      ] ]XFreeGC  `PXCreatePixmap?3  ? ] ] ]PXCreateGCi 3 w w <Q__posix_ctime_r   tm$ tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst# __posix_asctime_r   /var/tmp/libXpm-3.5.8/src/usr/local/include/X11/usr/include/sys/usr/include/isoCrPFrI.cXlib.hX.htypes.hstdio_impl.hstdio_iso.htime_iso.h 2Q e  DD%.?  : ; @ ' D I: ;  4I : ;  D D < I: I $>  :  I8 ' ID  I : .? < ' ID &II !I/ .? < ' ID 7I.? < ' ID ;xpmCreatePixmapFromImageM\DisplayDrawableXPointer_XExtDatajXExtDataVisualIDfuncsi_XImage%XImage?PixmapiGCvFont XGCValues off64_t ssize_t Aoff_tg__FILEwFILEtmCrPFrI.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXFreeGCXPutImageXCreateGCXCreatePixmapxpmCreatePixmapFromImage_GLOBAL_OFFSET_TABLE_    />FPZh`    6666666@ 0HHH$H-HU6AMYwg Gw Y"3" $P`$` % %( %@  Image.o/ 1281123163 0 0 100644 8580 ` ELF+@@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames@w_$ _t _t @w_\ h _\`` < @_\ h_\ @_t @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03Image.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -o Image.o Image.c -W0,-xp\$XAoAMiKbNGXMkNk.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKbNGXMkNk.;backend;raw;cd;DBG_GEN 5.2.7xpmInitXpmImage-n/image,xDunsignedchar0zstring#symbolic#m_color#g4_color#g_color# c_color#( XpmColorz width#height#cpp#ncolors# colorTable#data# XpmImageXpmFreeXpmImage8n/image7xDint xpmFreeColorTable  unsigned long __posix_ttyname_r    __posix_getlogin_rS  long lockf   S  truncate  S Soff64_t tell void   Sssize_t pwrite%x    % pread%  x  % lseek    ftruncate*  S * truncatem 3 S Soff_t tellm    pwrite%    % pread%4  x  % lseekmk  m  lockf   S ftruncate  S   attropen3    3 openat~  <  ~ creat    open      attropen ]     ] openat  f   creat   open (  mkstemp O  mkstemp v  free vS S__FILE __pad # ftello  fseeko M S  S M fsetpos VS fgetpos FILE tmpfile     freopen  R   R  d fopen  [ m ftellom fseeko S  S fsetpos M   fgetpos M V      freopen   "+ fopen k  4tmpfile  S __posix_ctime_r  tm$tm_sec#tm_min#tm_hour#tm_mday# tm_mon#tm_year#tm_wday#tm_yday#tm_isdst# __posix_asctime_r   /var/tmp/libXpm-3.5.8/src../include/X11/usr/include/sys/usr/include/isoImage.cxpm.htypes.hstdio_impl.hstdio_iso.htime_iso.h - 8 (  DD%.?  : ; @ ' D I: ;  D D $> I :  I8 I: .? < ' D  I .? < ' ID  &II !I/  : .? < ' ID 7I.? < ' ID JxpmInitXpmImage8XpmFreeXpmImagezXpmColorXpmImageoff64_t%ssize_tmoff_t __FILE FILEtmImage.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodatafreexpmFreeColorTableXpmFreeXpmImagexpmInitXpmImage_GLOBAL_OFFSET_TABLE_    .=BTXld(t  66 668M 6U6 6 666@ 0$-U6MAMM0Y!g'Vw},h  0P 0  (  Info.o/ 1281123164 0 0 100644 12076 ` ELF+)@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames@w_h _t _t _t _t 0_$ (@w_h?_\ !h#_\ h_\ @_t _\ h_\ @_t _\ h_\ @_t _\ $h_ (H _\`0`(< @_t 0_$ (_t @ww_t _\ !h_\`!t`_\ $h_\`$t`@ww_t _\ !h_\! !@t_\ x_t`_\ _t`_\ _t`_\ $h_\`$t`_\ `_t`0_ X_$`(_\ h_\` t`_ $_$` _ (_$`$@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03GInfo.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -o Info.o Info.c -W0,-xp\$XAoAMiKcNGXMEWk.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKcNGXMEWk.;backend;raw;cd;DBG_GEN 5.2.7xpmInitXpmInfo-n?info,xDunsigned longcharunsignedLname#nlines#lines#  XpmExtensionL8-valuemask#hints_cmt#colors_cmt#pixels_cmt#x_hotspot# y_hotspot#$nextensions#(extensionsc#0 lXpmInfo-XpmFreeXpmInfo<n?info;xDxpmSetInfoMask\n?infoZx attributes[pD int _XExtData dnumber#nextd#free_private#private_data#  dm XPointer XExtData VisualID8ext_data#visualid#class#red_mask#green_mask# blue_mask#(bits_per_rgb#0map_entries#4 Visual Colormap Pixelname#value#pixel# XpmColorSymbol0string#symbolic#m_color#g4_color#g_color# c_color#( 9XpmColor _XDisplayunsigned shorttpixel#red#green# blue# flags#pad#void}     t  XpmAllocColorFunc >      >XpmFreeColorsFunc valuemask#visual#colormap#depth#width#height# x_hotspot#$y_hotspot#(cpp#,pixels#0npixels#8colorsymbols0#@numsymbols#Hrgb_fname#Pnextensions#Xextensionsc#`ncolors#hcolorTable#phints_cmt#xcolors_cmt#pixels_cmt#mask_pixel#exactColors#closeness#red_closeness#green_closeness#blue_closeness#color_key#alloc_pixels#nalloc_pixels#alloc_close_colors#bitmap_format#alloc_color#free_colorsG#color_closure# cXpmAttributes xpmSetInfokn ?infoix attributesjpD __posix_ttyname_r ^   __posix_getlogin_r  longlockf    truncate  off64_ttell  Q } Q ssize_tpwrite c  Z  c}pread c   clseek 6   ftruncateh  htruncate q off_ttell }pwrite c2    cpread cr   clseek   lockf   ftruncate  $attropenq  - qopenat  z creat  open<  <Nattropen E W openat   creat&  &openf / mkstemp mkstemp free    __FILE__pad#ftello A fseeko A  fsetpos A  fgetpos A  FILEtmpfile *<freopen  3 E  fopen   ftello fseeko@ A  @fsetpos A IAfgetpos   freopen <   <EW`fopen  N itmpfile  XpmFreeExtensions   __posix_ctime_r:   tm$tm_sec#tm_min#tm_hour#tm_mday# tm_mon#tm_year#tm_wday#tm_yday#tm_isdst# :__posix_asctime_r  _ /var/tmp/libXpm-3.5.8/src../include/X11/usr/local/include/X11/usr/include/sys/usr/include/isoInfo.cxpm.hXlib.hX.htypes.hstdio_impl.hstdio_iso.htime_iso.h - <   4(     $   DD%.?  : ; @ ' D I: ;  D D $> I :  I8 I:  :  ' ID  I < .? < ' ID &I.? < ' D I !I/ .? < ' ID 7I.? < ' ID rSxpmInitXpmInfoHXpmFreeXpmInfoxpmSetInfoMask xpmSetInfoS LXpmExtensionl-XpmInfoXPointer_XExtDataXExtDataVisualIDVisualColormapPixelXpmColorSymbol9XpmColorXpmAllocColorFuncGXpmFreeColorsFuncc XpmAttributes off64_t cssize_toff_t__FILEFILE:tmInfo.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataxpmSetInfoxpmSetInfoMaskXpmFreeExtensionsfreeXpmFreeXpmInfoxpmInitXpmInfo_GLOBAL_OFFSET_TABLE_   -<(GdVhmx|H   d 6666X\6d6 66 6 6 66- 6I 666@ 0(XXX$X-XU6ASM!kY"kg#~w$%&p (`(h )X` ) )  RdFToBuf.o/ 1281123165 0 0 100644 11028 ` ELF+%@@.shstrtab.text.rodata1.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames㾐A@`w?ww_t _@ 'G瀤 H?HS'GO@@HG@?HE'G`]@@wG_GhG@?H3'_ww_נ @w_πh_G@?H"'___G@ @'_G@G_׀h_@?H ' __,@__t` 'G< r@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03RdFToBuf.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -o RdFToBuf.o RdFToBuf.c -W0,-xp\$XAoAMiKdNGXM0ck.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKdNGXM0ck.;backend;raw;cd;DBG_GEN 5.2.7XpmReadFileToBufferAnfilename?xbuffer_return@pfdBhfcheckBdlenCXptrDPstatsE~fpaF~D intcharlongoff_tunsigned longdev_tino_tunsignedmode_tnlink_tuid_tgid_ttime_t timespec tv_sec<# tv_nsec#Mtimestruc_tblksize_tblkcnt_t   stat st_dev# st_ino# st_mode# st_nlink # st_uid# st_gid,# st_rdev# st_size#( st_atim#0 st_mtim#@ st_ctim#P st_blksize#` st_blocks#h st_fstype#p -  __FILER __pad#-FILER jslstat| fstatat "statj+4fstat    stat64 st_dev# st_ino# st_mode# st_nlink # st_uid# st_gid,# st_rdev# st_size#( st_atim#0 st_mtim#@ st_ctim#P st_blksize#` st_blocks#h st_fstype#pfstatatA AJlstatS\ statfstat __posix_ttyname_r U__posix_getlogin_r lockf   truncate  off64_ttell  @void @ Hssize_tpwrite Z  Q Z @pread Z   Zlseek  - ftruncate _  _truncate  htell  @ pwrite Z   Zpread Z Y  Zlseek lockf ftruncate close     0attropen } ' 9  }openat    creat  openH H ZattropenQc openat creat2 2openr;mkstempmkstemp @mallocfree -ftello : -fseeko{: {fsetpos:fgetpos:tmpfilea  freopenah&a h zfopenaq-ftellofseeko!: !fdopenab* bfsetpos:k:fgetpossize_t:freadI IR dmafreopena[v  fopena%fcloseK:tmpfilea `__posix_ctime_ri tm$k tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst# kt__posix_asctime_r} /var/tmp/libXpm-3.5.8/src/usr/include/sys/usr/include/isoRdFToBuf.ctypes.hstat.htime_impl.hstdio_impl.hstdio_iso.htime_iso.h ,, 0! DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> II:  :  I8 I  !I/ &I7I.? < ' ID I.? < ' D .? < ' ID .? < ' ID 6XpmReadFileToBufferHoff_tdev_tino_tmode_t nlink_tuid_t,gid_ttmpfile .1 XpmCreateDataFromXpmImageN o   XpmReadFileToXpmImageN. ]  XpmFreeXpmInfoT XpmFreeXpmImage{  { __posix_ctime_r]  ]tm$ tm_secN# tm_minN# tm_hourN# tm_mdayN# tm_monN# tm_yearN# tm_wdayN# tm_ydayN# tm_isdstN# ]__posix_asctime_r]   /var/tmp/libXpm-3.5.8/src../include/X11/usr/include/sys/usr/include/isoRdFToDat.cxpm.htypes.hstdio_impl.hstdio_iso.htime_iso.h 0,- DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I :  I8 I: .? < ' ID  I &II !I/  : .? < ' ID 7I.? < ' D .? < ' ID 4XpmReadFileToData XpmColor.XpmImageXpmExtension1XpmInfooff64_tTssize_toff_t __FILE FILEtmRdFToDat.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXpmFreeXpmInfoXpmFreeXpmImageXpmCreateDataFromXpmImageXpmReadFileToXpmImageXpmReadFileToData_GLOBAL_OFFSET_TABLE_     1@O_yX    6666666@ 0$-U6]A]M;Y#g<@w|b  `` ` x   RdFToI.o/ 1281123166 0 0 100644 22348 ` ELF+QH@@.shstrtab.text.rodata1.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames㺀wwwwwנ@w@_7@@]'sGs HGsHI'_׀h_@w_א@@_7__߬w_א@@@s'sH_7__߬_א@@@s's_׀hGs H _פw@@w@7@@Gs'Gӡ< www_@_@_@@'G HGH'__@@'@G'G< 'wwwߠ ' '_L wH ' '@ HHw@'G HHG HDG,0D@@G,pD@@ HH0G,0D@@GG@@ HH G@@'G HHG H__@@@_@H@ @ G,0D@@Gː@@ H@B HGː@@ H@B OGˠ HG!?#@H Gˠ H Gˡ<  HHG,0D@_ߐ@@w_πhHG@_HwעG,0D@@G,0D@@w_װA@`www_h `]_t` _$`H_@ 'wG瀤 H _@ .wHH_@w_נ @w_πh?H'__@@`]w__ע@_ߐ@@_ϐ@ 'G瀤 H`]w__ע@_ߐ@@_ϐ@ 'G瀤 H_@?Hh'_@_߀h"_`]@@H _$`G`]`]`]@@_t H2_߀h"_`]@@H _$`G`]`]`]@@_t H _$`G`]@@_t _\ hG@?H'_$  'G< @A@`ww_\ `]h_\ @.Z.gzuncompress-crgunzip-qc@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)wait.h 1.23 04/06/03 SMI@(#)resource.h 1.37 07/02/07 SMI@(#)siginfo.h 1.59 04/07/15 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.25 04/07/16 SMI@(#)signal.h 1.66 04/09/28 SMI@(#)signal_iso.h 1.6 03/05/02 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03(7RdFToI.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -o RdFToI.o RdFToI.c -W0,-xp\$XAoAMiKeNGXM0vk.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKeNGXM0vk.;backend;raw;cd;DBG_GEN 5.2.7XpmReadFileToImageEndisplay@xfilenameAprimage_returnBhrshapeimage_returnC`attributesDXimageFinfoYG~ErrorStatusH~mdataIvDint_XDisplayDisplay char unsigned longXPointer  _XExtData  number# next# free_private# private_data#    XExtData VisualID8 ext_data# visualid# class# red_mask# green_mask# blue_mask#( bits_per_rgb#0 map_entries#4 unsigned  -            S  6     \             long M   ' funcs0 create_image-# destroy_imageS# get_pixel# put_pixel# sub_image# add_pixelM#( _XImager width# height# xoffset# format# data# byte_order# bitmap_unit# bitmap_bit_order# bitmap_pad#$ depth#( bytes_per_line#, bits_per_pixel#0 red_mask#8 green_mask#@ blue_mask#H obdata#P fV#X Visual {ColormapPixel   name# value# pixel#XpmColorSymbol   o name# nlines# lines $# -XpmExtension o0  string# symbolic# m_color# g4_color# g_color# c_color#( XpmColor unsigned short pixel# red 0# green 0# blue 0# flags# pad# Bvoid       XpmAllocColorFunc      5  > XpmFreeColorsFunc valuemask# visual# colormap# depth# width# height# x_hotspot#$ y_hotspot#( cpp#, pixels#0 npixels#8 colorsymbols #@ numsymbols#H rgb_fname#P nextensions#X extensions #` ncolors#h colorTable '#p hints_cmt#x colors_cmt# pixels_cmt# mask_pixel# exactColors# closeness# red_closeness# green_closeness# blue_closeness# color_key# alloc_pixels# nalloc_pixels# alloc_close_colors# bitmap_format# alloc_color # free_colors # color_closure # XpmAttributes    width# height# cpp# ncolors# colorTable '# data#XpmImage8Y valuemask# hints_cmt# colors_cmt# pixels_cmt# x_hotspot# y_hotspot#$ nextensions#( extensions #0XpmInfo __FILE __padk#FILE  file# data $#8 type# stream# cptr# line# CommentLength# Comment# Bcmt# Ecmt# Bos# Eos# format#xpmDataXpmReadFileToXpmImageonfilenamelximagempinfonhmdatapwErrorStatusqwD  YxpmPipeThroughnfd|cmdparg1hmode`fpPstatusLfdsDin@outpidD   pid_tOpenReadFilenHfilenamexHmdatapfdhextZ`lencXcompressfilePD  Qsize_txpmDataClosenHmdataxD waitpid   unsigned long longrlim64_t rlimit64 f rlim_cur# rlim_max# 'getrlimit  f' setrlimit  rlim_t rlimit 3 rlim_cur# rlim_max# getrlimitn  3 nsetrlimit  w ___errno  xpmSetAttributes%   xpmSetInfoMaskT  xpmInitXpmInfoz xpmInitXpmImage xpmInitAttributes   xpmParseDataAndCreateG       xpmParseData   __posix_ttyname_r   __posix_getlogin_r  lockf:    :truncate} C off64_ttell}  ssize_tpwrite     preada    lseek}  } ftruncate   truncate  off_ttell A  Apwrite  J  pread    pipe lseek /   lockff   ftruncate  fork_exit   execlp  close@  @ Rattropen I [  openat    creat*   *openj 3  j |attropen s   openat     creat T   Topen ]  strrchr  strlenc!  !! strcpy!a ! !) !a !sstrcmp! !j !|dup2!  mkstemp" mkstemp"/ malloc "U free"q ftello}" "q fseeko" "   "fsetpos## " " fgetpos#\ " ##tmpfile #q #freopen# #z #  # #fopen$ # # ftello $O $ fseeko$ "   $fdopen$  $ $perror$ $ $fsetpos%: " %"##fgetpos%| %: %C %|% %%freopen% % % % %% &&fopen&X & &!fclose&~ "tmpfileXpmFreeXpmInfo& XpmFreeXpmImage&  &__posix_ctime_r'* &  tm$ ' tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst# '* '' __posix_asctime_r ' ( /var/tmp/libXpm-3.5.8/src/usr/local/include/X11../include/X11/usr/include/usr/include/iso/usr/include/sysRdFToI.cXlib.hX.hxpm.hXpmI.hstdio_impl.hstdio_iso.htypes.hresource.htime_iso.h 4H( 4-  $$4$,(%\0%$  !  8 8 EYE1! , DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> < I: I  :  I8 ' ID  I : I !I/  : I !I/ : &I. : ; @ ' ID  . : ;@ ' D I: ; .? < ' ID .? < ID .? < ' D .? < ' ID 7I .? < ' ID j(CXpmReadFileToImageXpmReadFileToXpmImagexpmPipeThroughD(C#OpenReadFiletxpmDataClose(CDisplayXPointer_XExtDataXExtDataVisualIDVfuncs_XImage{VisualColormapPixel XpmColorSymbol - oXpmExtension XpmColor B XpmAllocColorFunc XpmFreeColorsFunc XpmAttributesXpmImageYXpmInfo__FILEFILExpmDatapid_tcsize_trlim64_t'rlimit64rlim_trlimit}off64_tssize_t off_t'*tmRdFToI.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataOpenReadFilexpmDataClose.L263.L272.L301.L302.L303.L317.L318fclosestrcmpfreestrcpymallocstrlenstrrchropen__iobfdopen___errnowaitpid_exitperrorexeclpdup2closeforkpipexpmPipeThroughxpmParseDataXpmReadFileToXpmImageXpmFreeXpmImageXpmFreeXpmInfoxpmSetAttributesxpmParseDataAndCreatexpmSetInfoMaskxpmInitAttributesxpmInitXpmInfoxpmInitXpmImageXpmReadFileToImage_GLOBAL_OFFSET_TABLE_    />TK 8TX^dj p(v0|8 $ 0@O`v40@/.-,$,d+p*)0/8'%$4#P"|#"#$! $<#Th,T#x##22 (Ph|    ,<\t     & $ 0TX `d lp & # @2 D2 \ ` |66166(6"6X&6646<6 666 66 6686|6d6|6d6|6 86 16I(6o&666 8666@  `  < , ,% ,- ,6 ,p?J(CV8b:p<v='P=w@AFNH@ Px Q Q Q0 RdFToP.o/ 1281123167 0 0 100644 12212 ` ELF+*p@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenameswwwwww_߀h_t _׀h_t _߀hHww_׀hHww_____ϐ@@@'G HGH0'_߀h_h____ߐ@@_\``@_׀h_h____א@@_\``@G'Gˡ< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03RdFToP.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -o RdFToP.o RdFToP.c -W0,-xp\$XAoAMiKfNGXMU6k.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKfNGXMU6k.;backend;raw;cd;DBG_GEN 5.2.7XpmReadFileToPixmap0ndisplay*xd+p filename,h%pixmap_return-`%shapemask_return.X Vattributes/Pximage51@shapeimage51ErrorStatus2Dint_XDisplayDisplay unsigned longDrawablechar Pixmap  _XExtData  number# next# free_private# private_data# .    XPointer.XExtData VisualID8 ext_data# visualid# class# red_mask# green_mask# blue_mask#( bits_per_rgb#0 map_entries#4 Visual ColormapunsignedPixel Y name # value # pixel#XpmColorSymbol Y   name # nlines# lines{#XpmExtension 0k string # symbolic # m_color # g4_color # g_color # c_color #(XpmColor k unsigned short pixel# red# green# blue# flags# pad# void  p     & /pXpmAllocColorFunc       & XpmFreeColorsFunc > valuemask# visual# colormap# depth# width# height# x_hotspot#$ y_hotspot#( cpp#, pixels#0 npixels#8 colorsymbolsr#@ numsymbols#H rgb_fname #P nextensions#X extensions#` ncolors#h colorTable~#p hints_cmt #x colors_cmt # pixels_cmt # mask_pixel# exactColors# closeness# red_closeness# green_closeness# blue_closeness# color_key# alloc_pixels# nalloc_pixels# alloc_close_colors# bitmap_format# alloc_colory# free_colors# color_closure&#XpmAttributes >  _XImage width# height# xoffset# format# data # byte_order# bitmap_unit# bitmap_bit_order# bitmap_pad#$ depth#( bytes_per_line#, bits_per_pixel#0 red_mask#8 green_mask#@ blue_mask#H obdata#P f#X h   ^  _          g         G     long ~ P X funcs0$ create_image ^# destroy_image # get_pixel # put_pixel # sub_imageG# add_pixel~#( hXImage $xpmCreatePixmapFromImage   __posix_ttyname_r   __posix_getlogin_r  lockf>   P >truncate G PPoff64_ttell  Pssize_tpwrite     preade    lseek   ftruncate  P truncate  PPoff_ttellE  Epwrite  N  pread    lseek   lockfF   Pftruncatex  P x attropen    openat"    "creatb +  bopen k   attropen    openatL    Lcreat U  open  mkstemp  mkstemp  P7P __FILE\ __pad# 7ftello \ 7fseeko  P P fsetpos   PfgetposG  7FILE GtmpfileV t freopenV }  V  fopenV#   7ftelloR #fseeko  P P fsetpos  fgetpos    )2VfreopenV  ; D  fopenV  tmpfileV XpmReadFileToImageg     P g__posix_ctime_r  p  tm$r tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst#  r{ __posix_asctime_r    /var/tmp/libXpm-3.5.8/src/usr/local/include/X11../include/X11/usr/include/sys/usr/include/isoRdFToP.cXlib.hX.hxpm.htypes.hstdio_impl.hstdio_iso.htime_iso.h 4},0!,0! DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> < I: I  :  I8 ' ID  I : .? < ' D .? < ' ID &II !I/ .? < ' ID 7I.? < ' ID 6XpmReadFileToPixmapDisplayDrawablePixmapXPointer._XExtDataXExtDataVisualID VisualColormapPixelYXpmColorSymbolXpmExtensionkXpmColoryXpmAllocColorFuncXpmFreeColorsFunc >XpmAttributesfuncs h_XImage$XImageoff64_tssize_toff_t7__FILEGFILEtmRdFToP.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataxpmCreatePixmapFromImageXpmReadFileToImageXpmReadFileToPixmap_GLOBAL_OFFSET_TABLE_    />Wj~ ,  66 66 666@ 0$-U6EAEM#Y$!0g%QBw%'(0P )H)` *( *@ *X  WrFFrBuf.o/ 1281123168 0 0 100644 8556 ` ELF+@@.shstrtab.text.rodata1.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames A@`www_`]@@w_׀h?H'_@'_G_א@ @'_@G瀤 H?H' 'G< w@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03)WrFFrBuf.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -o WrFFrBuf.o WrFFrBuf.c -W0,-xp\$XAoAMiKgNGXM0Al.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKgNGXM0Al.;backend;raw;cd;DBG_GEN 5.2.7XpmWriteFileFromBuffer.nCCRfilename,xRbuffer-pfcheckC/hlenC/dfp0XD intcharJlong[ [ __FILE __padc# FILEunsigned long __posix_ttyname_rCCR __posix_getlogin_rCLRC lockfCCC[J truncateC[ [off64_t tellCvoid [ssize_t pwriteiC  preadCi lseekCC ftruncateCC[J truncateC^$[ [off_t tell^C pwriteC pread%Ci lseek^\C^C lockfCCC[ ftruncateCC[JJ attropenC$CJ$ openatCoC-CJounsigned creatCxJ openCCJJ attropenCZCJZ openatCCcCJ creatCJ openC %CJ % size_t strlen 7 n . mkstempC R mkstempC R ftello   fseekoC , [C[ , fsetposC n  5[ fgetposC   ntmpfileJ J freopen   J J + fopen k " 4 ftello^  k fseekoC  [C[ fsetposC     n fgetposC V   V _ fwrite 7  h 7 7 qJ  J   freopen 3   J 3 <J N W fopen  E ` fcloseC  tmpfile[ __posix_ctime_rR R tm$ tm_secC# tm_minC# tm_hourC# tm_mdayC# tm_monC# tm_yearC# tm_wdayC# tm_ydayC# tm_isdstC# R__posix_asctime_rR /var/tmp/libXpm-3.5.8/src/usr/include/usr/include/iso/usr/include/sysWrFFrBuf.cstdio_impl.hstdio_iso.htypes.htime_iso.h /-0 DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> II  !I/  :  I8 I: .? < ' ID I&I.? < ' ID 7I.? < ' ID 95XpmWriteFileFromBuffer~5__FILEFILEoff64_tssize_t^off_t 7size_ttmWrFFrBuf.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L19fclosefwritestrlenfopenXpmWriteFileFromBuffer_GLOBAL_OFFSET_TABLE_     1@ELSZ`w $< @ Lx   6666666@ @022%2-262U?J5VbpE[ @`    WrFFrDat.o/ 1281123169 0 0 100644 9156 ` ELF+@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenamesww%w_Ǡ@@'G HGH'_Ǡ@@'@@G'G< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03WrFFrDat.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -o WrFFrDat.o WrFFrDat.c -W0,-xp\$XAoAMiKgNGXMUHl.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKgNGXMUHl.;backend;raw;cd;DBG_GEN 5.2.7XpmWriteFileFromData,nJJYfilename*xbdata+pimage-Hinfo.ErrorStatusJ/D intcharQYunsigned0 stringY# symbolicY# m_colorY# g4_colorY# g_colorY# c_colorY#( wXpmColork  widthk# heightk# cppk# ncolorsk# colorTable# data# !XpmImageunsigned long nameY# nlinesk# linesb# XpmExtension8 valuemask# hints_cmtY# colors_cmtY# pixels_cmtY# x_hotspotk# y_hotspotk#$ nextensionsk#( extensions#0 $XpmInfo __posix_ttyname_rJ: J Y  __posix_getlogin_rJu Y Jlong lockfJ J J u Q truncateJ  u uoff64_t tell- Jvoid -5 ussize_t pwriteG J >  G- preadG J   G lseek J  J ftruncateJL J u QL truncateJ U u uoff_t tell J - pwriteG J   G preadGV J   G lseek J  J lockfJ J J u ftruncateJ J u Q Q  attropenJ U   J Q U openatJ J ^ J Q creatJ k Q openJ J Q Q 2 attropenJ  ) ; J Q  openatJ J J Q creatJ k Q openJ J  J mkstempJ q Y mkstempJ Yu u__FILE __pad # ftello  fseekoJ J u J u J fsetposJ Su fgetposJ FILE tmpfile  Q Q  freopen  O Q O Q a fopen  X j ftello fseekoJ u J u fsetposJJ   fgetposJ J S Q Q freopen     Q Q( fopen h  1tmpfile !$ XpmCreateXpmImageFromDataJ b }  XpmWriteFileFromXpmImageJ$ Y } XpmFreeXpmInfoJ XpmFreeXpmImageq } uq __posix_ctime_rY z Ytm$| tm_secJ# tm_minJ# tm_hourJ# tm_mdayJ# tm_monJ# tm_yearJ# tm_wdayJ# tm_ydayJ# tm_isdstJ# |Y__posix_asctime_rY   /var/tmp/libXpm-3.5.8/src../include/X11/usr/include/sys/usr/include/isoWrFFrDat.cxpm.htypes.hstdio_impl.hstdio_iso.htime_iso.h 0-- DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I :  I8 I: .? < ' ID  I &II !I/  : .? < ' ID 7I.? < ' D .? < ' ID 7XpmWriteFileFromDatawXpmColor!XpmImageXpmExtension$XpmInfooff64_tGssize_toff_t __FILE FILEtmWrFFrDat.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXpmFreeXpmInfoXpmFreeXpmImageXpmWriteFileFromXpmImageXpmCreateXpmImageFromDataXpmWriteFileFromData_GLOBAL_OFFSET_TABLE_     1@O_x@ |   6666666@ 0$-U6EAEMYgCwS9 x`` 8 P h  WrFFrI.o/ 1281123170 0 0 100644 26828 ` ELF+b@@.shstrtab.text.rodata.rodata1.bss.data.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenameswwwww___ߪ_א@@@'sGs HGsH!'_׀hw_א@@_w@@'sH _@@'s@Gs'Gӡ< СA@`wwww`]$` @O,_@@'G HGH'_hn_@ /w_h_wH_ w_@ .h%_@$@ /ww_@ .w_h __,`_w_@ .w_o_@ -h+_h _@$@ /w_w_@ -w_h __,`_w_@ -w_oH`]wG H ____@@'@G'G< A@`wwwww_߀h _\ !h H'ˠ 'G'_߀h_\ $h _ (H H'Ǡ 'G'_`]_@@׀H_\ h _`]_\ @@_`]_``` `@@_߀h_\ h_`]_` `$@ӀH _`]@@_`]@@׀H_\ h _`]_\ @@__\`` @K׀H_\ h _`]_\ @@__```\`\`@@'Gπ HGH'ӀH __\`0`(@J_`]@@ 'Gۡ< A@`www' '뀤HT_w_\ w_Ϡ w_w_`]_@@ '〤 H'_\ w_׀h_`]$ 4,0`]\@_א@@ '_w_Ϡ w〤 O_`]@@ '_w_ 0w뀤 OA@`ww'''ww$ '뀤 H?4 끀t@ H?H'L@ 4@w_w_h?H'Ӡ "_,`_ w 'HC_wǠ 'H ___ ,p,p\@@_@w '_w_ߠ w O "_,`_Ǡ wǠ _,`_`]_@@ ' O_wǠ 'H ___ ,p,p\@@_@w '_w_ߠ w O "_,`_Ǡ wǠ _,`_`]_@@_@ 'Gӡ< A@`www' '뀤H=_`]_\ @@_ 'ߠ '_\ w߀H_`]_\ @@ '_w_נ w߀ O '_w_ w뀤 O_`]@@ A@`www_h `] _t` _$`Hr_#@!'Gۀ H?Hg'_@w_߀ h"`]__ߠ$ @@HG`]`]@@_t  _$`H5_߀ h%`]__ߠ$ @@HG`]`]`]@@_t  _$`HG`]@@_t  _$`_\ h?H' 'G< @A@`ww_\ `] h_\ @image_name/* XPM */ static char * %s[] = { /*%s*/ "%d %d %d %d %d %d XPMEXT", }; "%s %s %s%s, %s, "XPMEXT %s", "%s", "XPMENDEXT".Zcompressw.gzgzip-q@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)wait.h 1.23 04/06/03 SMI@(#)resource.h 1.37 07/02/07 SMI@(#)siginfo.h 1.59 04/07/15 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.25 04/07/16 SMI@(#)signal.h 1.66 04/09/28 SMI@(#)signal_iso.h 1.6 03/05/02 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03(WrFFrI.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -o WrFFrI.o WrFFrI.c -W0,-xp\$XAoAMiKhNGXM0Pl.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKhNGXM0Pl.;backend;raw;cd;DBG_GEN 5.2.7XpmWriteFileFromImageMndisplayHxfilenameIpeimageJheshapeimageK`attributesLXxpmimagexNinfoLO~ErrorStatusP~Dint_XDisplayDisplay char unsigned longXPointer  _XExtData j number# nextj# free_private# private_data#   j sXExtData VisualID8 ext_data# visualid# class# red_mask# green_mask# blue_mask#( bits_per_rgb#0 map_entries#4 unsigned _XImage width# height# xoffset# format# data# byte_order# bitmap_unit# bitmap_bit_order# bitmap_pad#$ depth#( bytes_per_line#, bits_per_pixel#0 red_mask#8 green_mask#@ blue_mask#H obdata#P f#X                      -      w      6long     funcs0T create_image# destroy_image# get_pixel# put_pixel-# sub_imagew# add_pixel#(XImage TVisual nColormapPixel  name# value# pixel#XpmColorSymbol   b name# nlines# lines # XpmExtension b0  string# symbolic# m_color# g4_color# g_color# c_color#( XpmColor unsigned short pixel# red ## green ## blue ## flags# pad# 5void       XpmAllocColorFunc   r   (  1 rXpmFreeColorsFunc valuemask# visual# colormap# depth# width# height# x_hotspot#$ y_hotspot#( cpp#, pixels#0 npixels#8 colorsymbols #@ numsymbols#H rgb_fname#P nextensions#X extensions y#` ncolors#h colorTable #p hints_cmt#x colors_cmt# pixels_cmt# mask_pixel# exactColors# closeness# red_closeness# green_closeness# blue_closeness# color_key# alloc_pixels# nalloc_pixels# alloc_close_colors# bitmap_format# alloc_color # free_colors {# color_closure # XpmAttributes   x width# height# cpp# ncolors# colorTable # data#XpmImage8L valuemask# hints_cmt# colors_cmt# pixels_cmt# x_hotspot# y_hotspot#$ nextensions#( extensions y#0XpmInfoXpmWriteFileFromXpmImagejnmfilenamegxmimagehpvinfoihmdatakwnamelwdotlwslwnew_nameloErrorStatusmoC<D$ x L __FILE __pad#FILE  file# data #&8 type# stream# cptr# line# CommentLength# Comment# Bcmt# Ecmt# Bos# Eos# format#&xpmData2xpmWriteFilenfilexmimagepnamehvinfo`cmtsXextensionsTErrorStatusPD(WriteColorsnfilex colorspncolorslahkeydsXdefaults PD$WritePixelsnfilexwidththeightpcpplpixels` colorsXsHp@bufxyhD0WriteExtensions(nfile%x yext&pnum'lx)hy)dn)`line *XD$OpenWriteFileDnbfilenameBxbmdataCplenkJ`fdL\D size_txpmDataClosehnbmdatagxD   xpmPipeThroughC    unsigned long longCrlim64_t rlimit64  rlim_curY# rlim_maxY# lgetrlimit  l setrlimit*  rlim_t rlimit x rlim_cur*# rlim_max*# ;getrlimit  x; setrlimit    xpmSetInfo4  __posix_ttyname_rw   __posix_getlogin_r  lockf    truncate,  off64_ttell,b  bssize_tpwritet  k  t preadt    tlseek,G  , ftruncatey   ytruncate  off_ttell  pwritetC    tpreadt    tlseek   lockf   ftruncate#   # 5attropen , >  openat    creat    openM   M _attropen V h  openat    creat 7  7open w @  wstrrchr  strchr   ! ! strncpy!W !  !Wstrlenk! !` ! !strcmp! ! !mkstemp" mkstemp"0 malloc "V free"r ftello," "r fseeko" "   "fsetpos#$ " " fgetpos#] " #$!tmpfile #r #freopen# #{ #  # #fopen$! # # ftello$P $!fseeko$ "   $fdopen$  $ $fsetpos% " $ " #$fgetpos%M % % " %V %_fprintf% %M %h % % % % freopen& % % % & &# &5 &>fopen&~ &, &Gfclose& "!tmpfile XpmCreateXpmImageFromImage'    & XpmFreeXpmImage'G & 'G__posix_ctime_r' 'P  tm$ (R tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst# ' (R ([ "__posix_asctime_r (d (m /var/tmp/libXpm-3.5.8/src/usr/local/include/X11../include/X11/usr/include/usr/include/iso/usr/include/sysWrFFrI.cXlib.hX.hxpm.hXpmI.hstdio_impl.hstdio_iso.htypes.hresource.htime_iso.h < 5   40((4~ ( (4~ 5  M 0 M0=)050 H)  )Q$(~ w    L4((@~ $ x (@~ $1  (442 } ( $$PD PP0  0 DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> < I: I  :  I8 ' ID  I : I !I/  : I !I/ : . : ; @ ' ID . : ; @ ' D 4I : ; . : ;@ ' D I: ; . : ;@ ' ID  &I.? < ' ID .? < ' D  7I!.? < ' ID ".? < ' ID Y(XpmWriteFileFromImage^XpmWriteFileFromXpmImage(2xpmWriteFileWriteColorsWritePixelsWriteExtensionsOpenWriteFile|xpmDataClose(DisplayXPointer_XExtDataXExtDataVisualIDfuncs_XImageTXImagenVisualColormapPixelXpmColorSymbol bXpmExtension XpmColor 5 XpmAllocColorFunc {XpmFreeColorsFunc XpmAttributesxXpmImageLXpmInfo__FILEFILE&xpmDataksize_tYrlim64_tlrlimit64*rlim_t;rlimit,off64_ttssize_toff_t'tmWrFFrI.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L53.L150OpenWriteFilexpmWriteFilexpmDataClose.L184.L192.L196.L204.L213.L217.L255WriteColorsWritePixelsWriteExtensions.L276.L291.L362.L387.L408.L418.L429.L466.L471.L472.L482.L487.L488fclosefdopenxpmPipeThroughstrcmpstrlenopen__iobfreemallocxpmColorKeysfprintfstrncpystrchrstrrchrXpmFreeXpmImageXpmWriteFileFromXpmImagexpmSetInfoXpmCreateXpmImageFromImageXpmWriteFileFromImage_GLOBAL_OFFSET_TABLE_    />CI 8WdXq(w8}@PX`h 0 XPpx .5<A GLS`hpw(T765540949L P 32$1H22212@2d h 99 0 0 $ T0 0 0 0 $ <0 0<@ L099  0LP h/l/ 0 0 89 <9 . 1   0 1   0 - `9 d9   0   0   0 9 9 , , (+T*p t )!! "" (##  )8$<$ D%H% P"T" h("" '994,8, X&66866|566C6K6\66 6 06 ,6 X6 6 66  666#6+666`86656666 0\6 X6 6666@  `h"'-6p?#J#(VDbGpIeIJMOp&T _@ a b b b WrFFrP.o/ 1281123170 0 0 100644 12180 ` ELF+*P@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenameswwwwwww ' '_׀h _\ h_ '_ '_瀤h __Ǩ@@_߀h __ߤ@@_____א@@@'_ǀh_\``@_h_\``@G'Gӡ< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03WrFFrP.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -o WrFFrP.o WrFFrP.c -W0,-xp\$XAoAMiKiNGXMUWl.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKiNGXMUWl.;backend;raw;cd;DBG_GEN 5.2.7XpmWriteFileFromPixmap/ndisplay*xfilename+ppixmap,hshapemask-` Kattributes.Xximage*0Hshapeimage*1@width2height3ErrorStatus4Dint_XDisplayDisplay char unsigned longPixmap _XExtData  number# next# free_private# private_data# #   XPointer#XExtData VisualID8 ext_data# visualid# class# red_mask# green_mask# blue_mask#( bits_per_rgb#0 map_entries#4Visual ColormapunsignedPixel N name# value# pixel# XpmColorSymbol N  name# nlines# linesp#yXpmExtension 0` string# symbolic# m_color# g4_color# g_color# c_color#(XpmColor ` unsigned short pixel# red# green# blue# flags# pad# void  e |     $eXpmAllocColorFunc   |     XpmFreeColorsFunc 3 valuemask# visual# colormap# depth# width# height# x_hotspot#$ y_hotspot#( cpp#, pixels#0 npixels#8 colorsymbolsg#@ numsymbols#H rgb_fname#P nextensions#X extensions#` ncolors#h colorTables#p hints_cmt#x colors_cmt# pixels_cmt# mask_pixel# exactColors# closeness# red_closeness# green_closeness# blue_closeness# color_key# alloc_pixels# nalloc_pixels# alloc_close_colors# bitmap_format# alloc_colorn# free_colors# color_closure#XpmAttributes 3  _XImage width# height# xoffset# format# data# byte_order# bitmap_unit# bitmap_bit_order# bitmap_pad#$ depth#( bytes_per_line#, bits_per_pixel#0 red_mask#8 green_mask#@ blue_mask#H obdata#P f|#X ]   S | T          y \         <     long s E M funcs0 create_image S# destroy_image y# get_pixel # put_pixel # sub_image<# add_pixels#( ]XImage  xpmCreateImageFromPixmap |  3 < <__posix_ttyname_r   __posix_getlogin_r  lockfN   E Ntruncate W EEoff64_ttell  Essize_tpwrite,     preadu  ,  lseek   ftruncate  E truncate!  EEoff_ttell!U  Upwrite  ^  pread  ,  lseek!  ! lockfV   Eftruncate  E  attropen    openat2    2creatr ;  ropen {   attropen    openat\    \creat e  open  mkstemp mkstemp* EGE __FILEl __pad*# Gftello l Gfseeko  E E fsetpos   EfgetposW  GFILE Wtmpfilef  freopenf   f  fopenf3   Gftello!b 3fseeko  E E fsetpos  fgetpos   ' 9Bffreopenf 0 K T  fopenf  tmpfilef XpmWriteFileFromImageq |  E q__posix_ctime_r z  tm$| tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst#  |__posix_asctime_r   /var/tmp/libXpm-3.5.8/src/usr/local/include/X11../include/X11/usr/include/sys/usr/include/isoWrFFrP.cXlib.hX.hxpm.htypes.hstdio_impl.hstdio_iso.htime_iso.h /08   ! DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> < I: I  :  I8 ' ID  I : .? < ' D .? < ' ID &II !I/ .? < ' ID 7I.? < ' ID 9XpmWriteFileFromPixmapDisplayPixmapXPointer#_XExtDataXExtDataVisualIDVisualColormapPixel NXpmColorSymbolyXpmExtension`XpmColornXpmAllocColorFuncXpmFreeColorsFunc 3XpmAttributes|funcs ]_XImageXImageoff64_tssize_t!off_tG__FILEWFILEtmWrFFrP.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXpmWriteFileFromImagexpmCreateImageFromPixmapXpmWriteFileFromPixmap_GLOBAL_OFFSET_TABLE_    />Tmx   66 66| 666@ 0$-U6AM"Y$0g%6Ew%{'r(P )`H)` * *  *8  create.o/ 1281123172 0 0 100644 68148 ` ELF+@@.shstrtab.text.rodata1.rodata.bss.data.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.debug_varnames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames.rela.debug_varnames@wHH  H' H' H'_D 4 O OO H '_D  O OOG<  ww_w_w_\ _\ $@'G< wwwww_瀤h____ߐ@@H?H'___ߐ@@'Gπ@ 'G'Gӡ< 㾐A@`wGwwwwww_w_w_w_wG'_w_w_h_\ !@h _ ww_ww_wH _ w_ w_ ww_h _\ !@h_D 'oH 'o 'sG @wg 'cGHNGc_g,p$_ _Gc,0@ $< @_ _Gc,0@ $< @_ _Gc,0@ $< @,`@_`` ` _Gc,0@`` ` $< @< _gGc,0@t`Gc 'cGcGO_gG`]@ @ 'c_gGc,0D@'__G_,0@ _ _$@h_G_,0@ _ _@h_G_,0@ _ _$@h_G_,0@ _ _@h_G_,0@ _ _w$@h_G_,0@ _ _w@hGoHL____G_,0@_@@H)Gs H_@_g@_G_,0\@_t` _t`_wW_W 'SS _W$`_G_,0\@_S,0t@ H'Gc 'cGcGHHg_gGc,0D@'_HGs H_@_g@_G_,0\@_t` _t` H'_G_,0@ _ _$@h>_G_,0@ _ _@h2_G_,0@ _ _$@h&_G_,0@ _ _@h_G_,0@ _ _w$@h_G_,0@ _ _w@oVGs H_@_g@Gc HGcGH HC'_____@@H_\ _t` _t`_wW_W 'SS _W$`_\ _S,0t@ H'Gs H_@___G@@Gs 'sGs OP 'G< 0A@`w?wwww'w_w_w_w_w_w_w_w_wG'_w_ww_`]@@H____ߪ__w@@ŀ'[G[ H H{'sG[ HJ_hC_\ !@h_ H_\ !@h2_ H _ H_ H#__________G_w/_ww@@sssss_/s_rsH2's H/'s_wO_O 'KK _O$`___K,0t@___t` _t`_wO_O 'KK _O$`___K,0t@H _t _t _$` 'sGs< PA@`wwww'ww_w_w_w_w_wwwO 'Cw' '#_h_\ @h _\ @w_ H'H '_h _\ h_\ wH _@@@@w_h _\ h_\ wH _@@@@w_h _\ !@h_D '_H_J'__h _\ !@h_\ wwH`]ww_h _\ !@h_\ woHwo_hH_\ !@h_ H_\ !@h7_ H _ H_ H(_D 4'## @w' '#H_',0u '# O___'#< @@H '3H '3H '3H '3H_$  O, 4#c_D 'cc〤Hwg '[_wGH_G\ w7 '_wOHy_O\ h_7h _O\ _7@@HHe_O\ hS_O\ hNG3'_GG,0\@h G$ '_GG,0\@oG HG3 'G H_GG,0\@hG 'G H _GG,0\@oG H_GG,0\@h_O\ _GG,0\@@HH '_Ow_O wO OH_O\ h _O\ h_O\ wgH '[G[H_gh;____gc_______w_w_'w#< '_ww_ow@@sssss_s_s_sGs_s_]sH '[H 'C_'G[HT HP_G,0\@h>____G,0\@c_______w_w_'w#< '_wwo_ow_@@sssss_s_s_sGs_os__sH '[H 'C$ 'G[H O_ 'G[HT HP_G,0\@h>____G,0\@c_______w_w_'w#< '_wwo_ow_@@sssss_s_s_sGs_os__sH '[H 'C 'G[H  OG[H _'h_'@?HQ'H/_O\ _t`_O\ h_O\ `]@@H _t c_$`H _t`_w_ ' _$`_\ _,0t@c 'c_w_ 0w_w_נ w_w_Ϡ wc〤 O_'h_'@GC'G< t www'w___G@@'Gӡ< 㾀A@`w_wwwwwww!<'wwwww 's 'o_瀤h_t _߀h_t _׀h _\ h_\ wH _@@@@w_׀h _\ h_\ wH _@@@@w_׀h _\ h_ 'H _@@@@'_׀h _\ !@h_D 'H '_׀h _\ !@h_\ wH`]w '_ #c h?H'_ ,0@w_h?H'_ ,0@w_h?HK'_ ,0@w_h?H>'_ ,0@ww_wh?H1'___\`` ___s_wo@@sssss'G HG H_׀h_\ (h _D HGH'_瀤h$  @?,@G @'k__Gk_``@@@.s'G HGH'_D 0 H__``\`_@@@HO_D`0D`( H_D`D` H__``\`_@@@"H4_D 0 H__``\`_@@@;H!_D 0 H__``\`_@@@xH__``\`_@@@#|H)_߀h%__G_`` @@@s'G HGHX'__``\`_@@@_@_@_׀h_\ "h_\ !h _w_t`0o_$`8_$`H_w@_׀h_\ !@@h __t`s< _$`H_@_瀤h__t`_߀h__t`GHC'_h_\``@_h_\``@_h_@_h_@sH____s< @@_h_@_wh_w@G'Gӡ< ww''''_w뀤 H 'H 뀤 H 'H '__GGϐ@ sss @s_t _\ h?HJ'߀ H_\ D ,4 #c߁t@ H _\ \``@?H.'_\ D , H߀ H?H!'_\ D ,4 ߠL@4@_\ t _\ \ h _\ \``@_t ?H'Ӡ 'Gӡ< 0A@`ww'_ `] @,_ w$ ' O 'G< 0ww_D`D` H+H!_ /_ `,`_,`H_ /_ `,`_,`_ /_ `,`_,`H _D  O O_D H __D < 4 @0wwH<_ HP_ <` ,` ?,HF_ /_ `,`_,`H;_ /_ `,`_,`H0_ /_ `,`_,`_ /_ `,`_,`H_D 0 H  O OH H OHO O A@`ww''w_G< < @wG 'G  '_L G`] @ /_L G,@`]  /GG߀HGG@< `] @ /_LGG@< `] @ @@,H>@_,`_ wGGߠ$@'_L G`]  ,08408< </_ wGGHG`] @ /_LG`] @ @,HGG$@'Ow''ww_\ w_w_D ('G H_D ' 'H 'H__ ,0\@w '_w_G,@G '_40wG  o__D`,4 LD`4 D`4`t<`4 L4wנwwG< 'G'G$ 'G H_L _,`_נ w_Ϡ wG$ 'G O_D  H_D H_@@G4 t@L$@< @ ޖ_D  H_D H_@@w__D`,4 LD`4 D`4`t<`4 L4wG'G$ 'G H_L _,`_נ w_Ϡ wG$ 'G Oà '_w_Ǡ w OA ' O2H_D 0' 'H 'H__ ,0\@wG H_ w '_w_G,@G '_40wG  o__D`,4 LD`04 L4 4wנwwG < 'G'G$ 'G H_L _,`_נ w_Ϡ wG$ 'G O_D  H_@@G5 L < @ _D  H_@@w__D`,4 LD`04 L4 4wG'G$ 'G H_L _,`_נ w_Ϡ wG$ 'G Oà '_w_Ǡ w OZ ' OKw''ww_D ,'_\ w_w_D  HM 'HD_w_, 4@w__h+__ ,0\@w_Ϡ w_40_,`_ w_40_,`_ w_40_,`_ w__,`_ w__ o_@wˠ ' OHK 'HD_w_, 4@w__h+__ ,0\@w_Ϡ w__,`_ w_40_,`_ w_40_,`_ w_40_,`_ w__ o_@wˠ ' Ow''ww_D ,'_\ w_w_D  H< 'H3_w_, 4@w__h__ ,0\@w_Ϡ w_40_,`__,`_ w__ o_@wˠ ' OH: 'H3_w_, 4@w__h__ ,0\@w_Ϡ w__,`_40_,`_ w__ o_@wˠ ' Ow''ww_D ,'_\ w_wϠ 'H+_w_@w__h__ ,0\@_,`_Ϡ w_ w__ o_Ǡ@wˠ ' Ow''ww_D`D` H___ߐ@@H_D ,'_\ w_w '4 '_D H 'H_w_@w__h /Oơ, < __ ,0\@ /_נ wOơ, < __ ,0\@ /_נ wOơ, < __ ,0\@ /_נ wOơ, < __ ,0\@ /_נ wOơ, < __ ,0\@ /_נ wOơ, < __ ,0\@ /_נ wOơ, < __ ,0\@ /_נ wOơ, < __ ,0\@ /_נ wO_,`_ w__ oGH+ /Ơ 'GH __ ,0\@ w_נ w_w_hOƢ G<@/G 'GGOO_,`_G@wӠ ' OAH 'H_w_@w__h /_נ w_נ$ wOơ, < __ ,0\@ /_נ$ wOơ, < __ ,0\@ /_נ$ wOơ, < __ ,0\@ /_נ$ wOơ, < __ ,0\@ /_נ$ wOơ, < __ ,0\@ /_נ$ wOơ, < __ ,0\@ /_נ$ wOơ, < __ ,0\@ /_נ$ wOơ, < __ ,0\@ /_נ wO_,`_ w__ oGH+ /Ơ 'GH __ ,0\@ w_נ w_w_hOƢ G,@/G 'GGOO_,`_G@wӠ ' O;wwwwww_߀h_t _׀h_t _߀hHww_׀hHww_____ϐ@@@'G HGH0'_߀h_h____ߐ@@_\``@_׀h_h____א@@_\``@G'Gˡ< w''wG HG H H' '_w_G,@Gˠ '_40wGˀ  o_\`GD`,LGD`D`<.% <`L< @wנww_D < 'G'Gˠ$ 'Gˀ H_L _,`_נ w_Ϡ wGˠ$ 'Gˀ O_D  H_D H_@@G_D`D`<.! L$'ˢGˠ@ y_D  H_D H_@@w_\`GD`,LGD`D`<.% <`L< @wG'Gˠ$ 'Gˀ H_L _,`_נ w_Ϡ wGˠ$ 'Gˀ O 'G< w''wG HG H H'_D 0'_D ( H_ w '_w_G,@Gˠ '_40wGˀ  o_\`GD`,LGD`0L< < wנww 4 ''Gˠ$ 'Gˀ H_L _,`_נ w_Ϡ wGˠ$ 'Gˀ O_D  H_@@G4 L@ < <@_D  H_@@w_\`GD`,LGD`0L< < w'Gˠ$ 'Gˀ H_L _,`_נ w_Ϡ wGˠ$ 'Gˀ O 'G<  w''wG HG H H'_\`GD`,LG, @< w_40_,`_40_,`_40_,`__,` 'G<  w''wG HG H H'_\`GD`,LG, @< w_40_,`_40_,`_40_,`__,` 'G<  w''wG HG H H'_\`GD`,LG, @< w_40_,`__,` 'G<  w''wG HG H H'_\`GD`,LG, @< w_40_,`__,` 'G< 0w''wG HG H H'__\`GD`,LG@< , 'G<  w''wG HG H H1'_砌 h_\`GD`,LG< @< w_L G <@,H_\`GD`,LG< @< w_L G <@< , 'G<  w''wG HG H H1'_砌 h_\`GD`,LG< @< w_L G ,@,H_\`GD`,LG< @< w_L G ,@< , 'G< A@`wwwwwww_www!<'wwwwowg 'c '_ 'C '?w7w/w'w_瀤h_t _߀h_t _ǀh _\ h_\ wH _@@@@w_ǀh _\ h_\ wH _@@@@w_ǀh _\ h_ 'H _@@@@'_ǀh _\ !@h_D 'H '_ǀh _\ !@h_\ wH`]w_πh _\ !h H' 'G'_@'G HGH'_[WSOKGC?@@ss@s'G HGH'H_/@@O HS H @'G HGH!'_SO7@@'G HGH'H_'@@S#c h?H'S,0@w_h?H'S,0@ww_wh?H'S,0@wo_oh?H'S,0@wg_gh?H'___7S__w_oc_g_@@sssss'G HG H_ǀh_\ (h _D HGH'_瀤h$  @?,@G @'__G[W@@s'G HGHv'_D 0 H `]_t`pHe_D`0D`( H_D`D` H_D H `]_t`pH`]_t`pHE_D 0 H_D H `]_t`pH`]_t`pH-_D 0 H_D H `]_t`pH`]_t`pH_D`0D`( H `]_t`pH`]_t`p#|H-_߀h)__G[W@ @us'G HGH'_D H `]_t`pH`]_t`p_[WSO_7____w@@ssss@5s'_@w_w@wwG HGH'H O H S H@H_@@_πh!_\ $h?H__Ϥ`0`(@'G HGH|'H_t 0_$ ([_$`W_$`O_$`S_$` _7_t`_t _πhH _/_t`_'_t`__t`CH K_$` G_$`$_\` t`_ǀh_\ "h_\ !h _g_t`0__$`8_$`H_g@_ǀh_\ !@@h _o_t`c< _$`H_o@_瀤h__t`_߀h__t` Hm'O H S H@_7h_7S< @@_/h_/@_'h_'@_h_@_h_\``@_h_\``@_h_@_wh_w@cH____oc< @@_oh_o@_gh_g@G'Gá< 㶰w''''w_w_w_w_w_wHX뀤!H?H\' "@ '뀤H`< _ߥ,p,p\L ,084084,05@ '뀤 O 'H}_@ 'Hk_ H_ H_ w_\ w_ _t`_L H'_\ @'G'G H=G!H9G,0@ H2_] p< < _ǢG,0@$ < ,0\@_h_] p< < _G,0@$ < ,0\@H?H' ' O ' OH (@ '뀤HU_,p,p\L ,08408',0\@h*! @,0t@,0\@h 'G,0\@hG,0\@@G 'G!O?Hn'< ,0\@_ߥ,,]L ,084084,05@ '뀤 O 'H_@ 'H_ H_ H_ w_\ w_ _t`_L H'_\ @'G'G HG!H_ H_ H_ ww_w\ wo_o _wt`_oL H'_\ @'G'G HMG!HIG,0\@hBG,0\@G,0@ H8_] p< < _ǢG,0\@G,0@$ < ,0\@_h_] p< < _G,0\@G,0@$ < ,0\@H 'kGk,0\@hGk,0\@@Gk 'kGk!O?H'H 'G,0\@hG,0\@@G 'G!O?Hz' ' O1 ' O 'G,0\@hG,0\@@G 'G!OHP瀤$ h?HK' ,@瀤 H뀤 H 'H_@ 'Hv 'w瀤H/_ H_ H_ w_\ w_ _t`_L H'_\ @'G_,` '_w_ w瀤 O_נ@@w_\ h?H'_\p< < __\ \ ,0\@@ŀ_h_\p< < __\ \ ,0\@@ŀ ' O ' O|H 'H_@ 'H 'w瀤H/_ H_ H_ w_\ w_ _t`_L H'_\ @'G_,` '_w_ w瀤 O '뀤H_,p,p\@@HH  '뀤 O뀤H?HC'_\p< < _,0\@@ŀ_h_\p< < _,0\@@ŀ ' Oz ' OhH 瀤 O OTO 'G< None@ `P0pH(hX8xD$dT4t L,l\<|B"bR2r J*jZ:zF&fV6vN.n^>~A!aQ1q I)iY9yE%eU5u M-m]=}C#cS3s K+k[;{G'gW7wO/o_??@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03P<create.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -o create.o create.c -W0,-xp\$XAoAMiKjNGXM0cl.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKjNGXM0cl.;backend;raw;cd;DBG_GEN 5.2.7xpmVisualTypenvisualxDint_XExtData Tnumber#nextT#free_privatez#private_data# z T]char XPointer XExtDataunsigned long VisualID 8ext_data#visualid#class#red_mask#green_mask# blue_mask#(bits_per_rgb#0map_entries#4 Visualcloseness_cmpn9Jax\bp x` yXD void9A9Slongcols_index#closenesse#mCloseColorAllocColorndisplayxcolormappcolornamehPxcolor`YclosureX statusPD_XDisplay Display Colormapunsigned short ?pixel#red#green# blue# flags#pad# XColor?9SetCloseColorndisplayxcolormappvisualhPcol `image_pixel Xmask_pixel Palloc_pixels H nalloc_pixels @attributesPcolsncols allocColorYclosurered_closenessegreen_closenesseblue_closenesse~n~alloc_color~closenessesV~iX~cX~D Pixelunsigned  Vname#value#pixel# XpmColorSymbol V  name#nlines #lines x# XpmExtension 0 hstring#symbolic#m_color#g4_color#g_color# c_color#( XpmColor h    Y XpmAllocColorFunc  F   Y  FXpmFreeColorsFunc valuemask#visual#colormap#depth #width #height # x_hotspot #$y_hotspot #(cpp #,pixels#0npixels #8colorsymbols o#@numsymbols #Hrgb_fname#Pnextensions #Xextensions #`ncolors #hcolorTable {#phints_cmt#xcolors_cmt#pixels_cmt#mask_pixel #exactColors#closeness #red_closeness #green_closeness #blue_closeness #color_key#alloc_pixels#nalloc_pixels#alloc_close_colors#bitmap_format#alloc_color #free_colors O#color_closureY# kXpmAttributesSetColorndisplayxcolormappvisualhcolorname` color_index\image_pixelPmask_pixelH mask_pixel_index@alloc_pixels nalloc_pixelsused_pixels nused_pixelsattributesPcolsncols allocColorYclosure~xcolor?~status~DCreateColorsndisplayxattributesp {colorsh ncolorsdimage_pixelsXmask_pixelsP mask_pixel_indexHalloc_pixels@ nalloc_pixelsused_pixels nused_pixelsvisual colormap colorsymbols o numsymbols  allocColor  ~closureY~colorname~color ~key ~pixel_defined~symbol o~defaults x~ErrorStatus~s~default_index~colsP~ncols ~i M~n y~def_index~k ~DFreeColorsn@displayxcolormapppixelshndYclosureXDXpmCreateImageFromXpmImagendisplayxEimagep image_returnh shapeimage_return`attributesXvisualHcolormap@depth bitmap_formatfreeColors Oximage%shapeimage%mask_pixel_index ErrorStatus image_pixels mask_pixels alloc_pixelsused_pixels~nalloc_pixels ~nused_pixels ~D, 2width #height #cpp #ncolors # colorTable {#data # XpmImage2 W N     `  W , W   m W   5 W W   v  W efuncs0create_image#destroy_image#get_pixel,#put_pixelm#sub_image# add_pixel#(_XImage width#height#xoffset#format# data#byte_order#bitmap_unit#bitmap_bit_order# bitmap_pad#$depth#(bytes_per_line#,bits_per_pixel#0red_mask#8green_mask#@blue_mask#Hobdata#Pf#XW XImageCreateXImagen#displayxvisualp depthlformath widthd height` image_returnXbitmap_padPD$unsigned char#4\e_reverse_byte= _XReverse_Bytes0nbpt.x nb/tD #xpm_xynormalizeimagebits=ndbp;x%img<pc#>oD xpm_znormalizeimagebits[nbpYx%imgZpc#\oD # e_lomask #  Ee_himask ( _putbitsn!*srcxdstoffsettnumbitspdsthchlo#gchhi#fhibits`D(PutImagePixelsn"%imagex widtht heightp pixelindexhpixels`srcXdstPiptr Hx Dy @datapixelpxnbytesdepthibuibppiDPutImagePixels32n$ %image x widtht heightp pixelindexhpixels`dataXiptr Py Lpixel@bpl ?data_ptr@max_data@DPutImagePixels16n%b%image{x width|t height}p pixelindex~hpixels`dataXiptr Py Lpixel@bpl data_ptrmax_dataDPutImagePixels8n&%imagex widtht heightp pixelindexhpixels`dataXiptr Py Lbpl Hdata_ptr@max_dataDPutImagePixels1n(/%imagex widtht heightp pixelindexhpixels`iptr Xy TdataHvalue!Gdata_ptr"max_data"bpl#diff$count$DXpmCreatePixmapFromXpmImagesn)^displaymx)^dnpEimageoh)pixmap_returnp`)shapemask_returnqXattributesrPximage%t@shapeimage%tErrorStatusuD Drawable Pixmap)qPutPixel1n*u%ximagexxtyppixelhsrcXdstPiLpx@nbytesDPutPixeln+t%ximagexxtyppixelhsrcXdstPiLpx@nbytes  ibpp  DPutPixel32MSB=n,%ximage9xx:ty;ppixel<haddr>XDPutPixel32LSBQn,%ximageMxxNtyOppixelPhaddrRXDPutPixel16MSBen-N%ximageaxxbtycppixeldhaddrfXDPutPixel16LSBwn-%ximagesxxttyuppixelvhaddrxXDPutPixel8n.q%ximagexxtyppixelhDPutPixel1MSBn.%ximagexxtyppixelhDPutPixel1LSBn/%ximagexxtyppixelhDxpmParseDataAndCreaten3displayx5datap image_returnh shapeimage_return`EimageX5infoPattributesHvisualcolormapdepth bitmap_formatfreeColors Oximage%shapeimage%mask_pixel_index image_pixelsmask_pixels~alloc_pixels~used_pixels~nalloc_pixels ~nused_pixels ~width ~height ~ncolors ~cpp ~x_hotspot ~y_hotspot ~hotspot ~extensions ~colorTable {~hints_cmt~colors_cmt~pixels_cmt~cmts ~ErrorStatus~hashtable6~D8e3e__FILE3__pad3# 3FILE34 file3#data x#4*e85type #stream3#cptr#line #CommentLength#Comment4 # Bcmt#Ecmt#Bos#Eos#format# 4*xpmData5 85valuemask#hints_cmt#colors_cmt#pixels_cmt#x_hotspot # y_hotspot #$nextensions #(extensions #0 5 XpmInfo5_xpmHashAtom67name#dataY#5 67xpmHashAtom6@ 6size #limit #used #atomTable6V# 6_xpmHashTableParseAndPutPixels n) <xpmGetCmt>[ < xxpmNextString> <6_xpmHashSlot6V> > > xpmHashTableFree> =*xpmHashTableInit?& =* xpmCreatePixmapFromImage?q  W xpmFreeColorTable? = __posix_ttyname_r?   __posix_getlogin_r@!  lockf@X   e@Xtruncate@ @a e eoff64_ttell@@ 9@ essize_tpwrite@A6  @  @9pread@A  A6  @lseek@A  @ ftruncateA  eAtruncateB+ A e eoff_ttellB+B_ 9B_pwrite@B  Bh  @pread@B  A6  @lseekB+C)  B+ lockfC`   eftruncateC  eCCattropenC C C !CopenatD<  C !D<creatD| DE D|openD D !DDattropenE D D !EopenatEf  E$ !EfcreatE Eo EopenE E !EEstrcasecmpF= E FF=FOstrcmpF FF FXmemsetYF Y  mkstempF mkstempG 9G9G( G` G G1G: qsortG Y   G`mallocYG  freeG YcallocYH  absH5 3ftello@Hd H53fseekoH Hd e eHfsetposH Hd HefgetposI Hd H"tmpfile3I5IGfreopen3I I> IP 3IIfopen3I I I3ftelloB+J IfseekoJK Hd e eJKfsetposJ Hd JT#Hd#HfgetposJ J JgetcJ HdJ#JK#K#3freopen3Kk K K K)Kk#KtK#Kfopen3K K} K"tmpfile3XUngrabServerL XQueryColorsLX  LXXParseColorL  La XGrabServerL XFreeColorsM*   XDefaultScreenMX XDefaultDepthM XAllocColorM  XDefaultColormapN M XDefaultVisualNM N XCreateImage%N NM NV   N_  eN__posix_ctime_rO/ N tm$ Otm_sec#tm_min#tm_hour#tm_mday# tm_mon#tm_year#tm_wday#tm_yday#tm_isdst# O/O#O#$__posix_asctime_r P P 4 /var/tmp/libXpm-3.5.8/src/usr/local/include/X11../include/X11/usr/include/usr/include/iso/usr/include/syscreate.cXlib.hX.hxpm.hXpmI.hstdio_impl.hstdio_iso.htypes.htime_iso.h z  t  $ <,$ 514!) @r5HT$P $jH0HH  "4D$!DM 0!0!-0!-4!4!4!$$(- s)0U4)~8 hn  4!,s,sL!R 8  0!-0!-0!-4!4!($$$$dx !EAD!D!  5L  I!4%  @  ` X$4=$$ (( $q , ,c   $14 8L @ ,8  (($!"l02)HTHl02p> (($!"H02)4@4H02n>   (% 1(((z s (% 1$((zt   (% 1zt (% 1zt  ( >y   $ ! ($DDDDDDDEt$L~g ($DDDDDDDEr$L~e   |,0!,0!  , 5htHL,Hh02 ,  5@02)4D4@02 ,8 ,8 ,8 ,8 ,4 ,a\ ,a\ 0!-0!-0!-4!4!\,<$    dt  )@ )( )( )(()5H )l ,00!I!4%,$  @ $,B((I`p~$(4),(dv ((,l dde~!e((0A$ Tu~ ((0A(@~ Lu~~  DD%. : ; @ ' ID I: ;  D D $>  :  I8 I ' ID  I I:  :  4I : ;  &I I< . : ;@ ' ID I: ; 4I : ;  .?  : ;@ ' ID I !I/.?  : ;@ ' D I !I/ . : ;@ ' D  :  : .? < ' ID  .? < ' D !".? < ' ID #7I$.? < ' ID PH@XpmCreateImageFromXpmImagexpm_xynormalizeimagebitsdxpm_znormalizeimagebits(/XpmCreatePixmapFromXpmImage/xpmParseDataAndCreate0PHxpmVisualTypecloseness_cmpAllocColorbSetCloseColorSetColorCreateColorsFreeColors.CreateXImage_XReverse_Bytes d_putbits!*PutImagePixels"PutImagePixels32$ PutImagePixels16%bPutImagePixels8&PutImagePixels1)PutPixel1*uPutPixel+tPutPixel32MSB,PutPixel32LSB,PutPixel16MSB-NPutPixel16LSB-PutPixel8.qPutPixel1MSB.PutPixel1LSB6ParseAndPutPixelsPHXPointer_XExtDataXExtDataVisualIDVisualmCloseColorDisplayColormap?XColorPixel  VXpmColorSymbol XpmExtension hXpmColor XpmAllocColorFunc OXpmFreeColorsFunc kXpmAttributes2XpmImagefuncs_XImageXImage)^Drawable)qPixmap3__FILE3FILE34*5xpmData5 5XpmInfo5_xpmHashAtom6@xpmHashAtom6_6xpmHashTable@off64_t@ssize_tB+off_tO/tmPPH\_reverse_byte _lomask E_himaskcreate.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataxpmVisualTypecloseness_cmpAllocColorSetCloseColor.L305SetColorCreateColorsFreeColorsCreateXImagePutImagePixels8PutImagePixels1PutImagePixels16PutImagePixels32PutImagePixels_XReverse_Bytes_putbitsPutPixel1PutPixelPutPixel32MSBPutPixel32LSBPutPixel16MSBPutPixel16LSBPutPixel8PutPixel1MSBPutPixel1LSBParseAndPutPixelsxpmHashSlotgetcxpmNextStringmemsetxpmFreeColorTablexpmParseExtensionsxpmHashTableFreexpmParseColorsxpmHashTableInitxpmGetCmtxpmParseValuesxpmParseHeaderxpmParseDataAndCreatexpmCreatePixmapFromImageXpmCreatePixmapFromXpmImage$XAoAMiKjNGXM0cl._himask$XAoAMiKjNGXM0cl._lomaskxpm_znormalizeimagebitsxpm_xynormalizeimagebits$XAoAMiKjNGXM0cl._reverse_byteXCreateImagemallocXDefaultDepthXpmCreateImageFromXpmImageXFreeColorsstrcmpXDefaultColormapXDefaultScreenXDefaultVisualstrcasecmpXQueryColorsXGrabServerfreeXUngrabServerqsortabscallocXAllocColorXParseColor_GLOBAL_OFFSET_TABLE_    />LHZ@esy ( @ XX"6h7401p*%(P(@p(C$F2G`@H@NI\IfJ`sKZ '6L Le>  &l%%@LSdsJIKK8HGGGHG  F\EhD<EHDED C B 0K 4K   A HK LK<?L@?>8 < 0HB=4AD  AD<KK?@?>D?T: ,9`999 D D!D!`D"D"$D"D"D#8$9%K%K%87%<7 (XK(\K(4(4 (3(3 ) 4)$4 )P3)T3 )3)3 * 4*4 *03*43 ,6-6/50D5?`;?1@1B 6B6E<5E5LKLKM?M@N?N>NX?Nh:NN OH/O.O-P$,Pp+P-P9Q9QH9Qx9S S Sp!St! S"S" SS SS T0T4 TLTP TT TT UH!UL! Ud"Uh" UDUDV@*Vd-V)X$DX|DX*Y(Y0DYLDYhDYDYDZHDZdD['[&\D%]'^(H^D_H&_%`p%aDb`DcDc&dL%d$e&f%g=6666666@6u6}6 i6$q6 z6,6 6,6 6 (6 6 @666666'6F68N6W6T_6h6Tp6y6h66x66x66666P66P66P6  6P6 6PI6Q6Z6b6k6s66X6a;6i6"@6"H6$y766%6%| 666&566(, 46 \36 r6(P z6*p!>6*!F61L"61p"64 $6640$>66D%w66h%67`&67&6>'-67'56>'>67'F6>'O67'W6>(Q26(Y6@@)6@p)6C*6C*6FP+6F+6G0,%6G`,-6H,6H@,6H-a6I-i6I-6I.6J0.6J`.6K\/ 6K/6L/06/6Zt66Z66hp8E6Z8M6hh8V6Z8^6hD8g6Z8o6hD8x6Z86]86[86]86[86]86[86]86[86]86[86]`86[86]`9!6]9)6c(9_6]9g6_(9p6]9x6_96]96_96^96^96^ 96^96^ 96^96^@96^96^\96^96^\96^96^\:6^:&6_(:.6b:76_D:?6b:H6_D:P6b:Y6_P:a6b:j6_l:r6b:{6_l:6b:6_:6b:6`:6b$:6`:6b$:6`:6b$:6a;6b$; 6a;6b$;6a;$6b;F6b,;N6b;W6b,;_6b;h6b,;p6b;6b;6c(;6c0;6h<;6c\;6h<<6c|<6e<6c|<6e636P6@l66 (-6 @'6X?;66";6%V66566(P6*g61p64066hI67266@p.6Ca6F6G`6H@6I6I6J`6K.06 a6Z6666@E hjj"k''k'-k'6k'?oJoPHV$ @bdpg3<o>\Қ֘ $ݸPx  P h0 data.o/ 1281123172 0 0 100644 25884 ` ELF+^@@.shstrtab.text.rodata.rodata1.data.bss.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.data.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenamesw_ H '_ w_\$ L _,`_\$ w_ w_\ w_Ǡ _t`_L /_ߠ wO_,` '_נ wO_L H _L HOO_L H _ \$@t H^'_L _,` _ wߠ ' '瀤H_\$(w_L _L H0OH,_ w_\ w_Ǡ _t`_L /뀤#H_ wߠ '_ߠ wO_,` '_L _L HOO< _$`_ w_\ w_Ǡ _t`_L /뀤#H_ wߠ '_ߠ wO_,` '_נ wO_L H _L HOO_L H  '_ \`$ t`瀤O H'_\ w '_ w_\$ L _,`_\$ w_@'_Ϡ wG_,`ߠ '_Ǡ wG_L H _L HG〤?O_L H'ۀ H_L _@@۠$ '_w_Ϡ$ wۀ O H'_L _,` _ wϠ 'נ '׀Hn_\$(w_L _L H'G〤?H#_@'߀#H_ wϠ '_Ϡ wG_,`ߠ '_L _L HG〤?Oߡ< _$`_@'߀#H_ wϠ '_Ϡ wG_,`ߠ '_Ǡ wG_L H _L HG〤?O_L H  '_L _@@׀O H'G<  w_ H_  '_$`_\,0\@tH._ H_L$1H0_ w_\ w_ߠ _t`_L /OHO_L$1H_ w_\ w_Ϡ _t`_L /OHO_L$1O_L$0HA_ w_\ w_ߠ _t`_L /OH.O_L$0H(_\$ h O_\$ L H_א_ w_\ w_Ϡ _t`_L /OHO_L$0OH7_\$ h2_ w_\ w_ߠ _t`_L /O_\$ L H__ w_\ w_Ϡ _t`_L /O_\$ L O_ \`$ t`H{_\ w_L$1H_@'G_L$1HG?H_@'G_L$1HG?O_L$0H/_@'G_L$0H#G?H_\$ h G_\$ L H_A_@'G_L$0HG?OH%_\$ h _@'G_\$ L H__@'G_\$ L OG_@@ 'G< A@`www' '_ H_ Hb_\ L 'G`]  @ H G_L$1H_ \` t`_\ L 'G`]  @ HG_L$1O_ w_\ w_Ϡ _t`_L 'G_,`_ w 'G`]  @ H G_L$1H뀤 O$ '_ \`$ t`Hw_\ w_@'G߀?H(G`]  @ HG_L$1H_@'G߀?HG`]  @ HG_L$1OG`]  @ H7G_L$1H1G߀?H-뀤H(G_,`_ w '_@'G`]  @ HG_L$1H G߀?H뀤 OG_א@@'4 0ww_@@$'G4 _@@'G< www 'w_ H_ HP_\ hI_\ w_\ L 'G׀HG_L$1H_ \` t`_\ L 'G׀HG_L$1O_\ _$@ '@w_πh?H'__ې@@_ H _۠$ 4,@H_\ w_@'G׀?H?H' 'ߠwǐ @wG_L$1HIG׀?HE߀$H*_ߠ@4@w_ǀh_@?H~'_w_۠@w_Ǥߐ@@ߠ@'۠ 'ߠwG_,`_Ǡ wߠ '_@'G_L$1HG׀?OG׀?H_@?HH'ߠ@ H0_ߠ@ 4@w_ǀh_@?H.'_w_۠@w_Ǥߐ@@ߠ@'ۦ _,@۠ 'H _,` 'G_@@__t`_$` 'G< 0ww_ H_t H3_D  H,_D 4 ?H&_D  < @w__t`_߀h?H'_\ _` D`@ _\ _D ,@_$ H_t  'G<  A@`ww`]$` @O, '_ H8 _,d0 _,d1w_t$(__td _@@$'G뀤 HB`]@ @H6_@@$'G뀤H?H ' G,@@ _w_׀h`]_G$@$@@H?H' _$d4 'Hr_@@$'G뀤 H`]@ @HG뀤 HT`]@ @HHG뀤 H 'H<_@@$'G,0`]\@h,G,0`]\@G@@HG 'G,0`]\@hG,0`]\@G@@O_$$4H?Hs'G,0`]\@heG瀤 H+G,0`] \@_td G,0`] \@_td(_@G,0`] L@_,d0G,0`] L@_,d1H6G,0`] \@_td G,0`] \@_td(_D$4HG,0`] L@_,d0 _,d1_@G,0`] L@_,d1H_@H?H' 'G< #define_formatXPMXPM2! C/**/, static char *[] = { }; Lisp;(setq '( )) """"@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03Sdata.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -o data.o data.c -W0,-xp\$XAoAMiKkNGXMUjl.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKkNGXMUjl.;backend;raw;cd;DBG_GEN 5.2.7ParseComment<n  data;xc>sn?lnotend@hsA`s2AXfileywhc xdny`ay\notendzXs{Ps2{HDintunsignedlong E   __FILEj __pad(# EFILE jchar   filey# data# 8 type# stream# cptr# line# CommentLength # Comment# Bcmt# Ecmt# Bos# Eos# format # xpmData xpmNextStringn dataxcsc pfileyhDxpmNextWordndataxbufpbuflenlndc `fileyXD$xpmNextUIn QdataxQui_returnpbufZwl wD y xpmGetString(n  data%xsptr&pQl'hi)`n)\c *Xp+Pq+Hbuf +wstart/wfiley;wD 9 xpmGetCmt{n  datayxcmtzpD @ 9 type# Bcmt# Ecmt# Bos# Eos# Strs# Dec#( Boa#0 Eoa#8 xpmDataType 9 m  xpmDataTypes O xpmParseHeadern  dataxbuf wl wn wptrwC4D  xpmatoui Qunsigned long__posix_ttyname_r  Q  __posix_getlogin_r   lockf      truncate     off64_ttell  < void < D  ssize_tpwrite V   M  V <pread V     Vlseek )   ftruncate [   [truncate d  off_ttell  < pwrite V%   Vpread Ve    Vlseek  lockf    ftruncate     attropen d   dopenat  m  creat  open /  / Aattropen 8J  openat    creat  open Y"  Ystrrchrb  strncpy    strncmp U mkstemp |mkstemp  <realloc malloc free Eftello M Efseeko M   fsetpos M  fgetpos  Mtmpfiley  0freopeny{'9y { fopeny Eftellofseeko 4M   4fsetpos vM=Mfgetpos vungetc  Mgetc  M   &/yfreopeny8A  fopenytmpfiley __posix_ctime_rF tm$ tm_sec # tm_min # tm_hour # tm_mday # tm_mon # tm_year # tm_wday # tm_yday # tm_isdst # F __posix_asctime_r" /var/tmp/libXpm-3.5.8/src/usr/include/usr/include/iso/usr/include/sysdata.cXpmI.hstdio_impl.hstdio_iso.htypes.htime_iso.h <!@$I!$8@$y  @$H!g$I$"=8$y  $H!g  H . h<~ \]  D<~ 89  4X@$`)p$}! (0 4 DE$( ,40($m %4(1!  8D0$ 0 $(( X)l0000900 09 DD%. : ; @ ' ID I: ;   4I : ;  D D $> I  !I/  :  I8 I: I : I !I/ : .?  : ; @ ' ID 4I : ; .?  : ;@ ' ID I: ;  : 4I?  : ; .? < ' ID I&I7I.? < ' D .? < ' ID .? < ' ID _xpmNextStringxpmNextWordxpmNextUIyxpmGetString 9xpmGetCmt mxpmDataTypes xpmParseHeader/_ParseComment_E__FILEjFILExpmData 9xpmDataType off64_t Vssize_toff_tFtmdata.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataParseComment.L842.L859.L879.L899.L902strrchrstrncmpxpmParseHeaderxpmDataTypesxpmGetCmtfreereallocstrncpymallocxpmGetStringxpmatouixpmNextUIxpmNextWord__ctypexpmNextStringungetcgetc_GLOBAL_OFFSET_TABLE_   -<IOU[agowPx\` $!t 0!!  (! `! ! ! t! !  (" ,"     |  !$( `!  D!TX  @|!@L!< \ "$"4 8   Plp  <@ X    @D `    $ DH pt     0  ( 0  8( @0 H8 P@ XH `P h` ph xp x    0 0   66666 6646|646|d6|l6u6|}666 *626;6XC6L6XT6]6le6n6lv66$66$666t6,|6666666L66Y6a6(j6Dr6t{6D6t6D6t6X6t6X6t6|6(6|6( I6 Q6 6 6 6T 6H #64 ,6\ 464 =6\ E64 N6 V6x _6 g6 p6 x66d6666s66666@+ ph "!("-"6"?'UJ'U_V@bCpE]F;FMGH(HKp xTV ] ^ ^^ hashtab.o/ 1281123173 0 0 100644 12948 ` ELF+,@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames0ww @w_߀h__t`__t`_w_ww_\ w_wǠ '_L Hۡ,$_L 4 @'_Ǡ w_L O__ t@L$@4,0w_\ h+_\ \ w_L _L H __@@ HH_Ϡ$ w__߀h __ ,0@$ w_\ o_w_w_\ w_ ''_w, '_$`぀t _$`#c h?HS',0@w_瀤h?HG'__t`_,0@w__瀤h _Ϡ$ w_t __瀤o '_wϠ 4 ǀH!_\ h__\ \ @@w_\ _t`Gˠ '_w_Ϡ wGˡ4 ǀ O_@ 'G<  www__@@w_\ h0__@w__t`_πh?H"'_`` H_Z'GӀ HGH'_ ` $` H '_ ` $` 'G< 0w!_$`_`t $`_$ _t _ #c h?H)'_ ,0@w_߀h?H'__ ,0@w__߀h _$ w_t __߀o__t` 'G< 0w_\ w_瀤hH#__ ,0@w__瀤h_$ w_\ h_\ @__瀤o_@_t @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03hashtab.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -o hashtab.o hashtab.c -W0,-xp\$XAoAMiKlNGXM0pl.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKlNGXM0pl.;backend;raw;cd;DBG_GEN 5.2.7AtomMake0nlname.xdata/pobjectl1`D charvoid_xpmHashAtomc name# data#( cxpmHashAtom xpmHashSlotqnBBtableoxsppatomTableBr`hashKs\pBtPhpuHnsv@D lunsigned  sizeK# limitK# usedK# atomTableB# WxpmHashTableHashTableGrowsntablexatomTableBhsizeKdtBXpBPiLoldSizeKH psB@Dint xpmHashInternntablextagpdatahslotBX ErrorStatusTD xpmHashTableInitntablexpBhatomTableB`DxpmHashTableFreen tablexpBpatomTableBhDunsigned long__posix_ttyname_r] __posix_getlogin_rlonglockftruncate off64_ttellPP ssize_tpwritebY bpreadb blseek 5ftruncate g gtruncate  p off_ttell   pwriteb 1  bpreadb q blseek   lockf ftruncate   #attropen p  , popenat  y creat  K open ;  ; Mattropen  D V openat   creat % K %open e . e wstrcmp  n mkstemp mkstempmalloc, freeHe__FILE __padH#eftelloefseekofsetpos<fgetposu< eFILEutmpfilefreopenfopenQeftello Qfseekofsetpos<fgetpos<<EW`freopenNirfopentmpfile-__posix_ctime_rw6tm$8 tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst# w8A__posix_asctime_rJS /var/tmp/libXpm-3.5.8/src/usr/include/sys/usr/include/isohashtab.cXpmI.htypes.hstdio_impl.hstdio_iso.htime_iso.h 0  6H H z ,$ 4!4 -| 9@, ! ,($8! 8,~ DD%. : ; @ ' ID I: ;  4I : ;  D D $> I :  I8 I: .?  : ; @ ' ID   :  .?  : ; @ ' D .? < ' ID I&I.? < ' D I !I/ .? < ' ID 7I.? < ' ID vxpmHashSlotxpmHashInternxpmHashTableInitxpmHashTableFreeBAtomMakeHashTableGrows(_xpmHashAtomlxpmHashAtomWxpmHashTableoff64_tbssize_t off_te__FILEuFILEwtmhashtab.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataAtomMakeHashTableGrowsxpmHashTableFreexpmHashTableInitxpmHashInternfreestrcmpxpmHashSlotmalloc_GLOBAL_OFFSET_TABLE_    0?\H0WhXy0(L06666d666066H66p66p666666"6,666<66<66|66666- 656` 66@66 60D6i 6 6666@ XH$-U6 A M Y"8Zg#w$N$b%$% '(` + , , , misc.o/ 1281123174 0 0 100644 9948 ` ELF+!X@@.shstrtab.text.rodata1.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames w'w 'ߠ 'H%_L 0H_L 9Hߥ,`,`_L 4 @$ 0'_ wHH ۠ ' Oۀ H H_$` H' H'4 0A@`w'H%`]H0w`]H+w`]H&w`]H!w`]Hw`]Hw`]HwG$? O, < #a_D_p\H4 @!"'G< @w_@XpmColorErrorXpmSuccessXpmOpenFailedXpmFileInvalidXpmNoMemoryXpmColorFailedInvalid XpmError@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/032misc.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -o misc.o misc.c -W0,-xp\$XAoAMiKmNGXMUwl.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKmNGXMUwl.;backend;raw;cd;DBG_GEN 5.2.7xpmatoui?n0p<xl=t9ui_return>hn@`i@\Dunsignedchar(XpmGetErrorStringUn0errcodeT|DintXpmLibraryVersionnnDXpmFreezn'ptryxDvoidunsigned long __posix_ttyname_r  0 0 __posix_getlogin_r 0 long lockf    ( truncateA   off64_t tellAw  w ssize_t pwrite   0  pread%   0  lseekA\  A  ftruncate   ( truncate   off_t tell   pwriteX   0  pread   0  lseek    lockf    ftruncate8   (8 (J attropen A S  ( openat    ( creat"   (" openb +  (b (t attropen k }  ( openat    ( creat L   ( L open U  mkstemp 0 mkstemp 0free ' __FILE 8__pad #  ftelloA g 8  fseeko g    fsetpos g  fgetpos # g FILE #tmpfile 2 ( P ( b freopen 2 Y k 2 ( ( fopen 2   ftello . fseeko f g    f fsetpos g o g fgetpos (  (   2 freopen 2 b  ( b k ( } fopen 2 t tmpfile 2  __posix_ctime_r0% 0tm$tm_sec#tm_min#tm_hour#tm_mday# tm_mon#tm_year#tm_wday#tm_yday#tm_isdst# %0__posix_asctime_r0   /var/tmp/libXpm-3.5.8/src/usr/include/sys/usr/include/isomisc.ctypes.hstdio_impl.hstdio_iso.htime_iso.h (4I|0 !!!!!!r   DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I.?  : ; @ ' D  .? < ' ID  I &I I: .? < ' D I !I/  :  I8 .? < ' ID 7I.? < ' ID o>xpmatouiBXpmGetErrorStringXpmLibraryVersionXpmFreeo>Aoff64_tssize_toff_t __FILE #FILE%tmmisc.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L75.L78.L81.L84.L87.L90.L93freeXpmFreeXpmLibraryVersionXpmGetErrorStringxpmatoui_GLOBAL_OFFSET_TABLE_   -<AF K0P@UPZ`_dl$~PX\t x          6666 Y6a6@6666666666@ @ q%-6U?J>V$%bI*ps{{i(@  ` !( !@ parse.o/ 1281123175 0 0 100644 36324 ` ELF+@@.shstrtab.text.rodata1.data.bss.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.data.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenamesСA@`wwwwwww_w_w_w_D$4H__@@H__@@H__ߐ@@H __א@@H?H'_@@$'Hv H`]@ @H H' 'G4 _$`_ H__ϐ@@H __ǐ@@H H' 'G4 _$`H=_ϐ@@H __ǐ@@H H' 'G4 _$`_@@$' H`]@ @H H' 'G4 _$`H ' ' ' ' '_@@$' H`]@ @H?H'_@@$'H?H' ,@w 'GH_@ _w_h?H'HGH`]_@ @H __@@H?H' ' 'HGH`]_@ @H __@@H?H' ' 'HcGH`]_@ @H __ߐ@@H?Ho' ' 'HBGH`]_@ @H __א@@H?HN' ' 'H!_ wH_$@$ h$  o,0#c`_DoOGOM_@G 'G OGHGH GHGH?H'_$ _$  'G<  A@`wow''wwߠ '#UUaU h?H' 0@w_h?H'_D$4H '_wHt_@? H _< @@?Hq' 4@_t _\ h _< @@?H\'۠ '_\ wH/_ H_ H_ w_\ ww_w _t`_wL H'_\ @'G_,`ˠ '_w_ w O _,` H H__\ ϐ@@'G H _< @@GH'_w 'à ' /_@@$'ӀHH- '`]w׀ H#_\ @Ӏh_\ Ӑ@@HHנ '_w_ w׀  OH5׀ H1ÀH$@ '@w_h _< @@?H'__ç,0t@_ǐ@@נ 'à / 'H5ÀH _< @@?H~'H`]@$@$ h?Hk'ۦ ,@@$@$ h?HZ'۠ '_@@$'ӀO^ÀH _< @@?H@'۠@ '@w__ç,0t@_w_h _< @@?H#'_ǐ@@Ϡ '_w_ 0w OH "_,d0 _,d1_@ "_,d1 '_wH? H _< @@?H' 4@_t _\ h _< @@?H'۠ '_\ wH/_ H_ H_ w_\ ww_w _t`_wL H'_\ @'G_,`ˠ '_w_ w O _,` H H__\ ϐ@@'G H _< @@GH~'_@ /_@@$'ӀH1O H`]@$@$ h?H['ۦ ,@@$@$ h?HJ'_@@$'ӀO@ '@w_h _< @@?H)'_ǐ@@__t`( /$ H_@Ϡ '_w_ 0w O__t` 'Gۡ< 㶰w''''w_w_ww H?4 t@H L@4#c h?H'L@,0@w_h?H'_wH뀤!H_@?H'ˠ "@ '뀤H`< _ߥ,p,p\L ,084084,05@ '뀤 O 'H__@ 'HM_ H_ H_ w_\ w_ _t`_L H'_\ @'G'G HG!HG,0@ H G,0@$ 4 _$`H_@?H' '_w_ w O ' OHf (@ '뀤HX_,p,p\L ,08408',0\@h-! @,0t@,0\@h 'G,0\@hG,0\@@G 'G!O_@?H"'< ,0\@_ߥ,,]L ,084084,05@ '뀤 O 'H_@ 'H_ H_ H_ w_\ w_ _t`_L H'_\ @'G'G HiG!He_ H_ H_ ww_w\ wo_o _wt`_oL H'_\ @'G'G H$G!H G,0\@hG,0\@G,0@ HG,0\@G,0@$ 4 _$`H 'kGk,0\@hGk,0\@@Gk 'kGk!O_@?Ho'H 'G,0\@hG,0\@@G 'G!O_@?HQ' '_w_ w OO ' O= 'G,0\@hG,0\@@G 'G!OH瀤$ h_@?H'˦ ,@瀤 Hz뀤 Hv 'Hm_@ 'H[ 'w瀤H/_ H_ H_ w_\ w_ _t`_L H'_\ @'G_,` '_w_ w瀤 O_נ@@w_\ h_@?H'_\ \ _$` '_w_ w O ' OH 'H_@ 'Hq 'w瀤H/_ H_ H_ w_\ w_ _t`_L H'_\ @'G_,` '_w_ w瀤 O '뀤H_,p,p\@@HH  '뀤 O뀤H_@?H*'_$` '_w_ w O ' OH 瀤 O OO__t` 'Gˡ< СA@`wwwwwנ 'ˠ '_@ @w_@@'G H_@GH'`]_@ @'HD`]_@ @'H6_@_@_@@'G H_@GH~'`]_@ @'H`]_@ @'OH `]_@ @'H4H0_ˠ 4,p,p@w_πh_@_ˡ< @@?H1'_w_˥,p,pw_ w_w_L `]  @ H_ w_L `]  @ O__$@'à$@$ 4@_t _\ h_@_t _$ _ˠ < @@?H'_\ _æ$$ 4@@_@_@_@@'G H_t _$ _ˠ < @@GH' @_t  '`]_@ @'Hr`]_@ @'Hd_\ Ǡ 4,0@@w_h_@_$`_ˠ < @@?Hz'__t`__\ ǧ,0t@Ǡ '_@_@@'G H_$`_ˠ < @@GHR'`]_@ @'H`]_@ @'OǀH_\ @_t _$`ˠ 'HOˀH _@_@wH H_@_$`__t` 'G< 㾠www 'Ǡ 'wwwww_瀤h _\ !h H's 'sGs'_@'G HGH'_ߦۨתӬϰ˲ǠÐ@@ss@s'G HGH'H_@@Ӏ H׀ H w@'G HH_Өw@@'G HӀ H ׀ Hw@HH_@@__w@@sIs'Ӏ H ׀ Hw@G HHaH_@@_瀤h _\ $hÀH__`0`(@'G HH<H_t 0_$ (_$`_$`_$`_$` __t`__t`_瀤hH __t`__t`__t`ǀH _$` _$`$_\` t` H*'_h_ס< @@_h_@_h_@_h_@_h_@G'G< XPMEXT#define_width_height_ncolors_chars_per_pixel XPMENDEXTsmg4gc@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03'.parse.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -o parse.o parse.c -W0,-xp\$XAoAMiKnNGXM03l.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKnNGXM03l.;backend;raw;cd;DBG_GEN 5.2.7charlong(xpmColorKeysL xpmParseValues_ndataVxwidthWpheightXhncolorsY`cppZXx_hotspot[Py_hotspot\Hhotspot]@extensions^ l` bufaw iw ptrw got_onew saw_widthw saw_heightw saw_ncolorsw saw_chars_per_pixelw Dintunsigned) __FILEN __pad #)FILEN file]# dataf#8 type# streamo# cptr# line# CommentLength# Comment# Bcmt# Ecmt# Bos# Eos# format#xpmDataxpmParseColorsndataxncolorstcppphcolorTablePtrh Rhashtable` keyX lT aP bL lenH curkeyD lastwaskey@ buf [w curbuf zo sptrfo so color_o colorTable_o defaultsfo ErrorStatuso D,0L string# symbolic# m_color# g4_color# g_color# c_color#(XpmColorL_voidq _xpmHashAtom name# datay#xpmHashAtom ; size# limit# used# atomTable#xpmHashTable ; z ParsePixels}nzdatauxwidthvtheightwpncolorsxlcppyh_colorTablez` Rhashtable{Xzpixels|Piptr~@iptr2~axy colidx{ c{ cidxochar1o fo cc1o cc2o fn fo fo sbufw slotw D,unsigned shortxpmParseExtensions%ndata"xextensions#pnextensions$hexts&Xext&Pnum'Lnlines(Ha(Dl(@notstart(notend(status)string*s*s2*spf* D$ name# nlines# linesf#XpmExtensionxpmParseDatandataximagepinfohwidth`height\ncolorsXcppTx_hotspotPy_hotspotLhotspotHextensionsDcolorTable_pixelindexhints_cmtcolors_cmtpixels_cmtcmtsErrorStatushashtable ;~ D  width# height# cpp# ncolors# colorTable_# data#XpmImageunsigned long8 valuemask# hints_cmt# colors_cmt# pixels_cmt# x_hotspot# y_hotspot#$ nextensions#( extensions#0XpmInfoxpmatouixpmParseHeaderxpmGetCmtAfxpmNextWord~xpmGetStringfxpmNextUIxpmNextStringxpmHashInterncyxpmHashSlotclxpmHashTableFreexpmHashTableInitxpmFreeColorTable<__posix_ttyname_r__posix_getlogin_rlockftruncate4off64_ttell4jqjssize_tpwrite|s|qpread||lseek4O4ftruncatetruncateoff_ttellqpwrite|K|pread||lseeklockfftruncate++=attropen4FopenatcreatopenUUgattropen^popenatcreat??openHsize_tstrlcatstrchr%.7strncpy%@strncmpstrlen   )strcmp j  2memsety yyq  memcpyy   mkstemp!%mkstemp!Lreallocy!|ymallocy!free!ycallocy!)ftello4"!)fseeko"]""]fsetpos"""ffgetpos"""tmpfile]""freopen]#J"#]#J#\fopen]##S#e)ftello##fseeko$"$fsetpos$E"$ ""fgetpos$$E$Ngetc$"$$$$]freopen]%#$$$%#%,%>%Gfopen]%%5%Ptmpfile]XpmFreeExtensions%%%__posix_ctime_r&!% tm$& tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst# &!&&__posix_asctime_r&&! /var/tmp/libXpm-3.5.8/src/usr/include/usr/include/iso../include/X11/usr/include/sysparse.cXpmI.hstdio_impl.hstdio_iso.hxpm.htypes.htime_iso.h (p!x( (L( llll]|+K7L   $$ 0$( $4A-0$85X~*, $ )$H@b !$ 8$ $( $4A-0$8H |  $($M 6  p $,B((H5y ~$(4),(du((,pAddq ~e((0A$ x ~ ((0A(@~ v ~~   ,|,z 48$) 490 (@,( }4($,(oA \,<,,00$ DD%$> II !I/ 4I?  : ;  .?  : ; @ ' ID I: ;  4I : ;   D D  :  I8 I:  : I !I/ :  : . : ;@ ' ID I: ; 4I : ; .?  : ;@ ' ID .? < ' ID I.? < ' D &I7I.? < ' ID .? < ' ID ':xpmColorKeysxpmParseValuesxpmParseColorsxpmParseExtensionsxpmParseData.': ParsePixelsR':)__FILENFILEoxpmDataLXpmColor_xpmHashAtomxpmHashAtom ;xpmHashTableXpmExtensionXpmImageXpmInfo4off64_t|ssize_toff_tsize_t&!tmparse.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L51.L106.L153.L171.L189.L207.L466ParsePixels.L1234xpmHashTableFreexpmHashTableInitxpmGetCmtxpmParseHeaderxpmParseDatastrncpyXpmFreeExtensionsreallocxpmGetStringxpmParseExtensions__ctypestrcmpxpmHashSlotmemsetfreestrlcatmemcpystrlenxpmHashInterngetcmallocxpmFreeColorTablecallocxpmParseColorsxpmNextStringstrchrxpmatouistrncmpxpmNextWordxpmNextUIxpmParseValuesxpmColorKeys_GLOBAL_OFFSET_TABLE_    .=BHNT Z0`Hf rP y'p %*29@NSZls X( 4$411110< @ X/11$.D10  /<0X \ t/0-D H `/1 /1LP h/1 / 1,44*`,)() ' & <) 0 3 3 % / % ( ) $ T) |  # # 0 L) d% x( ) $H,)()'(&T)l,0 ##H0h%|()$,8("!H,'P"!@*""l,''t""""""T,'\ "$,'\"44,( " ,  0 H/ d h / " ,  " ! !/!4!8 !P/!|! !/!""""p"t "" "(#"#@##"#,##$ ($$ $( $@/$\$` $x/$$"$%@,%\%% % %/%% &/&4"&"&"&"''2(@(l(+() ))*$+P)+l"+"+"+" ` h p x  6636266\ 26H26<26$26<-26526<+66X 6 6d 6h 6P 6p 6, 6p 6, 6p !6 B6( J6 S6D [6 d6D l6 u6P }6 6l 6d 6l 6d 6 6 6 6L 6 6, "6 *6, 36 ;6 D68 L6 U68 ]6 f6X n6 w6t 6 6t 6 6t 6 6t 6 6t 6 6L 6| 6h 6\ 6h 6\ 6t &6\ /6 76( @6 H6( f6 n6( w6, 6 6, 6 6 6 6@ 6 6@ 6 6@ 6 6@ 66@ 6/676(@6H6(Q6Y6b6j6s6{66|66|66|666$&6.6$764?6H64P666&6!6+26\+6&666666@+ p+-X-( .%.-.6.?2J2':VY-b^$p_`v:`^bdhH{@x{ ( x X p rgb.o/ 1281123176 0 0 100644 11220 ` ELF+&P@@.shstrtab.text.rodata1.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenamesA@`www_`]@@w_߀h H' '_w_ߐ@"@hGۀ$H`]ӨϪˠː@@@'G׀ HH^GӀ HGӀ HGπ HGπ H Gˀ HGˀ HHD@ @w_hHDw_w_L H_L @_, _ w_ w_L O _,`Gӡ,`@_$`Gϡ,`@_$`Gˡ,`@_$`__t`_ wG۠ 'ۢ_ߐ@"@hGۀ$O_@Gۀ H H'G'G'G< w'''' '_wGH%G_D HG_D H G_D H_\ HwG۠ '_w_Ϡ wGGOw_߰0w' '_wGH_\ @G '_w_ wGGOr%d %d %d %[^ ] @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03orgb.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -o rgb.o rgb.c -W0,-xp\$XAoAMiKoNGXMU_l.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKoNGXMU_l.;backend;raw;cd;DBG_GEN 5.2.7xpmReadRgbNames>nrgb_fname<xWrgbn=prgbf?`n@\items@Xred@Tgreen@Pblue@LlineA{nameAwrgbnameAws1Aws2AwrgbWBwD intcharB r# g# b# name# xpmRgbNameBlong ` ` __FILE __padh# FILE``xpmGetRgbName~nWrgbnyxrgbn_maxztred{pgreen|lblue}hi\rgbWPDxpmFreeRgbNamesnGWrgbnxrgbn_maxtiprgbWhD tolowernunsigned long__posix_ttyname_rn__posix_getlogin_rlockf4`4truncatew=` `off64_ttellwvoid `ssize_tpwritenpreadcnlseekwwftruncate`truncate` `off_ttellCCpwriteLnpreadnlseek lockf D`ftruncate v` v attropen    openat   unsignedcreat l ) 2 lopen  u  attropen    openat V  Vcreat  _ 2 open   nsize_tstrlen   mkstemp Fmkstemp mmalloc m nfree  mftellow  fseeko ( `` (fsetpos j  1`fgetpos   jtmpfile  freopen  'fopeng0ftellogfseeko ``fsetpos   jfgetposR fgetsR[sscanf %freopeny.7yfopenfclose tmpfile`__posix_ctime_rb! tm$# tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst# b#,__posix_asctime_r5>@ /var/tmp/libXpm-3.5.8/src/usr/include/usr/include/iso/usr/include/sysrgb.cXpmI.hstdio_impl.hstdio_iso.htypes.htime_iso.h < Ll80.- a "8 ,T~  ,A DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I :  I8 I: I  !I/  : I !I/.?  : ; @ ' D .? < ' ID I&I.? < ' D .? < ' ID 7I.? < ' ID `{xpmReadRgbNamesxpmGetRgbNamexpmFreeRgbNames{BxpmRgbName__FILEFILEwoff64_tssize_toff_t size_tbtmrgb.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L21.L39freexpmFreeRgbNamesxpmGetRgbNamefclosetolowerstrlenmallocsscanffgetsfopenxpmReadRgbNames_GLOBAL_OFFSET_TABLE_   ,;@EJxZhow~ $< @ L  |< 666666 66x665 666@ @%-6? J {VLbTIpl  !p@ #h% %H &  &8 scan.o/ 1281123177 0 0 100644 36480 ` ELF+@@.shstrtab.text.data.rodata1.rodata.bss.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.debug_varnames.strtab.symtab.rela.text.rela.data.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames.rela.debug_varnameswww_ H_$  HZ'_ '_\``,0w_ 'ӀH_\ _hHߠ '_w_נ wӀ OӀH*_  H_ `, $`_\``,0@w_׀h H'__t`__\ ӧ,0t@_ ` $`_$` 'G< 0www_h_ H  _$`_\ t  _$` _$`H_$  'G< СA@`wwwwwww ' ' 'ww!' 'à '_h _D '_D 'H _瀤h_D '_D '_׀h_\ h_\ !h_ ,'H ' H?4 t@H L@4#c h?H!'L@4 @w_h?H'#c h?H',0@w_h?H'_瀤h_`]@@ V'G HGH'_hh_D`0D`( H_D`D` H_`]@@ 0'HD_D H5_D 0 H_@@'H"_D 0 H_@@ۖ'H_D 0 H _@@'H _@@'G HGHy'#UUaU h?Hp'Ð 0@w_h?Hc' ' \'H,`,`$,`$' 'OH'ǀH__א@@^'G HGH1'____א@@@#s'G HGH'_$`_$`_$`_$` __t`__t`_@ H'_h_@_h_@_h_á< @@G'Gӡ< A@`ww'w '? H?H' 4@w__t`_w_׀h?H'Ӂt`\L \$@'`]\ L@_,`_נ wנ 'H'ˠ$@t \t`\L \$@'`]\ L@_,`Ϡ '_w_נ w O _,`_瀤hV_\ ! @h_\ !hJ_ #|HC_w_\ ! @h _\`p`,0,0wH_\`p`,0\w 'ǀ H#_ǡ,0\@w_׀h_@_ǡ,0t@_ǡ,0\@h?H'Ǡ 'ǀ OH`]@_t (_\ (h?H' 'G< ~A@` Gwww'w''_wϠ ' w ow gw c' Ww S'_πh _\ h_\ wH _@@@@w_πh _\ h_\ PwHwۀH _ 0w$ '_ߠ w#ch׀? H?H',0@ w _h?H'ˠ ' '_ w _ w 뀤Hנ 4@ Gw G_ _t` G_ ww w_h  _@?Hv' t`\L \$@ '`]\ L@ w_,` w_  ww  ' ׀H?  $@t \t`\L \$@ '`]\ L@ w_,`   ' w_ Gw w_  ww ׀ O w_,`_\ _t`   '  3'   ' _ 7w _ 0 w _ ?w _  w_ Gw_ߠ w 뀤 O0__ _< @@_h _\ P @@ '_πh_\ ! @h_\ p ow_ h c'_\ 0 Ww_ S'H_πh_\ !h_\ p gw_ h c'_\ 0 Ww_ S' '_ w _ w 뀤HJ O' cH K' '  cH7  SH  K'H W_  K$@4,0\ _\ hH   '  c O  cHa _ ?w g_h g_ ,0\@ 7wH o_ ,p,p 7w  O'  G' G H- 7_ G,0\@ ww w_h w_@ ?_ G,0t@ G  G' G O OGHd w GH  G _`` ` @@ w _h  _@ _t (H O`] _`` ` @@ O@ _t ( _\ (h _@  G@@?H:'   ' _ ?w _ 0 w _ Gw _  w 뀤 O _@  G@@ 'Gˡ< 㾰A@`w_w''w_\ w_\ w_D ('G,0`]\@w_D 0'_D '_D  H?H '_D`0D`( H_D ' 'H 'H__D`,4 LD`4 D`4`t<`4 L4wנwwG< 'G$ 'G H_L _,`_נ w_Ϡ wG$ 'G O_D  H_D H_@@G4 @G4 t@L$@'G<`< L `< < wGGH__ @w___ǐ@H?H~' '_w_Ǡ w O ' OsHe_D Hwo_D 'G< '_D ,' 'H 'HwwoG'G$ 'G Hr__D`,4 LD`4 D`4`t<`4 L4_o@wנwwG'{G{$ '{G{ H_L _,`_נ w_Ϡ wG{$ '{G{ O_D  H_D H_@@G4 @G4 t@L$@'_,0G<`< L `< < w_oG4 L@4woG$ 'G OGGH__ @w___ǐ@>H?H' '_wg_Ǡ w Od ' OUH_D H 'H 'H__D`,4 LD`04 L4 4wנwwG < 'G$ 'G H_L _,`_נ w_Ϡ wG$ 'G O_D  H_@@w ' '_,0G @wG$ 'G OG H H_40wH_ wGGH__ @w___ǐ@H?H' '_w_Ǡ w O ' OuH H' 'G< A@`ww''w_\ w_\ w_D ('G,0`]\@w_D  HT 'HK 'H<__D ,4 L@á, @4w_ `,0 `,0 `,0 `wG H__ @w___ǐ@"H?Hk'à '_w_Ǡ w O ' OHR 'HK 'H<__D ,4 L@á, @4w_ ` `,0 `,0 `,0wG H__ @w___ǐ@ДH?H'à '_w_Ǡ w O ' O 'G< A@`ww''w_\ w_\ w_D ('G,0`]\@w_D  HO 'HF 'H7__D ,4 L@á, @4w_ `,  `< wG H__ @w___ǐ@YH?Hf'à '_w_Ǡ w O ' OHM 'HF 'H7__D ,4 L@á, @4w_ ` `, < wG H__ @w___ǐ@ H?H'à '_w_Ǡ w O ' O 'G< A@`ww''w_\ w_\ w_D ('G,0`]\@w 'H> 'H/__D ,4 L@ˠ@4 wG H__ @w___א@H?H'ˠ '_w_נ w OǠ ' O 'G< w''ww_\ w_\ w_D '_D ,'_D HS 'HJ 'H;G4 @'G4 L@G< 4 @'G '_GL@ G<@ @ 'Gw____ϐ@H?Hj'ˠ '_w_Ϡ w OǠ ' OHQ 'HJ 'H;G4 @'G4 L@G< 4 @'G '_GL@ G,@ @ 'Gw____ϐ@H?H'ˠ '_w_Ϡ w OǠ ' O 'Gۡ< wwwwwww ' '_׀h _\ h_ '_ '_h __Ǩ@@_瀤h __@@_____א@@@'_ǀh_\``@_h_\``@G'Gӡ< None#%04X%04X%04X .XoO+@#$%&*=-;:>,<1234567890qwertyuipasdfghjklzxcvbnmMNBVCZASDFGHJKLPIUYTREWQ!~^/()_`'][{}|????@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/031kscan.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -o scan.o scan.c -W0,-xp\$XAoAMiKoNGXMEFm.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKoNGXMEFm.;backend;raw;cd;DBG_GEN 5.2.7charprintable9 storePixelnoopixel~x9pmappindex_returnhi`pXncolorsTDintunsigned longvPixelunsigned & pixels# pixelindex# size# ncolors# mask_pixel# PixelsMap&storeMaskPixelnopixelx9pmappindex_returnhD XpmCreateXpmImageFromImageno/Mdisplayx imagep shapeimageh xpmimage`attributesXcppPpmap&colorTable nErrorStatusowidthheightcppmcD, _XDisplay/Display;XPointer/_XExtData  numbero# next# free_private# private_dataV#rorXExtData vVisualID8 ext_data # visualid)# classo# red_maskv# green_maskv# blue_maskv#( bits_per_rgbo#0 map_entrieso#4<_XImage widtho# heighto# xoffseto# formato# data# byte_ordero# bitmap_unito# bitmap_bit_ordero# bitmap_pado#$ deptho#( bytes_per_lineo#, bits_per_pixelo#0 red_maskv#8 green_maskv#@ blue_maskv#H obdataV#P f #Xiooooo v Too %o oov ] oo longo   funcs0 create_image# destroy_image # get_pixel T# put_pixel # sub_image # add_pixel #(XImage 0 [ string# symbolic# m_color# g4_color# g_color# c_color#( XpmColor [  width# height# cpp# ncolors# colorTable n# data# wXpmImage  !((0t02)HE@v  4n>  ((H82)4 ")! 4m>    (( <4w>  (( <4w>   ( ((<(4z>  ((<(4z>   (((84{>  (( 0<<z>  (( 0<<z>  08   ! DD%$> I4I : ;  . : ; @ ' ID I: ;  D D I:   I8 I .?  : ; @ ' ID  <  : ' ID I : . : ;@ ' ID I: ; 4I : ;  I !I/&II!I!I/ .?  : ;@ ' ID .? < ' D .? < ' ID  I !.? < ' ID "7I#.? < ' ID a1wXpmCreateXpmImageFromImage XpmCreateXpmImageFromPixmap1wstorePixelBstoreMaskPixelScanTransparentColor)ScanOtherColorsGetImagePixels.GetImagePixels32GetImagePixels16GetImagePixels8GetImagePixels1`1wPixel&PixelsMap;DisplayVXPointerr_XExtData XExtData)VisualID< funcs_XImage XImage [XpmColor w XpmImage Visual *Colormap = ~XpmColorSymbol XpmExtension  XpmAllocColorFunccXpmFreeColorsFuncXpmAttributesfxpmRgbNameXColor storeFuncPtr!Pixmap$off64_t$ssize_t&Aoff_t+@__FILE,PFILE0^tmZ1wprintableGlow_bits_tablelow_bits_tablescan.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodatastorePixelstoreMaskPixelGetImagePixels1GetImagePixels8GetImagePixels16GetImagePixels32GetImagePixelsScanTransparentColorScanOtherColors.L594.L880xpmCreateImageFromPixmapXpmCreateXpmImageFromPixmapxpm_znormalizeimagebitsxpm_xynormalizeimagebits$XAoAMiKoNGXMEFm.low_bits_tablexpmFreeRgbNamessprintfxpmGetRgbNamexpmReadRgbNamesXQueryColorsXDefaultScreenXDefaultColormapstrdupxpmFreeColorTablefreemalloccallocXpmCreateXpmImageFromImagerealloc$XAoAMiKoNGXMEFm.printable_GLOBAL_OFFSET_TABLE_   -<GV*8f(v%"H ` T -Hx %>^nv+<(**(&|%  \ ` &x$$$# (* ,* t% ) ) \) `) "   (" * * t  !<%%P$)) h)l) HxX"0h" "$@$$h*l* l8 "P*"T*"" %*%*%% (*(*(( -.$.P' 66)666U6]6\'666 6 `6 6 X6 6 6 6 >6 F646666T66T 666#6,646V6^6g68o6x68666T66T66T6D6 6(61696e666`6"y66"66"66"6666D6"HL6%T6%6(d6(6* 6*86- 6 6.6(6G'66 76 6`}6"H6% 6(86*8y66666@P .0P0Xx 0(1-161U?6-J6-1wVgblRpn7mnolrfrtAtxh X ` x%;07070100056451000041ed0000000000000000000000024c5c63af000000000000010000010036ffffffffffffffff0000001d00000000root/usr/local/lib/pkgconfig07070100056452000081a40000000000000000000000014c5c636f000000eb0000010000010036ffffffffffffffff0000002400000000root/usr/local/lib/pkgconfig/xpm.pcprefix=/usr/local exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include Name: Xpm Description: X Pixmap Library Version: 3.5.8 Requires: x11 Requires.private: x11 Cflags: -I${includedir} Libs: -L${libdir} -lXpm 0707010005644f000081ed0000000000000000000000014c5c636e000004360000010000010036ffffffffffffffff0000001d00000000root/usr/local/lib/libXpm.la# libXpm.la - a libtool library file # Generated by libtool (GNU libtool) 2.2.10 # # Please DO NOT delete this file! # It is necessary for linking the library. # The name that we can dlopen(3). dlname='libXpm.so.4' # Names of this library. library_names='libXpm.so.4.11.0 libXpm.so.4 libXpm.so' # The name of the static archive. old_library='libXpm.a' # Linker flags that can not go in dependency_libs. inherited_linker_flags='' # Libraries that this one depends upon. dependency_libs=' -L/usr/local/lib /usr/local/lib/libX11.la /usr/local/lib/libxcb.la /usr/local/lib/libXau.la /usr/local/lib/libXdmcp.la -lnsl -lsocket /usr/local/lib/libintl.la -lc' # Names of additional weak libraries provided by this library weak_library_names='' # Version information for libXpm. current=15 age=11 revision=0 # Is this an already installed library? installed=yes # Should we warn about portability when linking against -modules? shouldnotlink=no # Files to dlopen/dlpreopen dlopen='' dlpreopen='' # Directory that this library needs to be installed in: libdir='/usr/local/lib' 07070100056450000081ed0000000000000000000000014c5c636e000645a00000010000010036ffffffffffffffff0000002400000000root/usr/local/lib/libXpm.so.4.11.0ELF+@=@8@ ````  !"#$&'()+,./123589:;<=>?@BCFGHJKLMNOPQRTUVWZ[\]^befgjlmnopstuxz{} %*-0467ADEISXY_`acdhikqrvwy|~P  7=GOjVp `6 rPd& 2 8JEMZfxv 0OOxp8l (/77LHPW^h\kp3p=i0xkH6H(/IP^mvR  9pT  4p!0x=#XL# $^jov xo($uq $R29AghX(ecx}rpHv `CpSpx &ePh?Ulx8 x$+ ; Q`  #` `s-nFRY bjr}0ljX!xpmParseHeaderxpmHashIntern$XAoAMiKjNGXM0bl._himaskfreadxpmGetCmtstrncpy$XAoAMiKoNGXM0Dm.printableXpmCreateXpmImageFromImagexpmNextUIXQueryColorsXGetGeometryXpmCreatePixmapFromXpmImageXpmAttributesSizestrrchrungetcXpmWriteFileFromXpmImagememcpyxpmHashTableInitxpmSetInfoMaskxpmNextWord_initxpmParseDatasprintfXCreateImageXpmCreateXpmImageFromBuffer_lib_versionXPutImagexpmDataTypesXpmCreateImageFromXpmImage__iob__ctypexpmReadRgbNamesXpmCreateBufferFromPixmapXpmFreeXpmImagecallocXUngrabServerxpmParseDataAndCreateexeclpstrncmpxpmSetAttributesreallocstrcmpfwritexpmGetStringfreexpmFreeColorTablefprintfdup2XpmCreateBufferFromXpmImageXCreatePixmap___errnofopenXpmCreateXpmImageFromDatafstat_exitfdopenmemsetXpmCreatePixmapFromBufferxpmInitAttributesperror_PROCEDURE_LINKAGE_TABLE_mallocXDefaultDepthXpmCreatePixmapFromDataXpmWriteFileFromDataXDefaultVisualXCreateGCXpmCreateDataFromXpmImageXAllocColor_end$XAoAMiKjNGXM0bl._lomaskXDefaultScreenXpmFreeAttributes_finiXpmFreeExtensionsXpmCreateXpmImageFromPixmapxpmParseValuesXpmLibraryVersionXParseColorfork_edataXDefaultColormapxpm_xynormalizeimagebitsfclose$XAoAMiKoNGXM0Dm.low_bits_tableXpmWriteFileFromPixmapstrcpyxpmInitXpmImagexpmNextStringXpmReadFileToDataXpmFreeXpmInfoxpmGetRgbNamesscanfXFreeGCXpmCreateImageFromDataxpmColorKeysXpmCreateDataFromPixmapxpmSetInfoxpmInitXpmInfofgetsXpmReadFileToImagesnprintf_GLOBAL_OFFSET_TABLE_strchrxpmParseExtensionsxpmHashSlotxpmHashTableFreexpmFreeRgbNamesXGetImageqsortXpmCreateImageFromBufferXpmWriteFileFromImageXpmWriteFileFromBufferXpmReadFileToXpmImage$XAoAMiKjNGXM0bl._reverse_byteXFreeColorsxpmPipeThroughxpmParseColorsXpmCreateBufferFromImagewaitpidstrdupXpmCreateDataFromImageXpmFree_etextXpmReadFileToBufferxpmCreatePixmapFromImageXGrabServerstrlenxpmatouistrlcattolowerstrcasecmpxpm_znormalizeimagebitsXpmReadFileToPixmapabs_DYNAMICpipexpmCreateImageFromPixmapXpmGetErrorStringlibc.so.1SUNW_1.19libX11.so.6libxcb.so.1libXau.so.6libXdmcp.so.6libnsl.so.1libsocket.so.1libintl.so.8libXpm.so.4/usr/local/libyhpx 08@HPXhp (08@HP(XP`XhhppxxH (0ݨ8h@(HPX`hp x( 0HPX`hxTU ``(PGhu8XU0@H08@HPX`hpx(08@HPX@h@px>-.K b@1`"Wf) @`yD#|Xc ;@`%([ n q@`_2C^4 6@T`8ltP 0@&`<7z3* w@e`+5h/ r@O`Ep$  @H`BRv?S @`Mxk i@9`Yjo '@ `,d] @{` \mw'w#c h?H3',0@Z w_׀h_t ?H%' '_wH__t`ˠ '_w_Ϡ w_w_ 0w O__t` 'G<  w'_h= '_wH- '_\ w뀤 H_\ h_\ @Y '_w_נ w뀤 O '_w_ߠ w O_\ @Y_@Y w'_h3 '_wGH( '_w_\ h_\ @YrG '_w_נ wG뀤 OG '_w_ߠ 0wGGO_@YV w'_hZG HV '_wG4 HI_\ h_\ @Y0_ ' '_\ w瀤H_׀h _\ h_\ @Y '_w_נ w瀤 O_\ h_\ @Y '_w_ߠ wG4  O_@X@ 'G< @w_h#_t 0_$ 8_t p_$ h_t x_t _t _\ $h_t `_$ X_\ !@@h_t _$ 0www_\ ! @h_\ _t`p_ _$`h_$ _t HE_\ !h@_\`` _ p@b'G〤 H_\` >t`_\ "h _\ 0@Xo_t 0_$ 8_$ hH_ _$`h_\ _t`x_\ _t`_\ _t`_$ _t _t _t _t _\ $h_\ 0_t``_ (_$`X_t 0_$ (_\ h_\` t`_ _$`$_ $_$`(_\` t`_ _$`,_\` t`_ _$`_ _$` @w_\ "h_ 8H _\ 0@W_t 0_$ 8_\ ! @h_\`p`h< @W_t p_$ hHD_\ !h?_\ ph _\`p`h_t p_$ h_\ xh_\ x@Wʐ_t x_\ h_\ @W_t _\ h_\ @W_t _\ 0h _\ 0@W_t 0_$ 8_\ $h_ XH _\```X< @W_t `_$ X_\ !@@h_D H _\ @W_t _$ _t wwwww_h_t ___ߪ_א@@@Ws'sGs HGsH!'_׀hw_א@@Wj_w@@Wk'sH _@@Wb's@WfGs'Gӡ< СA@V`Twwww 'Ӡ 'w_t _瀤h _\ !h H' 'G'_瀤h_\ $h _ (H H' 'G'׀H _\`0`(@_'ۀH_@5'ˢ`]@@W'Ӣ@ˠ@ 'H ӀHˀH?Hu'@Vw_h?Hj'_ߐ@@VۀH_\ h_$4`]_\ @@Vޖ2 @'`]_``` `@@V'_瀤h_\ hϦߦ $` ]_` `$@@V2 '׀HϤߢ`(]@@V2 'Ϥߢ`0]@@V2 'Ϡ@'πH?H'_@@Vw_h?H'_w_@ߐ@@VgϠ@'ۀH_\ h_$4`]_\ @@VR2 @'_\`` `@@'G߀ HGH'_`?4 `tH,_``L ' H"_ ?4 t@H_ L@ ' H @'H?Hd'_@@Vw_h?HW'_wۀH_\ h_$4`]_\ @@Uז2 @'_$_```\`\`@@s@-s׀H_$_\`0`(@@<_@`8]@@U__t` H '_h_@UNG'G< A@T`wwwww''`@]ӂ$` @O, "/Ӡ 'ۀH_ww_Ӡ$@ $h?H'_\ w_ w_w__א@@U[_נ@w 'ˀ H8_\ w_h%_Ӡ% $`H]ˠ$ 4,0c]\@_@@U#: w_Ӡ$@$h?Hz'ˠ '_w_ wˀ O_Ӡ$@ $ h?Hc'_`0]@@T_ Ӡ$@'_ Ǡ ?H_ Ǧ@_ H _ Ǣ@_ $@4$h?H8'_\ _ Ǡ@4@TӒw_h?H&'_Ǡ@$__ @Ӑ@@T_Ǡ@$__t`Ϡ '_w_ߠ 0wۀ O9 'Gӡ< A@S`ww'w'''_w_w_w߀ HHߠ$ ' 'HT "_,`_ w '〤H+__$@$hH___ ,p,p\ې@@T]_۠@w '_w_Ϡ w〤 O__$@$ hHW_`0]@@T#_ w ' O "_,`_ w '〤H+__$@$hH-___ ,p,p\ې@@T _۠@w '_w_Ϡ w〤 O "_,`_ w_ __$@%  w' ' H HL' 'H;_\ @SԐ < @'_ ' '_\ w〤H_\ @S < @' '_w_נ w〤 O '_w_ w O߀?H H'ߠ '4 A@R`\ww'ww'_w 'ۀHM__$@$`P]_\ @@SO: @w_ 'Ϡ '_\ wπH!__$@$`X]_\ @@S0: @wӠ '_w_Ǡ wπ Oנ '_w_ߠ wۀ O_``]_$@$$ @@S_ __$@ % @w '_\ h G_\ @S @'_\ h G_\ @R @'_\ h G_\ @R @'G'G< wwwwwww ' '_׀h _\ h_ '_ '_瀤h __Ǩ@@R_߀h __ߤ@@R_____א@@@R'_ǀh_\``@_h_\``@G'Gӡ< wwwww_h_t ___ߪ_א@@@R'sGs HGsH!'_׀hw_א@@R _w@@R['sH _@@RR's@RGs'Gӡ< 㺰A@PbԮwowwwwנ ' ' '_t _瀤h_\ $h _ (H H' 'G'H _\`0`(@@)_  '_ H#c h?H',0'#c h?H' @Qw_׀h?H'w_`h]_``` `@@Q: w_瀤h_\ h_`p]_` `$@Qu: wH _`x]@@Qo_ w_ߠ$@ '@Q_t _\ h?H'@'_\ ߐ@@QP_צ _\`` `@@1'G߀ HGH'_``L '_ H_ H?H'_ @4#c h?H'_ @4,0'_ ?4 t@H _ L@ ?H?H'_ L@'@ ? H?H'@'@Pw_πh?H'_ @@'_,0@t`_ ' '_w_wH5_ǀh1_h-_\ _\ @@P_\ _\ @PŐ@ _t` '_ww_Ǡ w_w_ wH _ǀh_o__ @4,0,0u_,$_```\`\`@@@sH_-0_ ,$ $$ _\`0`(@@@__t` '_׀h! 'H_,0\@h_,0\@@O ' O_@OG'G< A@Ncwwww''ߠ '〤H_w߀$ h?H'_\ w_ w_w_ߐ@@Pߠ@w_Ǡ۠$@$ h?Hn'۠ 'Ӏ H8_\ w_h%_Ǡ۠% $`]Ӡ$ 4,0c]\@_@@O: w_Ǡ۠$@$h?H>'Ӡ '_w_ wӀ O_Ǡ۠$@ '@OQw_ǀh?H"'_Ϡ@$_Ǡې@@O_t נ '_w_ 0w_w_ w〤 Os 'Gۡ< w''''w_w뀤 HH$ 'L@ 'H瀤HH 'ÀHR_\ wϠ 'H,__\ $@$hHs___ ,p,p\@@O1_@wˠ '_w_ߠ w O _,`HHK_\@tǠ '_w_ wÀ O_\ wϠ 'H,__\ $@$hH#___ ,p,p\@@N_@wˠ '_w_ߠ w O _,`w'wwߠ 'Ϡ 'ˠ 'HA_  @'_\ @N < @'_ 'Ӡ '_\ wӀH_\ @N < @'נ '_w_ wӀ O۠ '_w_ w OϠ _$`ˠ _$`A@Lcww''w''_\@t_ w 'Ӡ '〤Hg_\ `]_\ @@N*Ӡ '߀H _\ _\ @N4@ _t`_ w_ 'Ϡ '_\ wπH+_\ _\ @@MӠ '߀H _\ _\ @N @ _t`_ wנ '_w_Ǡ wπ O۠ '_w_ w〤 O_\ `]@@M’wwwwwww ' '_׀h _\ h_ '_ '_瀤h __Ǩ@@M_߀h __ߤ@@M_____א@@@M'_ǀh_\``@_h_\``@G'Gӡ< 㺀wwwwwנ@Mw@M_7@@u_׀h_@Mw_א@@M_7__߬w_א@@@Ms'sH_7__߬_א@@@Ms's_׀hGs H _פw@@Mw@M@LGs'Gӡ< www_@M?_@MD_@@__@@Mh'G'G< @ww _$`__t`_$ 㺀wwwwwנ@Mw@M _7@@u_׀h_@Mw_א@@M _7__߬w_א@@@Ms'sH_7__߬_א@@@Ls's_׀hGs H _פw@@Lw@L@L[Gs'Gӡ< www_@L_@L_@@__@@LД'G'G< 0ww_$ __t`_\ _t`_$ _$ w_t$(__td  _,d1 _,d0_$$4wwwww_ H_ H__Ǫ__נӐ@@@ss@Ls___ _ ?@  s @Lzs_t wwwwww_߀h_t _׀h_t _߀hHww_׀hHww_____ϐ@@@LJ'G HGH0'_߀h_h____ߐ@@L9_\``@_׀h_h____א@@L#_\``@G'Gˡ< wwwwww_߀h_t _׀h_t _߀hHww_׀hHww_____ϐ@@@K'G HGH7'G HGH0'_߀h_h____ߐ@@K–_\``@_׀h_h____א@@K_\``@G'Gˡ< 㾀wwww___D`4 D`4 D`(4 @@K_t  wgwo__\ W@ @Kw__\ __D`4 D`4 @@   s ss@Ks__א@@K@w_$ _t _t @w_\ h _\`` < @JV_\ h_\ @JE_t @w_h _t _t _t _t 0_$ (@w_h?_\ !h#_\ h_\ @J_t _\ h_\ @J_t _\ h_\ @I_t _\ $h_ (H _\`0`(< @I_t 0_$ (_t @ww_t _\ !h_\`!t`_\ $h_\`$t`@ww_t _\ !h_\! !@t_\ x_t`_\ _t`_\ _t`_\ $h_\`$t`_\ `_t`0_ X_$`(_\ h_\` t`_ $_$` _ (_$`$㾐A@Hatw?ww_t _@Jz 'G瀤 H?HS'GO@@JuHG@Jw?HE'G`]@@JuwG_GhG@Je?H3'_ww_נ @I,w_πh_G@Jd?H"'___G@ @Ja'_G@JUG_׀h_@I?H ' __,@__t` 'G< ww%w_h_t _Ǡ@@J4'G HGH'_Ǡ@@IU'@I @IG'G< 㺀wwwwwנ@IOw@IT_7@@]'sGs HGsHI'_׀h_@IHw_א@@IK_7__߬w_א@@@IDs'sH_7__߬_א@@@I3s's_׀hGs H _פw@@I+w@I07@@HGs'Gӡ< www_@H_@H_@@'G HGH'__@@I'@G'G< 'wwwߠ ' '_L wH ' '@Ig HHw@Ih'G HHG HDG,0D@@I'G,pD@IX@ HH0G,0D@@IGG@@IH HH G@I@I6'G HHG H__@@@I4_@I9H@I= @I; G,0D@@HGː@@I7 H@I:B HGː@@I( H@I+B OGˠ HG!?#@H Gˠ H Gˡ<  HHG,0D@_ߐ@@Hw_πhHG@H_HwעG,0D@@HG,0D@@Hw_װA@Fa$www_h b]_t` _$`H_@HZ 'wG瀤 H _@HȒ .wHH_@Gw_נ @G%w_πh?H'__@@G``]w__ע@_ߐ@@GU_ϐ@H) 'G瀤 H`]w__ע@_ߐ@@GA_ϐ@H 'G瀤 H_@F?Hh'_@F_߀h"_`]@@H|H _$`G`]`]`]@@Ho_t H2_߀h"_`]@@HXH _$`G`]`]`]@@HK_t H _$`G`]@@G͒_t _\ hG@G?H'_$  'G< @A@Eaww_\ b]h_\ @Gwwwwww_߀h_t _׀h_t _߀hHww_׀hHww_____ϐ@@@Gޘ'G HGH0'_߀h_h____ߐ@@G_\``@_׀h_h____א@@F_\``@G'Gˡ<  A@Dcwww_`]@@Gw_׀h?H'_@F:'_G_א@ @G'_@GG瀤 H?H' 'G< ww%w_Ǡ@@Gl'G HGH'_Ǡ@@Ge'@Eɐ@FVG'G< wwwww___ߪ_א@@@E'sGs HGsH!'_׀hw_א@@E_w@@G''sH _@@G's@EGs'Gӡ< СA@D`Įwwww`]$` @O,_@@'G HGH'_hn_@F /w_h_wH_ w_@Fݒ .h%_@$@E[ /ww_@Fʒ .w_h __,`_w_@F .w_o_@F -h+_h _@$@E, /w_w_@F -w_h __,`_w_@F -w_oH`]wG H ____@@'@G'G< A@Cawwwww_߀h _\ !h H'ˠ 'G'_߀h_\ $h _ (H H'Ǡ 'G'_`]_@@F2׀H_\ h _`]_\ @@F_a]_``` `@@F_߀h_\ h_a]_` `$@EӀH _a]@@E_a]@@E׀H_\ h _`]_\ @@EՔ__\`` @K׀H_\ h _`]_\ @@E__```\`\`@@'Gπ HGH'ӀH __\`0`(@J_a ]@@E 'Gۡ< A@Bbdwww' '뀤HT_w_\ w_Ϡ w_w_a(]_@@Ea '〤 H'_\ w_׀h_a0]$ 4,0c]\@_א@@EB '_w_Ϡ w〤 O_a]@@E/ '_w_ 0w뀤 OA@B`ww'''ww$ '뀤 H?4 끀t@ H?H'L@ 4@Cw_w_h?H'Ӡ "_,`_ w 'HC_wǠ 'H ___ ,p,p\@@CD_@w '_w_ߠ w O "_,`_Ǡ wǠ _,`_a8]_@@D ' O_wǠ 'H ___ ,p,p\@@C_@w '_w_ߠ w O "_,`_Ǡ wǠ _,`_a@]_@@D`_@B 'Gӡ< A@Aawww' '뀤H=_aH]_\ @@D6_ 'ߠ '_\ w߀H_aP]_\ @@D '_w_נ w߀ O '_w_ w뀤 O_aX]@@C A@A`,www_h b] _t` _$`Hr_#@C!'Gۀ H?Hg'_@BWw_߀ h"a`]__ߠ$ @@CHGah]ap]@@Cy_t  _$`H5_߀ h%ax]__ߠ$ @@C\HGa]a]ap]@@CR_t  _$`HGap]@@BԒ_t  _$`_\ h?H' 'G< @A@@aܮww_\ b] h_\ @Bwwwwwww ' '_׀h _\ h_ '_ '_瀤h __Ǩ@@A_߀h __ߤ@@A_____א@@@C '_ǀh_\``@_h_\``@G'Gӡ< @wHH  H' H' H'_D 4 O OO H '_D  O OOG<  ww_w_w_\ _\ $@'G< wwwww_瀤h____ߐ@@BH?H'___ߐ@@B'Gπ@ 'G'Gӡ< 㾐A@?awGwwwwww_w_w_w_wG'_w_w_h_\ !@h _ ww_ww_wH _ w_ w_ ww_h _\ !@h_D 'oH 'o 'sG @@wg 'cGHNGc_g,p$_ _Gc,0@ $< @B"_ _Gc,0@ $< @B_ _Gc,0@ $< @B ,`@_`` ` _Gc,0@`` ` $< @A< _gGc,0@t`Gc 'cGcGO_gGa]@ @A 'c_gGc,0D@'__G_,0@ _ _$@h_G_,0@ _ _@h_G_,0@ _ _$@h_G_,0@ _ _@h_G_,0@ _ _w$@h_G_,0@ _ _w@hGoHL____G_,0@_@@H)Gs H_@A_g@?t_G_,0\@_t` _t`_wW_W 'SS _W$`_G_,0\@_S,0t@ H'Gc 'cGcGHHg_gGc,0D@'_HGs H_@AG_g@?<_G_,0\@_t` _t` H'_G_,0@ _ _$@h>_G_,0@ _ _@h2_G_,0@ _ _$@h&_G_,0@ _ _@h_G_,0@ _ _w$@h_G_,0@ _ _w@oVGs H_@@_g@>ސGc HGcGH HC'_____@@H_\ _t` _t`_wW_W 'SS _W$`_\ _S,0t@ H'Gs H_@@___G@@@Gs 'sGs OP 'G< 0A@=a̮w?wwww'w_w_w_w_w_w_w_w_wG'_w_ww_a]@@@}H____ߪ__w@@ŀ'[G[ H H{'sG[ HJ_hC_\ !@h_ H_\ !@h2_ H _ H_ H#__________G_w/_ww@@sssss_/s_rsH2's H/'s_wO_O 'KK _O$`___K,0t@___t` _t`_wO_O 'KK _O$`___K,0t@H _t _t _$` 'sGs< PA@<bwwww'ww_w_w_w_w_wwwO 'Cw' '#_h_\ @h _\ @w_ H'H '_h _\ h_\ wH _@?@@@?w_h _\ h_\ wH _@?@@@?w_h _\ !@h_D '_H_J'__h _\ !@h_\ wwHa]ww_h _\ !@h_\ woHwo_hH_\ !@h_ H_\ !@h7_ H _ H_ H(_D 4'## @=w' '#H_',0u '# O___'#< @@>H '3H '3H '3H '3H_$  O, 4#c_D 'cc〤Hwg '[_wGH_G\ w7 '_wOHy_O\ h_7h _O\ _7@@>/HHe_O\ hS_O\ hNG3'_GG,0\@h G$ '_GG,0\@oG HG3 'G H_GG,0\@hG 'G H _GG,0\@oG H_GG,0\@h_O\ _GG,0\@@>aHH '_Ow_O wO OH_O\ h _O\ h_O\ wgH '[G[H_gh;____gc_______w_w_'w#< '_ww_ow@@sssss_s_s_sGs_s_]sH '[H 'C_'G[HT HP_G,0\@h>____G,0\@c_______w_w_'w#< '_wwo_ow_@@sssss_s_s_sGs_os__sH '[H 'C$ 'G[H O_ 'G[HT HP_G,0\@h>____G,0\@c_______w_w_'w#< '_wwo_ow_@@sssss_s_s_sGs_os__sH '[H 'C 'G[H  OG[H _'h_'@;?HQ'H/_O\ _t`_O\ h_O\ a]@@=&H _t c_$`H _t`_w_ ' _$`_\ _,0t@c 'c_w_ 0w_w_נ w_w_Ϡ wc〤 O_'h_'@:̐GC'G< t www'w___G@@<'Gӡ< 㾀A@9b,w_wwwwwww!<'wwwww 's 'o_瀤h_t _߀h_t _׀h _\ h_\ wH _@<@@@<w_׀h _\ h_\ wH _@<{@@@<w_׀h _\ h_ 'H _@'_ ,0@9Ԑww_wh?H1'___\`` ___s_wo@@sssss'G HG H_׀h_\ (h _D HGH'_瀤h$  @?,@G @'k__Gk_``@@@.s'G HGH'_D 0 H__``\`_@@@HO_D`0D`( H_D`D` H__``\`_@@@"H4_D 0 H__``\`_@@@;H!_D 0 H__``\`_@@@xH__``\`_@@@#|H)_߀h%__G_`` @@@s'G HGHX'__``\`_@@@_@8_@8_׀h_\ "h_\ !h _w_t`0o_$`8_$`H_w@8̐_׀h_\ !@@h __t`s< _$`H_@8_瀤h__t`_߀h__t`GHC'_h_\``@_h_\``@_h_@8_h_@8sH____s< @@_h_@8m_wh_w@8fG'Gӡ< ww''''_w뀤 H 'H 뀤 H 'H '__GGϐ@ sss @:zs_t _\ h?HJ'߀ H_\ D ,4 #c߁t@ H _\ \``@?H.'_\ D , H߀ H?H!'_\ D ,4 ߠL@4@7_\ t _\ \ h _\ \``@_t ?H'Ӡ 'Gӡ< 0A@6bww'_ c] @,_ w$ ' O 'G< 0ww_D`D` H+H!_ /_ `,`_,`H_ /_ `,`_,`_ /_ `,`_,`H _D  O O_D H __D < 4 @0wwH<_ HP_ <` ,` ?,HF_ /_ `,`_,`H;_ /_ `,`_,`H0_ /_ `,`_,`_ /_ `,`_,`H_D 0 H  O OH H OHO O A@5cww''w_G< < @wG 'G  '_L Gb] @ /_L G,@b]  /GG߀HGG@< b] @ /_LGG@< b] @ @@,H>@_,`_ wGGߠ$@'_L Gb]  ,08408< </_ wGGHGb] @ /_LGb] @ @,HGG$@'Ow''ww_\ w_w_D ('G H_D ' 'H 'H__ ,0\@w '_w_G,@G '_40wG  o__D`,4 LD`4 D`4`t<`4 L4wנwwG< 'G'G$ 'G H_L _,`_נ w_Ϡ wG$ 'G O_D  H_D H_@@8BG4 t@L$@< @ ޖ_D  H_D H_@@8!w__D`,4 LD`4 D`4`t<`4 L4wG'G$ 'G H_L _,`_נ w_Ϡ wG$ 'G Oà '_w_Ǡ w OA ' O2H_D 0' 'H 'H__ ,0\@wG H_ w '_w_G,@G '_40wG  o__D`,4 LD`04 L4 4wנwwG < 'G'G$ 'G H_L _,`_נ w_Ϡ wG$ 'G O_D  H_@@7tG5 L < @ _D  H_@@7]w__D`,4 LD`04 L4 4wG'G$ 'G H_L _,`_נ w_Ϡ wG$ 'G Oà '_w_Ǡ w OZ ' OKw''ww_D ,'_\ w_w_D  HM 'HD_w_, 4@w__h+__ ,0\@w_Ϡ w_40_,`_ w_40_,`_ w_40_,`_ w__,`_ w__ o_@wˠ ' OHK 'HD_w_, 4@w__h+__ ,0\@w_Ϡ w__,`_ w_40_,`_ w_40_,`_ w_40_,`_ w__ o_@wˠ ' Ow''ww_D ,'_\ w_w_D  H< 'H3_w_, 4@w__h__ ,0\@w_Ϡ w_40_,`__,`_ w__ o_@wˠ ' OH: 'H3_w_, 4@w__h__ ,0\@w_Ϡ w__,`_40_,`_ w__ o_@wˠ ' Ow''ww_D ,'_\ w_wϠ 'H+_w_@w__h__ ,0\@_,`_Ϡ w_ w__ o_Ǡ@wˠ ' Ow''ww_D`D` H___ߐ@@H_D ,'_\ w_w '4 '_D H 'H_w_@w__h /Oơ, < __ ,0\@ /_נ wOơ, < __ ,0\@ /_נ wOơ, < __ ,0\@ /_נ wOơ, < __ ,0\@ /_נ wOơ, < __ ,0\@ /_נ wOơ, < __ ,0\@ /_נ wOơ, < __ ,0\@ /_נ wOơ, < __ ,0\@ /_נ wO_,`_ w__ oGH+ /Ơ 'GH __ ,0\@ w_נ w_w_hOƢ G<@/G 'GGOO_,`_G@wӠ ' OAH 'H_w_@w__h /_נ w_נ$ wOơ, < __ ,0\@ /_נ$ wOơ, < __ ,0\@ /_נ$ wOơ, < __ ,0\@ /_נ$ wOơ, < __ ,0\@ /_נ$ wOơ, < __ ,0\@ /_נ$ wOơ, < __ ,0\@ /_נ$ wOơ, < __ ,0\@ /_נ$ wOơ, < __ ,0\@ /_נ wO_,`_ w__ oGH+ /Ơ 'GH __ ,0\@ w_נ w_w_hOƢ G,@/G 'GGOO_,`_G@wӠ ' O;wwwwww_߀h_t _׀h_t _߀hHww_׀hHww_____ϐ@@@3'G HGH0'_߀h_h____ߐ@@2_\``@_׀h_h____א@@1_\``@G'Gˡ< w''wG HG H H' '_w_G,@Gˠ '_40wGˀ  o_\`GD`,LGD`D`<.% <`L< @wנww_D < 'G'Gˠ$ 'Gˀ H_L _,`_נ w_Ϡ wGˠ$ 'Gˀ O_D  H_D H_@@2G_D`D`<.! L$'ˢGˠ@ y_D  H_D H_@@2w_\`GD`,LGD`D`<.% <`L< @wG'Gˠ$ 'Gˀ H_L _,`_נ w_Ϡ wGˠ$ 'Gˀ O 'G< w''wG HG H H'_D 0'_D ( H_ w '_w_G,@Gˠ '_40wGˀ  o_\`GD`,LGD`0L< < wנww 4 ''Gˠ$ 'Gˀ H_L _,`_נ w_Ϡ wGˠ$ 'Gˀ O_D  H_@@2G4 L@ < <@_D  H_@@2w_\`GD`,LGD`0L< < w'Gˠ$ 'Gˀ H_L _,`_נ w_Ϡ wGˠ$ 'Gˀ O 'G<  w''wG HG H H'_\`GD`,LG, @< w_40_,`_40_,`_40_,`__,` 'G<  w''wG HG H H'_\`GD`,LG, @< w_40_,`_40_,`_40_,`__,` 'G<  w''wG HG H H'_\`GD`,LG, @< w_40_,`__,` 'G<  w''wG HG H H'_\`GD`,LG, @< w_40_,`__,` 'G< 0w''wG HG H H'__\`GD`,LG@< , 'G<  w''wG HG H H1'_砌 h_\`GD`,LG< @< w_L G <@,H_\`GD`,LG< @< w_L G <@< , 'G<  w''wG HG H H1'_砌 h_\`GD`,LG< @< w_L G ,@,H_\`GD`,LG< @< w_L G ,@< , 'G< A@,cDwwwwwww_www!<'wwwwowg 'c '_ 'C '?w7w/w'w_瀤h_t _߀h_t _ǀh _\ h_\ wH _@/̐@@@/Вw_ǀh _\ h_\ wH _@/@@@/’w_ǀh _\ h_ 'H _@/@@@/'_ǀh _\ !@h_D 'H '_ǀh _\ !@h_\ wHa]w_πh _\ !h H' 'G'_@/'G HGH'_[WSOKGC?@@ss@/s'G HGH'H_/@@/O HS H @/'G HGH!'_SO7@@/'G HGH'H_'@@/aS#c h?H'S,0@,̐w_h?H'S,0@,ww_wh?H'S,0@,wo_oh?H'S,0@,wg_gh?H'___7S__w_oc_g_@@sssss'G HG H_ǀh_\ (h _D HGH'_瀤h$  @?,@G @'__G[W@@s'G HGHv'_D 0 H a]_t`pHe_D`0D`( H_D`D` H_D H a]_t`pHa]_t`pHE_D 0 H_D H a]_t`pHa]_t`pH-_D 0 H_D H a]_t`pHa]_t`pH_D`0D`( H a]_t`pHa]_t`p#|H-_߀h)__G[W@ @us'G HGH'_D H a]_t`pHa]_t`p_[WSO_7____w@@ssss@5s'_@+w_w@+wwG HGH'H O H S H@.H_@@-_πh!_\ $h?H__Ϥ`0`(@.'G HGH|'H_t 0_$ ([_$`W_$`O_$`S_$` _7_t`_t _πhH _/_t`_'_t`__t`CH K_$` G_$`$_\` t`_ǀh_\ "h_\ !h _g_t`0__$`8_$`H_g@+_ǀh_\ !@@h _o_t`c< _$`H_o@*_瀤h__t`_߀h__t` Hm'O H S H@-k_7h_7S< @@*ђ_/h_/@*_'h_'@*_h_@*_h_\``@_h_\``@_h_@*_wh_w@*cH____oc< @@_oh_o@*|_gh_g@*uG'Gá< 㶰w''''w_w_w_w_w_wHX뀤!H?H\' "@, '뀤H`< _ߥ,p,p\L ,084084,05@ '뀤 O 'H}_@,А 'Hk_ H_ H_ w_\ w_ _t`_L H'_\ @,'G'G H=G!H9G,0@ H2_] p< < _ǢG,0@$ < ,0\@_h_] p< < _G,0@$ < ,0\@H?H' ' O ' OH (@,H '뀤HU_,p,p\L ,08408',0\@h*! @*,0t@,0\@h 'G,0\@hG,0\@@)jG 'G!O?Hn'< ,0\@_ߥ,,]L ,084084,05@ '뀤 O 'H_@+ 'H_ H_ H_ w_\ w_ _t`_L H'_\ @+ѐ'G'G HG!H_ H_ H_ ww_w\ wo_o _wt`_oL H'_\ @+'G'G HMG!HIG,0\@hBG,0\@G,0@ H8_] p< < _ǢG,0\@G,0@$ < ,0\@_h_] p< < _G,0\@G,0@$ < ,0\@H 'kGk,0\@hGk,0\@@(Gk 'kGk!O?H'H 'G,0\@hG,0\@@(vG 'G!O?Hz' ' O1 ' O 'G,0\@hG,0\@@(MG 'G!OHP瀤$ h?HK' ,@瀤 H뀤 H 'H_@*א 'Hv 'w瀤H/_ H_ H_ w_\ w_ _t`_L H'_\ @*'G_,` '_w_ w瀤 O_נ@@*w_\ h?H'_\p< < __\ \ ,0\@@ŀ_h_\p< < __\ \ ,0\@@ŀ ' O ' O|H 'H_@*H 'H 'w瀤H/_ H_ H_ w_\ w_ _t`_L H'_\ @*$'G_,` '_w_ w瀤 O '뀤H_,p,p\@@(HH  '뀤 O뀤H?HC'_\p< < _,0\@@ŀ_h_\p< < _,0\@@ŀ ' Oz ' OhH 瀤 O OTO 'G< w_ H '_ w_\$ L _,`_\$ w_ w_\ w_Ǡ _t`_L /_ߠ wO_,` '_נ wO_L H _L HOO_L H _ \$@t H^'_L _,` _ wߠ ' '瀤H_\$(w_L _L H0OH,_ w_\ w_Ǡ _t`_L /뀤#H_ wߠ '_ߠ wO_,` '_L _L HOO< _$`_ w_\ w_Ǡ _t`_L /뀤#H_ wߠ '_ߠ wO_,` '_נ wO_L H _L HOO_L H  '_ \`$ t`瀤O H'_\ w '_ w_\$ L _,`_\$ w_@('_Ϡ wG_,`ߠ '_Ǡ wG_L H _L HG〤?O_L H'ۀ H_L _@@(۠$ '_w_Ϡ$ wۀ O H'_L _,` _ wϠ 'נ '׀Hn_\$(w_L _L H'G〤?H#_@(X'߀#H_ wϠ '_Ϡ wG_,`ߠ '_L _L HG〤?Oߡ< _$`_@(3'߀#H_ wϠ '_Ϡ wG_,`ߠ '_Ǡ wG_L H _L HG〤?O_L H  '_L _@@(׀O H'G<  w_ H_  '_$`_\,0\@tH._ H_L$1H0_ w_\ w_ߠ _t`_L /OHO_L$1H_ w_\ w_Ϡ _t`_L /OHO_L$1O_L$0HA_ w_\ w_ߠ _t`_L /OH.O_L$0H(_\$ h O_\$ L H_א_ w_\ w_Ϡ _t`_L /OHO_L$0OH7_\$ h2_ w_\ w_ߠ _t`_L /O_\$ L H__ w_\ w_Ϡ _t`_L /O_\$ L O_ \`$ t`H{_\ w_L$1H_@''G_L$1HG?H_@' 'G_L$1HG?O_L$0H/_@&'G_L$0H#G?H_\$ h G_\$ L H_A_@&ܐ'G_L$0HG?OH%_\$ h _@&ǐ'G_\$ L H__@&'G_\$ L OG_@@& 'G< A@"cLwww' '_ H_ Hb_\ L 'Gb]  @ H G_L$1H_ \` t`_\ L 'Gb]  @ HG_L$1O_ w_\ w_Ϡ _t`_L 'G_,`_ w 'Gb]  @ H G_L$1H뀤 O$ '_ \`$ t`Hw_\ w_@&#'G߀?H(Gb]  @ HG_L$1H_@& 'G߀?HGb]  @ HG_L$1OGb]  @ H7G_L$1H1G߀?H-뀤H(G_,`_ w '_@%Ӑ'Gb]  @ HG_L$1H G߀?H뀤 OG_א@@%Ē'4 0ww_@@%$'G4 _@@%'G< www 'w_ H_ HP_\ hI_\ w_\ L 'G׀HG_L$1H_ \` t`_\ L 'G׀HG_L$1O_\ _$@ '@"w_πh?H'__ې@@"֔_ H _۠$ 4,@H_\ w_@%#'G׀?H?H' 'ߠwǐ @"TwG_L$1HIG׀?HE߀$H*_ߠ@4@"w_ǀh_@"=?H~'_w_۠@w_Ǥߐ@@"ߠ@'۠ 'ߠwG_,`_Ǡ wߠ '_@$ѐ'G_L$1HG׀?OG׀?H_@"?HH'ߠ@ H0_ߠ@ 4@"Ew_ǀh_@!?H.'_w_۠@w_Ǥߐ@@"5ߠ@'ۦ _,@۠ 'H _,` 'G_@@$__t`_$` 'G< 0ww_ H_t H3_D  H,_D 4 ?H&_D  < @!w__t`_߀h?H'_\ _` D`@!ٔ _\ _D ,@_$ H_t  'G<  A@ aTwwa]$` @O, '_ H8 _,d0 _,d1w_t$(__td _@@$$'G뀤 HBb]@ @$H6_@@#$'G뀤H?H ' G,@@" _w_׀hb]_G$@$@@#H?H' _$d4 'Hr_@@#Ĕ$'G뀤 Hb]@ @#HG뀤 HTb]@ @#HHG뀤 H 'H<_@@#$'G,0b]\@h,G,0b]\@G@@#HG 'G,0b]\@hG,0b]\@G@@#tO_$$4H?Hs'G,0b]\@heG瀤 H+G,0b] \@_td G,0b] \@_td(_@#G,0b] L@_,d0G,0b] L@_,d1H6G,0b] \@_td G,0b] \@_td(_D$4HG,0b] L@_,d0 _,d1_@"ސG,0b] L@_,d1H_@"АH?H' 'G< 0ww @ w_߀h__t`__t`_w_ww_\ w_wǠ '_L Hۡ,$_L 4 @'_Ǡ w_L O__ t@L$@4,0w_\ h+_\ \ w_L _L H __@@!E HH_Ϡ$ w__߀h __ ,0@$ w_\ o_w_w_\ w_ ''_w, '_$`぀t _$`#c h?HS',0@Yw_瀤h?HG'__t`_,0@w__瀤h _Ϡ$ w_t __瀤o '_wϠ 4 ǀH!_\ h__\ \ @@!w_\ _t`Gˠ '_w_Ϡ wGˡ4 ǀ O_@ 'G<  www__@@!w_\ h0__@w__t`_πh?H"'_`` H_Z'GӀ HGH'_ ` $` H '_ ` $` 'G< 0w!_$`_`t $`_$ _t _ #c h?H)'_ ,0@w_߀h?H'__ ,0@w__߀h _$ w_t __߀o__t` 'G< 0w_\ w_瀤hH#__ ,0@w__瀤h_$ w_\ h_\ @N__瀤o_@F_t  w'w 'ߠ 'H%_L 0H_L 9Hߥ,`,`_L 4 @$ 0'_ wHH ۠ ' Oۀ H H_$` H' H'4 0A@clw'H%b ]H0wb(]H+wb0]H&wb8]H!wb@]HwbH]HwbP]HwG$? O, < #a_D_p\H4 @!"'G< @w_@СA@aĮwwwwwww_w_w_w_D$4H__@@ PH__@@ HH__ߐ@@ @H __א@@ 8H?H'_@@ $'Hv HbX]@ @ H H' 'G4 _$`_ H__ϐ@@ H __ǐ@@H H' 'G4 _$`H=_ϐ@@הH __ǐ@@ߒH H' 'G4 _$`_@@$' HbX]@ @H H' 'G4 _$`H ' ' ' ' '_@@$' Hb`]@ @H?H'_@@o$'H?H' ,@w 'GH_@W _w_h?H'HGHbh]_@ @PH __@@PH?H' ' 'HGHbp]_@ @/H __@@/H?H' ' 'HcGHbx]_@ @H __ߐ@@H?Ho' ' 'HBGHb]_@ @H __א@@H?HN' ' 'H!_ wH_$@$ h$  o,0#c`_DoOGOM_@G 'G OGHGH GHGH?H'_$ _$  'G<  A@bDwow''wwߠ '#UUaU h?H' 0@ w_h?H'_D$4H '_wHt_@ ? H _< @@n?Hq' 4@V_t _\ h _< @@Y?H\'۠ '_\ wH/_ H_ H_ w_\ ww_w _t`_wL H'_\ @'G_,`ˠ '_w_ w O _,` H H__\ ϐ@@'G H _< @@GH'_w 'à ' /_@@$'ӀHH- 'c]w׀ H#_\ @1Ӏh_\ Ӑ@@HHנ '_w_ w׀  OH5׀ H1ÀH$@ '@w_h _< @@?H'__ç,0t@_ǐ@@~נ 'à / 'H5ÀH _< @@{?H~'Hb]@$@c$ h?Hk'ۦ ,@@$@R$ h?HZ'۠ '_@@$'ӀO^ÀH _< @@=?H@'۠@ '@"w__ç,0t@_w_h _< @@ ?H#'_ǐ@@Ϡ '_w_ 0w OH "_,d0 _,d1_@ "_,d1 '_wH? H _< @@?H' 4@А_t _\ h _< @@Ӓ?H'۠ '_\ wH/_ H_ H_ w_\ ww_w _t`_wL H'_\ @Z'G_,`ˠ '_w_ w O _,` H H__\ ϐ@@n'G H _< @@{GH~'_@ /_@@5$'ӀH1O Hb]@$@S$ h?H['ۦ ,@@$@B$ h?HJ'_@@$'ӀO@ '@!w_h _< @@&?H)'_ǐ@@ __t`( /$ H_@Ϡ '_w_ 0w O__t` 'Gۡ< 㶰w''''w_w_ww H?4 t@H L@4#c h?H'L@,0@w_h?H'_wH뀤!H_@?H'ˠ "@F '뀤H`< _ߥ,p,p\L ,084084,05@ '뀤 O 'H__@& 'HM_ H_ H_ w_\ w_ _t`_L H'_\ @ 'G'G HG!HG,0@ H G,0@$ 4 _$`H_@4?H' '_w_ w O ' OHf (@ '뀤HX_,p,p\L ,08408',0\@h-! @x,0t@,0\@h 'G,0\@hG,0\@@ސG 'G!O_@Ԑ?H"'< ,0\@_ߥ,,]L ,084084,05@ '뀤 O 'H_@] 'H_ H_ H_ w_\ w_ _t`_L H'_\ @B'G'G HiG!He_ H_ H_ ww_w\ wo_o _wt`_oL H'_\ @'G'G H$G!H G,0\@hG,0\@G,0@ HG,0\@G,0@$ 4 _$`H 'kGk,0\@hGk,0\@@+Gk 'kGk!O_@!?Ho'H 'G,0\@hG,0\@@ G 'G!O_@?HQ' '_w_ w OO ' O= 'G,0\@hG,0\@@ܐG 'G!OH瀤$ h_@̐?H'˦ ,@瀤 Hz뀤 Hv 'Hm_@c 'H[ 'w瀤H/_ H_ H_ w_\ w_ _t`_L H'_\ @?'G_,` '_w_ w瀤 O_נ@@1w_\ h_@h?H'_\ \ _$` '_w_ w O ' OH 'H_@ 'Hq 'w瀤H/_ H_ H_ w_\ w_ _t`_L H'_\ @ː'G_,` '_w_ w瀤 O '뀤H_,p,p\@@HH  '뀤 O뀤H_@ܐ?H*'_$` '_w_ w O ' OH 瀤 O OO__t` 'Gˡ< СA@bLwwwwwנ 'ˠ '_@E @w_@@'G H_@GH'bX]_@ @V'HDb]_@ @H'H6_@`_@ _@@^'G H_@NGH~'bX]_@ @"'Hb]_@ @'OH b]_@ @'H4H0_ˠ 4,p,p@_w_πh_@_ˡ< @@?H1'_w_˥,p,pw_ w_w_L b]  @ H_ w_L b]  @ O__$@'à$@$ 4@Ő_t _\ h_@Ð_t _$ _ˠ < @@Ȓ?H'_\ _æ$$ 4@@_@_@R_@@'G H_t _$ _ˠ < @@GH' @}_t  'bX]_@ @X'Hrb]_@ @J'Hd_\ Ǡ 4,0@@w_h_@T_$`_ˠ < @@Z?Hz'__t`__\ ǧ,0t@Ǡ '_@_@@9'G H_$`_ˠ < @@2GHR'bX]_@ @'Hb]_@ @'OǀH_\ @_t _$`ˠ 'HOˀH _@_@wH H_@א_$`__t` 'G< 㾠www 'Ǡ 'wwwww_瀤h _\ !h H's 'sGs'_@'G HGH'_ߦۨתӬϰ˲ǠÐ@@ss@s'G HGH'H_@@Ӏ H׀ H w@'G HH_Өw@@'G HӀ H ׀ Hw@HH_@@__w@@sIs'Ӏ H ׀ Hw@G HHaH_@@_瀤h _\ $hÀH__`0`(@'G HH<H_t 0_$ (_$`_$`_$`_$` __t`__t`_瀤hH __t`__t`__t`ǀH _$` _$`$_\` t` H*'_h_ס< @@_h_@_h_@_h_@_h_@G'G< A@aܮwww_b]@@+w_߀h H' '_w_ߐ@"@yhGۀ$Hb]ӨϪˠː@@@k'G׀ HH^GӀ HGӀ HGπ HGπ H Gˀ HGˀ HHD@ @$w_hHDw_w_L H_L @8_, _ w_ w_L O _,`Gӡ,`@_$`Gϡ,`@_$`Gˡ,`@_$`__t`_ wG۠ 'ۢ_ߐ@"@hGۀ$O_@Gۀ H H'G'G'G< w'''' '_wGH%G_D HG_D H G_D H_\ HwG۠ '_w_Ϡ wGGOw_߰0w' '_wGH_\ @G '_w_ wGGOwww_ H_$  HZ'_ '_\``,0w_ 'ӀH_\ _hHߠ '_w_נ wӀ OӀH*_  H_ `, $`_\``,0@ow_׀h H'__t`__\ ӧ,0t@_ ` $`_$` 'G< 0www_h_ H  _$`_\ t  _$` _$`H_$  'G< СA@bwwwwwww ' ' 'ww!' 'à '_h _D '_D 'H _瀤h_D '_D '_׀h_\ h_\ !h_ ,'H ' H?4 t@H L@4#c h?H!'L@4 @w_h?H'#c h?H',0@Gw_h?H'_瀤h_b]@@ V'G HGH'_hh_D`0D`( H_D`D` H_b]@@ 0'HD_D H5_D 0 H_@@'H"_D 0 H_@@ۖ'H_D 0 H _@@'H _@@'G HGHy'#UUaU h?Hp'Ð 0@6w_h?Hc' ' \'H,`,`$,`$' 'OH'ǀH__א@@^'G HGH1'____א@@@#s'G HGH'_$`_$`_$`_$` __t`__t`_@P H'_h_@F_h_@?_h_á< @@=G'Gӡ< A@`Tww'w '? H?H' 4@ w__t`_w_׀h?H'Ӂt`\L \$@'b]\ L@_,`_נ wנ 'H'ˠ$@t \t`\L \$@'b]\ L@_,`Ϡ '_w_נ w O _,`_瀤hV_\ ! @h_\ !hJ_ #|HC_w_\ ! @h _\`p`,0,0wH_\`p`,0\w 'ǀ H#_ǡ,0\@w_׀h_@_ǡ,0t@_ǡ,0\@h?H'Ǡ 'ǀ OHb]@_t (_\ (h?H' 'G< ~A@ `ܮ Gwww'w''_wϠ ' w ow gw c' Ww S'_πh _\ h_\ wH _@9@@@Ew_πh _\ h_\ PwHwۀH _ 0w$ '_ߠ w#ch׀? H?H',0@ א w _h?H'ˠ ' '_ w _ w 뀤Hנ 4@  Gw G_ _t` G_ ww w_h  _@ ?Hv' t`\L \$@ 'b]\ L@ w_,` w_  ww  ' ׀H?  $@t \t`\L \$@ 'b]\ L@ w_,`   ' w_ Gw w_  ww ׀ O w_,`_\ _t`   '  3'   ' _ 7w _ 0 w _ ?w _  w_ Gw_ߠ w 뀤 O0__ _< @@_h _\ P @@ '_πh_\ ! @h_\ p ow_ h c'_\ 0 Ww_ S'H_πh_\ !h_\ p gw_ h c'_\ 0 Ww_ S' '_ w _ w 뀤HJ O' cH K' '  cH7  SH  K'H W_  K$@4,0\ _\ hH   '  c O  cHa _ ?w g_h g_ ,0\@ 7wH o_ ,p,p 7w  O'  G' G H- 7_ G,0\@ ww w_h w_@ ?_ G,0t@ G  G' G O OGHd w GH  G _`` ` @@ژ w _h  _@ _t (H Ob] _`` ` @@  O@ _t ( _\ (h _@ g  G@@?H:'   ' _ ?w _ 0 w _ Gw _  w 뀤 O _@ .  G@@e 'Gˡ< 㾰A@ `w_w''w_\ w_\ w_D ('G,0b]\@w_D 0'_D '_D  H?H '_D`0D`( H_D ' 'H 'H__D`,4 LD`4 D`4`t<`4 L4wנwwG< 'G$ 'G H_L _,`_נ w_Ϡ wG$ 'G O_D  H_D H_@@ G4 @G4 t@L$@'G<`< L `< < wGGH__ @w___ǐ@H?H~' '_w_Ǡ w O ' OsHe_D Hwo_D 'G< '_D ,' 'H 'HwwoG'G$ 'G Hr__D`,4 LD`4 D`4`t<`4 L4_o@wנwwG'{G{$ '{G{ H_L _,`_נ w_Ϡ wG{$ '{G{ O_D  H_D H_@@ 8G4 @G4 t@L$@'_,0G<`< L `< < w_oG4 L@4woG$ 'G OGGH__ @w___ǐ@>H?H' '_wg_Ǡ w Od ' OUH_D H 'H 'H__D`,4 LD`04 L4 4wנwwG < 'G$ 'G H_L _,`_נ w_Ϡ wG$ 'G O_D  H_@@ w ' '_,0G @wG$ 'G OG H H_40wH_ wGGH__ @w___ǐ@H?H' '_w_Ǡ w O ' OuH H' 'G< A@c,ww''w_\ w_\ w_D ('G,0b]\@w_D  HT 'HK 'H<__D ,4 L@á, @4w_ `,0 `,0 `,0 `wG H__ @w___ǐ@"H?Hk'à '_w_Ǡ w O ' OHR 'HK 'H<__D ,4 L@á, @4w_ ` `,0 `,0 `,0wG H__ @w___ǐ@ДH?H'à '_w_Ǡ w O ' O 'G< A@cww''w_\ w_\ w_D ('G,0b]\@w_D  HO 'HF 'H7__D ,4 L@á, @4w_ `,  `< wG H__ @w___ǐ@YH?Hf'à '_w_Ǡ w O ' OHM 'HF 'H7__D ,4 L@á, @4w_ ` `, < wG H__ @w___ǐ@ H?H'à '_w_Ǡ w O ' O 'G< A@`ww''w_\ w_\ w_D ('G,0b]\@w 'H> 'H/__D ,4 L@ˠ@4 wG H__ @w___א@H?H'ˠ '_w_נ w OǠ ' O 'G< w''ww_\ w_\ w_D '_D ,'_D HS 'HJ 'H;G4 @'G4 L@G< 4 @'G '_GL@ G<@ @ 'Gw____ϐ@H?Hj'ˠ '_w_Ϡ w OǠ ' OHQ 'HJ 'H;G4 @'G4 L@G< 4 @'G '_GL@ G,@ @ 'Gw____ϐ@H?H'ˠ '_w_Ϡ w OǠ ' O 'Gۡ< wwwwwww ' '_׀h _\ h_ '_ '_h __Ǩ@@\_瀤h __@@M_____א@@@'_ǀh_\``@_h_\``@G'Gӡ< PP@ `P0pH(hX8xD$dT4t L,l\<|B"bR2r J*jZ:zF&fV6vN.n^>~A!aQ1q I)iY9yE%eU5u M-m]=}C#cS3s K+k[;{G'gW7wO/o_??????/* XPM */ static char * image_name[] = { /*%s*/ "%d %d %d %d %d %d XPMEXT", }; %s %s, "XPMEXT %s", "%s", "XPMENDEXT"%d %d %d %d %d %d XPMEXT %s %sXPMEXT %sXPMENDEXTr.Z.gzuncompress-crgunzip-qcwimage_name/* XPM */ static char * %s[] = { /*%s*/ "%d %d %d %d %d %d XPMEXT", }; "%s %s %s%s, %s, "XPMEXT %s", "%s", "XPMENDEXT".Zcompressw.gzgzip-qNone#define_formatXPMXPM2! C/**/, static char *[] = { }; Lisp;(setq '( )) XpmColorErrorXpmSuccessXpmOpenFailedXpmFileInvalidXpmNoMemoryXpmColorFailedInvalid XpmErrorXPMEXT#define_width_height_ncolors_chars_per_pixel XPMENDEXTsmg4gcr%d %d %d %[^ ] None#%04X%04X%04X .XoO+@#$%&*=-;:>,<1234567890qwertyuipasdfghjklzxcvbnmMNBVCZASDFGHJKLPIUYTREWQ!~^/()_`'][{}|0o0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0ow`0oo0og0o_0oW0oO0oG 0o?@0o7`0o/0o'0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0ow`0oo0og0o_0oW0oO0oG 0o?@0o7`0o/0o'0o0o0o0o 0o@0o`0o0o0o0o0o 0o 0o @0o `0o 0o 0o 0o 0o 0o 0o @0ow `0oo 0og 0o_ 0oW 0oO 0oG 0o? @0o7 `0o/ 0o' 0o 0o 0o 0o 0o @0o `0o 0o 0o 0o 0o 0o 0o @0o `0o 0o 0o,8G  T`` o ooXo 'x oo """"Xx$'1     ` + :CLW+ h1  |2HCLW+  0    0 8 @ HKxlNDHxM   P X h p$CLW+ /CLW+ : @ F L_d\ZXi]vax0    CLW+ CLW+ g`4CLW+ iCLW+ CLW+ CLW+ CLW+ CLW+ CLW+ CLW+  CLW+ !CLW+ *|8T7TD J P V \ b h nCLW+ wCLW+  CLW+ CLW+   08`7X (( P X h p x P          ! ' - 3 9CLW+ BCLW+ KYHHhsp \ XHɘx ((&4BݨPh^(hu CLW+       (CLW+ p\CLW+         0 CLW+  H P  X& `, h2 x 86 D  KCLW+ Q V [CLW+ bTmU|~ |xyhv0 mH]T`x   P"0  IOYa|Vp `6 )rPd8 D JJW_lfx 0OOxp8l$ :AI7LZbiph\}3p=i0x   kH (6H : A [ b pm    Rg     9pT   4p '0x C#X R# $ d p u |     x  o( $ u q  *R 8 ? Ggh ^( kcx r pH  v   `  Cp    Spx  & ,ePh E [ rx8   x$ + ;   Q` #`  ` s 'n @ L S  \ d l w0l     jX !.libs/libXpm.so.4.11.0crti.svalues-Xa.cDrodata.rodataAttrib.cBbss.bssDdata.dataDpicdata.picdataCreateOldColorTableFreeOldColorTableCrBufFrI.c.L93.L126.L131.L140.L151.L156.L288ExtensionsSizeCommentsSizeWriteColorsWritePixelsWriteExtensions.L309.L347.L569.L580.L592CrBufFrP.cCrDatFrI.c.L109.L118.L129CountExtensionsCreateColorsCreatePixelsCreateExtensions.L384.L582.L624CrDatFrP.cCrIFrBuf.cOpenBufferCrIFrDat.cOpenArrayCrIFrP.cCrPFrBuf.cCrPFrDat.cCrPFrI.cImage.cInfo.cRdFToBuf.c.L40RdFToDat.cRdFToI.cOpenReadFilexpmDataClose.L263.L272.L301.L302.L303.L317.L318RdFToP.cWrFFrBuf.c.L19WrFFrDat.cWrFFrI.c.L53.L150OpenWriteFilexpmWriteFile.L184.L192.L196.L204.L213.L217.L255.L276.L291.L362.L387.L408.L418.L429.L466.L471.L472.L482.L487.L488WrFFrP.ccreate.cxpmVisualTypecloseness_cmpXAllocColorSetCloseColor.L305SetColorXFreeColorsCreateXImagePutImagePixels8PutImagePixels1PutImagePixels16PutImagePixels32PutImagePixels_XReverse_Bytes_putbitsPutPixel1PutPixelPutPixel32MSBPutPixel32LSBPutPixel16MSBPutPixel16LSBPutPixel8PutPixel1MSBPutPixel1LSBParseAndPutPixelsdata.cParseComment.L842.L859.L879.L899.L902hashtab.cAtomMakeHashTableGrowsmisc.c.L75.L78.L81.L84.L87.L90parse.c.L51.L106.L153.L171.L189.L207ParsePixels.L1234rgb.c.L21.L39scan.cstorePixelstoreMaskPixelGetImagePixels1GetImagePixels8GetImagePixels16GetImagePixels32GetImagePixelsScanTransparentColorScanOtherColors.L594.L880crtn.s_END__START_xpmParseHeaderxpmHashIntern$XAoAMiKjNGXM0bl._himaskfreadxpmGetCmtstrncpy$XAoAMiKoNGXM0Dm.printableXpmCreateXpmImageFromImagexpmNextUIXQueryColorsXGetGeometryXpmCreatePixmapFromXpmImageXpmAttributesSizestrrchrungetcXpmWriteFileFromXpmImagememcpyxpmHashTableInitxpmSetInfoMaskxpmNextWord_initxpmParseDatasprintfXCreateImageXpmCreateXpmImageFromBuffer_lib_versionXPutImagexpmDataTypesXpmCreateImageFromXpmImage__iob__ctypexpmReadRgbNamesXpmCreateBufferFromPixmapXpmFreeXpmImagecallocXUngrabServerxpmParseDataAndCreateexeclpstrncmpxpmSetAttributesreallocstrcmpfwritexpmGetStringfreexpmFreeColorTablefprintfdup2XpmCreateBufferFromXpmImageXCreatePixmap___errnofopenXpmCreateXpmImageFromDatafstat_exitfdopenmemsetXpmCreatePixmapFromBufferxpmInitAttributesperror_PROCEDURE_LINKAGE_TABLE_mallocXDefaultDepthXpmCreatePixmapFromDataXpmWriteFileFromDataXDefaultVisualXCreateGCXpmCreateDataFromXpmImage_end$XAoAMiKjNGXM0bl._lomaskXDefaultScreenXpmFreeAttributes_finiXpmFreeExtensionsXpmCreateXpmImageFromPixmapxpmParseValuesXpmLibraryVersionXParseColorfork_edataXDefaultColormapxpm_xynormalizeimagebitsfclose$XAoAMiKoNGXM0Dm.low_bits_tableXpmWriteFileFromPixmapstrcpyxpmInitXpmImagexpmNextStringXpmReadFileToDataXpmFreeXpmInfoxpmGetRgbNamesscanfXFreeGCXpmCreateImageFromDataxpmColorKeysXpmCreateDataFromPixmapxpmSetInfoxpmInitXpmInfofgetsXpmReadFileToImagesnprintf_GLOBAL_OFFSET_TABLE_strchrxpmParseExtensionsxpmHashSlotxpmHashTableFreexpmFreeRgbNamesXGetImageqsortXpmCreateImageFromBufferXpmWriteFileFromImageXpmWriteFileFromBufferXpmReadFileToXpmImage$XAoAMiKjNGXM0bl._reverse_bytexpmPipeThroughxpmParseColorsXpmCreateBufferFromImagewaitpidstrdupXpmCreateDataFromImageXpmFree_etextXpmReadFileToBufferxpmCreatePixmapFromImageXGrabServerstrlenxpmatouistrlcattolowerstrcasecmpxpm_znormalizeimagebitsXpmReadFileToPixmapabs_DYNAMICpipexpmCreateImageFromPixmapXpmGetErrorStringanotate anotate anotate anotate anotate anotate anotate anotate  HL`x(<ݨXh HH\t(8ݨThanotate anotate anotate anotate anotateX P XUYHT XUYDT@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)wait.h 1.23 04/06/03 SMI@(#)resource.h 1.37 07/02/07 SMI@(#)siginfo.h 1.59 04/07/15 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.25 04/07/16 SMI@(#)signal.h 1.66 04/09/28 SMI@(#)signal_iso.h 1.6 03/05/02 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)wait.h 1.23 04/06/03 SMI@(#)resource.h 1.37 07/02/07 SMI@(#)siginfo.h 1.59 04/07/15 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.25 04/07/16 SMI@(#)signal.h 1.66 04/09/28 SMI@(#)signal_iso.h 1.6 03/05/02 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03ld: Software Generation Utilities - Solaris Link Editors: 5.10-1.497{Attrib.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -KPIC -DPIC -o .libs/Attrib.o Attrib.c -W0,-xp\$XAoAMiKSNGXMECj.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKSNGXMECj.;backend;raw;cd;DBG_GEN 5.2.7CreateOldColorTable81 2n__ct5xncolors6t6oldct7hcolorTable?9Xcolor?9Pa:LDintcharf0 stringn# symbolicn# m_colorn# g4_colorn# g_colorn# c_colorn#( wXpmColorunsignedw$- FreeOldColorTableN2H3Pn?colorTableLxncolorsMtaOpbOlcolor?P`sptrQXD n xpmFreeColorTableg3p4PncolorTableex_ncolorsfta_hpb_hlcolori`sptrjXD XpmFreeExtensions}4p5n~extensions{x_nextensions|ti~pj~lnlines~hext`sptrXD  namen# nlines# lines# ~XpmExtension XpmAttributesSize66n_ D xpmInitAttributes6H6nq attributesxDunsigned long_XExtData  number_# next# free_private# private_data#_ nXPointer XExtData0 qVisualID8 ext_dataC# visualidL# class_# red_maskq# green_maskq# blue_maskq#( bits_per_rgb_#0 map_entries_#4 _Visual qColormap qPixelG namen# valuen# pixelG# `XpmColorSymbol_XDisplayunsigned short ] pixelq# red# green# blue# flagsf# padf#void f_ qn ] n w XpmAllocColorFuncq_ 'q _ n 'XpmFreeColorsFunc valuemaskq# visual+# colormap4# depth# width# height# x_hotspot#$ y_hotspot#( cpp#, pixelsW#0 npixels#8 colorsymbols#@ numsymbols#H rgb_fnamen#P nextensions#X extensions#` ncolors#h colorTable#p hints_cmtn#x colors_cmtn# pixels_cmtn# mask_pixel# exactColors_# closeness# red_closeness# green_closeness# blue_closeness# color_key_# alloc_pixelsW# nalloc_pixels_# alloc_close_colors_# bitmap_format_# alloc_color # free_colors 0# color_closure n# LXpmAttributes xpmSetAttributes79Ln attributesx,imagepinfoh78t7h8t7h8t7|8t7|8tErrorStatus_dD  width# height# cpp# ncolors# colorTable# data# XpmImage8 valuemaskq# hints_cmtn# colors_cmtn# pixels_cmtn# x_hotspot# y_hotspot#$ nextensions#( extensions#0 5XpmInfoXpmFreeAttributes9p;nd attributesxD__posix_ttyname_r__nq__posix_getlogin_r_n_longlockf_!__f!truncate_d* off64_ttelld_ f ssize_tpwrite_q fpreadH_qlseekd_d_ftruncate__ftruncate_ off_ttell(_ f(pwrite{_1qpread_qlseek__lockf_)__ftruncate_[_f[fmattropen_dv_fopenat___fcreat_EfEopen_N_ffattropen__fopenat_/__f/creat_o8foopen_x_mkstemp_nmkstemp_nmalloc n#qfree? n\__FILE __pad?#\ftellod\fseeko__fsetpos_3fgetpos_l3 \FILEltmpfile{fffreopen{{fffopen{H\ftellowHfseeko__fsetpos_3fgetpos_3f3<fNW{freopen{E`ifffopen{tmpfile{$__posix_ctime_rnn-ntm$/ tm_sec_# tm_min_# tm_hour_# tm_mday_# tm_mon_# tm_year_# tm_wday_# tm_yday_# tm_isdst_# n/8n__posix_asctime_rnAJ%CrBufFrI.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -KPIC -DPIC -o .libs/CrBufFrI.o CrBufFrI.c -W0,-xp\$XAoAMiKTNGXMkIj.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKTNGXMkIj.;backend;raw;cd;DBG_GEN 5.2.7iXpmCreateBufferFromImageD;<ndisplay?xbuffer_return@pimageAhshapeimageB` attributesCXxpmimageEinfolF~ErrorStatusG~Dint_XDisplayDisplay char  unsigned longXPointer  _XExtData  number# next# free_private# private_data # '   'XExtData VisualID8 ext_data# visualid# class# red_mask# green_mask# blue_mask#( bits_per_rgb#0 map_entries#4 unsigned _XImage@ width# height# xoffset# format# data# byte_order# bitmap_unit# bitmap_bit_order# bitmap_pad#$ depth#( bytes_per_line#, bits_per_pixel#0 red_mask#8 green_mask#@ blue_mask#H obdata #P f#X  @           I  @   @    V @     @ @     _long  @   funcs0} create_image# destroy_image# get_pixel# put_pixelV# sub_image# add_pixel#(XImage }Visual ColormapPixel   name# value# pixel#XpmColorSymbol  name# nlines# lines# @XpmExtension 0 ' string# symbolic# m_color# g4_color# g_color# c_color#( XpmColor 'unsigned short pixel# red C# green C# blue C# flags# pad# Uvoid  #     #XpmAllocColorFunc     H  Q XpmFreeColorsFunc valuemask# visual# colormap# depth# width# height# x_hotspot#$ y_hotspot#( cpp#, pixels#0 npixels#8 colorsymbols 7#@ numsymbols#H rgb_fname#P nextensions#X extensions #` ncolors#h colorTable :#p hints_cmt#x colors_cmt# pixels_cmt# mask_pixel# exactColors# closeness# red_closeness# green_closeness# blue_closeness# color_key# alloc_pixels# nalloc_pixels# alloc_close_colors# bitmap_format# alloc_color ,# free_colors # color_closure # XpmAttributes    width# height# cpp# ncolors# colorTable :# data#XpmImage8l valuemask# hints_cmt# colors_cmt# pixels_cmt# x_hotspot# y_hotspot#$ nextensions#( extensions #0XpmInfoXpmCreateBufferFromXpmImagep=Dxnbuffer_returnmximagenp$infoohErrorStatusr`buf-swcmtstwextensionstwext_sizetwluwcmt_sizeuwptrvwpvwptr_sizewwused_sizewwtmpwwD$  lLWriteColorsDHLndataptrxdata_sizepused_sizeh :colors`ncolors\cppXbufwawkeywlwsws2wdefaultswCD0WritePixelsUHxKTndataptrMxdata_sizeNtused_sizeOhwidthPdheightQ`cppR\pixelsSP :colorsTHsV@xWyWhWDExtensionsSizezKxLn extxxnumytx{ly{ha{dsize{`line|XD WriteExtensionsMNndataptrxdata_sizetused_sizeh ext`num\xXyTaPlineHs@D,CommentsSizeNOn$infoxsizepD  xpmSetInfo[  '__posix_ttyname_r   __posix_getlogin_r  lockf    truncateS  off64_ttellS  ssize_tpwrite     pread7    lseekSn  S ftruncate   truncate  off_ttell  pwritej    pread    lseek   lockf   ftruncateJ   J \attropen S e  openat    creat4   4opent =  t attropen }   openat    creat^ '  ^open g  strncpy    size_tstrlen D  MVstrcpy D _mkstemp mkstemp realloc  malloc ; freeW t __FILE __padW# tftelloS  tfseeko    fsetpos K   fgetpos  KtFILE tmpfile   freopen !  ! ! fopen !` ! !) tftello! !`fseeko!    !!snprintf"& !  ! "&fsetpos"h  "/ Kfgetpos" "h "q ""sprintf" " " "# ### freopen #w # #, #5 #w# ##fopen # # #tmpfile  XpmCreateXpmImageFromImage$W  @ @ # 'XpmFreeXpmImage$~ # $~__posix_ctime_r$ $  tm$% tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst# $ %%__posix_asctime_r % %PCrBufFrP.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -KPIC -DPIC -o .libs/CrBufFrP.o CrBufFrP.c -W0,-xp\$XAoAMiKUNGXMEPj.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKUNGXMEPj.;backend;raw;cd;DBG_GEN 5.2.7aXpmCreateBufferFromPixmap/OQ4ndisplay*x!buffer_return+p;pixmap,h;shapemask-` kattributes.XximageJ0HshapeimageJ1@width2height3ErrorStatus4Dint_XDisplayDisplay char  unsigned long*Pixmap _XExtData  number# next# free_private# private_data# L   XPointerLXExtData *VisualID8 ext_data # visualid# class# red_mask*# green_mask*# blue_mask*#( bits_per_rgb#0 map_entries#4)Visual *Colormapunsigned*Pixel w name# value# pixel#6XpmColorSymbol w name# nlines# lines!#XpmExtension 0 string# symbolic# m_color# g4_color# g_color# c_color#(XpmColor  unsigned short* pixel*# red# green# blue# flags# pad# void 3   *  * ; DXpmAllocColorFunc *   *   ; XpmFreeColorsFunc S valuemask*# visual# colormap# depth# width# height# x_hotspot#$ y_hotspot#( cpp#, pixels-#0 npixels#8 colorsymbols#@ numsymbols#H rgb_fname#P nextensions#X extensions#` ncolors#h colorTable#p hints_cmt#x colors_cmt# pixels_cmt# mask_pixel# exactColors# closeness# red_closeness# green_closeness# blue_closeness# color_key# alloc_pixels-# nalloc_pixels# alloc_close_colors# bitmap_format# alloc_color# free_colors# color_closure;#XpmAttributes S ) _XImage width# height# xoffset# format# data# byte_order# bitmap_unit# bitmap_bit_order# bitmap_pad#$ depth#( bytes_per_line#, bits_per_pixel#0 red_mask*#8 green_mask*#@ blue_mask*#H obdata#P f#X }   s  t           | *      *  \     long  e m funcs09 create_image s# destroy_image # get_pixel # put_pixel# sub_image\# add_pixel#( }XImage 9 xpmCreateImageFromPixmap  * S \ \__posix_ttyname_r   *__posix_getlogin_r7  lockfn   e ntruncate w eeoff64_ttell 3 essize_tpwriteL   *  3pread  L * lseek   ftruncate  e truncateA  eeoff_ttellAu 3 upwrite  ~ * pread  L * lseekA?  A lockfv   eftruncate  e  attropen    openatR    Rcreat [  open    attropen1    1openat|  :  |creat   open  mkstemp# mkstempJ ege __FILE __padJ# gftello  gfseeko  e e fsetpos>   efgetposw  >gFILE wtmpfile  freopen     fopenS   gftelloA Sfseeko  e e fsetpos  >fgetpos>   >G Ybfreopen P k t  fopen  tmpfile XpmCreateBufferFromImage  ! /e __posix_ctime_r   tm$ tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst#  __posix_asctime_r  &!CrDatFrI.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -KPIC -DPIC -o .libs/CrDatFrI.o CrDatFrI.c -W0,-xp\$XAoAMiKVNGXMkVj.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKVNGXMkVj.;backend;raw;cd;DBG_GEN 5.2.7XpmCreateDataFromImageDQ`RXndisplay?xdata_return@pimageAhshapeimageB`attributesCXxpmimageEinfoqF~ErrorStatusG~Dint_XDisplayDisplay char   unsigned longXPointer  _XExtData  number# next# free_private# private_data# ,   ,XExtData VisualID8 ext_data# visualid# class# red_mask# green_mask# blue_mask#( bits_per_rgb#0 map_entries#4 unsigned _XImageE width# height# xoffset# format# data# byte_order# bitmap_unit# bitmap_bit_order# bitmap_pad#$ depth#( bytes_per_line#, bits_per_pixel#0 red_mask#8 green_mask#@ blue_mask#H obdata#P f#X  E #          N  E   E    [ E    # E E     dlong  E   funcs0 create_image# destroy_image# get_pixel# put_pixel[# sub_image# add_pixel#(XImage Visual ColormapPixel  # name# value# pixel#XpmColorSymbol # name# nlines# lines# EXpmExtension 0 , string# symbolic# m_color# g4_color# g_color# c_color#( XpmColor ,unsigned short pixel# red H# green H# blue H# flags# pad# Zvoid  ( #    (XpmAllocColorFunc   #  M  V XpmFreeColorsFunc valuemask# visual# colormap# depth# width# height# x_hotspot#$ y_hotspot#( cpp#, pixels#0 npixels#8 colorsymbols <#@ numsymbols#H rgb_fname#P nextensions#X extensions #` ncolors#h colorTable ?#p hints_cmt#x colors_cmt# pixels_cmt# mask_pixel# exactColors# closeness# red_closeness# green_closeness# blue_closeness# color_key# alloc_pixels# nalloc_pixels# alloc_close_colors# bitmap_format# alloc_color 1# free_colors # color_closure # XpmAttributes    width# height# cpp# ncolors# colorTable ?# data# XpmImage8q valuemask# hints_cmt# colors_cmt# pixels_cmt# x_hotspot# y_hotspot#$ nextensions#( extensions #0XpmInfoXpmCreateDataFromXpmImagemRZ,ndata_returnjximagekpinfolhErrorStatuso`bufpwheaderqwdataqwsptrqwsptr2qwsqwheader_sizerwheader_nlinesrwdata_sizeswdata_nlinesswextensionstwext_sizetwext_nlinestwoffsetuwluwnuwD$  qCreateColorsZX\ndataptrxdata_sizep ?colorshncolorsdcpp`bufwawkeywlwsws2wdefaultswD, CreatePixels2]_nLdataptr+xdata_size,twidth-pheight.lcpp/hpixels0` ?colors1Xs3Px4Ly4Hh4Doffset4@D$CountExtensionsa_aTnQ ext]xnum^text_size_hext_nlines``xb\ybXabTsizebPnlinesbLlinec@DCreateExtensions}axcnkdataptrwxdata_sizextoffsetyp extzhnum{dext_nlines|`x~\y~Xa~Tb~PlineHD0  xpmSetInfo k t__posix_ttyname_r   __posix_getlogin_r&  lockf]    ]truncate f off64_ttell  ssize_tpwrite;     pread  ;  lseek   ftruncate   truncate0  off_ttell0d  dpwrite  m  pread  ;  lseek0.  0 lockfe   ftruncate    attropen    openatA    Acreat J  open    attropen     openatk  )  kcreat t  open   strncpyH    Hsize_tstrlenZ Q strcpy  mkstemp mkstemp2 malloc X freet calloc    __FILE __pad# ftello   fseeko U    Ufsetpos  ^ fgetpos  FILE tmpfile   !freopen !Z ! !  !Z !lfopen ! !c !u ftello0! !fseeko"    ""%snprintf"r "  ". "rfsetpos"  "{  fgetpos" " " "#sprintf#K " # #K#T #f#o freopen # #] #x # ## ##fopen $' # #tmpfile   XpmCreateXpmImageFromImage$ # E E $< tXpmFreeXpmImage$ $< $__posix_ctime_r% $  tm$% tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst# % %%__posix_asctime_r % %CrDatFrP.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -KPIC -DPIC -o .libs/CrDatFrP.o CrDatFrP.c -W0,-xp\$XAoAMiKVNGXMEcj.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKVNGXMEcj.;backend;raw;cd;DBG_GEN 5.2.7 ?XpmCreateDataFromPixmap/ce$ndisplay*x&data_return+p@pixmap,h@shapemask-` pattributes.XximageO0HshapeimageO1@width2height3ErrorStatus4Dint_XDisplayDisplay char   unsigned long/Pixmap _XExtData  number# next# free_private# private_data# Q   XPointerQXExtData /VisualID8 ext_data# visualid# class# red_mask/# green_mask/# blue_mask/#( bits_per_rgb#0 map_entries#4.Visual /Colormapunsigned/Pixel "| name# value# pixel"#;XpmColorSymbol | name# nlines# lines#XpmExtension 0 string# symbolic# m_color# g4_color# g_color# c_color#(XpmColor  unsigned short/ pixel/# red# green# blue# flags # pad # void 8   /  / @ IXpmAllocColorFunc /   /   @ XpmFreeColorsFunc X valuemask/# visual# colormap# depth# width# height# x_hotspot#$ y_hotspot#( cpp#, pixels2#0 npixels#8 colorsymbols#@ numsymbols#H rgb_fname#P nextensions#X extensions#` ncolors#h colorTable#p hints_cmt#x colors_cmt# pixels_cmt# mask_pixel# exactColors# closeness# red_closeness# green_closeness# blue_closeness# color_key# alloc_pixels2# nalloc_pixels# alloc_close_colors# bitmap_format# alloc_color# free_colors# color_closure@#XpmAttributes X . _XImage  width# height# xoffset# format# data# byte_order# bitmap_unit# bitmap_bit_order# bitmap_pad#$ depth#( bytes_per_line#, bits_per_pixel#0 red_mask/#8 green_mask/#@ blue_mask/#H obdata#P f#X   x  y           /        /  a       long   j r funcs0> create_image x# destroy_image # get_pixel # put_pixel# sub_imagea# add_pixel#( XImage >  xpmCreateImageFromPixmap  / X a a__posix_ttyname_r   /__posix_getlogin_r<  lockfs   j struncate | jjoff64_ttell 8 jssize_tpwriteQ   /  8pread  Q / lseek   ftruncate  j truncateF  jjoff_ttellFz 8 zpwrite   / pread  Q / lseekFD  F lockf{   jftruncate  j  attropen     openatW    Wcreat `  open    attropen6    6openat  ?  creat   open  mkstemp( mkstempO jlj __FILE __padO# lftello  lfseeko  j j fsetposC   jfgetpos|  ClFILE |tmpfile  freopen     fopenX  ! lftelloF Xfseeko  j j fsetpos  CfgetposC    CL ^gfreopen U p y  fopen  tmpfile XpmCreateDataFromImage  &   4j __posix_ctime_r   tm$ tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst#  __posix_asctime_r   JCrIFrBuf.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -KPIC -DPIC -o .libs/CrIFrBuf.o CrIFrBuf.c -W0,-xp\$XAoAMiKWNGXMkij.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKWNGXMkij.;backend;raw;cd;DBG_GEN 5.2.7 ^XpmCreateImageFromBuffer1ePfndisplay,xbuffer-pimage_return.hshapeimage_return/`attributes0Ximage2infou3~ErrorStatus4~mdata 5vDint_XDisplayDisplay char unsigned longXPointer  _XExtData  number# next# free_private# private_data# 8   8XExtData  VisualID8 ext_data# visualid# class# red_mask # green_mask # blue_mask #( bits_per_rgb#0 map_entries#4 unsigned  I /           o  R      x       2      long i  ; C funcs0 create_imageI# destroy_imageo# get_pixel# put_pixel# sub_image2# add_pixeli#( _XImage width# height# xoffset# format# data# byte_order# bitmap_unit# bitmap_bit_order# bitmap_pad#$ depth#( bytes_per_line#, bits_per_pixel#0 red_mask #8 green_mask #@ blue_mask #H obdata#P fr#X Visual  Colormap Pixel   name# value# pixel#XpmColorSymbol   name# nlines# lines @# IXpmExtension 0 0 string# symbolic# m_color# g4_color# g_color# c_color#( XpmColor 0unsigned short pixel # red L# green L# blue L# flags# pad# ^void  , /    ,XpmAllocColorFunc   /  Q  Z XpmFreeColorsFunc valuemask # visual# colormap# depth# width# height# x_hotspot#$ y_hotspot#( cpp#, pixels#0 npixels#8 colorsymbols 7#@ numsymbols#H rgb_fname#P nextensions#X extensions #` ncolors#h colorTable C#p hints_cmt#x colors_cmt# pixels_cmt# mask_pixel# exactColors# closeness# red_closeness# green_closeness# blue_closeness# color_key# alloc_pixels# nalloc_pixels# alloc_close_colors# bitmap_format# alloc_color 5# free_colors # color_closure # XpmAttributes    width# height# cpp# ncolors# colorTable C# data#$XpmImage8u valuemask # hints_cmt# colors_cmt# pixels_cmt# x_hotspot# y_hotspot#$ nextensions#( extensions #0XpmInfo;; __FILE __pad#FILE  file# data @#.;8 type# stream# cptr# line# CommentLength# Comment# Bcmt# Ecmt# Bos# Eos# format#.xpmDataXpmCreateXpmImageFromBufferYfg4nbufferVximageWpinfoXhmdata ZwErrorStatus[wD  uOpenBufferqg`gn>bufferox>mdatappD  $ xpmSetAttributes G P YxpmSetInfoMask Y GxpmInitXpmInfo YxpmInitXpmImage PxpmInitAttributesA G . xpmParseDataAndCreate / A J J P Y GxpmParseData A P Y__posix_ttyname_r?    __posix_getlogin_rz  lockf   ; truncate  ;;off64_ttell*  *;ssize_tpwrite<  3  < pread<    <lseek   ftruncateA  ; Atruncate J ;;off_ttell  pwrite<    <pread<K    <lseek   lockf   ;ftruncate  ;  attropenJ    Jopenat  S  creat   open    'attropent  0  topenat  }  creat   open?  mkstempf mkstemp  ftello  fseeko  ; ; fsetpos?   ;fgetposx  ?tmpfile  freopen     fopen<   ftellok <fseeko  ; ; fsetpos  ?fgetpos'   '0 BKfreopen 9 T ]  fopen  tmpfileXpmFreeXpmInfo> YXpmFreeXpmImagee P; e__posix_ctime_r n  tm$ p tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst#  p y__posix_asctime_r CrIFrDat.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -KPIC -DPIC -o .libs/CrIFrDat.o CrIFrDat.c -W0,-xp\$XAoAMiKXNGXMEpj.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKXNGXMEpj.;backend;raw;cd;DBG_GEN 5.2.7 XpmCreateImageFromData1gindisplay,xdata-pimage_return.hshapeimage_return/`attributes0Ximage2infoq3~ErrorStatus4~mdata5vDint_XDisplayDisplay char  unsigned longXPointer  _XExtData  number# next# free_private# private_data!# =   =XExtData VisualID8 ext_data# visualid# class# red_mask# green_mask# blue_mask#( bits_per_rgb#0 map_entries#4 unsigned  N 4           t  W     }       7      long n  @ H funcs0 create_imageN# destroy_imaget# get_pixel# put_pixel# sub_image7# add_pixeln#( _XImage width# height# xoffset# format# data# byte_order# bitmap_unit# bitmap_bit_order# bitmap_pad#$ depth#( bytes_per_line#, bits_per_pixel#0 red_mask#8 green_mask#@ blue_mask#H obdata!#P fw#X Visual ColormapPixel  # name# value# pixel#XpmColorSymbol # name# nlines# lines# EXpmExtension 0 , string# symbolic# m_color# g4_color# g_color# c_color#( XpmColor ,unsigned short pixel# red H# green H# blue H# flags# pad# Zvoid  ( 4    (XpmAllocColorFunc   4  M  V XpmFreeColorsFunc valuemask# visual# colormap# depth# width# height# x_hotspot#$ y_hotspot#( cpp#, pixels#0 npixels#8 colorsymbols <#@ numsymbols#H rgb_fname#P nextensions#X extensions #` ncolors#h colorTable ?#p hints_cmt#x colors_cmt# pixels_cmt# mask_pixel# exactColors# closeness# red_closeness# green_closeness# blue_closeness# color_key# alloc_pixels# nalloc_pixels# alloc_close_colors# bitmap_format# alloc_color 1# free_colors # color_closure # XpmAttributes    width# height# cpp# ncolors# colorTable ?# data# XpmImage8q valuemask# hints_cmt# colors_cmt# pixels_cmt# x_hotspot# y_hotspot#$ nextensions#( extensions #0XpmInfo@@ __FILE __pad#FILE  file# data#*@8 type# stream# cptr# line# CommentLength# Comment # Bcmt# Ecmt# Bos# Eos# format#*xpmDataXpmCreateXpmImageFromDataYi0indataVximageWpinfoXhmdataZwErrorStatus[wD  qOpenArrayqij8n3dataox3mdatappD   xpmSetAttributes < E NxpmSetInfoMask N <xpmInitXpmInfo NxpmInitXpmImage ExpmInitAttributes6 < * xpmParseDataAndCreate 4 6 ? ? E N <xpmParseData 6 E N__posix_ttyname_r4   __posix_getlogin_ro  lockf   @ truncate  @@off64_ttell  @ssize_tpwrite1  (  1 pread1    1lseek   ftruncate6  @ 6truncatey ? @@off_ttelly  pwrite1    1pread1@    1lseekyw  y lockf   @ftruncate  @  attropen?    ?openat  H  creat   open     attropeni  %  iopenat  r  creat   open4  mkstemp[ mkstemp  ftello  fseeko  @ @ fsetpos4   @fgetposm  4tmpfile  freopen     fopen1   ftelloy` 1fseeko  @ @ fsetpos  4fgetpos   % 7@freopen . I R  fopen  tmpfileXpmFreeXpmInfo3 NXpmFreeXpmImageZ E@ Z__posix_ctime_r c  tm$ e tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst#  e n__posix_asctime_r w i 2CrIFrP.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -KPIC -DPIC -o .libs/CrIFrP.o CrIFrP.c -W0,-xp\$XAoAMiKYNGXMkwj.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKYNGXMkwj.;backend;raw;cd;DBG_GEN 5.2.7 MxpmCreateImageFromPixmap/jXk(ndisplay*xpixmap+p`ximage_return,hiwidth-`iheight.Xdum0Tdummy1Pwinr2HD_XDisplayDisplay unsigned longPixmap int charXPointer _XExtData v number# nextv# free_private# private_data#  v XExtDataVisualID8 ext_data# visualid# class# red_mask# green_mask# blue_mask#( bits_per_rgb#0 map_entries#4 unsigned            A $ y   J            long ;    funcs0 create_image# destroy_imageA# get_pixely# put_pixel# sub_image# add_pixel;#( _XImage` width# height# xoffset# format# data# byte_order# bitmap_unit# bitmap_bit_order# bitmap_pad#$ depth#( bytes_per_line#, bits_per_pixel#0 red_mask#8 green_mask#@ blue_mask#H obdata#P fD#XWindow__posix_ttyname_r   __posix_getlogin_r   lockf 8     8truncate { A   off64_ttell {  void   ssize_tpwrite      pread  g    lseek {  { ftruncate    truncate    off_ttell  G   Gpwrite   P  pread     lseek     lockf H    ftruncate z    z attropen  openat $   $creat d -  dopen m   attropen openatN   Ncreat W open  mkstemp mkstemp  9  __FILE^ __pad#9ftello { ^9fseeko    fsetpos   fgetposI  9FILEItmpfileXvfreopenX   XfopenX%  9ftello T %fseeko    fsetpos  fgetpos  +4XfreopenX " = FfopenX  tmpfileXXGetGeometry      i i i iXImageXGetImage         __posix_ctime_r\   tm$ tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst# \&__posix_asctime_r / 8 NCrPFrBuf.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -KPIC -DPIC -o .libs/CrPFrBuf.o CrPFrBuf.c -W0,-xp\$XAoAMiKYNGXME3j.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKYNGXME3j.;backend;raw;cd;DBG_GEN 5.2.78XpmCreatePixmapFromBuffer0kHlndisplay*x d+p'buffer,hApixmap_return-`Ashapemask_return.X rattributes/PximageQ1@shapeimageQ1ErrorStatus2Dint_XDisplayDisplay unsigned longDrawablechar Pixmap 0 _XExtData  number# next# free_private# private_data# J   'XPointerJXExtData VisualID8 ext_data # visualid# class# red_mask# green_mask# blue_mask#( bits_per_rgb#0 map_entries#4'Visual ColormapunsignedPixel u name'# value'# pixel#4XpmColorSymbol u ' name'# nlines# lines#XpmExtension 0 string'# symbolic'# m_color'# g4_color'# g_color'# c_color'#(XpmColor  unsigned short1 pixel# red# green# blue# flags# pad# void :    ' 1 B KXpmAllocColorFunc       B XpmFreeColorsFunc Z valuemask# visual# colormap# depth# width# height# x_hotspot#$ y_hotspot#( cpp#, pixels+#0 npixels#8 colorsymbols#@ numsymbols#H rgb_fname'#P nextensions#X extensions#` ncolors#h colorTable#p hints_cmt'#x colors_cmt'# pixels_cmt'# mask_pixel# exactColors# closeness# red_closeness# green_closeness# blue_closeness# color_key# alloc_pixels+# nalloc_pixels# alloc_close_colors# bitmap_format# alloc_color# free_colors# color_closureB# XpmAttributes Z ' _XImage  width# height# xoffset# format# data'# byte_order# bitmap_unit# bitmap_bit_order# bitmap_pad#$ depth#( bytes_per_line#, bits_per_pixel#0 red_mask#8 green_mask#@ blue_mask#H obdata#P f#X   z  {    '                 c      "long   l t funcs0@ create_image z# destroy_image # get_pixel # put_pixel# sub_imagec# add_pixel#( XImage @xpmCreatePixmapFromImage    __posix_ttyname_r  ' __posix_getlogin_r# ' lockfZ   l Ztruncate c lloff64_ttell : lssize_tpwrite8     :pread  8  lseek   ftruncate  l truncate-  lloff_ttell-a : apwrite  j  pread  8  lseek-+  - lockfb   lftruncate  l  attropen    openat>    >creat~ G  ~open    attropen    openath  &  hcreat q  open  mkstemp 'mkstemp6 'lSl __FILEx __pad6# Sftello x Sfseeko  l l fsetpos*   lfgetposc  *SFILE ctmpfiler  freopenr   r  fopenr?   Sftello-n ?fseeko  l l fsetpos  *fgetpos*   *3 ENrfreopenr < W `  fopenr  tmpfiler   XpmCreateImageFromBuffer  '   $l __posix_ctime_r'  ' tm$ tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst#  '__posix_asctime_r'   ~CrPFrDat.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -KPIC -DPIC -o .libs/CrPFrDat.o CrPFrDat.c -W0,-xp\$XAoAMiKZNGXM0_j.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKZNGXM0_j.;backend;raw;cd;DBG_GEN 5.2.7LXpmCreatePixmapFromData0mnndisplay*xd+p,data,hFpixmap_return-`Fshapemask_return.X nattributes/PximageM1@shapeimageM1ErrorStatus2Dint_XDisplayDisplay unsigned longDrawablechar  #Pixmap 5 _XExtData  number# next# free_private# private_data# O   #XPointerOXExtData VisualID8 ext_data# visualid# class# red_mask# green_mask# blue_mask#( bits_per_rgb#0 map_entries#4,Visual ColormapunsignedPixel  z name## value## pixel #9XpmColorSymbol z name## nlines# lines,#XpmExtension 0 string## symbolic## m_color## g4_color## g_color## c_color##(XpmColor  unsigned short- pixel# red# green# blue# flags# pad# void 6    # - > GXpmAllocColorFunc       > XpmFreeColorsFunc V valuemask# visual# colormap# depth# width# height# x_hotspot#$ y_hotspot#( cpp#, pixels0#0 npixels#8 colorsymbols#@ numsymbols#H rgb_fname##P nextensions#X extensions#` ncolors#h colorTable#p hints_cmt##x colors_cmt## pixels_cmt## mask_pixel# exactColors# closeness# red_closeness# green_closeness# blue_closeness# color_key# alloc_pixels0# nalloc_pixels# alloc_close_colors# bitmap_format# alloc_color# free_colors# color_closure>#XpmAttributes V , _XImage width# height# xoffset# format# data## byte_order# bitmap_unit# bitmap_bit_order# bitmap_pad#$ depth#( bytes_per_line#, bits_per_pixel#0 red_mask#8 green_mask#@ blue_mask#H obdata#P f#X   v  w    #                _     long  h p funcs0< create_image v# destroy_image # get_pixel # put_pixel# sub_image_# add_pixel#( XImage <xpmCreatePixmapFromImage   __posix_ttyname_r  # __posix_getlogin_r # lockfV   h Vtruncate _ hhoff64_ttell 6 hssize_tpwrite4     6pread}  4  lseek   ftruncate  h truncate)  hhoff_ttell)] 6 ]pwrite  f  pread  4  lseek)'  ) lockf^   hftruncate  h  attropen    openat:    :creatz C  zopen    attropen    openatd  "  dcreat m  open  mkstemp #mkstemp2 #hOh __FILEt __pad2# Oftello t Ofseeko  h h fsetpos&   hfgetpos_  &OFILE _tmpfilen  freopenn   n  fopenn;   Oftello)j ;fseeko  h h fsetpos  &fgetpos&   &/ AJnfreopenn 8 S \  fopenn  tmpfilen XpmCreateImageFromData  ,    h __posix_ctime_r#  # tm$ tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst#  #__posix_asctime_r#   CrPFrI.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -KPIC -DPIC -o .libs/CrPFrI.o CrPFrI.c -W0,-xp\$XAoAMiKaNGXMEGk.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKaNGXMEGk.;backend;raw;cd;DBG_GEN 5.2.7bxpmCreatePixmapFromImage.nonbdisplay*xd+pHximage,hbpixmap_return-`gc{/Xvalues 0~D_XDisplaybDisplayn unsigned longDrawable int charXPointerb _XExtData M number# nextM# free_privates# private_data# s MVXExtData|VisualID8f ext_data# visualid# class# red_mask# green_mask# blue_mask#( bits_per_rgb#0 map_entries#4 unsigned _XImage width# height# xoffset# format# data# byte_order# bitmap_unit# bitmap_bit_order# bitmap_pad#$ depth#( bytes_per_line#, bits_per_pixel#0 red_mask#8 green_mask#@ blue_mask#H obdata#P f#X{ q  f o    o o    z          Z    o o long   ck funcs07 create_imageq# destroy_image# get_pixel# put_pixel# sub_imageZ# add_pixel#({XImage7PixmapQ_XGCkrGCFont function# plane_mask# foreground# background# line_width# line_style#$ cap_style#( join_style#, fill_style#0 fill_rule#4 arc_mode#8 tileQ#@ stippleQ#H ts_x_origin#P ts_y_origin#T font#X subwindow_mode#` graphics_exposures#d clip_x_origin#h clip_y_origin#l clip_maskQ#p dash_offset#x dashes#|XGCValues__posix_ttyname_r    __posix_getlogin_r A  lockf x   c xtruncate ccoff64_ttell   void  cssize_tpwrite  ^     pread   ^  lseek   ftruncate   c truncate S  ccoff_ttell S   pwrite    pread   ^  lseek SQ  S lockf   cftruncate  cattropen   openatd  " dcreat m oopen  attropenC   Copenat  L creat  oopen  mkstemp5 mkstemp\ cyc __FILE __pad\#yftello  yfseeko  c cfsetposP  cfgetpos  PyFILEtmpfilefreopen   %fopene  .yftello S efseeko  c cfsetpos  PfgetposP  PYktfreopen b } fopen,  tmpfileXPutImage   r      o oXFreeGC  rbXCreatePixmapQE  Q o o obXCreateGC{ E   Nc__posix_ctime_r   tm$ tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst# __posix_asctime_r  Image.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -KPIC -DPIC -o .libs/Image.o Image.c -W0,-xp\$XAoAMiKbNGXMkMk.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKbNGXMkMk.;backend;raw;cd;DBG_GEN 5.2.7PxpmInitXpmImage-opnAimage,xDunsignedchar0string#symbolic#m_color#g4_color#g_color# c_color#( XpmColor .width#height#cpp#ncolors# colorTable#data# XpmImage.XpmFreeXpmImage8p8pnAimage7xDint xpmFreeColorTable  unsigned long __posix_ttyname_r*    __posix_getlogin_re  long lockf   e  truncate  e eoff64_t tell void % essize_t pwrite7  .  7 pread7    7 lseek    ftruncate<  e < truncate E e eoff_t tell   pwrite7    7 pread7F    7 lseek}    lockf   e ftruncate  e   attropenE    E openat  N   creat    open       " attropen o  +   o openat  x   creat   open :   mkstemp a  mkstemp  free e e__FILE __pad # ftello   fseeko _  e  e _ fsetpos  he fgetpos  FILE tmpfile      freopen  d  "  d  v fopen  m  ftello fseeko   e  e  fsetpos _  &  fgetpos _ h      freopen  " 4= fopen } + Ftmpfile  e __posix_ctime_r  tm$tm_sec#tm_min#tm_hour#tm_mday# tm_mon#tm_year#tm_wday#tm_yday#tm_isdst# __posix_asctime_r  YInfo.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -KPIC -DPIC -o .libs/Info.o Info.c -W0,-xp\$XAoAMiKbNGXMEVk.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKbNGXMEVk.;backend;raw;cd;DBG_GEN 5.2.7AxpmInitXpmInfo-pqnQinfo,xDunsigned longcharunsigned^name#nlines#lines# XpmExtension^8?valuemask#hints_cmt#colors_cmt#pixels_cmt#x_hotspot# y_hotspot#$nextensions#(extensionsu#0 ~XpmInfo?XpmFreeXpmInfo<q r,nQinfo;xDxpmSetInfoMask\rPrnQinfoZx attributes[pD int _XExtData vnumber#nextv#free_private#private_data#  v XPointer  XExtData VisualID8ext_data#visualid#class#red_mask#green_mask# blue_mask#(bits_per_rgb#0map_entries#4 Visual Colormap Pixel)name#value#pixel# XpmColorSymbol)0string#symbolic#m_color#g4_color#g_color# c_color#( KXpmColor _XDisplayunsigned shortpixel#red#green# blue# flags#pad#void       XpmAllocColorFunc P      PXpmFreeColorsFunc valuemask#visual#colormap#depth#width#height# x_hotspot#$y_hotspot#(cpp#,pixels#0npixels#8colorsymbolsB#@numsymbols#Hrgb_fname#Pnextensions#Xextensionsu#`ncolors#hcolorTable#phints_cmt#xcolors_cmt#pixels_cmt#mask_pixel#exactColors#closeness#red_closeness#green_closeness#blue_closeness#color_key#alloc_pixels#nalloc_pixels#alloc_close_colors#bitmap_format#alloc_color#free_colorsY#color_closure# uXpmAttributes xpmSetInfokrsn -Qinfoix attributesjpD __posix_ttyname_r p   __posix_getlogin_r  longlockf    truncate - off64_ttell - c  c ssize_tpwrite u  l  upread u   ulseek -H  - ftruncatez  ztruncate  off_ttell pwrite uD    upread u   ulseek   lockf   ftruncate$  $6attropen - ? openat   creat  openN  N`attropen W i openat   creat8  8openx A mkstemp mkstemp free    __FILE$__pad#ftello -S $fseeko S  fsetpos S  fgetpos S  FILEtmpfile<Nfreopen E W fopen  ftello fseekoR S  Rfsetpos S [Sfgetpos  freopenN    NWirfopen ` {tmpfileXpmFreeExtensions   __posix_ctime_rL   tm$ tm_sec#tm_min#tm_hour#tm_mday# tm_mon#tm_year#tm_wday#tm_yday#tm_isdst# L __posix_asctime_r  (RdFToBuf.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -KPIC -DPIC -o .libs/RdFToBuf.o RdFToBuf.c -W0,-xp\$XAoAMiKcNGXM0bk.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKcNGXM0bk.;backend;raw;cd;DBG_GEN 5.2.7XpmReadFileToBufferAsunfilename?xbuffer_return@pfdBhfcheckBdlenCXptrDPstatsE~fpsF~D intcharlongoff_tunsigned longdev_tino_tunsignedmode_tnlink_tuid_tgid_ttime_t timespec tv_secN# tv_nsec#_timestruc_tblksize_tblkcnt_t   stat" st_dev# st_ino# st_mode # st_nlink# st_uid.# st_gid># st_rdev# st_size#( st_atim#0 st_mtim#@ st_ctim#P st_blksize#` st_blocks#h st_fstype#p ?  __FILEd __pad"#?FILEd |lstat fstatat+ +4stat|=Ffstat    stat64 st_dev# st_ino# st_mode # st_nlink# st_uid.# st_gid># st_rdev# st_size#( st_atim#0 st_mtim#@ st_ctim#P st_blksize#` st_blocks#h st_fstype#pfstatatS S\lstaten statfstat $__posix_ttyname_r g__posix_getlogin_r lockf   truncate  off64_ttell  Rvoid R Zssize_tpwrite l  c l Rpread l   llseek  ? ftruncate q  qtruncate  ztell  R pwrite l +  lpread l k  llseek lockf ftruncate close 0  0  Battropen  9 K  openat    creat  openZ# Z lattropencu openat creatD  DopenMmkstempmkstemp Rmallocfree?ftello L?fseekoL fsetposLfgetposLtmpfiles  /freopensz&8s z fopens?ftellofseeko3L 3fdopenst< tfsetposL}Lfgetpossize_tLfread[ [d vsfreopensm  fopens7fclose]Ltmpfiles r__posix_ctime_r{ tm$} tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst# }__posix_asctime_rRdFToDat.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -KPIC -DPIC -o .libs/RdFToDat.o RdFToDat.c -W0,-xp\$XAoAMiKdNGXMUjk.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKdNGXMUjk.;backend;raw;cd;DBG_GEN 5.2.7XpmReadFileToData,uvXn``ofilename*xdata_return+pimage-Hinfo.ErrorStatus`/D intchargoxunsigned0 stringo# symbolico# m_coloro# g4_coloro# g_coloro# c_coloro#( XpmColor  width# height# cpp# ncolors# colorTable.# data7# @XpmImageunsigned long# nameo# nlines# linesx# XpmExtension#8 valuemask# hints_cmto# colors_cmto# pixels_cmto# x_hotspot# y_hotspot#$ nextensions#( extensions:#0 CXpmInfo __posix_ttyname_r`Y ` o  __posix_getlogin_r` o `long lockf` ` `  g truncate`   off64_t tellL `void LT ssize_t pwritef ` ]  fL preadf `   f lseek9 `  ` ftruncate`k `  gk truncate` t  off_t tell ` L pwritef5 `   f preadfu `   f lseek `  ` lockf` ` `  ftruncate`  `  g  g ' attropen` t  0 ` g t openat` ` } ` g creat`  g open` ?  ` g ? g Q attropen` H Z ` g openat` ` ` g creat` )  g ) open` i 2 ` mkstemp` o mkstemp` o __FILE __pad # ftello (  fseeko` i (  `  i fsetpos` ( r fgetpos` ( FILE tmpfile  g  g # freopen  n  , g n g fopen  w  ftello fseeko`' (  ` ' fsetpos`i ( 0 ( fgetpos` i r g g freopen #    g#, g>G fopen  5 Ptmpfile @C XpmCreateDataFromXpmImage`    XpmReadFileToXpmImage`@ o  XpmFreeXpmInfof XpmFreeXpmImage   __posix_ctime_ro  otm$ tm_sec`# tm_min`# tm_hour`# tm_mday`# tm_mon`# tm_year`# tm_wday`# tm_yday`# tm_isdst`# o__posix_asctime_ro  (IRdFToI.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -KPIC -DPIC -o .libs/RdFToI.o RdFToI.c -W0,-xp\$XAoAMiKeNGXMktk.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKeNGXMktk.;backend;raw;cd;DBG_GEN 5.2.7XpmReadFileToImageEvxndisplay@xfilenameApimage_returnBhshapeimage_returnC`attributesDXimageFinfokG~ErrorStatusH~mdataIvDint_XDisplayDisplay char unsigned longXPointer  _XExtData  number# next# free_private# private_data# .   .XExtData VisualID8 ext_data# visualid# class# red_mask# green_mask# blue_mask#( bits_per_rgb#0 map_entries#4 unsigned  ? %           e  H     n       (      long _  1 9 funcs0 create_image?# destroy_imagee# get_pixel# put_pixel# sub_image(# add_pixel_#( _XImage width# height# xoffset# format# data# byte_order# bitmap_unit# bitmap_bit_order# bitmap_pad#$ depth#( bytes_per_line#, bits_per_pixel#0 red_mask#8 green_mask#@ blue_mask#H obdata#P fh#X Visual ColormapPixel   name# value# pixel#XpmColorSymbol   name# nlines# lines 6# ?XpmExtension 0 & string# symbolic# m_color# g4_color# g_color# c_color#( XpmColor &unsigned short pixel# red B# green B# blue B# flags# pad# Tvoid  " %    "XpmAllocColorFunc   %  G  P XpmFreeColorsFunc valuemask# visual# colormap# depth# width# height# x_hotspot#$ y_hotspot#( cpp#, pixels#0 npixels#8 colorsymbols -#@ numsymbols#H rgb_fname#P nextensions#X extensions #` ncolors#h colorTable 9#p hints_cmt#x colors_cmt# pixels_cmt# mask_pixel# exactColors# closeness# red_closeness# green_closeness# blue_closeness# color_key# alloc_pixels# nalloc_pixels# alloc_close_colors# bitmap_format# alloc_color +# free_colors # color_closure # XpmAttributes    width# height# cpp# ncolors# colorTable 9# data#XpmImage8k valuemask# hints_cmt# colors_cmt# pixels_cmt# x_hotspot# y_hotspot#$ nextensions#( extensions #0XpmInfo11 __FILE __pad}#FILE  file# data 6#$18 type# stream# cptr# line# CommentLength# Comment# Bcmt# Ecmt# Bos# Eos# format#$xpmDataXpmReadFileToXpmImageox8xnfilenamelximagempinfonhmdatapwErrorStatusqwD  kxpmPipeThroughx| nfd|cmdparg1hmode`fpPstatusLfdsDin@outpid%D   %1pid_tOpenReadFile|8xnZfilenamexZmdatap|Xh|h|hfdhextl`|}|}|}lenuXcompressfilePD  csize_txpmDataClosenZmdataxD %waitpid% %  %unsigned long longrlim64_t rlimit64 x rlim_cur&# rlim_max&# 9getrlimit  x9 setrlimit  rlim_t rlimit E rlim_cur# rlim_max# getrlimit  E setrlimit   ___errno  xpmSetAttributes7   xpmSetInfoMaskf  xpmInitXpmInfo xpmInitXpmImage xpmInitAttributes  $ xpmParseDataAndCreateY %      xpmParseData   __posix_ttyname_r   __posix_getlogin_r  lockfL   1 Ltruncate U 11off64_ttell  1ssize_tpwrite*     preads  *  lseek   ftruncate  1 truncate  11off_ttellS  Spwrite  \  pread  *  pipe lseekA   lockfx   1ftruncate  1fork%_exit   execlp-  closeR  R dattropen [ m  openat    creat<   <open| E  | attropen    openat &    &creat f /  fopen o  strrchr  strlenu!  !)!2strcpy!s ! !; !s !strcmp! !| !dup2!  mkstemp" mkstemp"A malloc "g free" ftello" " fseeko" " 1 1 "fsetpos#5 " " 1fgetpos#n " #5tmpfile # #freopen# # #  # #fopen$2 # # ftello$a $2fseeko$ " 1  $fdopen$  $ $perror% $1 % fsetpos%L " %"#5fgetpos% %L %U %% %%freopen& % % % && &!&*fopen&j & &3fclose& "tmpfileXpmFreeXpmInfo& XpmFreeXpmImage& 1 &__posix_ctime_r'< &  tm$ ' tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst# '< '( __posix_asctime_r ( (RdFToP.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -KPIC -DPIC -o .libs/RdFToP.o RdFToP.c -W0,-xp\$XAoAMiKfNGXM03k.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKfNGXM03k.;backend;raw;cd;DBG_GEN 5.2.7XpmReadFileToPixmap0ndisplay*xd+pfilename,h7pixmap_return-`7shapemask_return.X hattributes/PximageG1@shapeimageG1ErrorStatus2Dint_XDisplayDisplay unsigned longDrawablechar Pixmap & _XExtData  number# next# free_private# private_data# @   XPointer@XExtData VisualID8 ext_data# visualid # class# red_mask# green_mask# blue_mask#( bits_per_rgb#0 map_entries#4Visual ColormapunsignedPixel k name# value# pixel#*XpmColorSymbol k  name# nlines# lines#XpmExtension 0} string# symbolic# m_color# g4_color# g_color# c_color#(XpmColor } unsigned short' pixel# red# green# blue# flags# pad# void 0     ' 8 AXpmAllocColorFunc       8 XpmFreeColorsFunc P valuemask# visual# colormap# depth# width# height# x_hotspot#$ y_hotspot#( cpp#, pixels!#0 npixels#8 colorsymbols#@ numsymbols#H rgb_fname#P nextensions#X extensions#` ncolors#h colorTable#p hints_cmt#x colors_cmt# pixels_cmt# mask_pixel# exactColors# closeness# red_closeness# green_closeness# blue_closeness# color_key# alloc_pixels!# nalloc_pixels# alloc_close_colors# bitmap_format# alloc_color# free_colors# color_closure8#XpmAttributes P  _XImage width# height# xoffset# format# data# byte_order# bitmap_unit# bitmap_bit_order# bitmap_pad#$ depth#( bytes_per_line#, bits_per_pixel#0 red_mask#8 green_mask#@ blue_mask#H obdata#P f#X z   p  q           y         Y     long  b j funcs06 create_image p# destroy_image # get_pixel # put_pixel# sub_imageY# add_pixel#( zXImage 6xpmCreatePixmapFromImage   __posix_ttyname_r   __posix_getlogin_r  lockfP   b Ptruncate Y bboff64_ttell 0 bssize_tpwrite.     0preadw  .  lseek   ftruncate  b truncate#  bboff_ttell#W 0 Wpwrite  `  pread  .  lseek#!  # lockfX   bftruncate  b  attropen    openat4    4creatt =  topen }   attropen    openat^    ^creat g  open  mkstemp mkstemp, bIb __FILEn __pad,# Iftello n Ifseeko  b b fsetpos   bfgetposY   IFILE Ytmpfileh  freopenh   h  fopenh5   Iftello#d 5fseeko  b b fsetpos   fgetpos    ) ;Dhfreopenh 2 M V  fopenh  tmpfileh XpmReadFileToImagey     b y__posix_ctime_r   tm$ tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst#  __posix_asctime_r  <WrFFrBuf.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -KPIC -DPIC -o .libs/WrFFrBuf.o WrFFrBuf.c -W0,-xp\$XAoAMiKfNGXM0\$k.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKfNGXM0$k.;backend;raw;cd;DBG_GEN 5.2.7XpmWriteFileFromBuffer.nVVefilename,xebuffer-pfcheckV/hlenV/dfp0XD intchar]longn n __FILE __padv# FILEunsigned long __posix_ttyname_rV$Ve __posix_getlogin_rV_eV lockfVVVn] truncateVn noff64_t tellVvoid nssize_t pwrite)|V ) pread)V|) lseekVV ftruncateV.Vn]. truncateVq7n noff_t tellqV pwrite)V) pread)8V|) lseekqoVqV lockfVVVn ftruncateVVn]] attropenV7V]7 openatVV@V]unsigned creatV] openVV]] attropenVm)V]m openatVVvV] creatV] openV 8 V] 8 size_t strlen J  A mkstempV e mkstempV e ftello   fseekoV ? nVn ? fsetposV   Hn fgetposV   tmpfile] ] freopen ,  ] ,] > fopen ~ 5 G ftelloq  ~ fseekoV  nVn fsetposV '    fgetposV i ' 0 i r fwrite J  { J J ]  ]   freopen F   ] F O] a j fopen  X s fcloseV  tmpfilen __posix_ctime_re/ e tm$ tm_secV# tm_minV# tm_hourV# tm_mdayV# tm_monV# tm_yearV# tm_wdayV# tm_ydayV# tm_isdstV# /e__posix_asctime_re WrFFrDat.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -KPIC -DPIC -o .libs/WrFFrDat.o WrFFrDat.c -W0,-xp\$XAoAMiKgNGXMUGl.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKgNGXMUGl.;backend;raw;cd;DBG_GEN 5.2.7XpmWriteFileFromData,Xn\\kfilename*xtdata+pimage-Hinfo.ErrorStatus\/D intcharckunsigned0 stringk# symbolick# m_colork# g4_colork# g_colork# c_colork#( XpmColor}  width}# height}# cpp}# ncolors}# colorTable!# data*# 3XpmImageunsigned long namek# nlines}# linest# XpmExtension8 valuemask# hints_cmtk# colors_cmtk# pixels_cmtk# x_hotspot}# y_hotspot}#$ nextensions}#( extensions-#0 6XpmInfo __posix_ttyname_r\L \ k  __posix_getlogin_r\ k \long lockf\ \ \  c truncate\   off64_t tell ? \void ?G ssize_t pwriteY \ P  Y? preadY \   Y lseek , \  \ ftruncate\^ \  c^ truncate\ g  off_t tell \ ? pwriteY( \   Y preadYh \   Y lseek \  \ lockf\ \ \  ftruncate\  \  c  c  attropen\ g  # \ c g openat\ \ p \ c creat\ } c open\ 2 \ c 2 c D attropen\ ; M \ c openat\ \ \ c creat\  } c  open\ \ % \ mkstemp\ k mkstemp\ k __FILE __pad # ftello    fseeko\ \   \  \ fsetpos\  e fgetpos\  FILE tmpfile  c  c  freopen  a  c a c s fopen  j | ftello fseeko\   \  fsetpos\\  #  fgetpos\ \ e c c freopen     c c1: fopen z ( Ctmpfile 36 XpmCreateXpmImageFromData\ t   XpmWriteFileFromXpmImage\6 k  XpmFreeXpmInfo\ XpmFreeXpmImage   __posix_ctime_rk  ktm$ tm_sec\# tm_min\# tm_hour\# tm_mday\# tm_mon\# tm_year\# tm_wday\# tm_yday\# tm_isdst\# k__posix_asctime_rk  (WrFFrI.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -KPIC -DPIC -o .libs/WrFFrI.o WrFFrI.c -W0,-xp\$XAoAMiKhNGXM0Ml.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKhNGXM0Ml.;backend;raw;cd;DBG_GEN 5.2.7nXpmWriteFileFromImageMhndisplayHxfilenameIpwimageJhwshapeimageK`attributesLXxpmimageNinfo^O~ErrorStatusP~Dint_XDisplayDisplay char unsigned longXPointer  _XExtData | number# next|# free_private# private_data#   | XExtData VisualID8 ext_data# visualid# class# red_mask# green_mask# blue_mask#( bits_per_rgb#0 map_entries#4 unsigned _XImage) width# height# xoffset# format# data# byte_order# bitmap_unit# bitmap_bit_order# bitmap_pad#$ depth#( bytes_per_line#, bits_per_pixel#0 red_mask#8 green_mask#@ blue_mask#H obdata#P f#X  )           2  )   )    ? )     ) )     Hlong  )   funcs0f create_image# destroy_image# get_pixel# put_pixel?# sub_image# add_pixel#(XImage fVisual ColormapPixel   name# value# pixel#XpmColorSymbol   t name# nlines# lines )# 2XpmExtension t0  string# symbolic# m_color# g4_color# g_color# c_color#( XpmColor unsigned short pixel# red 5# green 5# blue 5# flags# pad# Gvoid       XpmAllocColorFunc     :  C XpmFreeColorsFunc valuemask# visual# colormap# depth# width# height# x_hotspot#$ y_hotspot#( cpp#, pixels#0 npixels#8 colorsymbols #@ numsymbols#H rgb_fname#P nextensions#X extensions #` ncolors#h colorTable ,#p hints_cmt#x colors_cmt# pixels_cmt# mask_pixel# exactColors# closeness# red_closeness# green_closeness# blue_closeness# color_key# alloc_pixels# nalloc_pixels# alloc_close_colors# bitmap_format# alloc_color # free_colors # color_closure # XpmAttributes    width# height# cpp# ncolors# colorTable ,# data# XpmImage8^ valuemask# hints_cmt# colors_cmt# pixels_cmt# x_hotspot# y_hotspot#$ nextensions#( extensions #0XpmInfoXpmWriteFileFromXpmImagej0nfilenamegximagehpinfoihmdatakwnamelwdotlwslwnew_name%loErrorStatusmoC<D$  ^ __FILE __pad#FILE  file# data )#88 type# stream# cptr# line# CommentLength# Comment# Bcmt# Ecmt# Bos# Eos# format#8xpmDataDxpmWriteFile`nfileximagepnamehinfo`cmtsXextensionsTErrorStatusPD(WriteColorsnfilex ,colorspncolorslahkeydsXdefaults )PD$WritePixelsnfilexwidththeightpcpplpixels` ,colorsXsHp@bufxyhD0WriteExtensions(nfile%x ext&pnum'lx)hy)dn)`line )*XD$OpenWriteFileD0TntfilenameBxtmdataCpPLLLlen}J`fdL\D size_txpmDataClosehntmdatagxD   xpmPipeThroughU    unsigned long longUrlim64_t rlimit64  rlim_curk# rlim_maxk# ~getrlimit  ~ setrlimit<  rlim_t rlimit  rlim_cur<# rlim_max<# Mgetrlimit  M setrlimit    xpmSetInfoF  __posix_ttyname_r   __posix_getlogin_r  lockf    truncate>  off64_ttell>t  tssize_tpwrite  }   pread"    lseek>Y  > ftruncate   truncate  off_ttell  pwriteU    pread    lseek   lockf   ftruncate5   5 Gattropen > P  openat    creat   open_ (  _ qattropen h z  openat    creat I   Iopen R  strrchr  strchr!   ! !strncpy!i ! !'  !istrlen}! !r ! !strcmp! ! !mkstemp" mkstemp"B malloc "h free" ftello>" " fseeko" "   "fsetpos#6 " " fgetpos#o " #6!tmpfile # #freopen# # #  # #fopen$3 # # ftello$b $3fseeko$ "   $fdopen$  $ $fsetpos% " $ " #6fgetpos%_ % %& " %h %qfprintf% %_ %z % % % % freopen&, % % % &, &5 &G &Pfopen& &> &Yfclose& "!tmpfile  XpmCreateXpmImageFromImage'2  ) ) & XpmFreeXpmImage'Y & 'Y__posix_ctime_r' 'b  tm$ (d tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst# ' (d (m "__posix_asctime_r (v (WrFFrP.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -KPIC -DPIC -o .libs/WrFFrP.o WrFFrP.c -W0,-xp\$XAoAMiKiNGXMUVl.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKiNGXMUVl.;backend;raw;cd;DBG_GEN 5.2.78XpmWriteFileFromPixmap/Tndisplay*x filename+p$pixmap,h$shapemask-` ]attributes.Xximage<0Hshapeimage<1@width2height3ErrorStatus4Dint_XDisplayDisplay char unsigned longPixmap _XExtData  number# next# free_private# private_data# 5    XPointer5XExtData VisualID8 ext_data# visualid# class# red_mask# green_mask# blue_mask#( bits_per_rgb#0 map_entries#4Visual ColormapunsignedPixel ` name # value # pixel#XpmColorSymbol `   name # nlines# lines#XpmExtension 0r string # symbolic # m_color # g4_color # g_color # c_color #(XpmColor r unsigned short pixel# red# green# blue# flags# pad# void % w     - 6wXpmAllocColorFunc       - XpmFreeColorsFunc E valuemask# visual# colormap# depth# width# height# x_hotspot#$ y_hotspot#( cpp#, pixels#0 npixels#8 colorsymbolsy#@ numsymbols#H rgb_fname #P nextensions#X extensions#` ncolors#h colorTable#p hints_cmt #x colors_cmt # pixels_cmt # mask_pixel# exactColors# closeness# red_closeness# green_closeness# blue_closeness# color_key# alloc_pixels# nalloc_pixels# alloc_close_colors# bitmap_format# alloc_color# free_colors# color_closure-# XpmAttributes E  _XImage width# height# xoffset# format# data # byte_order# bitmap_unit# bitmap_bit_order# bitmap_pad#$ depth#( bytes_per_line#, bits_per_pixel#0 red_mask#8 green_mask#@ blue_mask#H obdata#P f#X o   e  f          n         N      long  W _ funcs0+ create_image e# destroy_image # get_pixel # put_pixel# sub_imageN# add_pixel#( oXImage + xpmCreateImageFromPixmap   E N N__posix_ttyname_r   __posix_getlogin_r)  lockf`   W `truncate i WWoff64_ttell % Wssize_tpwrite>     %pread  >  lseek   ftruncate  W truncate3  WWoff_ttell3g % gpwrite  p  pread  >  lseek31  3 lockfh   Wftruncate  W  attropen    openatD    Dcreat M  open    attropen#    #openatn  ,  ncreat w  open  mkstemp  mkstemp<  WYW __FILE~ __pad<# Yftello ~ Yfseeko  W W fsetpos0   Wfgetposi  0YFILE itmpfilex  freopenx   x  fopenxE   Yftello3t Efseeko  W W fsetpos  0fgetpos0   09 KTxfreopenx B ] f  fopenx  tmpfilex  XpmWriteFileFromImage   !W __posix_ctime_r    tm$ tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst#   __posix_asctime_r   PN0create.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -KPIC -DPIC -o .libs/create.o create.c -W0,-xp\$XAoAMiKjNGXM0bl.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKjNGXM0bl.;backend;raw;cd;DBG_GEN 5.2.7UxpmVisualTypenvisualxDint_XExtData fnumber#nextf#free_private#private_data#  fochar XPointer XExtDataunsigned long VisualID 8ext_data#visualid#class#red_mask#green_mask# blue_mask#(bits_per_rgb#0map_entries#4 Visualcloseness_cmpH|nK\axnbp x` yXD voidKSKelongcols_index#closenessw#CloseColorAllocColorDndisplayxcolormappcolornamehbxcolor`kclosureX statusPD_XDisplay Display Colormapunsigned short Qpixel#red#green# blue# flags#pad# XColorQKSetCloseColorpdndisplayxcolormappvisualhbcol ` image_pixel X mask_pixel P alloc_pixels H nalloc_pixels @attributesbcolsncols allocColorkclosurered_closenesswgreen_closenesswblue_closenessw~n~alloc_color~\@@closenessesV~iX~cX~D Pixelunsigned   hname#value#pixel# 'XpmColorSymbol h  name#nlines #lines # XpmExtension 0 zstring#symbolic#m_color#g4_color#g_color# c_color#( XpmColor z    k XpmAllocColorFunc  X    k  XXpmFreeColorsFunc valuemask#visual#colormap#depth #width #height # x_hotspot #$y_hotspot #(cpp #,pixels #0npixels #8colorsymbols #@numsymbols #Hrgb_fname#Pnextensions #Xextensions #`ncolors #hcolorTable #phints_cmt#xcolors_cmt#pixels_cmt#mask_pixel #exactColors#closeness #red_closeness #green_closeness #blue_closeness #color_key#alloc_pixels #nalloc_pixels#alloc_close_colors#bitmap_format#alloc_color #free_colors a#color_closurek# }XpmAttributesSetColorxndisplayxcolormappvisualhcolorname` color_index\ image_pixelP mask_pixelH mask_pixel_index@ alloc_pixels nalloc_pixels used_pixels nused_pixelsattributesbcolsncols allocColorkclosure~xcolorQ~status~DCreateColorsndisplayxattributesp colorsh ncolorsd image_pixelsX mask_pixelsP mask_pixel_indexH alloc_pixels@ nalloc_pixels used_pixels nused_pixelsvisual colormap colorsymbols  numsymbols  allocColor  ~closurek~colorname~color ~key ~pixel_defined~symbol ~defaults ~ErrorStatus~s~default_index~colsb~ncols ~i M~\DDDn y~`def_index~DTDTDk ~DFreeColorsnRdisplayxcolormapp pixelshndkclosureXDXpmCreateImageFromXpmImage0ndisplayxWimagepimage_returnhshapeimage_return`attributesXvisualHcolormap@depth bitmap_formatfreeColors aximage7shapeimage7mask_pixel_index ErrorStatus image_pixels  mask_pixels  alloc_pixels used_pixels ~nalloc_pixels ~nused_pixels ~D, Dwidth #height #cpp #ncolors # colorTable #data # XpmImageD i `        r  i > i    i   G i i      i wfuncs0create_image#destroy_image#get_pixel>#put_pixel#sub_image# add_pixel#(_XImagewidth#height#xoffset#format# data#byte_order#bitmap_unit#bitmap_bit_order# bitmap_pad#$depth#(bytes_per_line#,bits_per_pixel#0red_mask#8green_mask#@blue_mask#Hobdata#Pf#Xi XImage&CreateXImageHHn5displayxvisualp depthlformath widthd height`image_returnXbitmap_padPD$unsigned char5Fnw_reverse_byteO _XReverse_Bytes0xnbpt.x nb/tD 5xpm_xynormalizeimagebits= nvbp;x7img<pc5>oD xpm_znormalizeimagebits[0nbpYx7imgZpc5\oD 5 w_lomask 5 1 Ww_himask : _putbitsn!<srcxdstoffsettnumbitspdsthchlo5gchhi5fhibits`D(PutImagePixelsƴn"7imagex widtht heightp pixelindexh pixels`srcXdstPiptr Hx Dy @datapixelpxnbytesdepthibuibppiDPutImagePixels32tn$27image x widtht heightp pixelindexh pixels`dataXiptr Py Lpixel@bpl ?data_ptr@max_data@DPutImagePixels16ɘˬn%t7image{x width|t height}p pixelindex~h pixels`dataXiptr Py Lpixel@bpl data_ptrmax_dataDPutImagePixels8n&7imagex widtht heightp pixelindexh pixels`dataXiptr Py Lbpl Hdata_ptr@max_dataDPutImagePixels1n(A7imagex widtht heightp pixelindexh pixels`LLiptr Xy TdataHvalue!Gdata_ptr"max_data"bpl#diff$count$DXpmCreatePixmapFromXpmImagesըn)pdisplaymx)pdnpWimageoh)pixmap_returnp`)shapemask_returnqXattributesrPximage7t@shapeimage7tErrorStatusuD Drawable Pixmap)PutPixel1n*7ximagexxtyppixelhsrcXdstPiLpx@nbytesDPutPixel۸n+7ximagexxtyppixelhsrcXdstPiLpx@nbytes  ibpp  DPutPixel32MSB=ܘn,$7ximage9xx:ty;ppixel<haddr>XDPutPixel32LSBQxn,7ximageMxxNtyOppixelPhaddrRXDPutPixel16MSBeݨ8n-`7ximageaxxbtycppixeldhaddrfXDPutPixel16LSBwhn-7ximagesxxttyuppixelvhaddrxXDPutPixel8(ߘn.7ximagexxtyppixelhDPutPixel1MSBn/ 7ximagexxtyppixelhDPutPixel1LSBn/7ximagexxtyppixelhDxpmParseDataAndCreaten3displayx5)datapimage_returnhshapeimage_return`WimageX6infoPattributesHvisualcolormapdepth bitmap_formatfreeColors aximage7shapeimage7mask_pixel_index image_pixels mask_pixels ~alloc_pixels ~used_pixels ~nalloc_pixels ~nused_pixels ~width ~height ~ncolors ~cpp ~x_hotspot ~y_hotspot ~hotspot ~extensions ~colorTable ~hints_cmt~colors_cmt~pixels_cmt~cmts ~ErrorStatus~hashtable6~D8w3w__FILE3__pad3# 3FILE34file3#data #4<w85type #stream3#cptr#line #CommentLength#Comment4# Bcmt#Ecmt#Bos#Eos#format# 4 <        xpmParseHeader>; <xpmGetCmt>m < xpmNextString> <6qxpmHashSlot6h> > > xpmHashTableFree? =<xpmHashTableInit?8 =< xpmCreatePixmapFromImage?  i  xpmFreeColorTable? =* __posix_ttyname_r?   __posix_getlogin_r@3  lockf@j   w@jtruncate@ @s w woff64_ttell@@ K@ wssize_tpwrite@AH  @  @Kpread@A  AH  @lseek@A  @ ftruncateA  wAtruncateB= B w woff_ttellB=Bq KBqpwrite@B  Bz  @pread@C  AH  @lseekB=C;  B= lockfCr   wftruncateC  wCCattropenD C C !DopenatDN  D !DNcreatD DW DopenD D !DDattropenE- D D !E-openatEx  E6 !ExcreatE E EopenE E !EF strcasecmpFO F FFOFastrcmpF FX FjmemsetkF k  mkstempG mkstempG( KG(KG: Gr G1 GCGL qsortG k   GrmallockG  freeG kcallockH$  absHG 3ftello@Hv HG3fseekoH Hv w wHfsetposH Hv HwfgetposI2 Hv H"tmpfile3IGIYfreopen3I IP Ib 3IIfopen3I I I3ftelloB=J% IfseekoJ] Hv w wJ]fsetposJ Hv Jf#Hv#HfgetposJ J JgetcK HvK#KK #K)#3freopen3K} K K2 K;K}#KK#Kfopen3K K K"tmpfile3XUngrabServerL# XQueryColorsLj  LjXParseColorL  Ls XGrabServerL XFreeColorsM<    XDefaultScreenMj XDefaultDepthM XAllocColorM  XDefaultColormapN M XDefaultVisualN_ N XCreateImage7N N_ Nh    Nq    wN__posix_ctime_rOA O tm$ Ptm_sec#tm_min#tm_hour#tm_mday# tm_mon#tm_year#tm_wday#tm_yday#tm_isdst# OAP#P #$__posix_asctime_r P Pe3data.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -KPIC -DPIC -o .libs/data.o data.c -W0,-xp\$XAoAMiKkNGXMUil.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKkNGXMUil.;backend;raw;cd;DBG_GEN 5.2.7(ParseComment<ndata;x$l$lc>sn&?lnotend&@hsA`s2AXllfilewhcxdn&y`a&y\notend&zXs{Ps2{HDintunsignedlong2W 2 __FILE| __pad:# WFILE |char   file# data#28 type&# stream# cptr# line&# CommentLength# Comment# Bcmt# Ecmt# Bos# Eos# format# xpmData xpmNextString ndatax ( ( <<cs  cpfilehDxpmNextWord  n&dataxbufp&buflenln&dc` <     fileXD$xpmNextUI <ncdataxcui_returnpbuflwlwD &2xpmGetString(hn ,data%xsptr&pcl'hi&)`n&)\c*Xp+Pq+Hbuf ,+wstart/wfile;wD K2xpmGetCmt{n datayxcmtzpD @ K type# Bcmt# Ecmt# Bos# Eos# Strs# Dec#( Boa#0 Eoa#8 xpmDataType K  2xpmDataTypes a xpmParseHeaderDn dataxbuf wlwnwP<d<d<ptrwC4D 2xpmatoui& &cunsigned long__posix_ttyname_r c __posix_getlogin_r lockf 2 truncate  2 2off64_ttell  Nvoid N V 2ssize_tpwrite h  _  h Npread h   hlseek ; ftruncatem2 mtruncatev2 2off_ttell N pwrite h7  hpread hw   hlseeklockf2ftruncate2  )attropenv 2 vopenat creat& openA  A SattropenJ\ openat creat+& +openk4 kstrrchrt strncpy     strncmpg% mkstempmkstemp Nrealloc malloc free0 Wftello _0 Wfseeko_22 fsetpos_ 2fgetpos_tmpfile 0 Bfreopen9K  fopen WftellofseekoF_22 Ffsetpos_O_fgetposungetc_getc_ & 8Afreopen/JS  fopentmpfile2 __posix_ctime_rX tm$ tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst# X "__posix_asctime_r+4hashtab.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -KPIC -DPIC -o .libs/hashtab.o hashtab.c -W0,-xp\$XAoAMiKlNGXM0ol.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKlNGXM0ol.;backend;raw;cd;DBG_GEN 5.2.7+AtomMake0pn~ name.x1data/pobject~1`D charvoid)_xpmHashAtomu name # data1#: uxpmHashAtom xpmHashSlotq`nTTtableox sppatomTableTr`hash]s\pTtPhp uHns v@D ~unsigned  size]# limit]# used]# atomTableT# ixpmHashTableHashTableGrowsXntablexatomTableThsize]dtTXpTPiLoldSize]H D     psT@Dint xpmHashInternn)tablex tagp1datahslotTX | | | h h hErrorStatusTD xpmHashTableInitntablexpThatomTableT`DxpmHashTableFree ntablexpTpatomTableThDunsigned long__posix_ttyname_ro __posix_getlogin_r longlockftruncate, off64_ttell,b)b ssize_tpwritetkt)preadt tlseek, G,ftruncate y ytruncate   off_ttell  ) pwritet C tpreadt tlseek   lockf ftruncate # # 5attropen  , > openat   creat  ] open M  M _attropen  V h openat   creat 7 ] 7open w @ w strcmp   mkstemp  mkstemp malloc1>freeZ1w__FILE __padZ#wftello,wfseeko  fsetposNfgetposN wFILEtmpfilefreopen#fopenc,wftello cfseekofsetpos NfgetposN NWirfreopen`{fopen*tmpfile?__posix_ctime_r H tm$J tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst# JS __posix_asctime_r \eD Fmisc.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -KPIC -DPIC -o .libs/misc.o misc.c -W0,-xp\$XAoAMiKmNGXMUvl.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKmNGXMUvl.;backend;raw;cd;DBG_GEN 5.2.7-8xpmatoui? !n..Bp<x.l=tKui_return>hn.@`i.@\Dunsignedchar:.XpmGetErrorStringU!"nBerrcodeT|DintXpmLibraryVersionn# #0nDXpmFreez#`#tn19ptryxDvoid1unsigned long __posix_ttyname_r  B B __posix_getlogin_r B long lockf    : truncateS   off64_t tellS  1 ssize_t pwrite   B 1 pread7   B  lseekSn  S  ftruncate   : truncate   off_t tell  1 pwritej   B  pread   B  lseek    lockf    ftruncateJ   :J :\ attropen S e  : openat    : creat4  . :4 opent =  :t : attropen }   : openat     :  creat ^ ' . : ^ open g  mkstemp B mkstemp Bfree  9р %__FILE J__pad # % ftelloS y J % fseeko y    fsetpos y  fgetpos 5 y %FILE 5tmpfile D : b : t freopen D k } D : : fopen D   % ftello @  fseeko x y    x fsetpos y  y fgetpos :   :   D freopen D t  ) 2 : t } :  fopen D tmpfile D  __posix_ctime_rB7 Btm$tm_sec#tm_min#tm_hour#tm_mday# tm_mon#tm_year#tm_wday#tm_yday#tm_isdst# 7B__posix_asctime_rB  '@!pparse.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -KPIC -DPIC -o .libs/parse.o parse.c -W0,-xp\$XAoAMiKmNGXM02l.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKmNGXM02l.;backend;raw;cd;DBG_GEN 5.2.7.]charlong(xpmColorKeysL xpmParseValues_#*n  dataVxwidthWpheightXhncolorsY`cppZXx_hotspot[Py_hotspot\Hhotspot]@extensions^ l` bufaw #* &* &* i w ptrw got_one w saw_width w saw_height w saw_ncolors w saw_chars_per_pixel w Dintunsigned; __FILE` __pad#;FILE` fileo# datax#8 type# stream# cptr# line# CommentLength # Comment# Bcmt# Ecmt# Bos# Eos# format #xpmDataxpmParseColors+5n dataxncolorstcpppzcolorTablePtrh dhashtable` keyX lT aP bL lenH curkeyD lastwaskey@ buf mw curbuf o sptrxo so colorqo colorTableqo defaultsxo ErrorStatus o D,0^ string# symbolic# m_color# g4_color# g_color# c_color#(XpmColor^qvoid _xpmHashAtom name# data#xpmHashAtom M size# limit# used# atomTable#xpmHashTable M  ParsePixels}6Bn datauxwidthvtheightwpncolorsxlcppyhqcolorTablez` dhashtable{Xpixels|Piptr~@iptr2~axy 6B 6B 6B 698colidx{ 798 79 79 79 78 78c { 9@>Tcidxochar1o 9X: 9t: 9t: 9:d 9:d 9:d 9:d 9:d 9:d 9:L 9:L 9:Lf o := := := := ;= ;=cc1 o ;= ;=0 ;=0cc2 o <(=0 <=0 <=0 <= <= <=f n =8= =8= =8= =8= =8=f o =>T =>T =>Tf o >\Bsbufw >B >@| >@|slotw D,unsigned short xpmParseExtensions%CJln data"xextensions#pnextensions$hexts&Xext&Pnum'Lnlines(Ha(Dl(@notstart(notend(status )string*s*s2*spx* D$ name# nlines# linesx#XpmExtensionxpmParseDataJOPn *dataximagepinfohwidth`height\ncolorsXcppTx_hotspotPy_hotspotLhotspotHextensionsDcolorTableqpixelindexhints_cmtcolors_cmtpixels_cmtcmtsErrorStatus hashtable M~ D  width# height# cpp# ncolors# colorTableq# data#*XpmImageunsigned long8 valuemask# hints_cmt# colors_cmt# pixels_cmt# x_hotspot# y_hotspot#$ nextensions#( extensions#0XpmInfoxpmatouixpmParseHeader !xpmGetCmt SxxpmNextWordxpmGetString xxpmNextUI xpmNextString -xpmHashIntern u-xpmHashSlotu~xpmHashTableFree-xpmHashTableInit -xpmFreeColorTableN __posix_ttyname_r  __posix_getlogin_r  lockf   truncate F off64_ttellF| |ssize_tpwrite pread* lseekFa F ftruncate  truncate off_ttell   pwrite] pread lseek  lockf    ftruncate = =Oattropen FX openat   creat ''open g0 gyattropen p openat   creat QQopen Z size_tstrlcatstrchr7 @Istrncpy7Rstrncmp strlen ) ) ;strcmp  | 2 Dmemset    memcpy!  mkstemp !7mkstemp !^realloc!malloc!free!calloc!;ftelloF".!;fseeko "o". "ofsetpos ""."xfgetpos ""."tmpfileo"#freopeno#\##o#\#nfopeno##e#w;ftello##fseeko $". $fsetpos $W".$"."fgetpos $$W$`getc $".$$$$ofreopeno%5$$$%5%>%P%Yfopeno%%G%btmpfileoXpmFreeExtensions%% %__posix_ctime_r&3% tm$& tm_sec # tm_min # tm_hour # tm_mday # tm_mon # tm_year # tm_wday # tm_yday # tm_isdst # &3&&__posix_asctime_r''#)rgb.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -KPIC -DPIC -o .libs/rgb.o rgb.c -W0,-xp\$XAoAMiKnNGXMU9l.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKnNGXMU9l.;backend;raw;cd;DBG_GEN 5.2.72xpmReadRgbNames>ORTnrgb_fname<xirgbn=prgbf?`n@\items@Xred@Tgreen@Pblue@LlineA{nameAwrgbnameAws1Aws2AwrgbiBwD intcharT r# g# b# name#  xpmRgbNameTlong r r __FILE __padz# FILErrxpmGetRgbName~RSHnirgbnyxrgbn_maxztred{pgreen|lblue}hi\rgbiPDxpmFreeRgbNamesSpSnYirgbnxrgbn_maxtiprgbihD tolowerunsigned long__posix_ttyname_r__posix_getlogin_rlockfFrFtruncateOr roff64_ttellvoid rssize_tpwrite,preadu,lseekftruncatertruncate!r roff_ttell!UUpwrite^pread,lseek! !lockf Vrftruncate r  attropen    openat 2  2unsignedcreat ~ ; D ~open    attropen    openat h & hcreat  q D open   size_tstrlen  1 mkstemp Xmkstemp malloc  free  ftello  fseeko : rr :fsetpos |  Crfgetpos   |tmpfile  freopen'  '9fopeny0Bftello!yfseeko rrfsetpos"   |fgetposd"+ fgetsdmsscanf.7freopen%@Ifopenfclose tmpfiler*__posix_ctime_rt3 tm$5 tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst# t5>__posix_asctime_rGP1}$rscan.c /var/tmp/libXpm-3.5.8/src /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I. -I../include/X11/ -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -g -c -KPIC -DPIC -o .libs/scan.o scan.c -W0,-xp\$XAoAMiKoNGXM0Dm.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKoNGXM0Dm.;backend;raw;cd;DBG_GEN 5.2.73charprintable9 storePixelTUnpixel~xKpmappindex_returnhi`pXncolorsTDintunsigned longPixelunsigned 8 pixels# pixelindex# size# ncolors# mask_pixel# PixelsMap8storeMaskPixelUVDnpixelxKpmappindex_returnhD XpmCreateXpmImageFromImageVp\nA_displayx imagep shapeimageh xpmimage`attributesXcppPpmap8colorTable ErrorStatuswidthheightcppmcD, _XDisplayADisplayMXPointerA_XExtData  number# next# free_private# private_datah#XExtDataVisualID8 ext_data2# visualid;# class# red_mask# green_mask# blue_mask#( bits_per_rgb#0 map_entries#4N_XImage width# height# xoffset# format# data# byte_order# bitmap_unit# bitmap_bit_order# bitmap_pad#$ depth#( bytes_per_line#, bits_per_pixel#0 red_mask#8 green_mask#@ blue_mask#H obdatah#P f 1#X {  .  f 7  o  long (  funcs0 create_image # destroy_image .# get_pixel f# put_pixel # sub_image # add_pixel (#(XImage 0 m string# symbolic# m_color# g4_color# g_color# c_color#( XpmColor m   width# height# cpp# ncolors# colorTable # data# XpmImage NVisual "Colormap name# value# pixel# OXpmColorSymbol  name# nlines# lines # XpmExtension unsigned short pixel# red # green # blue # flags# pad# /void  {    XpmAllocColorFuncl{" +lXpmFreeColorsFunc valuemask# visual 3# colormap <# depth# width# height# x_hotspot#$ y_hotspot#( cpp#, pixels#0 npixels#8 colorsymbols #@ numsymbols#H rgb_fname#P nextensions#X extensions #` ncolors#h colorTable #p hints_cmt#x colors_cmt# pixels_cmt# mask_pixel# exactColors# closeness# red_closeness# green_closeness# blue_closeness# color_key# alloc_pixels# nalloc_pixels# alloc_close_colors# bitmap_format# alloc_color# free_colorsu# color_closure #XpmAttributesScanTransparentColorq]`Hn; colornxcppotattributesphsrXasTbsPcsL^`@____keyHdefaults @mask_defaults D$ScanOtherColors`xmnx_displayx colorspncolorslpixels`mask\cppXattributesPcolormap <@rgb_fnamergbn~rgbn_max~i~j~c~i2~color ~xcolors~xcolor~colorname~s~colorTable ~oldColorTable ~ancolors~apixelsؾ~mask_pixelԾ~foundо~ghlgl<gl<gjgjgjoffset̾~hji ji jkeyȾ~defaults ~adefaults ~jl<jl<jl<k,kkpkkpkbuf/ж~D r# g# b# name#xxpmRgbName`  /XColor 5 5Y low_bits_table>Q 5 low_bits_tableQ GetImagePixelsmmHvn@ imageixwidthjtheightkpKpmaplhsrcnXdstoPiptrpHdataq@xryrbitssdepthsibusibppsoffsetsislbttpixelupxumuppuppups|ps|nbytesbplj~plane ~D(GetImagePixels32v0y<ny imagexwidththeightpKpmaphaddrXdataPiptrHxDy@lbtpixeldepthD(unsigned charyGetImagePixels16yh|Ln imagexwidththeightpKpmaphaddrXdataPiptrHxDy@lbtpixeldepthD(GetImagePixels8F|x}n imageBxwidthCtheightDpKpmapEhiptrGXdataHPxILyIHlbtJ@pixelKdepthLD(GetImagePixels1h~ n W imagecxwidthdtheightepKpmapfh storeFuncg`iptriPxjLyjHdatak@pixellxoffmyoffmoffsetmbplmD  W ` storeFuncPtrXpmCreateXpmImageFromPixmap0n!_displayx!pixmapp!shapemaskh xpmimage`attributesXximage Hshapeimage @widthheightErrorStatusDPixmapxpm_znormalizeimagebits"8xpm_xynormalizeimagebits"qxxpmFreeRgbNames""qxpmGetRgbName""qxpmReadRgbNames#3"qxpmCreateImageFromPixmap#{#3 xpmFreeColorTable##__posix_ttyname_r$__posix_getlogin_r$Ilockf$ $truncate$$  off64_ttell$$ $ ssize_tpwrite% %^%%  pread% %%^% lseek$%$ftruncate& &truncate&S&  off_ttell&S& &pwrite% &&% pread% '%^% lseek&S'Q&Slockf' ftruncate' ''attropen(''(openat(d("(dcreat((m(open((((attropen)C(()Copenat))L)creat)))open*)*strdup*F*mkstemp*mmkstemp*realloc * malloc *free+ calloc +5 +R __FILE+w __pad+5#+Rftello$++w+Rfseeko++  +fsetpos,)++ fgetpos,b+,)+RFILE,b!tmpfile,q,,freopen,q,,,,q,,fopen,q->,-+Rftello&S-m->fseeko-+  -fsetpos-+-"+",)fgetpos.)--".2".;sprintf.~.).D.~"..".",qfreopen,q....."./"/fopen,q/Z//#!tmpfile,qXQueryColors/{ XDefaultScreen/{AXDefaultColormap <0&/ 0&__posix_ctime_r0p0/tm$ 11 tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst# 0p11"1:"#__posix_asctime_r1C1L] /var/tmp/libXpm-3.5.8/src../include/X11/usr/local/include/X11/usr/include/sys/usr/include/isoAttrib.cxpm.hXlib.hX.htypes.hstdio_impl.hstdio_iso.htime_iso.h 1 ;$ 0U 2H00 ~:  3p, ~:  4p,4 40~  x  6 6H $ 7$ $   9p4$( !$    4(8 /var/tmp/libXpm-3.5.8/src/usr/local/include/X11../include/X11/usr/include/sys/usr/include/isoCrBufFrI.cXlib.hX.hxpm.htypes.hstdio_impl.hstdio_iso.htime_iso.h ;<!  = M(I      $( I $ 1 D  )0H$$t ,(|8 , Z ( Hx($(0@| ,(u$(0@| $( Kx)05 ~ |   M  | w @, N - - - /var/tmp/libXpm-3.5.8/src/usr/local/include/X11../include/X11/usr/include/sys/usr/include/isoCrBufFrP.cXlib.hX.hxpm.htypes.hstdio_impl.hstdio_iso.htime_iso.h O/08   ! /var/tmp/libXpm-3.5.8/src/usr/local/include/X11../include/X11/usr/include/sys/usr/include/isoCrDatFrI.cXlib.hX.hxpm.htypes.hstdio_impl.hstdio_iso.htime_iso.h Q`< 5 R  <$$ ( E%<4h)0%(X( ~ q((~ ZX )H$$$t   `" ] !4((4@|  t (4@|  _)%04. z   ax  (@ 44( 4{ y , /var/tmp/libXpm-3.5.8/src/usr/local/include/X11../include/X11/usr/include/sys/usr/include/isoCrDatFrP.cXlib.hX.hxpm.htypes.hstdio_impl.hstdio_iso.htime_iso.h c/08   !i /var/tmp/libXpm-3.5.8/src/usr/local/include/X11../include/X11/usr/include/usr/include/iso/usr/include/sysCrIFrBuf.cXlib.hX.hxpm.hXpmI.hstdio_impl.hstdio_iso.htypes.htime_iso.h eP6H( f- g`n /var/tmp/libXpm-3.5.8/src/usr/local/include/X11../include/X11/usr/include/usr/include/iso/usr/include/sysCrIFrDat.cXlib.hX.hxpm.hXpmI.hstdio_impl.hstdio_iso.htypes.htime_iso.h g6H( i0- i$$ /var/tmp/libXpm-3.5.8/src/usr/local/include/X11/usr/include/sys/usr/include/isoCrIFrP.cXlib.hX.htypes.hstdio_impl.hstdio_iso.htime_iso.h jX35X /var/tmp/libXpm-3.5.8/src/usr/local/include/X11../include/X11/usr/include/sys/usr/include/isoCrPFrBuf.cXlib.hX.hxpm.htypes.hstdio_impl.hstdio_iso.htime_iso.h kH4},0!,0!  /var/tmp/libXpm-3.5.8/src/usr/local/include/X11../include/X11/usr/include/sys/usr/include/isoCrPFrDat.cXlib.hX.hxpm.htypes.hstdio_impl.hstdio_iso.htime_iso.h m4},0!,0! /var/tmp/libXpm-3.5.8/src/usr/local/include/X11/usr/include/sys/usr/include/isoCrPFrI.cXlib.hX.htypes.hstdio_impl.hstdio_iso.htime_iso.h n2Q e  /var/tmp/libXpm-3.5.8/src../include/X11/usr/include/sys/usr/include/isoImage.cxpm.htypes.hstdio_impl.hstdio_iso.htime_iso.h o- p88 ( _ /var/tmp/libXpm-3.5.8/src../include/X11/usr/local/include/X11/usr/include/sys/usr/include/isoInfo.cxpm.hXlib.hX.htypes.hstdio_impl.hstdio_iso.htime_iso.h p- q <   4( rP   r $   /var/tmp/libXpm-3.5.8/src/usr/include/sys/usr/include/isoRdFToBuf.ctypes.hstat.htime_impl.hstdio_impl.hstdio_iso.htime_iso.h s,, 0! /var/tmp/libXpm-3.5.8/src../include/X11/usr/include/sys/usr/include/isoRdFToDat.cxpm.htypes.hstdio_impl.hstdio_iso.htime_iso.h u0,- /var/tmp/libXpm-3.5.8/src/usr/local/include/X11../include/X11/usr/include/usr/include/iso/usr/include/sysRdFToI.cXlib.hX.hxpm.hXpmI.hstdio_impl.hstdio_iso.htypes.hresource.htime_iso.h v4H( x84- x $$4$,(%\0%$ |8 !  8 8 EYE1! , /var/tmp/libXpm-3.5.8/src/usr/local/include/X11../include/X11/usr/include/sys/usr/include/isoRdFToP.cXlib.hX.hxpm.htypes.hstdio_impl.hstdio_iso.htime_iso.h 4},0!,0! /var/tmp/libXpm-3.5.8/src/usr/include/usr/include/iso/usr/include/sysWrFFrBuf.cstdio_impl.hstdio_iso.htypes.htime_iso.h /-0 /var/tmp/libXpm-3.5.8/src../include/X11/usr/include/sys/usr/include/isoWrFFrDat.cxpm.htypes.hstdio_impl.hstdio_iso.htime_iso.h 0-- /var/tmp/libXpm-3.5.8/src/usr/local/include/X11../include/X11/usr/include/usr/include/iso/usr/include/sysWrFFrI.cXlib.hX.hxpm.hXpmI.hstdio_impl.hstdio_iso.htypes.hresource.htime_iso.h < 5   40((4~ ( (4~ 5 ` M 0 M0=)050 H)  )Q$(~ w    L4((@~ $ x (@~ $1  (442 } ( 0$$PD PP0  0 /var/tmp/libXpm-3.5.8/src/usr/local/include/X11../include/X11/usr/include/sys/usr/include/isoWrFFrP.cXlib.hX.hxpm.htypes.hstdio_impl.hstdio_iso.htime_iso.h /08   ! 4 /var/tmp/libXpm-3.5.8/src/usr/local/include/X11../include/X11/usr/include/usr/include/iso/usr/include/syscreate.cXlib.hX.hxpm.hXpmI.hstdio_impl.hstdio_iso.htypes.htime_iso.h z  t  H$ <,$ p514!) @r5HT$P $jH0HH  "4D$!DM 0!0!-0!-4!4!4!$$(- s)0U4)~8 hn  4!,s,sL!R 8 0 0!-0!-0!-4!4!($$$$dx !EAD!D!  5L  I!4%  @ H ` X$4=$$ x(( $q , 0,c   $14 8L @ ,8  (($!"l02)HTHl02p> (($!"H02)4@4H02n>   (% 1(((z s (% 1$((zt ɘ  (% 1zt (% 1zt  ( >y   $ ! ($DDDDDDDEt$L~g ($DDDDDDDEr$L~e   |,0!,0!  , 5htHL,Hh02 ,  5@02)4D4@02 ,8 ,8 ݨ,8 h,8 (,4 ,a\ ,a\ 0!-0!-0!-4!4!\,<$    dt  )@ )( )( )(()5H )l ,00!I!4%,$  @ $,B((I`p~$(4),(dv ((,l dde~!e((0A$ Tu~ ((0A(@~ Lu~~  /var/tmp/libXpm-3.5.8/src/usr/include/usr/include/iso/usr/include/sysdata.cXpmI.hstdio_impl.hstdio_iso.htypes.htime_iso.h <!@$I!$8@$y  @$H!g$I$"=8$y  $H!g  H . h<~ \]  D<~ 89   4X@$`)p$}!  (0 h4 DE$( ,40($m %4(1!  8D0$ 0 $(( X)l0000900 09 /var/tmp/libXpm-3.5.8/src/usr/include/sys/usr/include/isohashtab.cXpmI.htypes.hstdio_impl.hstdio_iso.htime_iso.h p0  6H H z ,$ 4!4 -| 9@, !