# PaCkAgE DaTaStReAm libxft 1 2718 # end of header 0707010003cf07000081a40000000000000000000000014f73c1290000011b000000b500010002ffffffffffffffff0000000f00000000libxft/pkginfoPKG=libxft NAME=libxft 2.3.0 i86pc Solaris 10 VERSION=2.3.0 PSTAMP=29th March 2012 VENDOR=X.org EMAIL=http://cgit.freedesktop.org/xorg/lib/libXft/ DESC=X.org X11 Client side font rendering library ARCH=i386 CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 0707010003cf06000081a40000000000000000000000014f73c1290000046f000000b500010002ffffffffffffffff0000000e00000000libxft/pkgmap: 1 2718 1 d none /usr ? ? ? 1 d none /usr/local ? ? ? 1 d none /usr/local/include 0755 root root 1 d none /usr/local/include/X11 0755 root root 1 d none /usr/local/include/X11/Xft 0755 root root 1 f none /usr/local/include/X11/Xft/Xft.h 0644 root root 12491 64425 1332986117 1 f none /usr/local/include/X11/Xft/XftCompat.h 0644 root root 5223 43556 1332986117 1 d none /usr/local/lib 0755 root root 1 f none /usr/local/lib/libXft.a 0644 root root 681140 10124 1332986117 1 f none /usr/local/lib/libXft.la 0755 root root 1241 44164 1332986117 1 s none /usr/local/lib/libXft.so=libXft.so.2.3.0 1 s none /usr/local/lib/libXft.so.2=libXft.so.2.3.0 1 f none /usr/local/lib/libXft.so.2.3.0 0755 root root 632820 22830 1332986117 1 d none /usr/local/lib/pkgconfig 0755 root root 1 f none /usr/local/lib/pkgconfig/xft.pc 0644 root root 267 24549 1332986117 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/man3 0755 root root 1 f none /usr/local/share/man/man3/Xft.3 0644 root root 20115 61723 1332986117 1 i checkinstall 790 2504 1332986153 1 i pkginfo 283 21980 1332986153 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!0707010003cf07000081a40000000000000000000000014f73c1290000011b000000b500010002ffffffffffffffff0000000800000000pkginfoPKG=libxft NAME=libxft 2.3.0 i86pc Solaris 10 VERSION=2.3.0 PSTAMP=29th March 2012 VENDOR=X.org EMAIL=http://cgit.freedesktop.org/xorg/lib/libXft/ DESC=X.org X11 Client side font rendering library ARCH=i386 CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 0707010003cf06000081a40000000000000000000000014f73c1290000046f000000b500010002ffffffffffffffff0000000700000000pkgmap: 1 2718 1 d none /usr ? ? ? 1 d none /usr/local ? ? ? 1 d none /usr/local/include 0755 root root 1 d none /usr/local/include/X11 0755 root root 1 d none /usr/local/include/X11/Xft 0755 root root 1 f none /usr/local/include/X11/Xft/Xft.h 0644 root root 12491 64425 1332986117 1 f none /usr/local/include/X11/Xft/XftCompat.h 0644 root root 5223 43556 1332986117 1 d none /usr/local/lib 0755 root root 1 f none /usr/local/lib/libXft.a 0644 root root 681140 10124 1332986117 1 f none /usr/local/lib/libXft.la 0755 root root 1241 44164 1332986117 1 s none /usr/local/lib/libXft.so=libXft.so.2.3.0 1 s none /usr/local/lib/libXft.so.2=libXft.so.2.3.0 1 f none /usr/local/lib/libXft.so.2.3.0 0755 root root 632820 22830 1332986117 1 d none /usr/local/lib/pkgconfig 0755 root root 1 f none /usr/local/lib/pkgconfig/xft.pc 0644 root root 267 24549 1332986117 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/man3 0755 root root 1 f none /usr/local/share/man/man3/Xft.3 0644 root root 20115 61723 1332986117 1 i checkinstall 790 2504 1332986153 1 i pkginfo 283 21980 1332986153 0707010003cf1a000041ed0000000000000000000000024f73c12900000000000000b500010002ffffffffffffffff0000000800000000install0707010003cf1b000081ed0000000000000000000000014f73c12900000316000000b500010002ffffffffffffffff0000001500000000install/checkinstall#!/bin/sh # expected_bits="64" expected_release="5.10" expected_platform="i386" # 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 0707010003cf08000041ed0000000000000000000000034f73c12900000000000000b500010002ffffffffffffffff0000000500000000root0707010003cf09000041ed0000000000000000000000034f73c12900000000000000b500010002ffffffffffffffff0000000900000000root/usr0707010003cf0a000041ed0000000000000000000000054f73c12900000000000000b500010002ffffffffffffffff0000000f00000000root/usr/local0707010003cf16000041ed0000000000000000000000034f73c12900000000000000b500010002ffffffffffffffff0000001500000000root/usr/local/share0707010003cf17000041ed0000000000000000000000034f73c12900000000000000b500010002ffffffffffffffff0000001900000000root/usr/local/share/man0707010003cf18000041ed0000000000000000000000024f73c12900000000000000b500010002ffffffffffffffff0000001e00000000root/usr/local/share/man/man30707010003cf19000081a40000000000000000000000014f73c10500004e93000000b500010002ffffffffffffffff0000002400000000root/usr/local/share/man/man3/Xft.3.\" .\" Copyright © 2000 Keith Packard .\" .\" Permission to use, copy, modify, distribute, and sell this software and its .\" documentation for any purpose is hereby granted without fee, provided that .\" the above copyright notice appear in all copies and that both that .\" copyright notice and this permission notice appear in supporting .\" documentation, and that the name of Keith Packard not be used in .\" advertising or publicity pertaining to distribution of the software without .\" specific, written prior permission. Keith Packard makes no .\" representations about the suitability of this software for any purpose. It .\" is provided "as is" without express or implied warranty. .\" .\" KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, .\" INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO .\" EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR .\" CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, .\" DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER .\" TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\" PERFORMANCE OF THIS SOFTWARE. .\" .TH Xft 3 "libXft 2.3.0" "X Version 11" .SH NAME Xft \- X FreeType interface library .SH DESCRIPTION .B Xft is a simple library designed to interface the FreeType rasterizer with the X Rendering Extension. This manual page barely scratches the surface of this library. .SH "HEADER FILE" .B #include .SH CONSTANTS .TP .B XFT_MAJOR is the major version number of .BR Xft . .TP .B XFT_MINOR is the minor version number of .BR Xft . .TP .B XFT_REVISION is the revision number of .BR Xft . .TP .B XFT_VERSION is .B XFT_MAJOR times 10000 (ten thousand), plus .B XFT_MINOR times 100, plus .BR XFT_REVISION . .TP .B XftVersion is an alias for .BR XFT_VERSION . .PP The following example illustrates how .BR Xft 's version constants might be used: .nf #if (XFT_VERSION >= 20107) (void) puts("Version 2.1.7 or later of the Xft library is in" " use."); #else (void) printf("Insufficient version of Xft (%d.%d.%d) installed; " need at least version 2.1.7.\(rsn", XFT_MAJOR, XFT_MINOR, XFT_REVISION); #endif .fi .\" I don't understand what these are for. -- BR, 2005-04-02 .\" XFT_CORE used in xftname.c .\" XFT_RENDER used in xftdpy.c, xftfreetype.c, xftname.c .\" XFT_XLFD used in xftname.c, xftxlfd.c .\" XFT_MAX_GLYPH_MEMORY used in xftdpy.c, xftfreetype.c .\" XFT_MAX_UNREF_FONTS used in xftdpy.c .\" XFT_NMISSING used in xftcore.c, xftextent.c, xftglyphs.c, .\" xftrender.c .SH "DATA TYPES" .TP .B XftFont .nf typedef struct _XftFont { int ascent; int descent; int height; int max_advance_width; FcCharSet *charset; FcPattern *pattern; } XftFont; .fi An .B XftFont is the primary data structure of interest to programmers using .BR Xft ; it contains general font metrics and pointers to the Fontconfig character set and pattern associated with the font. The .B FcCharSet and .B FcPattern data types are defined by the Fontconfig library. .TP .B "" .BR XftFont s are populated with any of .BR XftFontOpen (), .BR XftFontOpenName (), .BR XftFontOpenXlfd (), .BR XftFontOpenInfo (), or .BR XftFontOpenPattern (). .BR XftFontCopy () is used to duplicate .BR XftFont s, and .BR XftFontClose () is used to mark an .B XftFont as unused. .BR XftFont s are internally allocated, reference-counted, and freed by .BR Xft ; the programmer does not ordinarily need to allocate or free storage for them. .TP .B "" .BR XftDrawGlyphs (), the .BR XftDrawString *() family, .BR XftDrawCharSpec (), and .BR XftDrawGlyphSpec () use .BR XftFont s to render text to an .B XftDraw object, which may correspond to either a core X drawable or an X Rendering Extension drawable. .TP .B "" .BR XftGlyphExtents () and the .BR XftTextExtents *() family are used to determine the extents (maximum dimensions) of an .BR XftFont . .TP .B "" An .BR XftFont 's glyph or character coverage can be determined with .BR XftFontCheckGlyph () or .BR XftCharExists (). .BR XftCharIndex () returns the .BR XftFont -specific character index corresponding to a given Unicode codepoint. .TP .B "" .BR XftGlyphRender (), .BR XftGlyphSpecRender (), .BR XftCharSpecRender (), and the .BR XftTextRender *() family use .BR XftFont s to draw into X Rendering Extension .B Picture structures. .B Note: .BR XftDrawGlyphs (), the .BR XftDrawString *() family, .BR XftDrawCharSpec (), and .BR XftDrawGlyphSpec () provide a means of rendering fonts that is independent of the availability of the X Rendering Extension on the X server. .\" I'm not sure what these are for; they're used internally, but why .\" would any external users want them? -- BR, 2005-04-02 .\" .BR XftLockFace() .\" .BR XftUnlockFace() .TP .B XftFontInfo is an opaque object that stores information about a font. .B XftFontInfo structures are created with .BR XftFontInfoCreate (), freed with .BR XftFontInfoDestroy (), and compared with .BR XftFontInfoEqual (). .B XftFontInfo objects are internally allocated and freed by .BR Xft ; the programmer does not ordinarily need to allocate or free storage for them. .TP .B "" Each .B XftFontInfo structure in use is associated with a unique identifier, which can be retrieved with .BR XftFontInfoHash (). An .B XftFont can be opened based on .B XftFontInfo data with .BR XftFontOpenInfo (). .TP .B XftColor .nf typedef struct _XftColor { unsigned long pixel; XRenderColor color; } XftColor; .fi An .B XftColor object permits text and other items to be rendered in a particular color (or the closest approximation offered by the X visual in use). The .B XRenderColor data type is defined by the X Render Extension library. .TP .B "" .BR XftColorAllocName () and .BR XftColorAllocValue () request a color allocation from the X server (if necessary) and initialize the members of .BR XftColor . .BR XftColorFree () instructs the X server to free the color currently allocated for an .BR XftColor . .TP .B "" One an .B XftColor has been initialized, .BR XftDrawSrcPicture (), .BR XftDrawGlyphs (), the .BR XftDrawString *() family, .BR XftDrawCharSpec (), .BR XftDrawCharFontSpec (), .BR XftDrawGlyphSpec (), .BR XftDrawGlyphFontSpec (), and .BR XftDrawRect () may be used to draw various objects using it. .TP .B XftDraw is an opaque object which holds information used to render to an X drawable using either the core protocol or the X Rendering extension. .TP .B "" .B XftDraw objects are created with any of .BR XftDrawCreate () (which associates an .B XftDraw with an existing X drawable), .BR XftDrawCreateBitmap (), or .BR XftDrawCreateAlpha (), and destroyed with .BR XftDrawDestroy (). The X drawable associated with an .B XftDraw can be changed with .BR XftDrawChange (). .BR XftDraw s are internally allocated and freed by .BR Xft ; the programmer does not ordinarily need to allocate or free storage for them. .TP .B "" The X .BR Display , .BR Drawable , .BR Colormap , and .BR Visual of an .B XftDraw can be queried with .BR XftDrawDisplay (), .BR XftDrawDrawable (), .BR XftDrawColormap (), and .BR XftDrawVisual (), respectively. The X Rendering Extension .B Picture associated with an .B XftDraw is returned by .BR XftDrawPicture (). .\" XftDrawSrcPicture .\" XftDrawGlyphs .\" XftDrawString* .\" XftDrawCharSpec .\" XftDrawCharFontSpec .\" XftDrawGlyphSpec .\" XftDrawGlyphFontSpec .\" XftDrawRect .\" XftDrawSetClip .\" XftDrawSetClipRectangles .\" XftDrawSetSubwindowMode .TP .B XftCharSpec .nf typedef struct _XftCharSpec { FcChar32 ucs4; short x; short y; } XftCharSpec; .fi .TP .B "" The .B FcChar32 data type is defined by the Fontconfig library. .\" XftDrawCharSpec .\" XftCharSpecRender .TP .B XftCharFontSpec .nf typedef struct _XftCharFontSpec { XftFont *font; FcChar32 ucs4; short x; short y; } XftCharFontSpec; .fi .TP .B "" The .B FcChar32 data type is defined by the Fontconfig library. .\" XftDrawCharFontSpec .\" XftCharFontSpecRender .TP .B XftGlyphSpec .nf typedef struct _XftGlyphSpec { FT_UInt glyph; short x; short y; } XftGlyphSpec; .fi .TP .B "" The .B FT_UInt data type is defined by the FreeType library. .\" XftDrawGlyphSpec .\" XftGlyphSpecRender .TP .B XftGlyphFontSpec .nf typedef struct _XftGlyphFontSpec { XftFont *font; FT_UInt glyph; short x; short y; } XftGlyphFontSpec; .fi .TP .B "" The .B FT_UInt data type is defined by the FreeType library. .\" XftDrawGlyphFontSpec .\" XftGlyphFontSpecRender .SH FUNCTIONS .SS "Opening and Matching Fonts" .nf \fBXftFont *\fR \fBXftFontOpen (Display *\fIdpy\fB,\fR \fB int \fIscreen\fB,\fR \fB ...);\fR\fR .fi .B XftFontOpen takes a list of pattern element triples of the form .IR field , " type" , " value" (terminated with a NULL), matches that pattern against the available fonts, and opens the matching font, sizing it correctly for screen number .I screen on display .IR dpy . The .B Display data type is defined by the X11 library. Returns NULL if no match is found. .PP Example: .nf font = XftFontOpen (dpy, screen, XFT_FAMILY, XftTypeString, "charter", XFT_SIZE, XftTypeDouble, 12.0, NULL); .fi This opens the \(lqcharter\(rq font at 12 points. The point size is automatically converted to the correct pixel size based on the resolution of the monitor. .PP .nf \fBXftFont *\fR \fBXftFontOpenName (Display *\fIdpy\fB,\fR \fB int \fIscreen\fB,\fR \fB unsigned char *\fIname\fB);\fR .fi .B XftFontOpenName behaves as .B XftFontOpen does, except that it takes a Fontconfig pattern string (which is passed to the Fontconfig library's .BR FcNameParse () function). .PP .nf \fBXftFont *\fR \fBXftFontOpenXlfd (Display *\fIdpy\fB,\fR \fB int \fIscreen\fB,\fR \fB unsigned char *\fIxlfd\fB)\fR .fi .B XftFontOpenXlfd behaves as .B XftFontOpen does, except that it takes a string containing an X Logical Font Description (XLFD). .PP .nf \fBFcPattern *\fR \fBXftFontMatch (Display *\fIdpy\fB,\fR \fB int \fIscreen\fB,\fR \fB FcPattern *\fIpattern\fB,\fR \fB FcResult *\fIresult\fB);\fR .fi Also used internally by the .BR XftFontOpen * functions, .B XftFontMatch can also be used directly to determine the Fontconfig font pattern resulting from an Xft font open request. The .B FcPattern and .B FcResult data types are defined by the Fontconfig library. .SS "Determining the Pixel Extents of a Text String" .nf \fBvoid\fR \fBXftTextExtents8 (Display *\fIdpy\fB,\fR \fB XftFont *\fIfont\fB,\fR \fB FcChar8 *\fIstring\fB,\fR \fB int \fIlen\fB,\fR \fB XGlyphInfo *\fIextents\fB);\fR .fi .B XftTextExtents8 computes the pixel extents on display .I dpy of no more than .I len glyphs of a .I string consisting of eight-bit characters when drawn with .IR font , storing them in .IR extents . The .B FcChar8 data type is defined by the Fontconfig library, and the .B XGlyphInfo data type is defined by the X Rendering Extension library. .PP .nf \fBvoid\fR \fBXftTextExtents16 (Display *\fIdpy\fB,\fR \fB XftFont *\fIfont\fB,\fR \fB FcChar16 *\fIstring\fB,\fR \fB int \fIlen\fB,\fR \fB XGlyphInfo *\fIextents\fB);\fR .fi .B XftTextExtents16 computes the pixel extents on display .I dpy of no more than .I len glyphs of a .I string consisting of sixteen-bit characters when drawn with .IR font , storing them in .IR extents . The .B FcChar16 data type is defined by the Fontconfig library, and the .B XGlyphInfo data type is defined by the X Rendering Extension library. .PP .nf \fBvoid\fR \fBXftTextExtents32 (Display *\fIdpy\fB,\fR \fB XftFont *\fIfont\fB,\fR \fB FcChar32 *\fIstring\fB,\fR \fB int \fIlen\fB,\fR \fB XGlyphInfo *\fIextents\fB);\fR .fi .B XftTextExtents32 computes the pixel extents on display .I dpy of no more than .I len glyphs of a .I string consisting of thirty-two-bit characters when drawn with .IR font , storing them in .IR extents . The .B FcChar32 data type is defined by the Fontconfig library, and the .B XGlyphInfo data type is defined by the X Rendering Extension library. .PP .nf \fBvoid\fR \fBXftTextExtentsUtf8 (Display *\fIdpy\fB,\fR \fB XftFont *\fIfont\fB,\fR \fB FcChar8 *\fIstring\fB,\fR \fB int \fIlen\fB,\fR \fB XGlyphInfo *\fIextents\fB);\fR .fi .B XftTextExtentsUtf8 computes the pixel extents on display .I dpy of no more than .I len bytes of a UTF-8 encoded .I string when drawn with .IR font , storing them in .IR extents . The .B XGlyphInfo data type is defined by the X Rendering Extension library. .PP .nf \fBvoid\fR \fBXftTextExtentsUtf16 (Display *\fIdpy\fB,\fR \fB XftFont *\fIfont\fB,\fR \fB FcChar8 *\fIstring\fB,\fR \fB FcEndian \fIendian\fB,\fR \fB int \fIlen\fB,\fR \fB XGlyphInfo *\fIextents\fB);\fR .fi .B XftTextExtentsUtf16 computes the pixel extents on display .I dpy of no more than .I len bytes of a UTF-16LE- or UTF-16BE-encoded .I string when drawn with .IR font , storing them in .IR extents . The endianness of .I string must be specified in .IR endian . The .B FcEndian data type is defined by the Fontconfig library, and the .B XGlyphInfo data type is defined by the X Rendering Extension library. .PP .nf \fBvoid\fR \fBXftGlyphExtents (Display *\fIdpy\fB,\fR \fB XftFont *\fIfont\fB,\fR \fB FT_UInt *\fIglyphs\fB,\fR \fB int \fInglyphs\fB,\fR \fB XGlyphInfo *\fIextents\fB);\fR .fi Also used internally by the .BR XftTextExtents * functions, .B XftGlyphExtents computes the pixel extents on display .I dpy of no more than .I nglyphs in the array .I glyphs drawn with .IR font , storing them in .IR extents . The .B FT_UInt data type is defined by the FreeType library, and the .B XGlyphInfo data type is defined by the X Rendering Extension library. .SS "Drawing Strings (and Other Things)" .nf \fBXftDraw *\fR \fBXftDrawCreate (Display *\fIdpy\fB,\fR \fB Drawable \fIdrawable\fB,\fR \fB Visual *\fIvisual\fB,\fR \fB Colormap \fIcolormap\fB);\fR .fi .B XftDrawCreate creates a structure that can be used to render text and rectangles using the specified .IR drawable , .IR visual , and .I colormap on .IR display . The .BR Drawable , .BR Visual , and .B Colormap data types are defined by the X11 library. .PP .nf \fBXftDraw *\fR \fBXftDrawCreateBitmap (Display *\fIdpy\fB,\fR \fB Pixmap \fIbitmap\fB);\fR .fi .B XftDrawCreateBitmap behaves as .BR XftDrawCreate , except it uses an X pixmap of color depth 1 instead of an X drawable. The .B Pixmap data type is defined by the X11 library. .PP .nf \fBXftDraw *\fR \fBXftDrawCreateAlpha (Display *\fIdpy\fB,\fR \fB Pixmap \fIpixmap\fB,\fR \fB int \fIdepth\fB);\fR .fi .B XftDrawCreateAlpha behaves as .BR XftDrawCreate , except it uses an X pixmap of color depth .I depth instead of an X drawable. The .B Pixmap data type is defined by the X11 library. .PP .nf \fBvoid\fR \fBXftDrawChange (XftDraw *\fIdraw\fB,\fR \fB Drawable \fIdrawable\fB);\fR .fi .B XftDrawChange changes the X drawable association of the existing Xft draw object .I draw from its current value to .IR drawable . .PP .nf \fBDisplay *\fR \fBXftDrawDisplay (XftDraw *\fIdraw\fB);\fR .fi .B XftDrawDisplay returns a pointer to the display associated with the Xft draw object .IR draw . .PP .nf \fBDrawable\fR \fBXftDrawDrawable (XftDraw *\fIdraw\fB);\fR .fi .B XftDrawDrawable returns the X drawable associated with the Xft draw object .IR draw . .PP .nf \fBColormap\fR \fBXftDrawColormap (XftDraw *\fIdraw\fB);\fR .fi .B XftDrawColormap returns the colormap associatied with the Xft draw object .IR draw . .PP .nf \fBVisual *\fR \fBXftDrawVisual (XftDraw *\fIdraw\fB);\fR .fi .B XftDrawVisual returns a pointer to the visual associated with the Xft draw object .IR draw . .PP .nf \fBPicture\fR \fBXftDrawPicture (XftDraw *\fIdraw\fB);\fR .fi .B XftDrawPicture returns the picture associated with the Xft draw object .IR draw . If the the X server does not support the X Rendering Extension, 0 is returned. .PP .nf \fBPicture\fR \fBXftDrawSrcPicture (XftDraw *\fIdraw\fB,\fR \fB XftColor *\fIcolor\fB);\fR .fi .\" Unfortunately, I'm not quite sure what this does. I think it is the gizmo .\" that is used to create an Xrender Picture object so that glyphs can be .\" drawn in the XftDraw object .\" .I draw .\" using the specified .\" .IR color . .\" -- BR, 2005-04-02 This function is never called if the X server doesn't support the X Rendering Extension; instead, .B XftGlyphCore is used. .PP .nf \fBvoid\fR \fBXftDrawDestroy (XftDraw *\fIdraw\fB);\fR .fi .B XftDrawDestroy destroys .I draw (created by one of the .B XftCreate functions) and frees the memory that was allocated for it. .PP .nf \fBvoid\fR \fBXftDrawString8 (XftDraw *\fId\fB,\fR \fB XRenderColor *\fIcolor\fB,\fR \fB XftFont *\fIfont\fB,\fR \fB int \fIx\fB,\fR \fB int \fIy\fB,\fR \fB unsigned char *\fIstring\fB,\fR \fB int \fIlen\fB);\fR .fi .B XftDrawString8 draws no more than .I len glyphs of .I string to Xft drawable .I d using .I font in .I color at position .IR x , " y" . The .B XRenderColor data type is defined by the X Rendering Extension library. .PP .nf \fBvoid\fR \fBXftDrawRect (XftDraw *\fId\fB,\fR \fB XRenderColor *\fIcolor\fB,\fR \fB int \fIx\fB,\fR \fB int \fIy\fB,\fR \fB unsigned int \fIwidth\fB,\fR \fB unsigned int \fIheight\fB);\fR .fi .B XftDrawRect draws a solid rectangle of the specified .IR color , .IR width , and .I height at position .IR x , " y" to Xft drawable .IR d . .SH COMPATIBILITY As of version 2, .B Xft has become relatively stable and is expected to retain source and binary compatibility in future releases. .PP .B Xft does provide a compatibility interface to its previous major version, Xft .RI 1. x , described below. .SS "Xft 1.x Compatibility Header File" .B #include .\" .SS "Xft 1.x Compatibility Constants" .SS "Xft 1.x Compatibility Data Types" .TP .B XftPattern holds a set of names with associated value lists; each name refers to a property of a font. .BR XftPattern s are used as inputs to the matching code as well as holding information about specific fonts. .TP .B XftFontSet contains a list of .BR XftPattern s. Internally, .B Xft uses this data structure to hold sets of fonts. Externally, .B Xft returns the results of listing fonts in this format. .TP .B XftObjectSet holds a set of names and is used to specify which fields from fonts are placed in the the list of returned patterns when listing fonts. .\" .SS "Xft 1.x Compatibility Functions" .SH AUTHOR Keith Packard .SH "SEE ALSO" .I Fontconfig Developers Reference .br .I FreeType API Reference .br .I Xlib \- C Language Interface .\" Set Vim modeline; textwidth is 70 to account for the extra margin .\" padding that man (on Debian GNU/Linux) does for output to .\" terminals (7 spaces on the left, 2 on the right), so that we don't .\" go past 80 columns total, particularly in .nf/.fi regions. .\" vim:set ai et sts=4 sw=4 tw=70: 0707010003cf0b000041ed0000000000000000000000034f73c12900000000000000b500010002ffffffffffffffff0000001700000000root/usr/local/include0707010003cf0c000041ed0000000000000000000000034f73c12900000000000000b500010002ffffffffffffffff0000001b00000000root/usr/local/include/X110707010003cf0d000041ed0000000000000000000000024f73c12900000000000000b500010002ffffffffffffffff0000001f00000000root/usr/local/include/X11/Xft0707010003cf0e000081a40000000000000000000000014f73c105000030cb000000b500010002ffffffffffffffff0000002500000000root/usr/local/include/X11/Xft/Xft.h/* include/X11/Xft/Xft.h. Generated from Xft.h.in by configure. */ /* * Copyright © 2000 Keith Packard * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that * the above copyright notice appear in all copies and that both that * copyright notice and this permission notice appear in supporting * documentation, and that the name of Keith Packard not be used in * advertising or publicity pertaining to distribution of the software without * specific, written prior permission. Keith Packard makes no * representations about the suitability of this software for any purpose. It * is provided "as is" without express or implied warranty. * * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ #ifndef _XFT_H_ #define _XFT_H_ /* * Current Xft version number, set from version in the Xft configure.ac file. */ /* #undef will be substituted by configure */ #define XFT_MAJOR 2 #define XFT_MINOR 3 #define XFT_REVISION 0 #define XFT_VERSION ((XFT_MAJOR * 10000) + (XFT_MINOR * 100) + (XFT_REVISION)) #define XftVersion XFT_VERSION #include #include #include FT_FREETYPE_H #include #include #include /* #include */ #ifndef _X_SENTINEL # define _X_SENTINEL(x) #endif #ifndef _XFT_NO_COMPAT_ #include #endif #define XFT_CORE "core" #define XFT_RENDER "render" #define XFT_XLFD "xlfd" #define XFT_MAX_GLYPH_MEMORY "maxglyphmemory" #define XFT_MAX_UNREF_FONTS "maxunreffonts" extern FT_Library _XftFTlibrary; typedef struct _XftFontInfo XftFontInfo; typedef struct _XftFont { int ascent; int descent; int height; int max_advance_width; FcCharSet *charset; FcPattern *pattern; } XftFont; typedef struct _XftDraw XftDraw; typedef struct _XftColor { unsigned long pixel; XRenderColor color; } XftColor; typedef struct _XftCharSpec { FcChar32 ucs4; short x; short y; } XftCharSpec; typedef struct _XftCharFontSpec { XftFont *font; FcChar32 ucs4; short x; short y; } XftCharFontSpec; typedef struct _XftGlyphSpec { FT_UInt glyph; short x; short y; } XftGlyphSpec; typedef struct _XftGlyphFontSpec { XftFont *font; FT_UInt glyph; short x; short y; } XftGlyphFontSpec; _XFUNCPROTOBEGIN /* xftcolor.c */ Bool XftColorAllocName (Display *dpy, _Xconst Visual *visual, Colormap cmap, _Xconst char *name, XftColor *result); Bool XftColorAllocValue (Display *dpy, Visual *visual, Colormap cmap, _Xconst XRenderColor *color, XftColor *result); void XftColorFree (Display *dpy, Visual *visual, Colormap cmap, XftColor *color); /* xftdpy.c */ Bool XftDefaultHasRender (Display *dpy); Bool XftDefaultSet (Display *dpy, FcPattern *defaults); void XftDefaultSubstitute (Display *dpy, int screen, FcPattern *pattern); /* xftdraw.c */ XftDraw * XftDrawCreate (Display *dpy, Drawable drawable, Visual *visual, Colormap colormap); XftDraw * XftDrawCreateBitmap (Display *dpy, Pixmap bitmap); XftDraw * XftDrawCreateAlpha (Display *dpy, Pixmap pixmap, int depth); void XftDrawChange (XftDraw *draw, Drawable drawable); Display * XftDrawDisplay (XftDraw *draw); Drawable XftDrawDrawable (XftDraw *draw); Colormap XftDrawColormap (XftDraw *draw); Visual * XftDrawVisual (XftDraw *draw); void XftDrawDestroy (XftDraw *draw); Picture XftDrawPicture (XftDraw *draw); Picture XftDrawSrcPicture (XftDraw *draw, _Xconst XftColor *color); void XftDrawGlyphs (XftDraw *draw, _Xconst XftColor *color, XftFont *pub, int x, int y, _Xconst FT_UInt *glyphs, int nglyphs); void XftDrawString8 (XftDraw *draw, _Xconst XftColor *color, XftFont *pub, int x, int y, _Xconst FcChar8 *string, int len); void XftDrawString16 (XftDraw *draw, _Xconst XftColor *color, XftFont *pub, int x, int y, _Xconst FcChar16 *string, int len); void XftDrawString32 (XftDraw *draw, _Xconst XftColor *color, XftFont *pub, int x, int y, _Xconst FcChar32 *string, int len); void XftDrawStringUtf8 (XftDraw *draw, _Xconst XftColor *color, XftFont *pub, int x, int y, _Xconst FcChar8 *string, int len); void XftDrawStringUtf16 (XftDraw *draw, _Xconst XftColor *color, XftFont *pub, int x, int y, _Xconst FcChar8 *string, FcEndian endian, int len); void XftDrawCharSpec (XftDraw *draw, _Xconst XftColor *color, XftFont *pub, _Xconst XftCharSpec *chars, int len); void XftDrawCharFontSpec (XftDraw *draw, _Xconst XftColor *color, _Xconst XftCharFontSpec *chars, int len); void XftDrawGlyphSpec (XftDraw *draw, _Xconst XftColor *color, XftFont *pub, _Xconst XftGlyphSpec *glyphs, int len); void XftDrawGlyphFontSpec (XftDraw *draw, _Xconst XftColor *color, _Xconst XftGlyphFontSpec *glyphs, int len); void XftDrawRect (XftDraw *draw, _Xconst XftColor *color, int x, int y, unsigned int width, unsigned int height); Bool XftDrawSetClip (XftDraw *draw, Region r); Bool XftDrawSetClipRectangles (XftDraw *draw, int xOrigin, int yOrigin, _Xconst XRectangle *rects, int n); void XftDrawSetSubwindowMode (XftDraw *draw, int mode); /* xftextent.c */ void XftGlyphExtents (Display *dpy, XftFont *pub, _Xconst FT_UInt *glyphs, int nglyphs, XGlyphInfo *extents); void XftTextExtents8 (Display *dpy, XftFont *pub, _Xconst FcChar8 *string, int len, XGlyphInfo *extents); void XftTextExtents16 (Display *dpy, XftFont *pub, _Xconst FcChar16 *string, int len, XGlyphInfo *extents); void XftTextExtents32 (Display *dpy, XftFont *pub, _Xconst FcChar32 *string, int len, XGlyphInfo *extents); void XftTextExtentsUtf8 (Display *dpy, XftFont *pub, _Xconst FcChar8 *string, int len, XGlyphInfo *extents); void XftTextExtentsUtf16 (Display *dpy, XftFont *pub, _Xconst FcChar8 *string, FcEndian endian, int len, XGlyphInfo *extents); /* xftfont.c */ FcPattern * XftFontMatch (Display *dpy, int screen, _Xconst FcPattern *pattern, FcResult *result); XftFont * XftFontOpen (Display *dpy, int screen, ...) _X_SENTINEL(0); XftFont * XftFontOpenName (Display *dpy, int screen, _Xconst char *name); XftFont * XftFontOpenXlfd (Display *dpy, int screen, _Xconst char *xlfd); /* xftfreetype.c */ FT_Face XftLockFace (XftFont *pub); void XftUnlockFace (XftFont *pub); XftFontInfo * XftFontInfoCreate (Display *dpy, _Xconst FcPattern *pattern); void XftFontInfoDestroy (Display *dpy, XftFontInfo *fi); FcChar32 XftFontInfoHash (_Xconst XftFontInfo *fi); FcBool XftFontInfoEqual (_Xconst XftFontInfo *a, _Xconst XftFontInfo *b); XftFont * XftFontOpenInfo (Display *dpy, FcPattern *pattern, XftFontInfo *fi); XftFont * XftFontOpenPattern (Display *dpy, FcPattern *pattern); XftFont * XftFontCopy (Display *dpy, XftFont *pub); void XftFontClose (Display *dpy, XftFont *pub); FcBool XftInitFtLibrary(void); /* xftglyphs.c */ void XftFontLoadGlyphs (Display *dpy, XftFont *pub, FcBool need_bitmaps, _Xconst FT_UInt *glyphs, int nglyph); void XftFontUnloadGlyphs (Display *dpy, XftFont *pub, _Xconst FT_UInt *glyphs, int nglyph); #define XFT_NMISSING 256 FcBool XftFontCheckGlyph (Display *dpy, XftFont *pub, FcBool need_bitmaps, FT_UInt glyph, FT_UInt *missing, int *nmissing); FcBool XftCharExists (Display *dpy, XftFont *pub, FcChar32 ucs4); FT_UInt XftCharIndex (Display *dpy, XftFont *pub, FcChar32 ucs4); /* xftinit.c */ FcBool XftInit (_Xconst char *config); int XftGetVersion (void); /* xftlist.c */ FcFontSet * XftListFonts (Display *dpy, int screen, ...) _X_SENTINEL(0); /* xftname.c */ FcPattern *XftNameParse (_Xconst char *name); /* xftrender.c */ void XftGlyphRender (Display *dpy, int op, Picture src, XftFont *pub, Picture dst, int srcx, int srcy, int x, int y, _Xconst FT_UInt *glyphs, int nglyphs); void XftGlyphSpecRender (Display *dpy, int op, Picture src, XftFont *pub, Picture dst, int srcx, int srcy, _Xconst XftGlyphSpec *glyphs, int nglyphs); void XftCharSpecRender (Display *dpy, int op, Picture src, XftFont *pub, Picture dst, int srcx, int srcy, _Xconst XftCharSpec *chars, int len); void XftGlyphFontSpecRender (Display *dpy, int op, Picture src, Picture dst, int srcx, int srcy, _Xconst XftGlyphFontSpec *glyphs, int nglyphs); void XftCharFontSpecRender (Display *dpy, int op, Picture src, Picture dst, int srcx, int srcy, _Xconst XftCharFontSpec *chars, int len); void XftTextRender8 (Display *dpy, int op, Picture src, XftFont *pub, Picture dst, int srcx, int srcy, int x, int y, _Xconst FcChar8 *string, int len); void XftTextRender16 (Display *dpy, int op, Picture src, XftFont *pub, Picture dst, int srcx, int srcy, int x, int y, _Xconst FcChar16 *string, int len); void XftTextRender16BE (Display *dpy, int op, Picture src, XftFont *pub, Picture dst, int srcx, int srcy, int x, int y, _Xconst FcChar8 *string, int len); void XftTextRender16LE (Display *dpy, int op, Picture src, XftFont *pub, Picture dst, int srcx, int srcy, int x, int y, _Xconst FcChar8 *string, int len); void XftTextRender32 (Display *dpy, int op, Picture src, XftFont *pub, Picture dst, int srcx, int srcy, int x, int y, _Xconst FcChar32 *string, int len); void XftTextRender32BE (Display *dpy, int op, Picture src, XftFont *pub, Picture dst, int srcx, int srcy, int x, int y, _Xconst FcChar8 *string, int len); void XftTextRender32LE (Display *dpy, int op, Picture src, XftFont *pub, Picture dst, int srcx, int srcy, int x, int y, _Xconst FcChar8 *string, int len); void XftTextRenderUtf8 (Display *dpy, int op, Picture src, XftFont *pub, Picture dst, int srcx, int srcy, int x, int y, _Xconst FcChar8 *string, int len); void XftTextRenderUtf16 (Display *dpy, int op, Picture src, XftFont *pub, Picture dst, int srcx, int srcy, int x, int y, _Xconst FcChar8 *string, FcEndian endian, int len); /* xftxlfd.c */ FcPattern * XftXlfdParse (_Xconst char *xlfd_orig, Bool ignore_scalable, Bool complete); _XFUNCPROTOEND #endif /* _XFT_H_ */ 0707010003cf0f000081a40000000000000000000000014f73c10500001467000000b500010002ffffffffffffffff0000002b00000000root/usr/local/include/X11/Xft/XftCompat.h/* * Copyright © 2001 Keith Packard * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that * the above copyright notice appear in all copies and that both that * copyright notice and this permission notice appear in supporting * documentation, and that the name of Keith Packard not be used in * advertising or publicity pertaining to distribution of the software without * specific, written prior permission. Keith Packard makes no * representations about the suitability of this software for any purpose. It * is provided "as is" without express or implied warranty. * * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ #ifndef _XFTCOMPAT_H_ #define _XFTCOMPAT_H_ #include /* * Compatibility definitions -- map Fc names to Xft names */ typedef FcChar8 XftChar8; typedef FcChar16 XftChar16; typedef FcChar32 XftChar32; #define XFT_FAMILY FC_FAMILY #define XFT_STYLE FC_STYLE #define XFT_SLANT FC_SLANT #define XFT_WEIGHT FC_WEIGHT #define XFT_SIZE FC_SIZE #define XFT_PIXEL_SIZE FC_PIXEL_SIZE #define XFT_SPACING FC_SPACING #define XFT_FOUNDRY FC_FOUNDRY #define XFT_ANTIALIAS FC_ANTIALIAS #define XFT_FILE FC_FILE #define XFT_INDEX FC_INDEX #define XFT_RASTERIZER FC_RASTERIZER #define XFT_OUTLINE FC_OUTLINE #define XFT_SCALABLE FC_SCALABLE #define XFT_RGBA FC_RGBA /* defaults from resources */ #define XFT_SCALE FC_SCALE #define XFT_MINSPACE FC_MINSPACE #define XFT_DPI FC_DPI /* specific to FreeType rasterizer */ #define XFT_CHAR_WIDTH FC_CHAR_WIDTH #define XFT_CHAR_HEIGHT FC_CHAR_HEIGHT #define XFT_MATRIX FC_MATRIX #define XFT_WEIGHT_LIGHT FC_WEIGHT_LIGHT #define XFT_WEIGHT_MEDIUM FC_WEIGHT_MEDIUM #define XFT_WEIGHT_DEMIBOLD FC_WEIGHT_DEMIBOLD #define XFT_WEIGHT_BOLD FC_WEIGHT_BOLD #define XFT_WEIGHT_BLACK FC_WEIGHT_BLACK #define XFT_SLANT_ROMAN FC_SLANT_ROMAN #define XFT_SLANT_ITALIC FC_SLANT_ITALIC #define XFT_SLANT_OBLIQUE FC_SLANT_OBLIQUE #define XFT_PROPORTIONAL FC_PROPORTIONAL #define XFT_MONO FC_MONO #define XFT_CHARCELL FC_CHARCELL #define XFT_RGBA_UNKNOWN FC_RGBA_UNKNOWN #define XFT_RGBA_RGB FC_RGBA_RGB #define XFT_RGBA_BGR FC_RGBA_BGR #define XFT_RGBA_VRGB FC_RGBA_VRGB #define XFT_RGBA_VBGR FC_RGBA_VBGR #define XFT_RGBA_NONE FC_RGBA_NONE /* * Old constants */ #define XFT_ENCODING "encoding" typedef FcType XftType; typedef FcMatrix XftMatrix; #define XftMatrixInit(m) FcMatrixInit(m) typedef FcResult XftResult; #define XftResultMatch FcResultMatch #define XftResultNoMatch FcResultNoMatch #define XftResultTypeMismatch FcResultTypeMismatch #define XftResultNoId FcResultNoId typedef FcValue XftValue; typedef FcPattern XftPattern; typedef FcFontSet XftFontSet; typedef FcObjectSet XftObjectSet; #define XftGlyphExists XftCharExists #define XftObjectSetCreate FcObjectSetCreate #define XftObjectSetAdd FcObjectSetAdd #define XftObjectSetDestroy FcObjectSetDestroy #define XftObjectSetVaBuild FcObjectSetVaBuild #define XftObjectSetBuild FcObjectSetBuild #define XftFontSetMatch FcFontSetMatch #define XftFontSetDestroy FcFontSetDestroy #define XftMatrixEqual FcMatrixEqual #define XftMatrixMultiply FcMatrixMultiply #define XftMatrixRotate FcMatrixRotate #define XftMatrixScale FcMatrixScale #define XftMatrixShear FcMatrixShear #define XftPatternCreate FcPatternCreate #define XftPatternDuplicate FcPatternDuplicate #define XftValueDestroy FcValueDestroy #define XftValueListDestroy FcValueListDestroy #define XftPatternDestroy FcPatternDestroy #define XftPatternFind FcPatternFind #define XftPatternAdd FcPatternAdd #define XftPatternGet FcPatternGet #define XftPatternDel FcPatternDel #define XftPatternAddInteger FcPatternAddInteger #define XftPatternAddDouble FcPatternAddDouble #define XftPatternAddString(p,e,s) FcPatternAddString(p,e,(FcChar8 *)(s)) #define XftPatternAddMatrix FcPatternAddMatrix #define XftPatternAddBool FcPatternAddBool #define XftPatternGetInteger FcPatternGetInteger #define XftPatternGetDouble FcPatternGetDouble #define XftPatternGetString(p,e,i,n) FcPatternGetString(p,e,i,(FcChar8 **) (n)) #define XftPatternGetMatrix FcPatternGetMatrix #define XftPatternGetBool FcPatternGetBool #define XftPatternVaBuild FcPatternVaBuild #define XftPatternBuild FcPatternBuild #define XftUtf8ToUcs4 FcUtf8ToUcs4 #define XftUtf8Len FcUtf8Len #define XftTypeVoid FcTypeVoid #define XftTypeInteger FcTypeInteger #define XftTypeDouble FcTypeDouble #define XftTypeString FcTypeString #define XftTypeBool FcTypeBool #define XftTypeMatrix FcTypeMatrix #define XftConfigSubstitute(p) FcConfigSubstitute (0, p, FcMatchPattern) _XFUNCPROTOBEGIN FcBool XftNameUnparse (XftPattern *pat, char *dest, int len); _XFUNCPROTOEND #endif /* _XFTCOMPAT_H_ */ 0707010003cf10000041ed0000000000000000000000034f73c12900000000000000b500010002ffffffffffffffff0000001300000000root/usr/local/lib0707010003cf14000041ed0000000000000000000000024f73c12900000000000000b500010002ffffffffffffffff0000001d00000000root/usr/local/lib/pkgconfig0707010003cf15000081a40000000000000000000000014f73c1050000010b000000b500010002ffffffffffffffff0000002400000000root/usr/local/lib/pkgconfig/xft.pcprefix=/usr/local exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include Name: Xft Description: X FreeType library Version: 2.3.0 Requires: xproto Requires.private: xrender, fontconfig, freetype2 Cflags: -I${includedir} Libs: -L${libdir} -lXft 0707010003cf12000081ed0000000000000000000000014f73c105000004d9000000b500010002ffffffffffffffff0000001d00000000root/usr/local/lib/libXft.la# libXft.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='libXft.so.2' # Names of this library. library_names='libXft.so.2.3.0 libXft.so.2 libXft.so' # The name of the static archive. old_library='libXft.a' # Linker flags that can not go in dependency_libs. inherited_linker_flags='' # Libraries that this one depends upon. dependency_libs=' -R/usr/local/lib -L/usr/local/lib /usr/local/lib/libfontconfig.la /usr/local/lib/libexpat.la /usr/local/lib/libfreetype.la -lz /usr/local/lib/libXrender.la /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 /usr/local/lib/libiconv.la -lc' # Names of additional weak libraries provided by this library weak_library_names='' # Version information for libXft. current=5 age=3 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' 0707010003cf11000081a40000000000000000000000014f73c105000a64b4000000b500010002ffffffffffffffff0000001c00000000root/usr/local/lib/libXft.a! / 1332986117 0 0 0 2824 ` | L L L4444444444 , , , , , ,ѤѤѤѤpdpdpdpdpdpdpdpdpdpdpdpdpdpdpdpd,,,,,,,,,,,,,,MMMMMu,u,u,u,u,u,u,u,u,u,u,u,u,u, 4 4 4 4 4 2 2 2XftColorAllocNameXftColorAllocValueXftColorFreeXftRectCoreXftGlyphCoreXftGlyphSpecCoreXftGlyphFontSpecCoreXftDebug.XBKgoyL$D8cP0ga.XftDebug.initialized.XBKgoyL$D8cP0ga.XftDebug.debug_XftDisplayInfoGet_XftDisplayInfoXftDefaultGetInteger_XftDisplayManageMemoryXftDefaultHasRenderXftDefaultSetXftDefaultParseBoolXftDefaultGetBoolXftDefaultGetDoubleXftDefaultSubstituteXftDrawDepthXftDrawBitsPerPixelXftDrawCreateXftDrawCreateBitmapXftDrawCreateAlphaXftDrawChangeXftDrawDisplayXftDrawDrawableXftDrawColormapXftDrawVisualXftDrawDestroyXftDrawSrcPictureXftDrawPictureXftDrawGlyphsXftDrawString8XftDrawString16XftDrawString32XftDrawStringUtf8XftDrawStringUtf16XftDrawGlyphSpecXftDrawGlyphFontSpecXftDrawCharSpecXftDrawCharFontSpecXftDrawRectXftDrawSetClipXftDrawSetClipRectanglesXftDrawSetSubwindowModeXftGlyphExtentsXftTextExtents8XftTextExtents16XftTextExtents32XftTextExtentsUtf8XftTextExtentsUtf16XftFontMatchXftFontOpenXftFontOpenNameXftFontOpenXlfdXftInitFtLibrary.XAKgoyLCE8cP0hc._XftFtFiles.XAKgoyLCE8cP0hc.XftMaxFreeTypeFiles_XftFTlibrary_XftSetFaceXftLockFaceXftUnlockFaceXftFontInfoCreateXftFontInfoDestroyXftFontInfoHashXftFontInfoEqualXftFontOpenInfoXftFontOpenPatternXftFontCopyXftFontManageMemoryXftFontCloseXftFontLoadGlyphsXftFontUnloadGlyphsXftFontCheckGlyphXftCharExistsXftCharIndex_XftFontUncacheGlyph_XftFontManageMemoryXftInit.XAKgoyLCE8cPUEd._XftConfigInitializedXftGetVersionXftMemReport.XAKgoyLCE8cPUEd.XftInUse.XAKgoyLCE8cPUEd.XftFreeMem.XAKgoyLCE8cPUEd.XftFreeCount.XAKgoyLCE8cPUEd.XftAllocMem.XAKgoyLCE8cPUEd.XftAllocCount.XAKgoyLCE8cPUEd.XftAllocNotify.XAKgoyLCE8cPUEd.XftFreeNotifyXftMemAlloc.XAKgoyLCE8cPUEd.XftMemNoticeXftMemFreeXftListFontsPatternObjectsXftListFonts_XftNameInit.XAKgoyLDE8cPEfd._XftNameInitialized.XAKgoyLDE8cPEfd._XftObjectTypesXftNameParseXftNameUnparseXftGlyphRenderXftGlyphSpecRenderXftCharSpecRenderXftGlyphFontSpecRenderXftCharFontSpecRenderXftTextRender8XftTextRender16XftTextRender16BEXftTextRender16LEXftTextRender32XftTextRender32BEXftTextRender32LEXftTextRenderUtf8XftTextRenderUtf16_XftMatchSymbolicXftNativeByteOrderXftSwapCARD32XftSwapCARD24XftSwapCARD16XftSwapImageXftXlfdParse.XAKgoyLEE8cPU5d.XftXlfdWeights.XAKgoyLEE8cPU5d.XftXlfdSlantsxftcolor.o/ 1332986111 0 0 100644 37372 ` ELF؎4(.strtab.text.bss.data.rodata.comment.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.symtabxftcolor.cstatlstatfstatmknodmaskbasemasklenBbss.bssDdata.dataDrodata.rodata_xstat_lxstat_fxstat_xmknodXftColorAllocNameXAllocNamedColorXftColorAllocValueXAllocColorXftColorFreeXFreeColors.rel.text.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_funcnames.rel.debug_typenamesUE PEPj EEUE PEPj EEUE PEPj EEUjjEPE PEPjEEÐUjEPEPEPEPEPu E?EUPUEfBUEfBUEfBUfB EEÐUEufE;fEEuEEE@fEEtEfEEÐUE%۶mۉEU+UE%۶m+ЉUEU%qǹ?+fEEÐU ]E @E j@ P*EE j@ PsEE j@PEE j@PEEE j@PEE j@PEE@UڍJ؋ME@UڍJM ؋E@UڍJM ؋EXOE@fEE@fEE@fEEPEPEP u EIEUPEU@fBEU@fBEU@fBEU@fB EE]ÐUE @tjjjEPEPEP@(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 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@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 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@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 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@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMIacomp: Sun C 5.11 SunOS_i386 145355-01 2010/10/11as: Sun Compiler Common 12.2 SunOS_i386 2010/08/13kxftcolor.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c xftcolor.c -W0,-xp.XAKgoyL\$D8cP0Ka.Xa;g;R=Sun C 5.11 SunOS_i386 145355-01 2010/10/11;G=.XAKgoyL$D8cP0Ka.;backend;raw;cd;DBG_GEN 5.3.0statx U'_pathr_bufr intchar"unsigned long,dev_tlong I b I,ino_t,mode_t,nlink_tIuid_tIgid_t I IIoff_tItime_t timespec tv_sec# tv_nsecI#timestruc_tIblksize_tIblkcnt_t = I I N I stat st_dev=# st_pad1Q# st_inob# st_moden# st_nlink{# st_uid# st_gid# st_rdev=#$ st_pad2#( st_size#0 st_pad3I#4 st_atim#8 st_mtim#@ st_ctim#H st_blksize #P st_blocks#T st_fstype,#X st_pad4=#hNlstat@U_path_buf fstat`U_fd_buf mknodUej_pathn_mode =_deve XftColorAllocNameUdpywevisual W!cmapenamefresultscreenof exactof  _XExtData l number# nextl# free_private# private_data# lqXPointer XExtData deFreeFuncTypeunsigned charKeyCode  / max_keypermod# modifiermap#XModifierKeymap /[EJ[FreeModmapType _XFreeFuncs$0 atoms# modifiermap`# key_bindings# context_db# defaultCCCs# clientCmaps# intensityMaps# im_filters# xkb# u,XID _XDisplayD  ext_data# free_funcs0# fd# conn_checker# proto_major_version# proto_minor_version# vendor# resource_base5# resource_mask5# resource_id5#$ resource_shift#( resource_alloc#, byte_order#0 bitmap_unit#4 bitmap_pad#8 bitmap_bit_order#< nformats#@ pixmap_formatG#D vnumber#H release#L headL#P tailL#T qlen#X last_request_read,#\ request,#` last_req#d buffer#h bufptr#l bufmax#p max_request_size#t db(#x synchandler(#| display_name# default_screen# nscreens# screens-# motion_buffer,# flags-# min_keycode# max_keycode# keysyms-# modifiermapE# keysyms_per_keycode# xdefaults# scratch_buffer# scratch_length,# ext_number# ext_procs-# event_vec4# wire_vec 5# lock_meaning-# lock*5# async_handlers/5# bigreq_size,# lock_fnsb# idlist_allocb# key_bindingsc# cursor_font*# atomsc# mode_switch# num_lock# context_db*c# error_vec;c# cms@c# im_filtersc# qfreeL# next_event_serial_num,# flushes-# im_fd_infoc# im_fd_length# conn_watchersd# watcher_count# filedes# savedsynchandlerd# resource_max5# xcmisc_opcode# xkb_infod# trans_conn e# xcb#e# next_cookie# generic_event_vec4e# generic_event_copy_vecRe# cookiejarB%#?5 4 ext_data# depth# bits_per_pixel# scanline_pad# ScreenFormat 4(,Window   type# serial,# send_event# display# windowQ#^XAnyEvent ,Time unsigned<  type# serial,# send_event# display# windowQ# rootQ# subwindowQ# time# x# y#$ x_root#( y_root#, state#0 keycode#4 same_screen#8XKeyEvent <  type# serial,# send_event# display# windowQ# rootQ# subwindowQ# time# x# y#$ x_root#( y_root#, state#0 button#4 same_screen#8XButtonEvent <  type# serial,# send_event# display# windowQ# rootQ# subwindowQ# time# x# y#$ x_root#( y_root#, state#0 is_hint#4 same_screen#8XMotionEvent D  type# serial,# send_event# display# windowQ# rootQ# subwindowQ# time# x# y#$ x_root#( y_root#, mode#0 detail#4 same_screen#8 focus#< state#@XCrossingEvent  I type# serial,# send_event# display# windowQ# mode# detail#XFocusChangeEvent (  type# serial,# send_event# display# windowQ# x# y# width# height# count#$aXExposeEvent ,Drawable 0  type# serial,# send_event# display# drawable # x# y# width# height# count#$ major_code#( minor_code#,XGraphicsExposeEvent  n type# serial,# send_event# display# drawable # major_code# minor_code#XNoExposeEvent   type# serial,# send_event# display# windowQ# state#XVisibilityEvent 0  type# serial,# send_event# display# parentQ# windowQ# x# y# width# height#$ border_width#( override_redirect#,XCreateWindowEvent  @ type# serial,# send_event# display# eventQ# windowQ#XDestroyWindowEvent   type# serial,# send_event# display# eventQ# windowQ# from_configure#ZXUnmapEvent  e type# serial,# send_event# display# eventQ# windowQ# override_redirect#XMapEvent   type# serial,# send_event# display# parentQ# windowQ#uXMapRequestEvent (  type# serial,# send_event# display# eventQ# windowQ# parentQ# x# y# override_redirect#$XReparentEvent 4 y type# serial,# send_event# display# eventQ# windowQ# x# y# width# height#$ border_width#( aboveQ#, override_redirect#0XConfigureEvent   type# serial,# send_event# display# eventQ# windowQ# x# y#XGravityEvent   type# serial,# send_event# display# windowQ# width# height#XResizeRequestEvent 8  type# serial,# send_event# display# parentQ# windowQ# x# y# width# height#$ border_width#( aboveQ#, detail#0 value_mask,#4XConfigureRequestEvent   type# serial,# send_event# display# eventQ# windowQ# place#XCirculateEvent   type# serial,# send_event# display# parentQ# windowQ# place#(XCirculateRequestEvent ,Atom  A type# serial,# send_event# display# windowQ# atom# time# state#XPropertyEvent   type# serial,# send_event# display# windowQ# selection# time#VXSelectionClearEvent ( type# serial,# send_event# display# ownerQ# requestorQ# selection# target# property# time#$XSelectionRequestEvent $ A! type# serial,# send_event# display# requestorQ# selection# target# property# time#  XSelectionEvent ,Colormap  ! type# serial,# send_event# display# windowQ# colormapW!# new# state#f!XColormapEvent  " Ishort "'" I I8" I ^" b!# s"# l'"#0 " type# serial,# send_event# display# windowQ# message_type# format# data8"#^"XClientMessageEvent  # type# serial,# send_event# display# windowQ# request# first_keycode# count#"XMappingEvent  $ type# display# resourceid5# serial,# error_code# request_code# minor_code##XErrorEvent  B$ I4 $ type# serial,# send_event# display# windowQ# key_vector1$#B$XKeymapEvent  &% type# serial,# send_event# display# extension# evtype#$XGenericEvent void:% % type# serial,# send_event# display# extension# evtype# cookie# dataB%#G%XGenericEventCookie I`% I_XEvent` ( type# xany# xkey# xbutton# xmotion# xcrossing# xfocusI# xexpose# xgraphicsexpose# xnoexposen# xvisibility# xcreatewindow# xdestroywindow@# xunmap# xmape# xmaprequest# xreparent# xconfigurey# xgravity# xresizerequest# xconfigurerequest# xcirculate# xcirculaterequest# xpropertyA# xselectionclear# xselectionrequest # xselectionA!# xcolormap!# xclient"# xmapping## xerror$# xkeymap$# xgeneric&%# xcookie%# pad%#%XEvent _XSQEventh( nextL# event(# qserial_num,#d_XrmHashBucketRec((,VisualID  ) ext_data# visualid(# class# red_mask,# green_mask,# blue_mask,# bits_per_rgb# map_entries#)Visual ) ) depth# nvisuals# visuals)#)Depth ),GContext ,Pixmap ,Font \ + function# plane_mask,# foreground,# background,# line_width# line_style# cap_style# join_style# fill_style# fill_rule#$ arc_mode#( tile*#, stipple*#0 ts_x_origin#4 ts_y_origin#8 font*#< subwindow_mode#@ graphics_exposures#D clip_x_origin#H clip_y_origin#L clip_mask*#P dash_offset#T dashes#X*XGCValues _XGCpI, ext_data# gid)# rects# dashes# dirty,# values+#+I,GC P - ext_data# display# rootQ# width# height# mwidth# mheight# ndepths# depths)# root_depth#$ root_visual)#( default_gcN,#, cmapW!#0 white_pixel,#4 black_pixel,#8 max_maps#< min_maps#@ backing_store#D save_unders#H root_input_maskI#LW,Screen -,,KeySym -3 @. extension# major_opcode# first_event# first_error# -XExtCodes @.p.N,P.U.p.CreateGCType.N,P...CopyGCType.N,P...FlushGCType/N,P../FreeGCType @/ name# card32,#/XFontProp @/unsigned short / lbearing "# rbearing "# width "# ascent "# descent "# attributesU/# g/XCharStruct /P "1 ext_data# fid*# direction# min_char_or_byte2# max_char_or_byte2# min_byte1# max_byte1# all_chars_exist# default_char# n_properties#$ propertiesP/#( min_bounds/#, max_bounds/#8 per_char/#D ascent#H descent#L/XFontStruct "1T141P.91T1CreateFontType141P.n11FreeFontType1P.11CloseDisplayTypeBYTE U/CARD16 ,CARD32 CARD8  2 type1# errorCode1# sequenceNumber1# resourceID1# minorCode1# majorCode1# pad11# pad31# pad41# pad51# pad61# pad71#2xError 222P.222ErrorType83P.383ErrorStringType$o3S3B%X3o3PrintErrorType33P.3I33BeforeFlushType _XExtenH4 next-# codes@.# create_GCu.# copy_GC.# flush_GC.# free_GC /# create_FontY1#$ free_Font1#( close_display1#, error3#0 error_string=3#4 name#8 error_valuest3#< before_flush3#@ next_flush-#D444 I455 I_XLockInfo5Lb 5 type1# data11# sequenceNumber1# length1# data001# data011# data021# data031# data041# data051#45xGenericReply  "INT16  6 type1# depth1# sequenceNumber1# length1# root1# x5# y5# width1# height1# borderWidth1# pad11# pad21# pad31#5xGetGeometryReply  {7 type1# pad11# sequenceNumber1# length1# root1# parent1# nChildren1# pad21# pad31# pad41# pad51#6xQueryTreeReply  '8 type1# pad11# sequenceNumber1# length1# atom1# pad21# pad31# pad41# pad51# pad61#7xInternAtomReply  8 type1# pad11# sequenceNumber1# length1# nameLength1# pad21# pad31# pad41# pad51# pad61# pad71#>8xGetAtomNameReply  9 type1# format1# sequenceNumber1# length1# propertyType1# bytesAfter1# nItems1# pad11# pad21# pad31#8xGetPropertyReply  i: type1# pad11# sequenceNumber1# length1# nProperties1# pad21# pad31# pad41# pad51# pad61# pad71#9xListPropertiesReply  ; type1# pad11# sequenceNumber1# length1# owner1# pad21# pad31# pad41# pad51# pad61#:xGetSelectionOwnerReply  ; type1# status1# sequenceNumber1# length1# pad11# pad21# pad31# pad41# pad51# pad61#9;xGrabPointerReply 9;xGrabKeyboardReply BOOL  < type1# sameScreen<# sequenceNumber1# length1# root1# child1# rootX5# rootY5# winX5# winY5# mask1# pad11# pad1# <xQueryPointerReply  = type1# pad11# sequenceNumber1# length1# nEvents1# pad21# pad31# pad41# pad51# pad61#<xGetMotionEventsReply  J> type1# sameScreen<# sequenceNumber1# length1# child1# dstX5# dstY5# pad21# pad31# pad41# pad51#=xTranslateCoordsReply  ? type1# revertTo1# sequenceNumber1# length1# focus1# pad11# pad21# pad31# pad41# pad51#f>xGetInputFocusReply IINT32  @ type1# drawDirection1# sequenceNumber1# length1# fontAscent5# fontDescent5# overallAscent5# overallDescent5# overallWidth?# overallLeft?# overallRight?# pad1#'?xQueryTextExtentsReply  @ type1# pad11# sequenceNumber1# length1# nFonts1# pad21# pad31# pad41# pad51# pad61# pad71#3@xListFontsReply  A type1# pad11# sequenceNumber1# length1# nPaths1# pad21# pad31# pad41# pad51# pad61# pad71#@xGetFontPathReply  DB type1# depth1# sequenceNumber1# length1# visual1# pad31# pad41# pad51# pad61# pad71#AxGetImageReply  C type1# pad11# sequenceNumber1# length1# nColormaps1# pad21# pad31# pad41# pad51# pad61# pad71#YBxListInstalledColormapsReply  C type1# pad11# sequenceNumber1# length1# red1# green1# blue1# pad21# pixel1# pad31# pad41# pad51#%CxAllocColorReply  D type1# pad11# sequenceNumber1# length1# pixel1# exactRed1# exactGreen1# exactBlue1# screenRed1# screenGreen1# screenBlue1# pad21# pad31#CxAllocNamedColorReply  E type1# pad11# sequenceNumber1# length1# nPixels1# nMasks1# pad31# pad41# pad51# pad61# pad71#DxAllocColorCellsReply  ^F type1# pad11# sequenceNumber1# length1# nPixels1# pad21# redMask1# greenMask1# blueMask1# pad31# pad41#ExAllocColorPlanesReply  !G type1# pad11# sequenceNumber1# length1# nColors1# pad21# pad31# pad41# pad51# pad61# pad71#{FxQueryColorsReply  H type1# pad11# sequenceNumber1# length1# exactRed1# exactGreen1# exactBlue1# screenRed1# screenGreen1# screenBlue1# pad31# pad41# pad51#9GxLookupColorReply  H type1# pad11# sequenceNumber1# length1# width1# height1# pad31# pad41# pad51# pad61# pad71#/HxQueryBestSizeReply  I type1# pad11# sequenceNumber1# length1# present<# major_opcode1# first_event1# first_error1# pad31# pad41# pad51# pad61# pad71#HxQueryExtensionReply  }J type1# nExtensions1# sequenceNumber1# length1# pad21# pad31# pad41# pad51# pad61# pad71#IxListExtensionsReply  1K type1# success1# sequenceNumber1# length1# pad21# pad31# pad41# pad51# pad61# pad71#JxSetModifierMappingReply  K type1# numKeyPerModifier1# sequenceNumber1# length1# pad11# pad21# pad31# pad41# pad51# pad61#PKxGetModifierMappingReply JxSetPointerMappingReply  L type1# keySymsPerKeyCode1# sequenceNumber1# length1# pad21# pad31# pad41# pad51# pad61# pad71#0LxGetKeyboardMappingReply  M type1# nElts1# sequenceNumber1# length1# pad21# pad31# pad41# pad51# pad61# pad71#LxGetPointerMappingReply  rN type1# pad11# sequenceNumber1# length1# accelNumerator1# accelDenominator1# threshold1# pad21# pad31# pad41# pad51# pad61#MxGetPointerControlReply  hO type1# pad11# sequenceNumber1# length1# timeout1# interval1# preferBlanking<# allowExposures<# pad21# pad31# pad41# pad51# pad61#NxGetScreenSaverReply  +P type1# enabled<# sequenceNumber1# length1# nHosts1# pad11# pad31# pad41# pad51# pad61# pad71#OxListHostsReply  |P type1# detail1# sequenceNumber1#U/KeyButMask  AQ pad001# time1# root1# event1# child1# rootX5# rootY5# eventX5# eventY5# state|P# sameScreen<# pad11# Q pad001# time1# root1# event1# child1# rootX5# rootY5# eventX5# eventY5# state|P# mode1# flags1# IR pad001# window1# mode1# pad11# pad21# pad31#  R pad001# window1# x1# y1# width1# height1# count1# pad21# mS pad001# drawable1# x1# y1# width1# height1# minorEvent1# count1# majorEvent1# pad11# pad21# pad31# S pad001# drawable1# minorEvent1# majorEvent1# bpad1#  !T pad001# window1# state1# pad11# pad21# pad31#  T pad001# parent1# window1# x5# y5# width1# height1# borderWidth1# override<# bpad1# T pad001# event1# window1# [U pad001# event1# window1# fromConfigure<# pad11# pad21# pad31# U pad001# event1# window1# override<# pad11# pad21# pad31# U pad001# parent1# window1# V pad001# event1# window1# parent1# x5# y5# override<# pad11# pad21# pad31# 3W pad001# event1# window1# aboveSibling1# x5# y5# width1# height1# borderWidth1# override<# bpad1# W pad001# parent1# window1# sibling1# x5# y5# width1# height1# borderWidth1# valueMask1# pad11# VX pad001# event1# window1# x5# y5# pad11# pad21# pad31# pad41# X pad001# window1# width1# height1#  Y pad001# event1# window1# parent1# place1# pad11# pad21# pad31# vY pad001# window1# atom1# time1# state1# pad11# pad21# Y pad001# time1# window1# atom1#  *Z pad001# time1# owner1# requestor1# selection1# target1# property1# Z pad001# time1# requestor1# selection1# target1# property1# Z pad001# window1# colormap1# new<# state1# pad11# pad21# Q[ pad001# request1# firstKeyCode1# count1# pad11# [ type1# longs0?# longs1?# longs2?# longs3?# longs4?# f\ type1# shorts05# shorts15# shorts25# shorts35# shorts45# shorts55# shorts65# shorts75# shorts85# shorts95#signed charf\INT8 u\\ I \ type1# bytes\# \ lQ[# s[# b\# ] pad001# window1# u\# _ uAP# keyButtonPointerP# enterLeaveAQ# focusQ# exposeIR# graphicsExposureR# noExposuremS# visibilityS# createNotify!T# destroyNotifyT# unmapNotifyT# mapNotify[U# mapRequestU# reparentU# configureNotifyV# configureRequest3W# gravityW# resizeRequestVX# circulateX# propertyY# selectionClearvY# selectionRequestY# selectionNotify*Z# colormapZ# mappingNotifyZ# clientMessage\# _xEvent 1_ u ]#_xEvent  b generic5# geom6# tree{7# atom'8# atomName8# property9# listPropertiesi:# selection;# grabPointer;# grabKeyboard;# pointer<# motionEvents=# coordsJ># inputFocus?# textExtents@# fonts@# fontPathA# imageDB# colormapsC# allocColorC# allocNamedColorD# colorCellsE# colorPlanes^F# colors!G# lookupColorH# bestSizeH# extensionI# extensions}J# setModifierMapping1K# getModifierMappingK# setPointerMappingL# getKeyboardMappingL# getPointerMappingM# pointerControlrN# screenSaverhO# hosts+P# error2# event1_#>_xReply bGbb"b _XInternalAsync b next/5# handlerGb# data#bbb _XLockPtrsb lock_displayb# unlock_displayb#bb_XKeytransb_XDisplayAtomsc_XContextDBc/c6c c defaultCCCs# clientCmaps# perVisualIntensityMaps#_XIMFiltercccc_XInternalConnectionProcc _XConnectionInfoRd fd# read_callbackc# call_data# watch_datac# nextc#sdcRdsdXConnectionWatchProc d _XConnWatchInfo d fnxd# client_data# nextd#d_XkbInfoRecd_XtransConnInfod_X11XCBPrivatee(e/eFe IFeMede I?Display )re|ee redU/# greenU/# blueU/# alphaU/#eXRenderColor _XftColor f pixel,# colore#eXftColor f of pixel,# redU/# greenU/# blueU/# flags# pad# fXColor maskbase2jU "f,m1i "3masklenBU "f,mAy,C XftColorAllocValuePHUShdpyK)visualL W!cmapMXhcolorNfresultOred_shiftSred_lenSgreen_shiftTgreen_lenTblue_shiftUblue_lenUxcolorofceShXftColorFreexzUhdpyt)visualu W!cmapvfcolorw__posix_ttyname_rh__posix_getlogin_rii_xmknodQii"i,,Vi_lxstatiQi[ii_xstatiii_fxstatii,XFreeColorsj,i,jfXAllocNamedColoraj,j$j$jXAllocColorj,$jIj__posix_ctime_rjj tm$Uk tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst# jUkZk__posix_asctime_r_kdkT /var/tmp/libXft-2.3.0/src/usr/include/sys/usr/include/usr/local/include/X11../include/X11/Xft/usr/local/include/X11/extensions/usr/include/isoxftcolor.cstat_impl.hstat.htypes.hstdlib.hstdio.htime_impl.hXlibint.hXlib.hX.hXproto.hXmd.hXft.hXrender.htime_iso.h &; F[ f !      4 , 5 @ H Q}\d v      4 K b        + 9 @ S^ x  DD%. : ; @ ' ID I: ;  $> &II7II: I  !I/  :  I8 .?  : ; @ ' ID 4I : ;  ' ID I' D  :  :  :  : < ' ID 5II ' D  .?  : ; @ ' D .? < ' ID .? < ' ID LkoXftColorAllocNamefXftColorAllocValue]hXftColorFreeNkstatlstatfstatmknod|fmaskbasefmasklen k=dev_tbino_tnmode_t{nlink_tuid_tgid_toff_ttime_ttimespectimestruc_t blksize_tblkcnt_tNstatXPointer_XExtDataXExtDataFreeFuncTypeKeyCode/XModifierKeymap`FreeModmapTypeu_XFreeFuncs5XID4ScreenFormatQWindow^XAnyEventTimeXKeyEventXButtonEventXMotionEventXCrossingEventIXFocusChangeEventaXExposeEvent DrawableXGraphicsExposeEventnXNoExposeEventXVisibilityEventXCreateWindowEvent@XDestroyWindowEventZXUnmapEventeXMapEventuXMapRequestEventXReparentEventyXConfigureEventXGravityEventXResizeRequestEventXConfigureRequestEventXCirculateEvent(XCirculateRequestEventAtomAXPropertyEventVXSelectionClearEvent XSelectionRequestEvent A!XSelectionEventW!Colormapf!!XColormapEvent8"^""XClientMessageEvent"#XMappingEvent#$XErrorEventB$$XKeymapEvent$&%XGenericEventG%%XGenericEventCookie%_XEvent(XEvent(_XSQEvent(VisualID))Visual))Depth)GContext*Pixmap*Font*+XGCValues+_XGCN,GCW,-Screen-KeySym-@.XExtCodesu.CreateGCType.CopyGCType.FlushGCType /FreeGCType/@/XFontPropg//XCharStruct/"1XFontStructY1CreateFontType1FreeFontType1CloseDisplayType1BYTE1CARD161CARD321CARD822xError3ErrorType=3ErrorStringTypet3PrintErrorType3BeforeFlushType3_XExten455xGenericReply5INT1656xGetGeometryReply6{7xQueryTreeReply7'8xInternAtomReply>88xGetAtomNameReply89xGetPropertyReply9i:xListPropertiesReply:;xGetSelectionOwnerReply9;;xGrabPointerReply;xGrabKeyboardReply<BOOL <<xQueryPointerReply<=xGetMotionEventsReply=J>xTranslateCoordsReplyf>?xGetInputFocusReply?INT32'?@xQueryTextExtentsReply3@@xListFontsReply@AxGetFontPathReplyADBxGetImageReplyYBCxListInstalledColormapsReply%CCxAllocColorReplyCDxAllocNamedColorReplyDExAllocColorCellsReplyE^FxAllocColorPlanesReply{F!GxQueryColorsReply9GHxLookupColorReply/HHxQueryBestSizeReplyHIxQueryExtensionReplyI}JxListExtensionsReplyJ1KxSetModifierMappingReplyPKKxGetModifierMappingReplyLxSetPointerMappingReply0LLxGetKeyboardMappingReplyLMxGetPointerMappingReplyMrNxGetPointerControlReplyNhOxGetScreenSaverReplyO+PxListHostsReplyAP|PKeyButMaskPAQQIRRmSS!TTT[UUUV3WWVXXYvYY*ZZZQ[[u\INT8\\\ ]__xEvent1_xEvent>_bxReplyLb_XInternalAsyncb_XLockPtrs@cc_XInternalConnectionProcc_XConnectionInfoxdXConnectionWatchProcd_XConnWatchInfo?_XDisplaydeDisplayeeXRenderColore_XftColorfXftColorfofXColorjtm  @ `(ZpM     v.AMP*Z1Qyq!%ffffggugyg~gggg(h,h1h5hohshahv'/7DKV^fnv~ (08@HPX`hpx4 z"+z k7 wCzQI|Pa|Rr| f 8 p  Ќ    Ȏ  Ў  xftcore.o/ 1332986111 0 0 100644 82668 ` ELF?4(.strtab.text.bss.data.rodata.comment.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.symtabxftcore.cstatlstatfstatmknod_XftSharpGlyphMono_XftSharpGlyphGray_XftSharpGlyphRgba_XftSharpGlyphFind_XftExamineBitfield_XftGetField_XftPutField_XftSmoothGlyphMonofbOver24fbIn_XftSmoothGlyphGray8888_XftSmoothGlyphGray565_XftSmoothGlyphGray555_XftSmoothGlyphGray_XftSmoothGlyphRgba_XftSmoothGlyphPossible_XftSmoothGlyphFind_XftGlyphDefaultXftGetImageErrorHandlerBbss.bssDdata.dataDrodata.rodata_xstat_lxstat_fxstat_xmknodXftRectCoreXSetForegroundXFillRectangleXftDrawBitsPerPixelXftFontCheckGlyphXftFontLoadGlyphsXftGlyphCoreXftGlyphExtentsXSetErrorHandlerXGetImageXftDrawDepthXCreatePixmapXCreateGCXCopyAreaXFreeGCXFreePixmapXftNativeByteOrderXftSwapImageXPutImage_XftFontManageMemoryXftGlyphSpecCoreXftGlyphFontSpecCore.rel.text.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_funcnames.rel.debug_typenamesUE PEPj EEUE PEPj EEUE PEPj EEUjjEPE PEPjEEÐU]E @ =|JMUE @PB,PAP ]MUEPEPEPEPB,PAPCP]ÐU8]ȋE @ EE @EEEE @EE @U+ЉUE @U+ЉUEE؋EHEE؉EԋEԃnEEEEEEE一EE@EE@EEEEEU#ƒEE@E܋E;Eu=EEEuE@EE@EEEU#ƒu]MUjEPEPEPB,PAPCPEE܉EE+E܉EUEHEE@EEu:EEEuE@EE@EEEU#ƒtEE@EEEЋEHEEЉE̋Ẽ]ÐU8]ȋE @ EE @EEEE @EE @U+ЉUE @U+ЉUEE؋EHEE؉EԋEԃEEEEEEEE@EE@EEEEE=|vEE@E܋E;EuE@EE@EE=}ы]MUjEPEPEPB,PAPCPEE܉EE+E܉E5EHEE@EEuE@EE@EE=|̋E?E@EEEЋEHEEЉE̋Ẽ]ÐU8]ȋE @ EE @EEEE @EE @U+ЉUE @U+ЉUEE؋EHEE؉EԋEԃ#EEUEEEEE@EEEEEEE=rwEE@E܋E;EuE@EEEE=sЋ]MUjEPEPEPB,PAPCPEE܉EE+E܉E5EHEE@EEuE@EEEE=r̋E?E@EEEЋEHEEЉE̋Ẽ]ÐUE EE@0u E1E EE@8Hw$EXXXXUEEuEEE@EEtEEuEEE@EEtE UPEUPÐUEEMHM U#ЉUE E؋UH UE}%EMU ЉUEEEE|ۋEEEÐUEEE؋U +ЉU EMUHJU#ЉUE }E ؋UU EM EEEEÐUX]E @ EE @EEEE @EUEPEPB0P7 UEPEPB4P UEPEPB8P E@EPEPR ؋E@EPEPR ؋E@EPEPR ؉]ċE @U+ЉUE @U+ЉUEEEHEEEEEEEEEEE一EE@EE@EEEEEEHEEEEt{EU#ƒtUjjEPEPEPEPBLЃEEEuE@EE@EEE@EEEEHEEEEuE@EEEEHEEEE]ÐU,EfEE UfEEUEEUfEUE ‰EEEE UfEEUEEUfEUE E܋E܉EE UfEEUE؋EUfEUE EԋEԉEE E EEEÐU(E fEEUfEEUEEEEUfEEUEEEEUfEEUE܋EEEUfEEUE؋EEE E E EEEÐUXE@ EE@%EE@0=u!E@%EE@EE@EE@%EE E E EEE @EȋE @EċE @U+ЉUE @U+ЉUUE@(ERMEE@(EЋE @ E܋EȃE̋EĉEEHEċEEEEEUЋEEE܉E؋EẺE܋EȉEEEEHEEEEE@E׋E@EE=u8E=uEUPE@PEPHЋEP;E׃t/EPEPQEE@PEP ЋEPEEEEEHEEEELEĉEEHEċEEEÐU\]E@ EE@%EE@0=u"E@%EE@E E@EE@%EE E E EEE @EȋE @EċE @U+ЉUE @U+ЉUUE@(ERMHEE@(EЋE @ E܋EȃE̋EĉEEHEċEEE'EEUЋEPEE܉E؋EẺE܋EȉEEEEHEEEEE@E׋E@EE=E=u EEwE@EEE ȋEЁE% ʋEЁE% QEPEEЃE% ЋE% ЋEfPE׃E@EEPEP؋EE ȋEЁE% ʋEЁE% QSEEЃE% ЋE% ЋEfPEEEEEHEEEE>EĉEEHEċEEE]ÐU\]E@ EE@%EE@0=u"E@%EE@E E@EE@%EE E E EEE @EȋE @EċE @U+ЉUE @U+ЉUUE@(ERMHEE@(EЋE @ E܋EȃE̋EĉEEHEċEEEEEUЋEPEE܉E؋EẺE܋EȉEEEEHEEEEE@E׋E@EE=E=u EEoE@EEE ȋE%U ȋE ЁE% QEP~EEЃE% ЋE%| ЋEfPE׃E@EEPEPO؋EE ȋE%U ȋE ЁE% QSEEЃE% ЋE%| ЋEfPEEEEEHEEEENEĉEEHEċEEE]ÐUd]E@ EEE@% ЋE@% ЋE@ ЉUE @U+ЉUE @U+ЉUE @EċE @EE @ E܋EăEЋUEPEPB0P UEPEPB4P UEPEPB8P EEEHEEEEE܉E؋EEЉE܋EĉEEEEEEHEEEEnE@E׋E@EE=E=u EEyUEPEPEPBHЃ EȋEPEPEP EPEPEP  ؋EPEPEPo ؉]̋EPEPjE̋EЁEPEPR ؋EЁEPEPR ؋ÚEPEPR{ ؉]ȋUjjEPEPEPEPBLЃE׃UEPEPEPBHЃ EȋEPEPEP EPEPEP{  ؋EPEPEPb ؉]EPEPЋEPRME̋EЁEPEPR ؋EЁEPEPRz ؋ÚEPEPR^ ؉]ȋUjjEPEPEPEPBLЃE@EEEEHEEEEE@EEEEHEEEE2]ÐU|]E@ EEE@% ЋE@% ЋE@ ЉUE @U+ЉUE @U+ЉUE @E̋E @EȋE @ E܋UEPEPB0PE UEPEPB4P. UEPEPB8P EȉEEHEȋEEEẺEċEEEĉEEHEċEEEeE܋@E؋E܃E܋E؃E=u EEzUEPEPEPBHЃ EЋEPEPEP EPEPEP  ؋EPEPEP ؉]ԋEPEPEԋEЁEPEPR ؋EЁEPEPR ؋UԁEPEPR ؉]ЋUjjEPEPEPEPBLЃE؃UEPEPEPBHЃ EЋEPEPEP EPEPEP  ؋EPEPEP ؉]EfEEUEEUEEEEUЍEEUEEEEEEEUEEEEE؋U ‰EEEEfEEUEEUEEEEUЍEEUEEEEEEEUEEEEE؋U ‰EEEEfEEUEEUEEEEUЍEEUEEEEEEEUEEEEE؋U ‰EEEE E EEԋEЁEPEPR ؋EЁEPEPR ؋UԁEPEPR ؉]ЋUjjEPEPEPEPBLЃE@EEĉEEHEċEEEE@EEȉEEHEȋEEEJ]ÐUE@u E!E@@t EEEUE EE@0uEEWE@@ =u E@@=uE@@=t0E@@ =u0E@@=u E@@=uE-E@@ =uE@@=uE@@t.E@@ u0E@@=u E@@=uEE@@ =|uE@@=uE@@t.E@@ u,E@@=uE@@=|u EP*&jEP ڐEE@8Hd$ EUE EDžPPjjE PEPt Džt'jPPPE PEPE@l@EEÐUEEÐUTE@EEEEEE DžDžHE@EE싅PPPjEPEPt DžHut"jPPjEPEPEEE E@0uE @ =SjEP<EPEPjPE PEPEPEPt uU+ЉU+ЉE@0u}jhMjjjjPRPPAPEP(jPu E@0E@0UHB0Dž&jEP]jPRQCPEPDžjjXPhPEPMjjPRPPPPAPEP(PEPjjjjPRjjPEP(PEPuE@@ B0E@@B4E@@B8S;tjPHE@EEEEU;PpsEU@lEEuEPEPEEtNM+U+jE PRQEPPЃE@U‰EE@ U‰EH/S;tjP]MPRPPjjPA,PCPEP(jPBDЃ EPEPHE@EEEEU;PpsEU@lEEuEPEPEEt=jjEPEPEPEPЃE@U‰EE@ U‰EH@tEPEPTÐUXE@EEEDžDžDž;EDžUPPPjEPEPt Džt"jPPjEPEPUjPjPEPEPED+‰ED+‰‰‰tk;} ;} ;~ ;~ 1@;E?;t;uE@0uE @ =jEP++EPEPE@0u{jhUjjjjPPPPBPEP(jPu E@0E@0UHB0Dž jEPUjPPPBPEPDžjj\PhPEPUjjPPPPPPBPEP(PEPjjjjPPjjPEP(PEPuE@@ B0E@@B4E@@B8S;tjPDž;EEЉE;PpsE@lEEuEPEPEEtJED+ED+jE PRQEPPЃ@;EES;tjPMUPPPPjjPB,PAPEP(jPBDЃEPEPDž;EEЉE;PpsE@lEEuEPEPEEt5ELEDjjPQEPEPЃ@;EZtEPEPXÐU`E@EDžDžDž;EMȋADžMȍPPAPjPEPt Džt%jPPjPEPMjPjAPPEPMA+‰MA +‰‰‰;}oMȋYMAS f}&MA~;} ;~ ;~ 0@;Ei;t;uDž;E};MȋA@0t@;E|ŋ;EuE @ =7jEPD ++E@0u}jhUjjjjPPPPBPEP(jPu E@0E@0UHB0Dž jEPUjPPPBPEPDžjjdPhPEPUjjPPPPPPBPEP(PEPjjjjPPjjPEP(PEPuKE@@ B0E@@B4E@@B8S;tjPDž;E)MȋAPEPMȋA;Pps@lEEuPEPcEEt`MA+MA +jE PRSEPPЃ@;ES;tjPMUPPPPjjPB,PAPEP(jPBDЃ.Dž;EMȋAPEPMȋA;Pps@lEEuPEPEEtKMYMA jjPSEPEPЃ@;EtRDž;E}=MȋAPEP@;E|Ë`@(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 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@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 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@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 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@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMIacomp: Sun C 5.11 SunOS_i386 145355-01 2010/10/11as: Sun Compiler Common 12.2 SunOS_i386 2010/08/13xftcore.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c xftcore.c -W0,-xp.XAKgoyL\$D8cPUZa.Xa;g;R=Sun C 5.11 SunOS_i386 145355-01 2010/10/11;G=.XAKgoyL$D8cPUZa.;backend;raw;cd;DBG_GEN 5.3.0statx U  %_pathr_bufr intchar unsigned long*dev_tlong G ` G*ino_t*mode_t*nlink_tGuid_tGgid_t G GGoff_tGtime_t timespec tv_sec# tv_nsecG#timestruc_tGblksize_tGblkcnt_t ; G G L G stat} st_dev;# st_pad1O# st_ino`# st_model# st_nlinky# st_uid# st_gid# st_rdev;#$ st_pad2#( st_size#0 st_pad3G#4 st_atim#8 st_mtim#@ st_ctim#H st_blksize #P st_blocks#T st_fstype*#X st_pad4;#hL}lstat@U _path_buf }fstat`U  _fd}_buf mknodU ch_pathl_mode ;_devc XftRectCore Ugdrawhcolor  x ywidthheight _XExtData ? number # next?# free_privateU# private_data_#  U?DZXPointer XExtData n7eFreeFuncType unsigned charKeyCode   max_keypermod # modifiermap#XModifierKeymap  ..FreeModmapType _XFreeFuncs$  atoms# modifiermap3# key_bindings# context_db# defaultCCCs# clientCmaps# intensityMaps# im_filters# xkb# H*XID _XDisplayD  ext_data}# free_funcs# fd # conn_checker # proto_major_version # proto_minor_version # vendorZ# resource_base# resource_mask# resource_id#$ resource_shift #( resource_alloc#, byte_order #0 bitmap_unit #4 bitmap_pad #8 bitmap_bit_order #< nformats #@ pixmap_format#D vnumber #H release #L head#P tail#T qlen #X last_request_read*#\ request*#` last_reqZ#d bufferZ#h bufptrZ#l bufmaxZ#p max_request_size#t db(#x synchandler(#| display_nameZ# default_screen # nscreens # screens-# motion_buffer*# flags-# min_keycode # max_keycode # keysyms-# modifiermap# keysyms_per_keycode # xdefaultsZ# scratch_bufferZ# scratch_length*# ext_number # ext_procs-# event_vec4# wire_vec4# lock_meaning-# lock4# async_handlers5# bigreq_size*# lock_fnsb# idlist_allocb# key_bindingsb# cursor_font)# atomsb# mode_switch# num_lock# context_dbb# error_vecc# cmsc# im_filtersoc# qfree# next_event_serial_num*# flushes-# im_fd_infoc# im_fd_length # conn_watchersfd# watcher_count # filedes_# savedsynchandlerd# resource_max# xcmisc_opcode # xkb_infod# trans_connd# xcbd# next_cookie# generic_event_vece# generic_event_copy_vec%e# cookiejar%#  ext_data}# depth # bits_per_pixel # scanline_pad # ScreenFormat c(*Window   type # serial*# send_event # display# window$#1XAnyEvent *Time unsigned<  type # serial*# send_event # display# window$# root$# subwindow$# time# x # y #$ x_root #( y_root #, state#0 keycode#4 same_screen #8XKeyEvent <  type # serial*# send_event # display# window$# root$# subwindow$# time# x # y #$ x_root #( y_root #, state#0 button#4 same_screen #8XButtonEvent <  type # serial*# send_event # display# window$# root$# subwindow$# time# x # y #$ x_root #( y_root #, state#0 is_hint#4 same_screen #8XMotionEvent D  type # serial*# send_event # display# window$# root$# subwindow$# time# x # y #$ x_root #( y_root #, mode #0 detail #4 same_screen #8 focus #< state#@XCrossingEvent   type # serial*# send_event # display# window$# mode # detail #XFocusChangeEvent (  type # serial*# send_event # display# window$# x # y # width # height # count #$4XExposeEvent *Drawable 0  type # serial*# send_event # display# drawable# x # y # width # height # count #$ major_code #( minor_code #,XGraphicsExposeEvent  A type # serial*# send_event # display# drawable# major_code # minor_code #XNoExposeEvent   type # serial*# send_event # display# window$# state #VXVisibilityEvent 0  type # serial*# send_event # display# parent$# window$# x # y # width # height #$ border_width #( override_redirect #,XCreateWindowEvent   type # serial*# send_event # display# event$# window$#XDestroyWindowEvent   type # serial*# send_event # display# event$# window$# from_configure #-XUnmapEvent  8 type # serial*# send_event # display# event$# window$# override_redirect #XMapEvent   type # serial*# send_event # display# parent$# window$#HXMapRequestEvent ( e type # serial*# send_event # display# event$# window$# parent$# x # y # override_redirect #$XReparentEvent 4 L type # serial*# send_event # display# event$# window$# x # y # width # height #$ border_width #( above$#, override_redirect #0zXConfigureEvent   type # serial*# send_event # display# event$# window$# x # y #bXGravityEvent  a type # serial*# send_event # display# window$# width # height #XResizeRequestEvent 8 V type # serial*# send_event # display# parent$# window$# x # y # width # height #$ border_width #( above$#, detail #0 value_mask*#4{XConfigureRequestEvent   type # serial*# send_event # display# event$# window$# place #sXCirculateEvent  n type # serial*# send_event # display# parent$# window$# place #XCirculateRequestEvent *Atom   type # serial*# send_event # display# window$# atom# time# state #XPropertyEvent   type # serial*# send_event # display# window$# selection# time#)XSelectionClearEvent ( _ type # serial*# send_event # display# owner$# requestor$# selection# target# property# time#$XSelectionRequestEvent $ ! type # serial*# send_event # display# requestor$# selection# target# property# time# | XSelectionEvent *Colormap  ! type # serial*# send_event # display# window$# colormap*!# new # state #9!XColormapEvent ! Gshort !! G G " G 1" b!# s!# l!#0 " type # serial*# send_event # display# window$# message_type# format # data "#1"XClientMessageEvent  \# type # serial*# send_event # display# window$# request # first_keycode # count #"XMappingEvent  # type # display# resourceid# serial*# error_code# request_code# minor_code#p#XErrorEvent  $ G4 ~$ type # serial*# send_event # display# window$# key_vector$#$XKeymapEvent  $ type # serial*# send_event # display# extension # evtype #$XGenericEvent void % % type # serial*# send_event # display# extension # evtype # cookie# data%#%XGenericEventCookie G`% G_XEvent` V( type # xany# xkey# xbutton# xmotion# xcrossing# xfocus# xexpose# xgraphicsexpose# xnoexposeA# xvisibility# xcreatewindow# xdestroywindow# xunmap# xmap8# xmaprequest# xreparente# xconfigureL# xgravity# xresizerequesta# xconfigurerequestV# xcirculate# xcirculaterequestn# xproperty# xselectionclear# xselectionrequest_ # xselection!# xcolormap!# xclient"# xmapping\## xerror## xkeymap~$# xgeneric$# xcookie%# pad%#%XEvent _XSQEventh ( next# eventV(# qserial_num*#d_XrmHashBucketRec( (*VisualID  o) ext_data}# visualid(# class # red_mask*# green_mask*# blue_mask*# bits_per_rgb # map_entries #(Visual o) ) depth # nvisuals # visuals|)#)Depth )*GContext *Pixmap *Font \ + function # plane_mask*# foreground*# background*# line_width # line_style # cap_style # join_style # fill_style # fill_rule #$ arc_mode #( tile)#, stipple)#0 ts_x_origin #4 ts_y_origin #8 font)#< subwindow_mode #@ graphics_exposures #D clip_x_origin #H clip_y_origin #L clip_mask)#P dash_offset #T dashes#X)XGCValues _XGCp , ext_data}# gid)# rects # dashes # dirty*# values+#+,GC P - ext_data}# display# root$# width # height # mwidth # mheight # ndepths # depths)# root_depth #$ root_visual|)#( default_gc!,#, cmap*!#0 white_pixel*#4 black_pixel*#8 max_maps #< min_maps #@ backing_store #D save_unders #H root_input_maskG#L*,Screen -**KeySym -3 . extension # major_opcode # first_event # first_error # -XExtCodes . C.!,#.(.C.CreateGCType  v.!,#.[.v.CopyGCType  .!,#...FlushGCType  .!,#...FreeGCType  / name# card32*#.XFontProp /unsigned short / lbearing!# rbearing!# width!# ascent!# descent!# attributes(/# :/XCharStruct /P 0 ext_data}# fid)# direction# min_char_or_byte2# max_char_or_byte2# min_byte1# max_byte1# all_chars_exist # default_char# n_properties #$ properties#/#( min_bounds/#, max_bounds/#8 per_char/#D ascent #H descent #L/XFontStruct 0 '11#. 1'1CreateFontType  \11#.A1\1FreeFontType  1#.t11CloseDisplayType BYTE (/CARD16 *CARD32 CARD8  2 type1# errorCode1# sequenceNumber1# resourceID1# minorCode1# majorCode1# pad11# pad31# pad41# pad51# pad61# pad71#1xError 2  22#.222ErrorType Z 3 #.Z 2 3ErrorStringType #B3&3%+3B3PrintErrorType \33#.a3Gf33BeforeFlushType _XExtenH 4 next-# codes.# create_GCH.# copy_GC{.# flush_GC.# free_GC.# create_Font,1#$ free_Fonta1#( close_display1#, error2#0 error_string3#4 nameZ#8 error_valuesG3#< before_flush3#@ next_flush-#D 444 G 444 G_XLockInfo4b 5 type1# data11# sequenceNumber1# length1# data001# data011# data021# data031# data041# data051#5xGenericReply !INT16  6 type1# depth1# sequenceNumber1# length1# root1# x5# y5# width1# height1# borderWidth1# pad11# pad21# pad31#5xGetGeometryReply  N7 type1# pad11# sequenceNumber1# length1# root1# parent1# nChildren1# pad21# pad31# pad41# pad51#6xQueryTreeReply  7 type1# pad11# sequenceNumber1# length1# atom1# pad21# pad31# pad41# pad51# pad61#d7xInternAtomReply  8 type1# pad11# sequenceNumber1# length1# nameLength1# pad21# pad31# pad41# pad51# pad61# pad71#8xGetAtomNameReply  z9 type1# format1# sequenceNumber1# length1# propertyType1# bytesAfter1# nItems1# pad11# pad21# pad31#8xGetPropertyReply  <: type1# pad11# sequenceNumber1# length1# nProperties1# pad21# pad31# pad41# pad51# pad61# pad71#9xListPropertiesReply  : type1# pad11# sequenceNumber1# length1# owner1# pad21# pad31# pad41# pad51# pad61#W:xGetSelectionOwnerReply  ; type1# status1# sequenceNumber1# length1# pad11# pad21# pad31# pad41# pad51# pad61# ;xGrabPointerReply  ;xGrabKeyboardReply BOOL  < type1# sameScreen;# sequenceNumber1# length1# root1# child1# rootX5# rootY5# winX5# winY5# mask1# pad11# pad1#;xQueryPointerReply  W= type1# pad11# sequenceNumber1# length1# nEvents1# pad21# pad31# pad41# pad51# pad61#<xGetMotionEventsReply  > type1# sameScreen;# sequenceNumber1# length1# child1# dstX5# dstY5# pad21# pad31# pad41# pad51#s=xTranslateCoordsReply  > type1# revertTo1# sequenceNumber1# length1# focus1# pad11# pad21# pad31# pad41# pad51#9>xGetInputFocusReply GINT32  ? type1# drawDirection1# sequenceNumber1# length1# fontAscent5# fontDescent5# overallAscent5# overallDescent5# overallWidth># overallLeft># overallRight># pad1#>xQueryTextExtentsReply  @ type1# pad11# sequenceNumber1# length1# nFonts1# pad21# pad31# pad41# pad51# pad61# pad71#@xListFontsReply  fA type1# pad11# sequenceNumber1# length1# nPaths1# pad21# pad31# pad41# pad51# pad61# pad71#@xGetFontPathReply  B type1# depth1# sequenceNumber1# length1# visual1# pad31# pad41# pad51# pad61# pad71#~AxGetImageReply  B type1# pad11# sequenceNumber1# length1# nColormaps1# pad21# pad31# pad41# pad51# pad61# pad71#,BxListInstalledColormapsReply  C type1# pad11# sequenceNumber1# length1# red1# green1# blue1# pad21# pixel1# pad31# pad41# pad51#BxAllocColorReply  D type1# pad11# sequenceNumber1# length1# pixel1# exactRed1# exactGreen1# exactBlue1# screenRed1# screenGreen1# screenBlue1# pad21# pad31#CxAllocNamedColorReply  cE type1# pad11# sequenceNumber1# length1# nPixels1# nMasks1# pad31# pad41# pad51# pad61# pad71#DxAllocColorCellsReply  1F type1# pad11# sequenceNumber1# length1# nPixels1# pad21# redMask1# greenMask1# blueMask1# pad31# pad41#ExAllocColorPlanesReply  F type1# pad11# sequenceNumber1# length1# nColors1# pad21# pad31# pad41# pad51# pad61# pad71#NFxQueryColorsReply  G type1# pad11# sequenceNumber1# length1# exactRed1# exactGreen1# exactBlue1# screenRed1# screenGreen1# screenBlue1# pad31# pad41# pad51# GxLookupColorReply  H type1# pad11# sequenceNumber1# length1# width1# height1# pad31# pad41# pad51# pad61# pad71#HxQueryBestSizeReply  I type1# pad11# sequenceNumber1# length1# present;# major_opcode1# first_event1# first_error1# pad31# pad41# pad51# pad61# pad71#HxQueryExtensionReply  PJ type1# nExtensions1# sequenceNumber1# length1# pad21# pad31# pad41# pad51# pad61# pad71#IxListExtensionsReply  K type1# success1# sequenceNumber1# length1# pad21# pad31# pad41# pad51# pad61# pad71#kJxSetModifierMappingReply  K type1# numKeyPerModifier1# sequenceNumber1# length1# pad11# pad21# pad31# pad41# pad51# pad61##KxGetModifierMappingReply kJxSetPointerMappingReply  L type1# keySymsPerKeyCode1# sequenceNumber1# length1# pad21# pad31# pad41# pad51# pad61# pad71#LxGetKeyboardMappingReply  \M type1# nElts1# sequenceNumber1# length1# pad21# pad31# pad41# pad51# pad61# pad71#LxGetPointerMappingReply  EN type1# pad11# sequenceNumber1# length1# accelNumerator1# accelDenominator1# threshold1# pad21# pad31# pad41# pad51# pad61#zMxGetPointerControlReply  ;O type1# pad11# sequenceNumber1# length1# timeout1# interval1# preferBlanking;# allowExposures;# pad21# pad31# pad41# pad51# pad61#cNxGetScreenSaverReply  O type1# enabled;# sequenceNumber1# length1# nHosts1# pad11# pad31# pad41# pad51# pad61# pad71#VOxListHostsReply  OP type1# detail1# sequenceNumber1#(/KeyButMask  Q pad001# time1# root1# event1# child1# rootX5# rootY5# eventX5# eventY5# stateOP# sameScreen;# pad11# Q pad001# time1# root1# event1# child1# rootX5# rootY5# eventX5# eventY5# stateOP# mode1# flags1# R pad001# window1# mode1# pad11# pad21# pad31#  R pad001# window1# x1# y1# width1# height1# count1# pad21# @S pad001# drawable1# x1# y1# width1# height1# minorEvent1# count1# majorEvent1# pad11# pad21# pad31# S pad001# drawable1# minorEvent1# majorEvent1# bpad1#  S pad001# window1# state1# pad11# pad21# pad31#  T pad001# parent1# window1# x5# y5# width1# height1# borderWidth1# override;# bpad1# T pad001# event1# window1# .U pad001# event1# window1# fromConfigure;# pad11# pad21# pad31# U pad001# event1# window1# override;# pad11# pad21# pad31# U pad001# parent1# window1# [V pad001# event1# window1# parent1# x5# y5# override;# pad11# pad21# pad31# W pad001# event1# window1# aboveSibling1# x5# y5# width1# height1# borderWidth1# override;# bpad1# W pad001# parent1# window1# sibling1# x5# y5# width1# height1# borderWidth1# valueMask1# pad11# )X pad001# event1# window1# x5# y5# pad11# pad21# pad31# pad41# kX pad001# window1# width1# height1#  X pad001# event1# window1# parent1# place1# pad11# pad21# pad31# IY pad001# window1# atom1# time1# state1# pad11# pad21# Y pad001# time1# window1# atom1#  Y pad001# time1# owner1# requestor1# selection1# target1# property1# dZ pad001# time1# requestor1# selection1# target1# property1# Z pad001# window1# colormap1# new;# state1# pad11# pad21# $[ pad001# request1# firstKeyCode1# count1# pad11# [ type1# longs0># longs1># longs2># longs3># longs4># 9\ type1# shorts05# shorts15# shorts25# shorts35# shorts45# shorts55# shorts65# shorts75# shorts85# shorts95#signed char9\INT8 H\d\ G \ type1# bytesS\# \ l$[# s[# bd\# \ pad001# window1# u\# ^ uP# keyButtonPointer`P# enterLeaveQ# focusQ# exposeR# graphicsExposureR# noExposure@S# visibilityS# createNotifyS# destroyNotifyT# unmapNotifyT# mapNotify.U# mapRequestU# reparentU# configureNotify[V# configureRequestW# gravityW# resizeRequest)X# circulatekX# propertyX# selectionClearIY# selectionRequestY# selectionNotifyY# colormapdZ# mappingNotifyZ# clientMessage\# _xEvent _ u\#^xEvent  a generic5# geom6# treeN7# atom7# atomName8# propertyz9# listProperties<:# selection:# grabPointer;# grabKeyboard;# pointer<# motionEventsW=# coords># inputFocus># textExtents?# fonts@# fontPathfA# imageB# colormapsB# allocColorC# allocNamedColorD# colorCellscE# colorPlanes1F# colorsF# lookupColorG# bestSizeH# extensionI# extensionsPJ# setModifierMappingK# getModifierMappingK# setPointerMappingK# getKeyboardMappingL# getPointerMapping\M# pointerControlEN# screenSaver;O# hostsO# error2# event_#_xReply a baZ _a _XInternalAsync ab next5# handlerb# data_#nbabsb _XLockPtrs b lock_displaynb# unlock_displayvb#{bb_XKeytransb_XDisplayAtomsb_XContextDBb c c bc defaultCCCs_# clientCmaps_# perVisualIntensityMaps_#_XIMFilterbcc _tcc_XInternalConnectionProc _c _XConnectionInfo %d fd # read_callbackc# call_data_# watch_datac# nextc#Fd_  c%dFdXConnectionWatchProc kd _XConnWatchInfo d fnKd# client_data_# nextfd# d_XkbInfoRecd_XtransConnInfod_X11XCBPrivated dee G e e7e GDisplay _XftClipTypeeXftClipTypeNoneXftClipTypeRegionXftClipTypeRectanglesEeXftClipType _XftClipRect e xOrigin # yOrigin # n #eXftClipRecte_XRegionf fRegion_XftClipJf recte# regionf#fXftClip*Picture{f pictXf#f gc!,# use_pixmap # _XftDraw4ug dpy# screen # bits_per_pixel# depth# drawable# visual|)# colormap*!# clip_typee# clipJf# subwindow_mode #$ renderff#( core{f#,fXftDrawugg red(/# green(/# blue(/# alpha(/#gXRenderColor _XftColor h pixel*# colorg#gXftColorhh_XftSharpGlyphMono2URigdraw.jglyph/  x0 y1srcLinej3srcj3bits4bitsMask4width 5stride 6height 7w 8xspan 9lenspan 9 _XGlyphInfo i width(/# height(/# x!# y!# xOff!# yOff!# RiXGlyphInfo _XftGlyphj metricsi# bitmap%# glyph_memory*#iXftGlyphj_XftSharpGlyphGray{U xftg? x@ yA colorB!srcLinejD!srcjD!bitsE!bitsMaskE!width F!stride G!height H!w I!xspan J!r_shift K!r_len K!g_shift L!g_len L!b_shift M!b_len M!pixel*N _XImageX width # height # xoffset # format # dataZ# byte_order # bitmap_unit # bitmap_bit_order # bitmap_pad # depth #$ bytes_per_line #( bits_per_pixel #, red_mask*#0 green_mask*#4 blue_mask*#8 obdata_#< fd#@#|)  Z   (*4 @L X funcs create_image## destroy_image/# get_pixel;# put_pixelG# sub_imageS# add_pixel_#XImage jh"fbOver24Z U1 1x 1y !a1!t1!m1!n1!o1"fbInN U1G 1x 1y !a1!t1!m1!n1!o1!p1_XftSmoothGlyphGray8888yU image xftg x y !color!src1!srca1!r1!g1!b1!dstLineWl!dstWl!d1!maskLine&!mask&!m1!dstStride !maskStride !width !height !w jh1_XftSmoothGlyphGray565U image  xftg  x  y color!src1!srca1!r1!g1!b1!d1!dstLine !dst !maskLine&!mask&!m1!dstStride !maskStride !width !height !w jh1_XftSmoothGlyphGray555\U؏ imageW ݏxftgX xY yZ color[!src1]!srca1]!r1^!g1^!b1^!d1_!dstLine `!dst `!maskLine&a!mask&a!m1a!dstStride b!maskStride b!width c!height c!w dj؏h_XftSmoothGlyphGrayU image xftg x y color!src1!srca1!r_shift !r_len !g_shift !g_len !b_shift !b_len !maskLine&!mask&!m1!maskStride !d1!pixel*!width !height !w !tx jh_XftSmoothGlyphRgbafU~ image xftg x y color!src1!srca1!r_shift !r_len !g_shift !g_len !b_shift !b_len !maskWl!ma1!d1!pixel*!width !height !w !tx #a#B#B#;#######!m1,!n1,!o1,#y!__a1;!__t1;!__ta1;!__i1;#!__a1<!__t1<!__ta1<!__i1<#!__a1=!__t1=!__ta1=!__i1=j~h"_XftSmoothGlyphPossibleLUԕ gdrawK"_XftSmoothGlyphFind\ Us9 gdraw[ mpublic[ !fontj]j9hCn>  HMnXftSmoothGlyph"_XftGlyphDefault=!Uj7 dpy mpublic !fontj!missing7!nmissing !glyphs_loadedsJ$G"XftGetImageErrorHandlerR!U  dpy &3error_event %XftGlyphCore9(U7 gdraw <color mpublic x y Fglyphs nglyphs !dpy!fontj!xftgj!glyphs!gP!missingU!glyphs_loaded!nmissing !n !prev_error#"(#"'#"'!gii!image!depth!ox !oy !smooths##%#$%#$%!pix)!gc!,!gcv+# '(# '(!sharplh7sAsKsh$G ~&3h~XErrorHandler %XftGlyphSpecCore1/U gdraw, color- mpublic. uglyphs/ nglyphs0!dpy2!fontj3!xftgj4!missingz5!glyphs_loaded6!nmissing 7!i 8!prev_error9!x1 :!y1 :!x2 :!y2 :#(p*#(T*#(T*!giiC!g_x1 D!g_x2 D!g_y1 D!g_y2 D#*e/#*.#*.!imagek!depthl!width m!height m!smoothsn#+,#+,#+,!pix)!gc!,!gcv+#9- .#R--#R--!glyphs#.e/#.e/!sharpl#.e/#.I/#.I/!glyphsh _XftGlyphSpec] glyphs# x!# y!#%XftGlyphSpec]ps$G%XftGlyphFontSpecCore8Uɢ gdraw ΢color 8glyphs nglyphs!dpy!xftgj!missing=!glyphs_loaded!nmissing !i !prev_error!x1 !y1 !x2 !y2 #/2#/t2#/t2!publicm!gii!g_x1 !g_x2 !g_y1 !g_y2 #M1t2#\1B2#\1B2#\11#n11#n11#n11#y11#y11!t!#38#83R7#83R7!image !depth!width !height #3*5#-4*5#-4*5!pix))!gc!,*!gcv++#56#56#56!publicmA!fontjB!smoothsC!glyphsD#X78#X78#X78#q7i8#q7i8!publicmX!fontjY!sharplZ!glyphs[hɢ _XftGlyphFontSpec  fontm# glyphs# x!# y!# ӢXftGlyphFontSpec3sP$G&XftSwapImagel'XftNativeByteOrder 4m&_XftFontManageMemoryf(XftDrawBitsPerPixel(XftDrawDepth4m(XftFontCheckGlyphT T&XftFontLoadGlyphs Y Ri&XftGlyphExtentsդ (__posix_ttyname_r  Z(__posix_getlogin_r /Z  4(_xmknod h/9** m(_lxstat hr} (_xstat ϥ} (_fxstat ϥ }(XSetForeground %,*(XPutImage o*,    (XFreePixmap *(XFreeGC ,(XFillRectangle *,  (XCopyArea =**,    (XSetErrorHandlera(XCreatePixmap)a))(XCreateGC!,ѧ**(XGetImageѧ*  * G(__posix_ctime_rZHZ tm$ tm_sec # tm_min # tm_hour # tm_mday # tm_mon # tm_year # tm_wday # tm_yday # tm_isdst # HZ)__posix_asctime_rZr /var/tmp/libXft-2.3.0/src/usr/include/sys/usr/include/usr/local/include/X11/usr/local/include/X11/extensions../include/X11/Xft/usr/local/include/fontconfig/usr/local/include/freetype2/freetype/usr/include/isoxftcore.cstat_impl.hstat.htypes.hstdlib.hstdio.htime_impl.hxftint.hXlibint.hXlib.hX.hXproto.hXmd.hXutil.hrender.hXft.hXrender.hfontconfig.hfttypes.hfreetype.hftimage.hftsystem.htime_iso.h  &; F[ f      2  + 5D S r x                 E N \c j r t }    \'O3    "1 @ _ e n t              & . 0 A LfX_[~'         ) / ; E LS [ ` r |        f["'6< G T Xd py    }   }  &, D Z b r }          )2 < K Ul     7 = F L T e k         v   j' 6 B   I U f n    : I V c r            * 3 ? ^ d p v           0 9qXxw        ( 7 R ] f r                 E q zlx   ! 3 E O Y h w            ( 7 A LV     u  lx< K Z d n w          ! 2 A K Tn - T a { J i p`"W+   * 4 > G ^ u         "m   .y      R;0BKa7v         X h p 8 D H L _p #| V ,     ! ,! 8! F!M! o!x! ~! ! ! ! ! ! "" ,"~`"k" " " " "" # # $# 6# H#S# h## # # ## # $K$ U$ ~$ $ $  % % '% ,% >% P% b% t% % % % % & & 8& G& V&w& & & &  '"' V' h' ' ' ' ' ' 'w(!( 1( O(X( ^( h( ( (( ( ( ) ") J) g) ) ) ) ) ) ) ) ) ) * * $*0* <* H* T*`p*$* *** + + "+_+ p+ {+ ++ + +,  , 4, u, , , , , , , - - (- 9- R- d- - - --x . . 0. q. .. . . .  / / I/ze/ p/ / / / / / / 0!0 b0 l0 w0 0 0 0 #1 81 M1 \1 n1 y11 1 1 1 2 2 2 (2 62 D2P2 \2 h2 t2U2/2 2 2 2 2~383\3g3 |33 3 3 33 3 -4]4 g4 4 4 4 5 *5 55 <5 N5 `5 r5 5 5 5 5 5 5 6 =6 S6 [66t66 6 ;7 X7q7 7 7 7 7 8 8 8 i8v88 8 8 8  DD%. : ; @ ' ID I: ;  $> &II7II: I  !I/  :  I8 .?  : ; @ ' D ' ID I' D  :  :  :  : < ' ID 5II ' D  : ( . : ; @ ' D 4I : ;  I. : ;@ ' D  I: ; !4I : ; ". : ;@ ' ID # $!I/%.?  : ;@ ' D &.? < ' D '.? < ' ID (.? < ' ID ).? < ' ID ]mXftRectCoreXftGlyphCoreXftGlyphSpecCoreXftGlyphFontSpecCorestatlstatfstatmknodh_XftSharpGlyphMono!j_XftSharpGlyphGrayxTranslateCoordsReply9>>xGetInputFocusReply>INT32>?xQueryTextExtentsReply@@xListFontsReply@fAxGetFontPathReply~ABxGetImageReply,BBxListInstalledColormapsReplyBCxAllocColorReplyCDxAllocNamedColorReplyDcExAllocColorCellsReplyE1FxAllocColorPlanesReplyNFFxQueryColorsReply GGxLookupColorReplyHHxQueryBestSizeReplyHIxQueryExtensionReplyIPJxListExtensionsReplykJKxSetModifierMappingReply#KKxGetModifierMappingReplyKxSetPointerMappingReplyLLxGetKeyboardMappingReplyL\MxGetPointerMappingReplyzMENxGetPointerControlReplycN;OxGetScreenSaverReplyVOOxListHostsReplyPOPKeyButMask`PQQRR@SSSTT.UUU[VWW)XkXXIYYYdZZ$[[H\INT8d\\\\^_xEvent_xEvent_axReplyb_XInternalAsync{b_XLockPtrscc_XInternalConnectionProcc_XConnectionInfoKdXConnectionWatchProckd_XConnWatchInfo_XDisplay7eDisplayEe_XftClipTypeeXftClipTypee_XftClipRecteXftClipRectfRegionf_XftClipJfXftClipXfPictureff{ff_XftDrawugXftDrawggXRenderColorg_XftColorhXftColorRi_XGlyphInfoiXGlyphInfoi_XftGlyphjXftGlyphlXftSharpGlyphlFcCharSetmFcPattern4m_XftFontmXftFontmFcChar32lnFT_F26Dot6}nFT_FixednFT_Matrix_nFT_MatrixnFT_LongnFT_String oFT_Int)oFT_Short8oFT_PosEoFT_Bitmap_Size_oFT_Bitmap_SizeoFT_Encoding_qFT_EncodingqFT_UShort rFT_CharMapRec_krFT_CharMaprFT_Generic_FinalizerrFT_Generic_rFT_GenericrFT_BBox_7sFT_BBox[sFT_LibrarysFT_UIntsFT_Glyph_Metrics_@tFT_Glyph_MetricsWtFT_Vector_~tFT_VectortFT_Glyph_Format_7uFT_Glyph_FormatMuFT_Bitmap_uFT_BitmapuFT_Outline_ovFT_OutlinevFT_SubGlyphvFT_Slot_InternalvFT_GlyphSlotRec_lsFT_GlyphSlotxFT_Size_Metrics_'yFT_Size_MetricsYyFT_Size_InternalpyFT_SizeRec_yFT_SizeyFT_Driver%zFT_Alloc_FuncPzFT_Free_FunczFT_Realloc_FunczFT_MemoryRec_yFT_MemoryzFT_StreamDesc_&{FT_StreamDesco{FT_Stream_IoFunc{FT_Stream_CloseFunc{FT_StreamRec_:{FT_Streamp|FT_ListNodeRec_^|FT_ListNode|FT_ListRec_|FT_ListRec}FT_Face_Internal&}FT_FaceRec_oFT_Facem_XftFtFileXftFtFileFcBool_XftFontInfoXftFontInfoʀ_XftUcsHashXftUcsHashGlyphSetPictFormat/XRenderDirectFormatˁXRenderPictFormat6_XftFontIntYXftFontIntdfuncs_XImageXImagesXftSmoothGlyphXErrorHandler%_XftGlyphSpec]XftGlyphSpecӢ_XftGlyphFontSpecXftGlyphFontSpecHtm  @ `(0Xr  rr'  ;0 *D` IP )a=x-p@ @!  "#234 56 7 8 9@HPXfds`! !)5HU_t@(H/Z '1(Q)y*,->---IZ fZ: S .r       /%!0"/"0#2V#[#3#4#3#5>$6q$7$8$9$4%:i%;~%<&;&<&=*(>(/)0C)2++3R+4i+3+5+6',7n,8,9,4,:-;2-<.;).<j.=y/>V0/0002j3o33343345P46474849 54#5:y5;5<6;6<47=8>"##~+6h:h8jBGKPTY]bf "/6DQXfsz+ (08@HPZbjrz!(4<DLV^fnv~ $.8G NZbjr| (08@JT^m t  $.6C JV^fnv~  ",4<FNV^fnv~    ( 0 = D P Z b j r z                    & . 6 > F N V ^ f n v ~                   ( 0 8 @ H P X ` h p x                   " * 2 : D L T \ d l t |                     & . 8 B Q X d n v ~                 ",4<DNV`hpz "*2:DNV`hpz -4@HPXbjt| "*7>JW1^jr| $.6>FPX`jrz &.6>HPX`hpx? (08@HPX`hpx (2:BJRZbjrz "*2<FN[@bnx $,4<DLV^fnx (08@HPX`hpx (08@JT\dl!!!4 @8*=*=*="*=+C77vCNQaa\r@ 6x' !  `$  0*  ?  ?  ?  xftdbg.o/ 1332986111 0 0 100644 7500 ` ELF4(.strtab.text.bss.data.rodata.rodata1.comment.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.debug_varnames.symtabxftdbg.cstatlstatfstatmknodBbss.bssDdata.dataDrodata.rodata_xstat_lxstat_fxstat_xmknodXftDebug.XBKgoyL$D8cP0ga.XftDebug.initializedgetenvprintfatoi.XBKgoyL$D8cP0ga.XftDebug.debug.rel.text.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_funcnames.rel.debug_typenames.rel.debug_varnamesUE PEPj EEUE PEPj EEUE PEPj EEUjjEPE PEPjEEÐUu\jhEEt8EPh jEP EEXFT_DEBUGXFT_DEBUG=%s @(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 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@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 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@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 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@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMIacomp: Sun C 5.11 SunOS_i386 145355-01 2010/10/11as: Sun Compiler Common 12.2 SunOS_i386 2010/08/13xftdbg.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c xftdbg.c -W0,-xp.XAKgoyL\$D8cP0ga.Xa;g;R=Sun C 5.11 SunOS_i386 145355-01 2010/10/11;G=.XAKgoyL$D8cP0ga.;backend;raw;cd;DBG_GEN 5.3.0statx U  #_pathr_bufr intcharunsigned long(dev_tlong E ^ E(ino_t(mode_t(nlink_tEuid_tEgid_t E EEoff_tEtime_t timespec tv_sec# tv_nsecE#timestruc_tEblksize_tEblkcnt_t 9 E E J E stat{ st_dev9# st_pad1M# st_ino^# st_modej# st_nlinkw# st_uid# st_gid# st_rdev9#$ st_pad2#( st_size#0 st_pad3E#4 st_atim#8 st_mtim#@ st_ctim#H st_blksize #P st_blocks#T st_fstype(#X st_pad49#hJ{lstat@U _path_buf {fstat`U  _fd{_buf mknodU af_pathj_mode 9_deva XftDebug U initialized debug e!unsigned__posix_ttyname_r + __posix_getlogin_r V  [_xmknod V`(( _lxstat { _xstat { _fxstat   {E __posix_ctime_rR% tm$ tm_sec # tm_min # tm_hour # tm_mday # tm_mon # tm_year # tm_wday # tm_yday # tm_isdst # R__posix_asctime_r))getenvM.Matoi oRotprintf y /var/tmp/libXft-2.3.0/src/usr/include/sys/usr/include/usr/include/isoxftdbg.cstat_impl.hstat.htypes.hstdlib.hstdio.htime_impl.htime_iso.h &; F[ f         DD%. : ; @ ' ID I: ;  $> &II7II: I  !I/  :  I8 .?  : ; @ ' ID 4I : ;   .? < ' ID I.? < ' ID kXftDebug5statlstatfstatmknod9dev_t^ino_tjmode_twnlink_tuid_tgid_toff_ttime_ttimespectimestruc_t blksize_tblkcnt_tJstatRtm(initializeddebug  @ `(      yBIPU1Qy  !y}#07ERYdnv~4 0 <99"<+V4F @LZj9{,u x <         xftdpy.o/ 1332986112 0 0 100644 60812 ` ELF4(.strtab.text.bss.data.rodata.rodata1.comment.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.SUNW_cap.symtabxftdpy.cstatlstatfstatmknod_XftCloseDisplay_XftDisplayValidateMemory_XftDefaultInitBool_XftDefaultInitDouble_XftDefaultInitInteger_XftDefaultInit_XftDefaultGetBbss.bssDdata.dataDrodata.rodata_xstat_lxstat_fxstat_xmknod_XftDisplayInfoGetXftFontManageMemoryFcPatternDestroy_XftDisplayInfofreemallocXAddExtensionXESetCloseDisplayXRenderQueryExtensionXRenderFindVisualFormatXRenderQueryVersionXRenderFindFormatXftDebugprintfXftDefaultGetIntegermemset_XftDisplayManageMemoryrand_XftFontUncacheGlyphXftDefaultHasRenderXftDefaultSetXftDefaultParseBool__ctypetolowerXGetDefaultFcPatternAddBoolstrtodFcPatternAddDoubleFcNameConstantFcPatternAddIntegerstrtolFcPatternCreateFcPatternGetXftDefaultGetBoolXftDefaultGetDoubleXftDefaultSubstituteXRenderQuerySubpixelOrderFcDefaultSubstitute.rel.text.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_funcnames.rel.debug_typenamesUE PEPj EEUE PEPj EEUE PEPj EEUjjEPE PEPjEEÐU jEPEEu EE@,jEPE@ tEj@ PEE@EEt(E@;EuE@EE@EEu؋EU@BjEPEEÐUL]EE@EEt[E@;Eu6E=t EU@BEPEEEE@EE@EEuE uEjh,EEujEPЋEPE@uZE@h@PEP EUPE@ E@EPEPEP t?UEЋB(PEPt E EEUĉPE@$E@EPEPEP E|EuE E@$EE fEfEfEfEjjjEPhVEPЋEPUEЋB(EEPEPEE@PhEtPE@u1EXEH EPE@jPRQSh(jh<jhLE@tE EEPhtEEЃ}1EUD8EUD<E@EЋEЃ|ϋE@EPEE@jjh@jhEPЋEP %tE@ PhE@(jjjjhEPЋEP,%tE@,PhEhj0P EE2jEPtjhEE]ÐU EE@EEt&EEEUUE@EEuڋEU;PtUEPBPhP ÐUjEPEEt E@ u%t7EU@;B vUE@ PBPh jEPEU@;B vzM+q‰EE@EEtIEEE;EvEPEP#E@EEU+UEuEU@;B w%tjEPxÐUjEPEEu E E@EEÐUjEPEEu EE@ tEj@ PEU P E@ u E@ @Ejj@ PjhEPЋEP E@,u E@,Ejj@,PjhEPЋEP,EEÐUE@EEtEjPEEttEyt E1u EEftEnt E0u EgEouWE@EEtEjPEEnu EEfu E EEÐU EPhEP EEt>jEPEE|%EPEPE P E EEUEPhEP EEtFEPEP]E]웋E;Et$jjEPEPEPE PE EEÐUEPhEP EEtfEPEPtEPEPE P E?jEPEP EE;EtEPEPE P E EEÐUEEuhEPEP uUhEPEP u5hEPEP uhEPEP uhEPEP uhEPEP uhEPEP uhEPEPb uxhEPEP6 u\hEPEP* u@hEPEP u$hEPEP uEEjEPEEÐU jEPEEu EE@ u-jEPЋEP E@ u E[UjjEPEPE PB PEEu(E~ UjjEPjE PB PEEEEÐUjjEPEPE PEPEEuEt EE EEEÐUjjEPEPE PEPEEuEt EE EEEÐUjjEPEPE PEPqEEuEtEEEE EEEEEÐU$jjEPjhEPu:jEPjjPE PhEPPhEP jjEPjhEPu-jjjE PhEPPhEP jjEPjhEPu-jjjE PhEPPhEP jjEPjhEPu-jjjE PhEPPhEP jjEPjhEPu-jjjE PhEPPhEP jjEPjhEPu-jjjE PhEPPhEP jjEPjhEPEjEPtlE PEPEHENEBE6E*EEEw$4jjEPE PhEPPhEP jjEPjhEPu-jjjE PhEPPhEP jjEPjhEPu-jjjE PhEPPhEP jjEPjhEPuUE B UE B]jEPEPE PhEP]Eܛ$hEPjjEPjhEPuAj PPE PhEP]Eܛ$hEPjjEPjhEPu0jjhE PhEPPhEP jEPôffffff9@?XftDisplayInfoGet Default visual 0x%x format %d,%d,%d,%d format indexed No Render format for default visual XftDisplayInfoGet initialized, hasRender set to "%s" TrueFalsemaxglyphmemoryglobal max cache memory %ld maxunreffontsglobal max unref fonts %d XftDisplayInfoGet failed to initialize, Xft unhappy Display glyph cache incorrect has %ld bytes, should have %ld Reduce global memory from %ld to %ld Xftscaledpirenderrgbalcdfilterantialiasemboldenautohinthintstylehintingminspace@(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 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@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 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@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 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@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMIacomp: Sun C 5.11 SunOS_i386 145355-01 2010/10/11as: Sun Compiler Common 12.2 SunOS_i386 2010/08/13;xftdpy.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c xftdpy.c -W0,-xp.XAKgoyLAE8cPkwa.Xa;g;R=Sun C 5.11 SunOS_i386 145355-01 2010/10/11;G=.XAKgoyLAE8cPkwa.;backend;raw;cd;DBG_GEN 5.3.0statx U  "_pathr_bufr intcharunsigned long'dev_tlong D ] D'ino_t'mode_t'nlink_tDuid_tDgid_t D DDoff_tDtime_t timespec tv_sec# tv_nsecD#timestruc_tDblksize_tDblkcnt_t 8 D D I D statz st_dev8# st_pad1L# st_ino]# st_modei# st_nlinkv# st_uid# st_gid# st_rdev8#$ st_pad2#( st_size#0 st_pad3D#4 st_atim#8 st_mtim#@ st_ctim#H st_blksize#P st_blocks#T st_fstype'#X st_pad48#hIzlstat@U _path_buf zfstat`U  _fdz_buf mknodU `e_pathi_mode 8_dev`_XftCloseDisplayXU udpy.codes info>i prevCi _XExtData 2 number # next2# free_privateH# private_dataR#  H27MXPointer XExtData a*euzFreeFuncTypeunsigned charKeyCode   max_keypermod # modifiermap#XModifierKeymap  ! !FreeModmapType _XFreeFuncs$ atoms# modifiermap&# key_bindings# context_db# defaultCCCs# clientCmaps# intensityMaps# im_filters# xkb# ;'XID _XDisplayD  ext_datap# free_funcs# fd # conn_checker # proto_major_version # proto_minor_version # vendorM# resource_base# resource_mask# resource_id#$ resource_shift #( resource_alloc#, byte_order #0 bitmap_unit #4 bitmap_pad #8 bitmap_bit_order #< nformats #@ pixmap_format #D vnumber #H release #L head#P tail#T qlen #X last_request_read'#\ request'#` last_reqM#d bufferM#h bufptrM#l bufmaxM#p max_request_size#t db(#x synchandler(#| display_nameM# default_screen # nscreens # screens-# motion_buffer'# flags-# min_keycode # max_keycode # keysyms-# modifiermap # keysyms_per_keycode # xdefaultsM# scratch_bufferM# scratch_length'# ext_number # ext_procs-# event_vec4# wire_vec4# lock_meaning-# lock4# async_handlers4# bigreq_size'# lock_fnsb# idlist_allocb# key_bindingsb# cursor_font)# atomsb# mode_switch# num_lock# context_dbb# error_vecc# cmsc# im_filtersbc# qfree# next_event_serial_num'# flushes-# im_fd_infoc# im_fd_length # conn_watchersYd# watcher_count # filedesR# savedsynchandlerd# resource_max# xcmisc_opcode # xkb_infod# trans_connd# xcbd# next_cookie# generic_event_vecd# generic_event_copy_vece# cookiejar%#  ext_datap# depth # bits_per_pixel # scanline_pad # ScreenFormat V('Window  z type # serial'# send_event # displayu# window#$XAnyEvent 'Time unsigned<  type # serial'# send_event # displayu# window# root# subwindow# time# x # y #$ x_root #( y_root #, state#0 keycode#4 same_screen #8XKeyEvent < | type # serial'# send_event # displayu# window# root# subwindow# time# x # y #$ x_root #( y_root #, state#0 button#4 same_screen #8XButtonEvent < u type # serial'# send_event # displayu# window# root# subwindow# time# x # y #$ x_root #( y_root #, state#0 is_hint#4 same_screen #8XMotionEvent D  type # serial'# send_event # displayu# window# root# subwindow# time# x # y #$ x_root #( y_root #, mode #0 detail #4 same_screen #8 focus #< state#@XCrossingEvent   type # serial'# send_event # displayu# window# mode # detail #XFocusChangeEvent (  type # serial'# send_event # displayu# window# x # y # width # height # count #$'XExposeEvent 'Drawable 0  type # serial'# send_event # displayu# drawable# x # y # width # height # count #$ major_code #( minor_code #,XGraphicsExposeEvent  4 type # serial'# send_event # displayu# drawable# major_code # minor_code #XNoExposeEvent   type # serial'# send_event # displayu# window# state #IXVisibilityEvent 0  type # serial'# send_event # displayu# parent# window# x # y # width # height #$ border_width #( override_redirect #,XCreateWindowEvent   type # serial'# send_event # displayu# event# window#XDestroyWindowEvent   type # serial'# send_event # displayu# event# window# from_configure # XUnmapEvent  + type # serial'# send_event # displayu# event# window# override_redirect #XMapEvent   type # serial'# send_event # displayu# parent# window#;XMapRequestEvent ( X type # serial'# send_event # displayu# event# window# parent# x # y # override_redirect #$XReparentEvent 4 ? type # serial'# send_event # displayu# event# window# x # y # width # height #$ border_width #( above#, override_redirect #0mXConfigureEvent   type # serial'# send_event # displayu# event# window# x # y #UXGravityEvent  T type # serial'# send_event # displayu# window# width # height #XResizeRequestEvent 8 I type # serial'# send_event # displayu# parent# window# x # y # width # height #$ border_width #( above#, detail #0 value_mask'#4nXConfigureRequestEvent   type # serial'# send_event # displayu# event# window# place #fXCirculateEvent  a type # serial'# send_event # displayu# parent# window# place #XCirculateRequestEvent 'Atom   type # serial'# send_event # displayu# window# atom~# time# state #XPropertyEvent   type # serial'# send_event # displayu# window# selection~# time#XSelectionClearEvent ( R type # serial'# send_event # displayu# owner# requestor# selection~# target~# property~# time#$XSelectionRequestEvent $ ! type # serial'# send_event # displayu# requestor# selection~# target~# property~# time# o XSelectionEvent 'Colormap  ! type # serial'# send_event # displayu# window# colormap!# new # state #,!XColormapEvent ! Dshort !! D D! D $" b!# s!# l!#0 " type # serial'# send_event # displayu# window# message_type~# format # data!#$"XClientMessageEvent  O# type # serial'# send_event # displayu# window# request # first_keycode # count #"XMappingEvent  # type # displayu# resourceid# serial'# error_code# request_code# minor_code#c#XErrorEvent  $ D4 q$ type # serial'# send_event # displayu# window# key_vector##$XKeymapEvent  $ type # serial'# send_event # displayu# extension # evtype #$XGenericEvent void% % type # serial'# send_event # displayu# extension # evtype # cookie# data%# %XGenericEventCookie D`% D_XEvent` I( type # xanyz# xkey# xbutton|# xmotionu# xcrossing# xfocus# xexpose# xgraphicsexpose# xnoexpose4# xvisibility# xcreatewindow# xdestroywindow# xunmap# xmap+# xmaprequest# xreparentX# xconfigure?# xgravity# xresizerequestT# xconfigurerequestI# xcirculate# xcirculaterequesta# xproperty# xselectionclear# xselectionrequestR # xselection!# xcolormap!# xclient"# xmappingO## xerror## xkeymapq$# xgeneric$# xcookie%# pad%#%XEvent _XSQEventh( next# eventI(# qserial_num'#d_XrmHashBucketRec( ('VisualID  b) ext_datap# visualid(# class # red_mask'# green_mask'# blue_mask'# bits_per_rgb # map_entries #(Visual b) ) depth # nvisuals # visualso)#t)Depth )'GContext 'Pixmap 'Font \ + function # plane_mask'# foreground'# background'# line_width # line_style # cap_style # join_style # fill_style # fill_rule #$ arc_mode #( tile)#, stipple)#0 ts_x_origin #4 ts_y_origin #8 font)#< subwindow_mode #@ graphics_exposures #D clip_x_origin #H clip_y_origin #L clip_mask)#P dash_offset #T dashes#X)XGCValues _XGCp, ext_datap# gid)# rects # dashes # dirty'# values+#+,GC P - ext_datap# display# root# width # height # mwidth # mheight # ndepths # depths)# root_depth #$ root_visualo)#( default_gc,#, cmap!#0 white_pixel'#4 black_pixel'#8 max_maps #< min_maps #@ backing_store #D save_unders #H root_input_maskD#L,Screen -''KeySym -3 . extension # major_opcode # first_event # first_error # -XExtCodes . 6.u,..6.CreateGCType i.u,.N.i.CopyGCType .u,...FlushGCType .u,...FreeGCType / name~# card32'#.XFontProp /unsigned short / lbearing!# rbearing!# width!# ascent!# descent!# attributes/# -/XCharStruct /P 0 ext_datap# fid)# direction# min_char_or_byte2# max_char_or_byte2# min_byte1# max_byte1# all_chars_exist # default_char# n_properties #$ properties/#( min_bounds/#, max_bounds/#8 per_char/#D ascent #H descent #L/XFontStruct 0 1u0.01CreateFontType O1u0.41O1FreeFontType }1u.g1}1CloseDisplayTypeBYTE /CARD16 'CARD32 CARD8  2 type1# errorCode1# sequenceNumber1# resourceID1# minorCode1# majorCode1# pad11# pad31# pad41# pad51# pad61# pad71#1xError 2  2u2.222ErrorTypeM2u .M 22ErrorStringType#53u3%353PrintErrorTypeO3u3u.T3DY3u3BeforeFlushType _XExtenH4 next-# codes.# create_GC;.# copy_GCn.# flush_GC.# free_GC.# create_Font1#$ free_FontT1#( close_display1#, error2#0 error_string3#4 nameM#8 error_values:3#< before_flushz3#@ next_flush-#D 444 D 444 D_XLockInfo4b 5 type1# data11# sequenceNumber1# length1# data001# data011# data021# data031# data041# data051#4xGenericReply !INT16  6 type1# depth1# sequenceNumber1# length1# root1# x5# y5# width1# height1# borderWidth1# pad11# pad21# pad31#5xGetGeometryReply  A7 type1# pad11# sequenceNumber1# length1# root1# parent1# nChildren1# pad21# pad31# pad41# pad51#6xQueryTreeReply  7 type1# pad11# sequenceNumber1# length1# atom1# pad21# pad31# pad41# pad51# pad61#W7xInternAtomReply  8 type1# pad11# sequenceNumber1# length1# nameLength1# pad21# pad31# pad41# pad51# pad61# pad71#8xGetAtomNameReply  m9 type1# format1# sequenceNumber1# length1# propertyType1# bytesAfter1# nItems1# pad11# pad21# pad31#8xGetPropertyReply  /: type1# pad11# sequenceNumber1# length1# nProperties1# pad21# pad31# pad41# pad51# pad61# pad71#9xListPropertiesReply  : type1# pad11# sequenceNumber1# length1# owner1# pad21# pad31# pad41# pad51# pad61#J:xGetSelectionOwnerReply  ; type1# status1# sequenceNumber1# length1# pad11# pad21# pad31# pad41# pad51# pad61#:xGrabPointerReply :xGrabKeyboardReply BOOL  < type1# sameScreen;# sequenceNumber1# length1# root1# child1# rootX5# rootY5# winX5# winY5# mask1# pad11# pad1#;xQueryPointerReply  J= type1# pad11# sequenceNumber1# length1# nEvents1# pad21# pad31# pad41# pad51# pad61#<xGetMotionEventsReply  > type1# sameScreen;# sequenceNumber1# length1# child1# dstX5# dstY5# pad21# pad31# pad41# pad51#f=xTranslateCoordsReply  > type1# revertTo1# sequenceNumber1# length1# focus1# pad11# pad21# pad31# pad41# pad51#,>xGetInputFocusReply DINT32  ? type1# drawDirection1# sequenceNumber1# length1# fontAscent5# fontDescent5# overallAscent5# overallDescent5# overallWidth># overallLeft># overallRight># pad1#>xQueryTextExtentsReply  @ type1# pad11# sequenceNumber1# length1# nFonts1# pad21# pad31# pad41# pad51# pad61# pad71#?xListFontsReply  YA type1# pad11# sequenceNumber1# length1# nPaths1# pad21# pad31# pad41# pad51# pad61# pad71#@xGetFontPathReply  B type1# depth1# sequenceNumber1# length1# visual1# pad31# pad41# pad51# pad61# pad71#qAxGetImageReply  B type1# pad11# sequenceNumber1# length1# nColormaps1# pad21# pad31# pad41# pad51# pad61# pad71#BxListInstalledColormapsReply  C type1# pad11# sequenceNumber1# length1# red1# green1# blue1# pad21# pixel1# pad31# pad41# pad51#BxAllocColorReply  D type1# pad11# sequenceNumber1# length1# pixel1# exactRed1# exactGreen1# exactBlue1# screenRed1# screenGreen1# screenBlue1# pad21# pad31#CxAllocNamedColorReply  VE type1# pad11# sequenceNumber1# length1# nPixels1# nMasks1# pad31# pad41# pad51# pad61# pad71#DxAllocColorCellsReply  $F type1# pad11# sequenceNumber1# length1# nPixels1# pad21# redMask1# greenMask1# blueMask1# pad31# pad41#rExAllocColorPlanesReply  F type1# pad11# sequenceNumber1# length1# nColors1# pad21# pad31# pad41# pad51# pad61# pad71#AFxQueryColorsReply  G type1# pad11# sequenceNumber1# length1# exactRed1# exactGreen1# exactBlue1# screenRed1# screenGreen1# screenBlue1# pad31# pad41# pad51#FxLookupColorReply  H type1# pad11# sequenceNumber1# length1# width1# height1# pad31# pad41# pad51# pad61# pad71#GxQueryBestSizeReply  I type1# pad11# sequenceNumber1# length1# present;# major_opcode1# first_event1# first_error1# pad31# pad41# pad51# pad61# pad71#HxQueryExtensionReply  CJ type1# nExtensions1# sequenceNumber1# length1# pad21# pad31# pad41# pad51# pad61# pad71#IxListExtensionsReply  J type1# success1# sequenceNumber1# length1# pad21# pad31# pad41# pad51# pad61# pad71#^JxSetModifierMappingReply  K type1# numKeyPerModifier1# sequenceNumber1# length1# pad11# pad21# pad31# pad41# pad51# pad61#KxGetModifierMappingReply ^JxSetPointerMappingReply  L type1# keySymsPerKeyCode1# sequenceNumber1# length1# pad21# pad31# pad41# pad51# pad61# pad71#KxGetKeyboardMappingReply  OM type1# nElts1# sequenceNumber1# length1# pad21# pad31# pad41# pad51# pad61# pad71#LxGetPointerMappingReply  8N type1# pad11# sequenceNumber1# length1# accelNumerator1# accelDenominator1# threshold1# pad21# pad31# pad41# pad51# pad61#mMxGetPointerControlReply  .O type1# pad11# sequenceNumber1# length1# timeout1# interval1# preferBlanking;# allowExposures;# pad21# pad31# pad41# pad51# pad61#VNxGetScreenSaverReply  O type1# enabled;# sequenceNumber1# length1# nHosts1# pad11# pad31# pad41# pad51# pad61# pad71#IOxListHostsReply  BP type1# detail1# sequenceNumber1#/KeyButMask  Q pad001# time1# root1# event1# child1# rootX5# rootY5# eventX5# eventY5# stateBP# sameScreen;# pad11# Q pad001# time1# root1# event1# child1# rootX5# rootY5# eventX5# eventY5# stateBP# mode1# flags1# R pad001# window1# mode1# pad11# pad21# pad31#  R pad001# window1# x1# y1# width1# height1# count1# pad21# 3S pad001# drawable1# x1# y1# width1# height1# minorEvent1# count1# majorEvent1# pad11# pad21# pad31# S pad001# drawable1# minorEvent1# majorEvent1# bpad1#  S pad001# window1# state1# pad11# pad21# pad31#  ~T pad001# parent1# window1# x5# y5# width1# height1# borderWidth1# override;# bpad1# T pad001# event1# window1# !U pad001# event1# window1# fromConfigure;# pad11# pad21# pad31# U pad001# event1# window1# override;# pad11# pad21# pad31# U pad001# parent1# window1# NV pad001# event1# window1# parent1# x5# y5# override;# pad11# pad21# pad31# V pad001# event1# window1# aboveSibling1# x5# y5# width1# height1# borderWidth1# override;# bpad1# W pad001# parent1# window1# sibling1# x5# y5# width1# height1# borderWidth1# valueMask1# pad11# X pad001# event1# window1# x5# y5# pad11# pad21# pad31# pad41# ^X pad001# window1# width1# height1#  X pad001# event1# window1# parent1# place1# pad11# pad21# pad31# # longs1># longs2># longs3># longs4># ,\ type1# shorts05# shorts15# shorts25# shorts35# shorts45# shorts55# shorts65# shorts75# shorts85# shorts95#signed char,\INT8 ;\W\ D z\ type1# bytesF\# \ l[# sw[# bW\# \ pad001# window1# uz\# ^ uP# keyButtonPointerSP# enterLeaveQ# focusQ# exposeR# graphicsExposureR# noExposure3S# visibilityS# createNotifyS# destroyNotify~T# unmapNotifyT# mapNotify!U# mapRequestU# reparentU# configureNotifyNV# configureRequestV# gravityW# resizeRequestX# circulate^X# propertyX# selectionClear# inputFocus># textExtents?# fonts@# fontPathYA# image B# colormapsB# allocColorC# allocNamedColorD# colorCellsVE# colorPlanes$F# colorsF# lookupColorG# bestSizeH# extensionI# extensionsCJ# setModifierMappingJ# getModifierMappingK# setPointerMappingK# getKeyboardMappingL# getPointerMappingOM# pointerControl8N# screenSaver.O# hostsO# error2# event^#_xReply a  buaM Ra _XInternalAsync Tb next4# handler b# dataR#abuTbfb _XLockPtrsb lock_displayab# unlock_displayib#nbb_XKeytransb_XDisplayAtomsb_XContextDBb bb Uc defaultCCCsR# clientCmapsR# perVisualIntensityMapsR#_XIMFilterUc~cu Rgc~c_XInternalConnectionProcRc _XConnectionInfod fd # read_callbackc# call_dataR# watch_datac# nextc#9duR  cd9dXConnectionWatchProc ^d _XConnWatchInfo d fn>d# client_dataR# nextYd# d_XkbInfoRecd_XtransConnInfod_X11XCBPrivated dd e D  ee*e DDisplay _XftDisplayInfo, Xf nextXf# displayu# codes.# defaultszf# hasRenderf# fonts5g# solidFormatMh# glyph_memory'# max_glyph_memory'# use_free_glyphsf#$ num_unref_fonts #( max_unref_fonts #, colorsi#0 fontHashi#8e_FcPattern]fFcPatternjf FcBool_FcCharSetfFcCharSetf _XftFont'g ascent # descent # height # max_advance_width # charsetf# patternzf#fXftFont'g'PictFormatg red!# redMask!# green!# greenMask!# blue!# blueMask!# alpha!# alphaMask!#KgXRenderDirectFormat 5h id:g# type # depth # directg# colormap!#gXRenderPictFormat5hh red/# green/# blue/# alpha/#RhXRenderColor'Picture _XftSolidColor h colorh# screen # picth# hXftSolidColor hi D5g)i D~8eXftDisplayInfo )i>i_XftDisplayInfoGet?U>ijudpy>fcreateIfNecessary> info>i@ prevCi@ pf5hA i B event_base C error_base C major h minor hvvv visualo) formatMh_XftDisplayValidateMemory9U4k>iinfo public5g font glyph_memory'FcChar32 _XftFtFile0 k nextk# ref # fileM# id # xsizek# ysizek# matrix?l# lock #( face3m#,Cksigned longkFT_F26Dot6kFT_Fixed FT_Matrix_?l xxk# xyk# yxk# yyk# lFT_MatrixkFT_LongFT_String]lsigned intrlFT_Intsigned shortlFT_ShortkFT_Pos FT_Bitmap_Size_m heightl# widthl# sizel# x_ppeml# y_ppeml# lFT_Bitmap_Sizem}FT_FaceFT_Encoding_[oFT_ENCODING_NONEFT_ENCODING_MS_SYMBOLFT_ENCODING_UNICODEҹFT_ENCODING_SJISҩFT_ENCODING_GB2312FT_ENCODING_BIG5ΥFT_ENCODING_WANSUNG܅FT_ENCODING_JOHABнFT_ENCODING_MS_SJISҩFT_ENCODING_MS_GB2312FT_ENCODING_MS_BIG5ΥFT_ENCODING_MS_WANSUNG܅FT_ENCODING_MS_JOHABнFT_ENCODING_ADOBE_STANDARDžFT_ENCODING_ADOBE_EXPERTńFT_ENCODING_ADOBE_CUSTOMÄFT_ENCODING_ADOBE_LATIN_1FT_ENCODING_OLD_LATIN_2FT_ENCODING_APPLE_ROMANɋAmFT_Encoding/FT_UShort FT_CharMapRec_ o face3m# encoding[o# platform_idmo# encoding_idmo# }ooFT_CharMapop%opFT_Generic_Finalizer FT_Generic_Up data%# finalizerp#"pFT_Generic FT_BBox_p xMinl# yMinl# xMaxl# yMaxl# fpFT_BBoxFT_LibraryRec_ppFT_LibraryuFT_GlyphSlotFT_UInt FT_Glyph_Metrics_ q widthl# heightl# horiBearingXl# horiBearingYl# horiAdvancel# vertBearingXl# vertBearingYl# vertAdvancel#qFT_Glyph_Metrics FT_Vector_q xl# yl#qFT_VectorFT_Glyph_Format_rFT_GLYPH_FORMAT_NONEFT_GLYPH_FORMAT_COMPOSITEڽFT_GLYPH_FORMAT_BITMAP襓FT_GLYPH_FORMAT_OUTLINEFT_GLYPH_FORMAT_PLOTTERޱrFT_Glyph_Format FT_Bitmap_[s rows # width # pitch # bufferr# num_grays!# pixel_mode# palette_mode# palette%#rFT_Bitmapq! FT_Outline_s n_contours!# n_points!# pointsks# tagsM# contoursps# flags #usFT_OutlineFT_SubGlyphRec_s tFT_SubGlyphFT_Slot_InternalRec_"t9tFT_Slot_Internal FT_GlyphSlotRec_u libraryp# face3m# nextp# reservedp# genericUp# metricsq# linearHoriAdvancek#8 linearVertAdvancek#< advanceq#@ formatr#H bitmap[s#L bitmap_leftl#d bitmap_topl#h outlines#l num_subglyphsp# subglyphst# control_data%# control_lenD# lsb_deltal# rsb_deltal# other%# internal>t#Ut FT_Size_Metrics_v x_ppemmo# y_ppemmo# x_scalek# y_scalek# ascenderl# descenderl# heightl# max_advancel#vFT_Size_MetricsFT_Size_InternalRec_vvFT_Size_Internal FT_SizeRec_,;w face3m# genericUp# metricsv# internalv#(v;wFT_SizeFT_DriverRec_Nw^wFT_DriverexFT_Memory%wswDwwFT_Alloc_Funcwsw%wwFT_Free_Func%wswDD%wwFT_Realloc_Func FT_MemoryRec_ex user%# allocw# freew# reallocx# xFT_StreamDesc_x valueD# pointer%#jxFT_StreamDescyFT_Stream'xx'r'xxFT_Stream_IoFunc yxx yFT_Stream_CloseFunc FT_StreamRec_(y baser# size'# pos'# descriptorx# pathnamex# readx# closey# memorysw# cursorr# limitr#$+y(zFT_ListNode FT_ListNodeRec_ (z prevy# nexty# data%#y FT_ListRec_[z heady# taily#-zFT_ListRecFT_Face_InternalRec_lzzFT_Face_Internal FT_FaceRec_} num_facesOl# face_indexOl# face_flagsOl# style_flagsOl# num_glyphsOl# family_nameml# style_nameml# num_fixed_sizesl# available_sizes.m# num_charmapsl#$ charmapso#( genericUp#, bboxp#4 units_per_EMmo#D ascenderl#F descenderl#H heightl#J max_advance_widthl#L max_advance_heightl#N underline_positionl#P underline_thicknessl#R glyphp#T size@w#X charmapo#\ drivercw#` memorysw#d streamx#h sizes_list[z#l autohintUp#t extensions%#| internalz#zCkXftFtFile } _XftFontInfoH ~ hash4k# file}# xsizek# ysizek# antialiasf# emboldenf# rgba # lcd_filter # matrix?l# transformf#0 load_flagsl#4 renderf#8 spacing #< minspacef#@ char_width #D}XftFontInfo _XGlyphInfo ~ width/# height/# x!# y!# xOff!# yOff!# 1~XGlyphInfo _XftGlyph ~ metrics~# bitmap%# glyph_memory'#~XftGlyph ~~ _XftUcsHash / ucs44k# glyphp#XftUcsHash /'GlyphSet _XftFontInt w public'g# next5g# hash_next5g# info~# ref #h glyphs~#l num_glyphs #p hash_table@#t hash_value #x rehash_value #| glyphsetE# formatMh# glyph_memory'# max_glyph_memory'# use_free_glyphsf#TXftFontInt w_XftDisplayManageMemory]U#udpy info>i glyph_memory' public5g fontXftDefaultHasRenderU sudpy info>i XftDefaultSetsU ԁ!udpy!zfdefaults "info>i XftDefaultParseBooll U 6!;v"c0"c16#_XftDefaultInitBool7 U ‚!udpy6!zfpat6 !ǂoption6"vM8"i 9‚#_XftDefaultInitDoubleCX U b!udpyB!zfpatB !goptionB"vMD"eMD"dlEbdouble#_XftDefaultInitIntegerS U  !udpyR!zfpatR !optionR"vMT"eMT"i U #_XftDefaultInite Uzfd!udpyd"patzff#_XftDefaultGetq Ud!udpy!xobject ! screen!Nv"info>i"rd_FcResultdFcResultMatchFcResultNoMatchFcResultTypeMismatchFcResultNoIdFcResultOutOfMemoryFcResults_FcTypeFcTypeVoidFcTypeIntegerFcTypeDoubleFcTypeStringFcTypeBoolFcTypeMatrixFcTypeCharSetFcTypeFTFaceFcTypeLangSet}FcTypeFcChar8 . _FcMatrix v xxl# xyl# yxl# yyl#8FcMatrixvf_FcLangSetFcLangSet s3# i # bf# dl# m# c# f%# l# _FcValue @ type# u#FcValue@ XftDefaultGetBool U !udpy!object ! screen! def"rd"v@ XftDefaultGetIntegerU !udpy!object ! screen! def"rd"v@ XftDefaultGetDoublevUl%!udpy!*object ! screen!ldef"rd"v@%$XftDefaultSubstitute4U'!udpy! screen !zfpattern"v@"dpila:::"subpixel    "render_order f%_XftFontUncacheGlyphU'%XftFontManageMemoryx&XftDebug '_XftDisplayInfo>i5h(XRenderFindFormatMh' ((XRenderFindVisualFormatMh&(XRenderQuerySubpixelOrder X (XRenderQueryVersion 22(XRenderQueryExtension 22_FcPattern΋(FcPatternAddBoolfɋӋf(FcPatternAddDoublef@ɋ l@(FcPatternAddIntegerf{ɋEf]f{(FcPatternGetdÌ ]f%FcPatternDestroyÌ&FcPatternCreatezff(FcNameConstantf2%FcDefaultSubstituteUÌ(__posix_ttyname_r  M(__posix_getlogin_r M  (_xmknod '' (_lxstat z !(_xstat O&z (_fxstat yO z y (XESetCloseDisplay (XAddExtension.(XGetDefaultM#D#(__posix_ctime_rMU(M tm$ tm_sec # tm_min # tm_hour # tm_mday # tm_mon # tm_year # tm_wday # tm_yday # tm_isdst # UM(__posix_asctime_rM,(tolower G (memset%k% kpMz(strtolDu z(strtodlې&rand (malloc%%free%)printf !*  /var/tmp/libXft-2.3.0/src/usr/include/sys/usr/include/usr/local/include/X11/usr/local/include/fontconfig../include/X11/Xft/usr/local/include/X11/extensions/usr/local/include/freetype2/freetype/usr/include/isoxftdpy.cstat_impl.hstat.htypes.hstdlib.hstdio.htime_impl.hXlibint.hXlib.hX.hXproto.hXmd.hxftint.hfontconfig.hXft.hXrender.hrender.hfttypes.hfreetype.hftimage.hftsystem.htime_iso.h  &; F[ f        ~2> L S i     s     * 5 < W ` j t     ! + 2 9 B K T ]       4Cv   }     %/P _ s         } 7 FWj p               (v0|>M [ fw           , 7 Ag n          & 8 A L U ` g v         ( L S f ~            6 < V \ v |           2 4 N P j l              6 F f l           &E U d p  - Mz   4a           y  : Z  5s  $ 2  DD%. : ; @ ' ID I: ;  $> &II7II: I  !I/  :  I8 4I : ;  ' ID I' D  :  :  :  : < ' ID 5II ' D .?  : ; @ ' ID  . : ; @ ' D  : ( .?  : ; @ ' D  .?  : ;@ ' ID !I: ; "4I : ; #. : ;@ ' ID $.?  : ;@ ' D %.? < ' D &.? < ' ID '4I?  : ;  (.? < ' ID ).? < ' ID *?Hi_XftDisplayInfoGet_XftDisplayManageMemory#XftDefaultHasRendersXftDefaultSetԁXftDefaultParseBoolSXftDefaultGetBoolXftDefaultGetIntegerXftDefaultGetDouble/XftDefaultSubstitute_XftDisplayInfo?statlstatfstatmknodj_XftCloseDisplayj_XftDisplayValidateMemory@_XftDefaultInitBool̂_XftDefaultInitDoublev_XftDefaultInitInteger_XftDefaultInitd_XftDefaultGet?8dev_t]ino_timode_tvnlink_tuid_tgid_toff_ttime_ttimespectimestruc_tblksize_tblkcnt_tIstatRXPointer_XExtDataaXExtDataFreeFuncTypeKeyCodeXModifierKeymap&FreeModmapType;_XFreeFuncsXIDScreenFormatWindow$zXAnyEventTimeXKeyEvent|XButtonEventuXMotionEventXCrossingEventXFocusChangeEvent'XExposeEventDrawableXGraphicsExposeEvent4XNoExposeEventIXVisibilityEventXCreateWindowEventXDestroyWindowEvent XUnmapEvent+XMapEvent;XMapRequestEventXXReparentEventm?XConfigureEventUXGravityEventTXResizeRequestEventnIXConfigureRequestEventfXCirculateEventaXCirculateRequestEvent~AtomXPropertyEventXSelectionClearEventR XSelectionRequestEvento !XSelectionEvent!Colormap,!!XColormapEvent!$""XClientMessageEvent"O#XMappingEventc##XErrorEvent$q$XKeymapEvent$$XGenericEvent %%XGenericEventCookie%_XEventI(XEventV(_XSQEvent(VisualID(b)Visualt))Depth)GContext)Pixmap)Font)+XGCValues+_XGC,GC,-Screen-KeySym-.XExtCodes;.CreateGCTypen.CopyGCType.FlushGCType.FreeGCType./XFontProp-//XCharStruct/0XFontStruct1CreateFontTypeT1FreeFontType1CloseDisplayType1BYTE1CARD161CARD321CARD812xError2ErrorType3ErrorStringType:3PrintErrorTypez3BeforeFlushType3_XExten45xGenericReply5INT1656xGetGeometryReply6A7xQueryTreeReplyW77xInternAtomReply88xGetAtomNameReply8m9xGetPropertyReply9/:xListPropertiesReplyJ::xGetSelectionOwnerReply:;xGrabPointerReply;xGrabKeyboardReply;BOOL;<xQueryPointerReply<J=xGetMotionEventsReplyf=>xTranslateCoordsReply,>>xGetInputFocusReply>INT32>?xQueryTextExtentsReply?@xListFontsReply@YAxGetFontPathReplyqA BxGetImageReplyBBxListInstalledColormapsReplyBCxAllocColorReplyCDxAllocNamedColorReplyDVExAllocColorCellsReplyrE$FxAllocColorPlanesReplyAFFxQueryColorsReplyFGxLookupColorReplyGHxQueryBestSizeReplyHIxQueryExtensionReplyICJxListExtensionsReply^JJxSetModifierMappingReplyKKxGetModifierMappingReplyKxSetPointerMappingReplyKLxGetKeyboardMappingReplyLOMxGetPointerMappingReplymM8NxGetPointerControlReplyVN.OxGetScreenSaverReplyIOOxListHostsReplyPBPKeyButMaskSPQQRR3SSS~TT!UUUNVVWX^XXdXConnectionWatchProc^d_XConnWatchInfo_XDisplay*eDisplayjfFcPatternfFcBoolfFcCharSetf_XftFont'gXftFont:gPictFormatKggXRenderDirectFormatg5hXRenderPictFormatRhhXRenderColorhPictureh_XftSolidColorhXftSolidColor8e_XftDisplayInfo)iXftDisplayInfo4kFcChar32kFT_F26Dot6kFT_FixedlFT_Matrix_?lFT_MatrixOlFT_Long]lFT_StringlFT_IntlFT_ShortlFT_PoslFT_Bitmap_Size_mFT_Bitmap_SizeAmFT_Encoding_[oFT_EncodingmoFT_UShort}oFT_CharMapRec_oFT_CharMappFT_Generic_Finalizer"pFT_Generic_UpFT_GenericfpFT_BBox_pFT_BBoxpFT_LibrarypFT_UIntqFT_Glyph_Metrics_qFT_Glyph_MetricsqFT_Vector_qFT_VectorrFT_Glyph_Format_rFT_Glyph_FormatrFT_Bitmap_[sFT_BitmapusFT_Outline_sFT_OutlinetFT_SubGlyph>tFT_Slot_InternalUtFT_GlyphSlotRec_pFT_GlyphSlotvFT_Size_Metrics_vFT_Size_MetricsvFT_Size_InternalvFT_SizeRec_@wFT_SizecwFT_DriverwFT_Alloc_FuncwFT_Free_FuncxFT_Realloc_FuncxFT_MemoryRec_swFT_MemoryjxFT_StreamDesc_xFT_StreamDescxFT_Stream_IoFuncyFT_Stream_CloseFunc+yFT_StreamRec_xFT_StreamyFT_ListNodeRec_yFT_ListNode-zFT_ListRec_[zFT_ListReczFT_Face_InternalzFT_FaceRec_3mFT_FaceCk_XftFtFile}XftFtFile}_XftFontInfo~XftFontInfo1~_XGlyphInfo~XGlyphInfo~_XftGlyph~XftGlyph_XftUcsHash/XftUcsHashEGlyphSetT_XftFontIntwXftFontInt_FcResultdFcResult}_FcTypeFcType FcChar88_FcMatrixvFcMatrixFcLangSet_FcValue@FcValueUtm  @ `(ip p x` + ; JKTU`apqrs t u v w xy`m ":N`ip K@`6!(;J^eu K V1Qy !"#$E%k$$$$&'CP()*+q,-*..#(.7<.P^jo.$$/-.8A/Q-gl.0%-.+0.M!q-.23?-m!!#/OX/78 7. 8{  9 6 :  9 ;= <k t 9 = > ? > @ = ] }      5 Q m  # !, A\ AA4B:A B&:8AAXaBjs:AB:A/ >(A?HBQZ:luA4E!/*3>ENAen/w>AB:AENCcl<~AC<A />+F48<@DH `i!dij"j'j+j0j4jfjjjojsjxj|jjj1<4@56Y ]  , 0x |kBo /CJDN‰ljˉ$#*8ELZgn| !!-5?GOW_is{ %-7?GOYais} #-5=ERYemu}1 #+3;EOYan4u5 *61=EMU]emu}   %-5B IU]emu}     % - 5 = E M U ] e m u }                  B ) 1 9 A N /U a i q y  C      D          # + 5 = E M U ] e m u }                 4S L"%+4 ?@@ LWvZͿj{ohxp       )  >   xftdraw.o/ 1332986112 0 0 100644 73716 ` ELF4(.strtab.text.bss.data.rodata.rodata1.comment.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.symtabxftdraw.cstatlstatfstatmknod_XftDrawScreen_XftDrawFormat_XftDrawOp_XftDrawRenderPrepare_XftDrawCorePrepareBbss.bssDdata.dataDrodata.rodata_xstat_lxstat_fxstat_xmknodXGetVisualInfoXFreeXGetGeometryXftDrawDepthXftDrawBitsPerPixelXListPixmapFormatsXftDrawCreatemallocXftMemAllocXftDrawCreateBitmapXftDrawCreateAlpha_XftDisplayInfoGetXRenderFindFormatXRenderFindVisualFormatXftDrawChangeXRenderFreePictureXFreeGCXftDrawDisplayXftDrawDrawableXftDrawColormapXftDrawVisualXftDrawDestroyXDestroyRegionfreeXftMemFreeXftDrawSrcPicturememcmprandXCreatePixmapXRenderCreatePictureXFreePixmapXRenderFillRectangleXRenderSetPictureClipRegionXRenderSetPictureClipRectanglesXCreateGCXSetRegionXSetClipRectanglesXSetForegroundXftDrawPictureXftDrawGlyphsXftGlyphRenderXftGlyphCoreXftDrawString8XftDebugprintfXftCharIndexXftDrawString16XftDrawString32XftDrawStringUtf8FcUtf8ToUcs4memcpyXftDrawStringUtf16FcUtf16ToUcs4XftDrawGlyphSpecXftGlyphSpecRenderXftGlyphSpecCoreXftDrawGlyphFontSpecXftGlyphFontSpecRenderXftGlyphFontSpecCoreXftDrawCharSpecXftDrawCharFontSpecXftDrawRectXFillRectangleXftDrawSetClipXEqualRegionXCreateRegionXUnionRegionXRenderChangePictureXSetClipMaskXftDrawSetClipRectanglesXftDrawSetSubwindowModeXSetSubwindowMode.rel.text.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_funcnames.rel.debug_typenamesUE PEPj EEUE PEPj EEUE PEPj EEUjjEPE PEPjEEÐUTEu EEtyEEU;}dE@EEEjjEPEPjEPEEtjEPEEE@EEU;|jEPEPEPEPEPEPEPE PEP(tUEEU;}@UEЋB;Eu EEE@EEU;|EEÐU E@ uBMUjEPEPEPEPEPEPEPBPAP(t EUP E@ EEÐUE@jEPEEUEPBPEEteEE;E}HUMȋA;EuUMȋEQPE@EE;E|jEPE@EEÐUjj4EEuEEUPEU PEPE PEP1 ЋEPE@ E@EUPEUPE@(E@,E@0E@E@$j4jEEEÐUjj4EEuEEUPEU PjE PEPc ЋEPE@ E@E@E@E@(E@,E@0E@E@$j4jEEEÐUjj4EEuEEUPEU PjE PEP ЋEPEUP E@E@E@E@(E@,E@0E@E@$j4jEEEÐU(Ej@PEEt E@u E~E@uUEjEPEfEMHfEUjjjEPhBPEUE@PBPEEÐUEU PE@(t UE@(PBPE@(E@,t UE@,PBPE@,ÐUE@EEÐUE@EEÐUE@EEÐUE@EEÐUE@(tUE@(PBPE@,tUE@,PBP-Ej@ P+Ej@ PE@w$j4jjEPàxUX]E@EjEPEEt E@uE@E@u5E@ u*fEfEfEfEEE EE}pEUD<tOEUMD8;Au:M EUjD0PAP uEUD4~"4&'4>4PrintErrorTypeX4~4~/]4Fb4~4BeforeFlushType _XExtenH5 next.# codes/# create_GCD/# copy_GCw/# flush_GC/# free_GC/# create_Font(2#$ free_Font]2#( close_display2#, error3#0 error_string 4#4 nameV#8 error_valuesC4#< before_flush4#@ next_flush.#D 555 F 555 F_XLockInfo5c 6 type2# data12# sequenceNumber2# length2# data002# data012# data022# data032# data042# data052#6xGenericReply "INT16  7 type2# depth2# sequenceNumber2# length2# root2# x6# y6# width2# height2# borderWidth2# pad12# pad22# pad32#6xGetGeometryReply  J8 type2# pad12# sequenceNumber2# length2# root2# parent2# nChildren2# pad22# pad32# pad42# pad52#7xQueryTreeReply  8 type2# pad12# sequenceNumber2# length2# atom2# pad22# pad32# pad42# pad52# pad62#`8xInternAtomReply  9 type2# pad12# sequenceNumber2# length2# nameLength2# pad22# pad32# pad42# pad52# pad62# pad72# 9xGetAtomNameReply  v: type2# format2# sequenceNumber2# length2# propertyType2# bytesAfter2# nItems2# pad12# pad22# pad32#9xGetPropertyReply  8; type2# pad12# sequenceNumber2# length2# nProperties2# pad22# pad32# pad42# pad52# pad62# pad72#:xListPropertiesReply  ; type2# pad12# sequenceNumber2# length2# owner2# pad22# pad32# pad42# pad52# pad62#S;xGetSelectionOwnerReply  < type2# status2# sequenceNumber2# length2# pad12# pad22# pad32# pad42# pad52# pad62#<xGrabPointerReply <xGrabKeyboardReply BOOL  = type2# sameScreen<# sequenceNumber2# length2# root2# child2# rootX6# rootY6# winX6# winY6# mask2# pad12# pad2#<xQueryPointerReply  S> type2# pad12# sequenceNumber2# length2# nEvents2# pad22# pad32# pad42# pad52# pad62#=xGetMotionEventsReply  ? type2# sameScreen<# sequenceNumber2# length2# child2# dstX6# dstY6# pad22# pad32# pad42# pad52#o>xTranslateCoordsReply  ? type2# revertTo2# sequenceNumber2# length2# focus2# pad12# pad22# pad32# pad42# pad52#5?xGetInputFocusReply FINT32  @ type2# drawDirection2# sequenceNumber2# length2# fontAscent6# fontDescent6# overallAscent6# overallDescent6# overallWidth?# overallLeft?# overallRight?# pad2#?xQueryTextExtentsReply  A type2# pad12# sequenceNumber2# length2# nFonts2# pad22# pad32# pad42# pad52# pad62# pad72#AxListFontsReply  bB type2# pad12# sequenceNumber2# length2# nPaths2# pad22# pad32# pad42# pad52# pad62# pad72#AxGetFontPathReply  C type2# depth2# sequenceNumber2# length2# visual2# pad32# pad42# pad52# pad62# pad72#zBxGetImageReply  C type2# pad12# sequenceNumber2# length2# nColormaps2# pad22# pad32# pad42# pad52# pad62# pad72#(CxListInstalledColormapsReply  D type2# pad12# sequenceNumber2# length2# red2# green2# blue2# pad22# pixel2# pad32# pad42# pad52#CxAllocColorReply  E type2# pad12# sequenceNumber2# length2# pixel2# exactRed2# exactGreen2# exactBlue2# screenRed2# screenGreen2# screenBlue2# pad22# pad32#DxAllocNamedColorReply  _F type2# pad12# sequenceNumber2# length2# nPixels2# nMasks2# pad32# pad42# pad52# pad62# pad72#ExAllocColorCellsReply  -G type2# pad12# sequenceNumber2# length2# nPixels2# pad22# redMask2# greenMask2# blueMask2# pad32# pad42#{FxAllocColorPlanesReply  G type2# pad12# sequenceNumber2# length2# nColors2# pad22# pad32# pad42# pad52# pad62# pad72#JGxQueryColorsReply  H type2# pad12# sequenceNumber2# length2# exactRed2# exactGreen2# exactBlue2# screenRed2# screenGreen2# screenBlue2# pad32# pad42# pad52#HxLookupColorReply  I type2# pad12# sequenceNumber2# length2# width2# height2# pad32# pad42# pad52# pad62# pad72#HxQueryBestSizeReply  J type2# pad12# sequenceNumber2# length2# present<# major_opcode2# first_event2# first_error2# pad32# pad42# pad52# pad62# pad72#IxQueryExtensionReply  LK type2# nExtensions2# sequenceNumber2# length2# pad22# pad32# pad42# pad52# pad62# pad72#JxListExtensionsReply  L type2# success2# sequenceNumber2# length2# pad22# pad32# pad42# pad52# pad62# pad72#gKxSetModifierMappingReply  L type2# numKeyPerModifier2# sequenceNumber2# length2# pad12# pad22# pad32# pad42# pad52# pad62#LxGetModifierMappingReply gKxSetPointerMappingReply  M type2# keySymsPerKeyCode2# sequenceNumber2# length2# pad22# pad32# pad42# pad52# pad62# pad72#LxGetKeyboardMappingReply  XN type2# nElts2# sequenceNumber2# length2# pad22# pad32# pad42# pad52# pad62# pad72#MxGetPointerMappingReply  AO type2# pad12# sequenceNumber2# length2# accelNumerator2# accelDenominator2# threshold2# pad22# pad32# pad42# pad52# pad62#vNxGetPointerControlReply  7P type2# pad12# sequenceNumber2# length2# timeout2# interval2# preferBlanking<# allowExposures<# pad22# pad32# pad42# pad52# pad62#_OxGetScreenSaverReply  P type2# enabled<# sequenceNumber2# length2# nHosts2# pad12# pad32# pad42# pad52# pad62# pad72#RPxListHostsReply  KQ type2# detail2# sequenceNumber2#$0KeyButMask  R pad002# time2# root2# event2# child2# rootX6# rootY6# eventX6# eventY6# stateKQ# sameScreen<# pad12# R pad002# time2# root2# event2# child2# rootX6# rootY6# eventX6# eventY6# stateKQ# mode2# flags2# S pad002# window2# mode2# pad12# pad22# pad32#  S pad002# window2# x2# y2# width2# height2# count2# pad22# # coords?# inputFocus?# textExtents@# fontsA# fontPathbB# imageC# colormapsC# allocColorD# allocNamedColorE# colorCells_F# colorPlanes-G# colorsG# lookupColorH# bestSizeI# extensionJ# extensionsLK# setModifierMappingL# getModifierMappingL# setPointerMappingL# getKeyboardMappingM# getPointerMappingXN# pointerControlAO# screenSaver7P# hostsP# error3# event`# `xReply b c~bV [b _XInternalAsync ]c next5# handlerc# data[#jc~]coc _XLockPtrsc lock_displayjc# unlock_displayrc#wcc_XKeytransc_XDisplayAtomsc_XContextDBc cd ^d defaultCCCs[# clientCmaps[# perVisualIntensityMaps[#_XIMFilter^dd~ [pdd_XInternalConnectionProc[d _XConnectionInfo!e fd # read_callbackd# call_data[# watch_datad# nextd#Be~[  d!eBeXConnectionWatchProc ge _XConnWatchInfo e fnGe# client_data[# nextbe# e_XkbInfoRece_XtransConnInfoe_X11XCBPrivatee eef F ff3f F Display ( f visualx*# visualid)# screen # depth # class # red_mask)# green_mask)# blue_mask)# colormap_size # bits_per_rgb #$AfXVisualInfo fXftDrawDepthU1Ug/jdrawT### root X x Y y Y widthZ heightZ borderWidthZ depthZ_XftClipTypeDhXftClipTypeNoneXftClipTypeRegionXftClipTypeRectanglesgXftClipType _XftClipRect h xOrigin # yOrigin # n #VhXftClipRecth_XRegionhhRegion _XftCliph recth# regionh#hXftClip)Picture'i picti#Mi gc-# use_pixmap # _XftDraw4!j dpy~# screen # bits_per_pixel# depth# drawable# visualx*# colormap&"# clip_typeDh# cliph# subwindow_mode #$ renderi#( core'i#,MiXftDraw!jXftDrawBitsPerPixeleUk/jdrawdFUU formats^kh nformats i depthjU i o Dk depth # bits_per_pixel # scanline_pad #kXPixmapFormatValues DkXftDrawCreateU/jk~dpydrawable x*visual&"colormap draw/jXftDrawCreateBitmapU/jEl~dpy*bitmap draw/jXftDrawCreateAlphaxU/jl~dpy*pixmap  depth draw/j_XftDrawFormat9UCn0m/jdraw info(q4 pf+n)PictFormatm red"# redMask"# green"# greenMask"# blue"# blueMask"# alpha"# alphaMask"#AmXRenderDirectFormat +n id0m# type # depth # directm# colormap&"#mXRenderPictFormat+n_XftDisplayInfo,ho nextho# display~# codes/# defaultso# hasRendero# fontsEp# solidFormatCn# glyph_memory)# max_glyph_memory)# use_free_glyphso#$ num_unref_fonts #( max_unref_fonts #, colorsp#0 fontHashq#Hn_FcPatternmoFcPatternzo FcBool_FcCharSetoFcCharSeto _XftFont7p ascent # descent # height # max_advance_width # charseto# patterno#oXftFont7pp red$0# green$0# blue$0# alpha$0#JpXRenderColor _XftSolidColorp colorp# screen # picti# pXftSolidColorpq FEpq F~HnXftDisplayInfoqXftDrawChangeUsq/jdrawdrawable XftDrawDisplayU~q/jdrawXftDrawDrawableUq /jdrawXftDrawColormap U&"!r /jdrawXftDrawVisual$Ux*Zr /jdraw!XftDrawDestroyUr /jdrawXftDrawSrcPicture*j Uis /jdraw) scolor) "dpy~+"info(q,"i -"bitmapColors.@ V V "pix*]"pat^#C _XftColor s pixel)# colorp#sXftColorss _XRenderPictureAttributes4t repeat # alpha_mapi# alpha_x_origin # alpha_y_origin # clip_x_origin # clip_y_origin # clip_mask*# graphics_exposures # subwindow_mode # poly_edge #$ poly_mode #( dither#, component_alpha #0sXRenderPictureAttributes$_XftDrawOpv U Yu ^udrawu hucoloru !jYuscu$_XftDrawRenderPrepare Uo v /jdraw   "formatCn"pat"mask)$_XftDrawCorePrepareD Uov /jdraw vcolor   .  .  "gcv,"mask)svXftDrawPicture Uiv /jdraw!XftDrawGlyphsbUw /jdraw wcolor Eppub x y wglyphs nglyphs "font' ]  "srciswFT_UIntwwFcChar32 _XftFtFile0yx nextyx# ref # fileV# id # xsizex# ysizex# matrixx# lock #( facey#,wsigned long~xFT_F26Dot6~xFT_Fixed FT_Matrix_x xxx# xyx# yxx# yyx# xFT_Matrix~xFT_LongFT_String ysigned intyFT_Intsigned short:yFT_Short~xFT_Pos FT_Bitmap_Size_y heightJy# widthJy# sizeYy# x_ppemYy# y_ppemYy# fyFT_Bitmap_SizeyFT_FaceFT_Encoding_|FT_ENCODING_NONEFT_ENCODING_MS_SYMBOLFT_ENCODING_UNICODEҹFT_ENCODING_SJISҩFT_ENCODING_GB2312FT_ENCODING_BIG5ΥFT_ENCODING_WANSUNG܅FT_ENCODING_JOHABнFT_ENCODING_MS_SJISҩFT_ENCODING_MS_GB2312FT_ENCODING_MS_BIG5ΥFT_ENCODING_MS_WANSUNG܅FT_ENCODING_MS_JOHABнFT_ENCODING_ADOBE_STANDARDžFT_ENCODING_ADOBE_EXPERTńFT_ENCODING_ADOBE_CUSTOMÄFT_ENCODING_ADOBE_LATIN_1FT_ENCODING_OLD_LATIN_2FT_ENCODING_APPLE_ROMANɋyFT_Encoding$0FT_UShort FT_CharMapRec_ | facey# encoding|# platform_id|# encoding_id|# *||FT_CharMap||&||FT_Generic_Finalizer FT_Generic_} data&# finalizer|#|FT_Generic FT_BBox_X} xMinYy# yMinYy# xMaxYy# yMaxYy# }FT_BBoxFT_LibraryRec_f}w}FT_LibraryFT_GlyphSlot FT_Glyph_Metrics_ S~ widthYy# heightYy# horiBearingXYy# horiBearingYYy# horiAdvanceYy# vertBearingXYy# vertBearingYYy# vertAdvanceYy#}FT_Glyph_Metrics FT_Vector_~ xYy# yYy#j~FT_VectorFT_Glyph_Format_JFT_GLYPH_FORMAT_NONEFT_GLYPH_FORMAT_COMPOSITEڽFT_GLYPH_FORMAT_BITMAP襓FT_GLYPH_FORMAT_OUTLINEFT_GLYPH_FORMAT_PLOTTERޱ~FT_Glyph_Format FT_Bitmap_ rows # width # pitch # buffer`# num_grays"# pixel_mode# palette_mode# palette&#eFT_Bitmap~" FT_Outline_ n_contours"# n_points"# points # tagsV# contours# flags #FT_OutlineFT_SubGlyphRec_FT_SubGlyphFT_Slot_InternalRec_؀FT_Slot_Internal FT_GlyphSlotRec_ library|}# facey# next}# reservedw# generic}# metricsS~# linearHoriAdvancex#8 linearVertAdvancex#< advance~#@ formatJ#H bitmap#L bitmap_left-y#d bitmap_top-y#h outline#l num_subglyphsw# subglyphs# control_data&# control_lenF# lsb_deltaYy# rsb_deltaYy# other&# internal݀# FT_Size_Metrics_? x_ppem|# y_ppem|# x_scalex# y_scalex# ascenderYy# descenderYy# heightYy# max_advanceYy#FT_Size_MetricsFT_Size_InternalRec_UlFT_Size_Internal FT_SizeRec_,ڃ facey# generic}# metrics?# internalq#(ڃFT_SizeFT_DriverRec_FT_DriverFT_Memory&8F"8FT_Alloc_Funcc&QcFT_Free_Func&FF&{FT_Realloc_Func FT_MemoryRec_ user&# alloc=# freeh# realloc# FT_StreamDesc_> valueF# pointer&# FT_StreamDescqFT_Stream)R)`)bFT_Stream_IoFuncRFT_Stream_CloseFunc FT_StreamRec_(q base`# size)# pos)# descriptor># pathname># read# close# memory# cursor`# limit`#$ʅdžFT_ListNode FT_ListNodeRec_ dž prevv# nextv# data&# FT_ListRec_ headv# tailv#̆FT_ListRecFT_Face_InternalRec_ "FT_Face_Internal FT_FaceRec_ num_facesx# face_indexx# face_flagsx# style_flagsx# num_glyphsx# family_namey# style_namey# num_fixed_sizes-y# available_sizesy# num_charmaps-y#$ charmaps|#( generic}#, bboxX}#4 units_per_EM|#D ascenderJy#F descenderJy#H heightJy#J max_advance_widthJy#L max_advance_heightJy#N underline_positionJy#P underline_thicknessJy#R glyph}#T size߃#X charmap|#\ driver#` memory#d streamR#h sizes_list#l autohint}#t extensions&#| internal'#>wXftFtFile _XftFontInfoH hashw# file# xsizex# ysizex# antialiaso# emboldeno# rgba # lcd_filter # matrixx# transformo#0 load_flags-y#4 rendero#8 spacing #< minspaceo#@ char_width #DXftFontInfo _XGlyphInfo / width$0# height$0# x"# y"# xOff"# yOff"# ЊXGlyphInfo _XftGlyph metrics/# bitmap&# glyph_memory)#@XftGlyph _XftUcsHash΋ ucs4w# glyphw#XftUcsHash΋)GlyphSet _XftFontInt public7p# nextEp# hash_nextEp# info# ref #h glyphs#l num_glyphs #p hash_tableߋ#t hash_value #x rehash_value #| glyphset# formatCn# glyph_memory)# max_glyph_memory)# use_free_glyphso#XftFontInt!XftDrawString8}U /jdraw color Eppub x y string len "glyphs%"glyphs_local*"i sFcChar8 ww=%F!XftDrawString16eU /jdraw color Eppub x y 3string len "glyphs%"glyphs_local8"i s$0FcChar16.wK%F!XftDrawString322TU# /jdraw+ (color, Eppub- x. y/ 2string0 len1 "glyphs%3"glyphs_local73"i 4s#w-wJ%F!XftDrawStringUtf8N3U{ /jdrawG colorH EppubI xJ yK stringL lenM "glyphs%O"glyphs_new%O"glyphs_localO"ucs4wP"i Q"l R"size Ss{ w%F!XftDrawStringUtf16{#U /jdraws colort Eppubu xv yw stringx !endiany lenz$"glyphs%|"glyphs_new%|"glyphs_local0|"ucs4w}"i ~"l "size s &!FcEndianBigFcEndianLittleFcEndianwC%F!XftDrawGlyphSpecU /jdraw color Eppub ]glyphs len"font'?MM"srcis _XftGlyphSpecE glyphw# x"# y"# XftGlyphSpecEX!XftDrawGlyphFontSpecUH /jdraw Mcolor glyphs len"i "start ""(L L "srcisH _XftGlyphFontSpec  fontEp# glyphw# x"# y"# RXftGlyphFontSpec!XftDrawCharSpecUy /jdraw ~color Eppub Жchars len"glyphsՖ"glyphs_localږ"i sy _XftCharSpec ucs4w# x"# y"#XftCharSpec˖EE %F!XftDrawCharFontSpecU /jdraw color chars len"glyphs"glyphs_local"i s _XftCharFontSpec  fontEp# ucs4w# x"# y"# XftCharFontSpec0(%F!XftDrawRect"xU /jdraw color x y width  height!sXftDrawSetClip4LU [ /jdraw2 hr3 "nh5"patwXftDrawSetClipRectangles2U  /jdraw xOrigin yOrigin Frects n"newh 0 x"# y"# width$0# height$0#XRectangle 0A!XftDrawSetSubwindowModeU˚ /jdraw mode ]hh"pat'XftMemFree  'XftMemAlloc    (_XftDisplayInfoGet(q:  )XftDebug MisQR['XftGlyphFontSpecCoreLV` so 'XftGlyphSpecCoreL s'XftGlyphCore3L   R3'XftGlyphFontSpecRender ))  8  'XftGlyphSpecRenderڜ ))   ڜ'XftGlyphRender4 ))    ߜ  o(XftCharIndexwh49wJph'XRenderFillRectangle )m  'XRenderFreePicture)'XRenderSetPictureClipRegion)h'XRenderSetPictureClipRectanglesg)   sg'XRenderChangePicture))l ms(XRenderCreatePictureiii +n(XRenderFindFormatCn<) )<(XRenderFindVisualFormatCnvAv(FcUtf16ToUcs4 { (FcUtf8ToUcs4  (__posix_ttyname_r  V(__posix_getlogin_r CV  H(_xmknod |CM)) (_lxstat || (_xstat | (_fxstat   |(XUnionRegion 7hhh(XSetRegion _-h  (XGetVisualInfog_Fgd(XEqualRegion hh(XDestroyRegion h)XCreateRegionh(XSetSubwindowMode '- (XSetForeground S-)(XSetClipRectangles -  S  (XSetClipMask Ƣ-))(XGetGeometry )Ƣ33(XFreePixmap 7)(XFreeGC W-(XFree p&(XFillRectangle )-    (XListPixmapFormats^k (XCreatePixmap** *(XCreateGC-U))$FU(__posix_ctime_rVZV tm$ tm_sec # tm_min # tm_hour # tm_mday # tm_mon # tm_year # tm_wday # tm_yday # tm_isdst #  %V(__posix_asctime_rV^*/& &ch(memcpy&^m & &(memcmp Υ)rand (malloc&'free & *printf +[ /var/tmp/libXft-2.3.0/src/usr/include/sys/usr/include/usr/local/include/X11/usr/local/include/X11/extensions../include/X11/Xft/usr/local/include/fontconfig/usr/local/include/freetype2/freetype/usr/include/isoxftdraw.cstat_impl.hstat.htypes.hstdlib.hstdio.htime_impl.hXlibint.hXlib.hX.hXproto.hXmd.hXutil.hxftint.hrender.hXft.hXrender.hfontconfig.hfttypes.hfreetype.hftimage.hftsystem.htime_iso.h  &; F[ f %       t1d y  }   # , FU   { % - < E N j t ~                8 B L V ` j t ~             % / 9 C M W a m s       4 CL W m w        3> T _ u x     x     $: C L U ^ ds y  / @ V      ! R b v              ) U ` l p      s   . 5 @ G R |         s / 6 V i t }     $9 ] y       $ < ` m {        $H U c y      7 D R is |         : M Z h n   m # 1 IS \ f        " 5 B P V   m  ! 9? M{   " ( Lt { (P W   k  $ , A o  |    ,G O T m   * \{x    )F s       # 04 E H Y \ `xrz       ( @ G ov      & / MP a d u x |x   $ FQ T ] hn     DD%. : ; @ ' ID I: ;  $> &II7II: I  !I/  :  I8 4I : ;   ' ID I' D  :  :  :  : < ' ID 5II ' D .?  : ; @ ' ID  : ( .?  : ; @ ' D .?  : ;@ ' ID  I: ; !.?  : ;@ ' D "4I : ; #D D $. : ;@ ' ID %!I/& : '.? < ' D (.? < ' ID ).? < ' ID *.? < ' ID +C2 gXftDrawDepth4jXftDrawBitsPerPixelckXftDrawCreatekXftDrawCreateBitmapElXftDrawCreateAlpha-qXftDrawChangesqXftDrawDisplayqXftDrawDrawableqXftDrawColormap!rXftDrawVisualZrXftDrawDestroyrXftDrawSrcPicturevXftDrawPicturevXftDrawGlyphs,XftDrawString8=XftDrawString16KXftDrawString32JXftDrawStringUtf8XftDrawStringUtf16CXftDrawGlyphSpecbXftDrawGlyphFontSpecXftDrawCharSpecXftDrawCharFontSpec(XftDrawRectXftDrawSetClip[XftDrawSetClipRectanglesKXftDrawSetSubwindowMode2statlstatfstatmknodl_XftDrawScreenl_XftDrawFormatu_XftDrawOpmu_XftDrawRenderPrepare v_XftDrawCorePrepare2:dev_t_ino_tkmode_txnlink_tuid_tgid_toff_ttime_ttimespectimestruc_t blksize_tblkcnt_tKstat[XPointer_XExtDatajXExtDataFreeFuncTypeKeyCodeXModifierKeymap/FreeModmapTypeD_XFreeFuncs XIDScreenFormat Window-XAnyEventTimeXKeyEventXButtonEvent~XMotionEventXCrossingEventXFocusChangeEvent0XExposeEventDrawableXGraphicsExposeEvent=XNoExposeEventRXVisibilityEventXCreateWindowEventXDestroyWindowEvent)XUnmapEvent4XMapEventDXMapRequestEventaXReparentEventvHXConfigureEvent^XGravityEvent]XResizeRequestEventwRXConfigureRequestEventoXCirculateEventjXCirculateRequestEventAtom XPropertyEvent% XSelectionClearEvent [!XSelectionRequestEventx!"XSelectionEvent&"Colormap5""XColormapEvent#-##XClientMessageEvent#X$XMappingEventl$$XErrorEvent%z%XKeymapEvent%%XGenericEvent&&XGenericEventCookie&_XEventR)XEvent_)_XSQEvent)VisualID)k*Visual}**Depth*GContext*Pixmap*Font*,XGCValues,_XGC-GC&-.Screen.KeySym./XExtCodesD/CreateGCTypew/CopyGCType/FlushGCType/FreeGCType/0XFontProp600XCharStruct01XFontStruct(2CreateFontType]2FreeFontType2CloseDisplayType2BYTE2CARD162CARD322CARD823xError3ErrorType 4ErrorStringTypeC4PrintErrorType4BeforeFlushType4_XExten66xGenericReply6INT1667xGetGeometryReply7J8xQueryTreeReply`88xInternAtomReply 99xGetAtomNameReply9v:xGetPropertyReply:8;xListPropertiesReplyS;;xGetSelectionOwnerReply<<xGrabPointerReply<xGrabKeyboardReply<BOOL<=xQueryPointerReply=S>xGetMotionEventsReplyo>?xTranslateCoordsReply5??xGetInputFocusReply?INT32?@xQueryTextExtentsReplyAAxListFontsReplyAbBxGetFontPathReplyzBCxGetImageReply(CCxListInstalledColormapsReplyCDxAllocColorReplyDExAllocNamedColorReplyE_FxAllocColorCellsReply{F-GxAllocColorPlanesReplyJGGxQueryColorsReplyHHxLookupColorReplyHIxQueryBestSizeReplyIJxQueryExtensionReplyJLKxListExtensionsReplygKLxSetModifierMappingReplyLLxGetModifierMappingReplyLxSetPointerMappingReplyLMxGetKeyboardMappingReplyMXNxGetPointerMappingReplyvNAOxGetPointerControlReply_O7PxGetScreenSaverReplyRPPxListHostsReplyQKQKeyButMask\QRRSSFT_StreamDescFT_Stream_IoFuncFT_Stream_CloseFuncʅFT_StreamRec_RFT_StreamFT_ListNodeRec_vFT_ListNodĕFT_ListRec_FT_ListRec'FT_Face_Internal>FT_FaceRec_yFT_Facew_XftFtFileXftFtFile_XftFontInfoXftFontInfoЊ_XGlyphInfo/XGlyphInfo@_XftGlyphXftGlyph_XftUcsHash΋XftUcsHashGlyphSet_XftFontIntXftFontInt FcChar8FcChar16!FcEndian _XftGlyphSpecEXftGlyphSpecR_XftGlyphFontSpecXftGlyphFontSpec_XftCharSpecXftCharSpec_XftCharFontSpecXftCharFontSpec0XRectangletm  @ `(5p L ; 4   /012 3 4 5 6 7>FNVekxa@1@d?RZiy0'CcmxP 2 p p`1>E@Xf0w  *7ERgt`@x1QyX  \!~#%&%&%f&)! *'+f-.M-n.4565)89( - : ; <K =F ; > ?    m @ A B ( CD H L  7FVGzIJ%KYEt5%KAE\5%K0EK5O%53Pa5KOE*5R%5PI5iKRE5i7TU7WX%ZKS5=%KV5=?Cl\^_ `4>4R5n>aA9bLPT8%FPZ4n5?B26:ae"hlquz~g!"gBgFgKgOgTgXgMj"Qjqjujzj~jjjjjjjjjvk$zkk'l]l(alllmm m mmm@q,Dqq/qq0qq1r5r29ror3srr7r5s9s>sBsGsKs#u 'uu uuuuuuu#v 'vYv]vbvfvkvovvDvvEvwwwwwwAHESLWaMebNfQZS^ѓՓړޓ}V  %)ҕY֕Z :[>Ș]̘ "'+049=zc~idm "/6DQXfsz)3@!GS]emz"$'/7?GOW_gow'$(+7?GOW_gow %2,9EMU]emu/0123 %-5=EMU]gqy7 '/9CKU]goy      % - 5 = G O Y a i s }                   % 2 D9 E M U b Ei u }      H             % 2 L9 E M W _ g o w      M             N! - 5 = E M U ] e m u }             Q      ! ) 1 9 A I Q Y a i q y       S       V#+5=EOYcks{Y "Z)5=GOW_gow[]#+5=EMU]gow  c'3=EOW_gowd#+3=EMU4 `&&&"&+,&4,2@N_LjZGj^{  ` @ P          xftextent.o/ 1332986113 0 0 100644 50492 ` ELF4(.strtab.text.bss.data.rodata.comment.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.symtabxftextent.cstatlstatfstatmknodBbss.bssDdata.dataDrodata.rodata_xstat_lxstat_fxstat_xmknodXftGlyphExtentsXftFontCheckGlyphXftFontLoadGlyphsmemset_XftFontManageMemoryXftTextExtents8mallocXftCharIndexfreeXftTextExtents16XftTextExtents32XftTextExtentsUtf8FcUtf8ToUcs4memcpyXftTextExtentsUtf16FcUtf16ToUcs4.rel.text.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_funcnames.rel.debug_typenamesUE PEPj EEUE PEPj EEUE PEPj EEUjjEPE PEPjEEÐUTE EEEDžDžH@PPPjE PEPt DžHlt"jPPjE PEPEEDžtf@HE;Pps"E@lt uu^t;MBfABfABfABfABfAB fA j jEP DžDž@+Љ@+Љ@‰@‰@‰@ ‰H@E;PpE@l@+Љ@+Љ@‰@‰;} ;} ;~ ;~ @‰@ ‰H؋UfB؋UfB+UfB+UfBUfBUfB tE PEPÐUE= E:EjPEEuj jEP Dž;E}DE@PE PEP ȋE @;E|jEPEPEPE PEPU;tjEPÐUE= E:EjPEEuj jEP Dž;E}DEPPE PEP ȋE @;E|jEPEPEPE PEPU;tjEPÐUE= E:EjPEEuj jEP Dž;E}CEPE PEP ȋE @;E|jEPEPEPE PEPU;tjEPÐUDžEDžEjEPPEP >;EjPEEu2U;tjEPj jEP PEPEP EU;tjEPEEPE PEP ȋE @EEE+EEt,EPPEP jEPPEPE PEPU;tjEPÐUDžEDžEzjjEPPEPEPF;EjPEEu2U;tjEPj jEP PEPEP EU;tjEPEEPE PEP ȋE @EEE+EEt4jjEPPEPEPjEPPEPE PEPU;tjEP@(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 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@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 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@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 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@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMIacomp: Sun C 5.11 SunOS_i386 145355-01 2010/10/11as: Sun Compiler Common 12.2 SunOS_i386 2010/08/13xftextent.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c xftextent.c -W0,-xp.XAKgoyLBE8cPEyb.Xa;g;R=Sun C 5.11 SunOS_i386 145355-01 2010/10/11;G=.XAKgoyLBE8cPEyb.;backend;raw;cd;DBG_GEN 5.3.0statx U(_pathr_bufr intchar#unsigned long-dev_tlong J c J-ino_t-mode_t-nlink_tJuid_tJgid_t J JJoff_tJtime_t timespec tv_sec# tv_nsecJ#timestruc_tJblksize_tJblkcnt_t > J J O J stat st_dev># st_pad1R# st_inoc# st_modeo# st_nlink|# st_uid# st_gid# st_rdev>#$ st_pad2#( st_size#0 st_pad3J#4 st_atim#8 st_mtim#@ st_ctim#H st_blksize#P st_blocks#T st_fstype-#X st_pad4>#hOlstat@U_path_buf fstat`U_fd_buf mknodUfk_patho_mode >_devf XftGlyphExtentsUdpygpub gglyphsnglyphs7hextentsfont7~ missing<~!nmissing"n#gT~$glyphg%xftg{&glyphs_loadedz'x(y(left)right)top)bottom)overall_left*overall_right*overall_top+overall_bottom+C _XExtData  number# next# free_private# private_data# XPointer XExtData f.!.FreeFuncTypeunsigned charFKeyCode W  max_keypermod# modifiermape#jXModifierKeymap FreeModmapType _XFreeFuncs$ atoms3# modifiermap# key_bindings3# context_db3# defaultCCCs3# clientCmaps3# intensityMaps3# im_filters3# xkb3# -XID _XDisplayD 3 ext_data# free_funcs # fd# conn_checker# proto_major_version# proto_minor_version# vendor# resource_base # resource_mask # resource_id #$ resource_shift#( resource_allocI#, byte_order#0 bitmap_unit#4 bitmap_pad#8 bitmap_bit_order#< nformats#@ pixmap_format#D vnumber#H release#L head#P tail#T qlen#X last_request_read-#\ request-#` last_req#d buffer#h bufptr#l bufmax#p max_request_size<#t dbR*#x synchandler^*#| display_name# default_screen# nscreens# screens5/# motion_buffer-# flags:/# min_keycode# max_keycode# keysymsL/# modifiermap# keysyms_per_keycode# xdefaults# scratch_buffer# scratch_length-# ext_number# ext_procsQ/# event_vecZ6# wire_vecx6# lock_meaning?/# lock6# async_handlers6# bigreq_size-# lock_fnsTd# idlist_alloc\d# key_bindingsnd# cursor_font+# atomsd# mode_switch<# num_lock<# context_dbd# error_vecd# cmsd# im_filters e# qfree# next_event_serial_num-# flushesQ/# im_fd_infoNe# im_fd_length# conn_watchersf# watcher_count# filedes# savedsynchandlerPf# resource_max # xcmisc_opcode# xkb_infocf# trans_connzf# xcbf# next_cookie<# generic_event_vecf# generic_event_copy_vecf# cookiejar&#  I38  ext_data# depth# bits_per_pixel# scanline_pad# NScreenFormat )-Window  ! type# serial-# send_event# display# window#XAnyEvent -Time unsigned< . type# serial-# send_event# display# window# root# subwindow# time1# x# y#$ x_root#( y_root#, state<#0 keycode<#4 same_screen#8HXKeyEvent < # type# serial-# send_event# display# window# root# subwindow# time1# x# y#$ x_root#( y_root#, state<#0 button<#4 same_screen#8>XButtonEvent <  type# serial-# send_event# display# window# root# subwindow# time1# x# y#$ x_root#( y_root#, state<#0 is_hint#4 same_screen#86XMotionEvent D / type# serial-# send_event# display# window# root# subwindow# time1# x# y#$ x_root#( y_root#, mode#0 detail#4 same_screen#8 focus#< state<#@/XCrossingEvent   type# serial-# send_event# display# window# mode# detail#DXFocusChangeEvent ( c type# serial-# send_event# display# window# x# y# width# height# count#$XExposeEvent -Drawable 0 B type# serial-# send_event# display# drawablev# x# y# width# height# count#$ major_code#( minor_code#,XGraphicsExposeEvent   type# serial-# send_event# display# drawablev# major_code# minor_code#]XNoExposeEvent  T type# serial-# send_event# display# window# state#XVisibilityEvent 0 0 type# serial-# send_event# display# parent# window# x# y# width# height#$ border_width#( override_redirect#,kXCreateWindowEvent   type# serial-# send_event# display# event# window#IXDestroyWindowEvent  B type# serial-# send_event# display# event# window# from_configure#XUnmapEvent   type# serial-# send_event# display# event# window# override_redirect#TXMapEvent  G type# serial-# send_event# display# parent# window#XMapRequestEvent (  type# serial-# send_event# display# event# window# parent# x# y# override_redirect#$^XReparentEvent 4  type# serial-# send_event# display# event# window# x# y# width# height#$ border_width#( above#, override_redirect#0XConfigureEvent  t type# serial-# send_event# display# event# window# x# y#XGravityEvent   type# serial-# send_event# display# window# width# height#XResizeRequestEvent 8  type# serial-# send_event# display# parent# window# x# y# width# height#$ border_width#( above#, detail#0 value_mask-#4XConfigureRequestEvent   type# serial-# send_event# display# event# window# place# XCirculateEvent   type# serial-# send_event# display# parent# window# place#XCirculateRequestEvent -Atom  type# serial-# send_event# display# window# atom% # time1# state#0 XPropertyEvent  8! type# serial-# send_event# display# window# selection% # time1# XSelectionClearEvent ( ! type# serial-# send_event# display# owner# requestor# selection% # target% # property% # time1#$S!XSelectionRequestEvent $ " type# serial-# send_event# display# requestor# selection% # target% # property% # time1# "XSelectionEvent -Colormap  T# type# serial-# send_event# display# window# colormap"# new# state#"XColormapEvent z# Jshort z## J J# J # bi## s## l##0 R$ type# serial-# send_event# display# window# message_type% # format# data###XClientMessageEvent  $ type# serial-# send_event# display# window# request# first_keycode# count#l$XMappingEvent  % type# display# resourceid # serial-# error_codeF# request_codeF# minor_codeF# %XErrorEvent  % J4 & type# serial-# send_event# display# window# key_vector%#%XKeymapEvent  & type# serial-# send_event# display# extension# evtype#+&XGenericEvent void& 8' type# serial-# send_event# display# extension# evtype# cookie<# data&#&XGenericEventCookie J`c' J_XEvent` ) type# xany!# xkey.# xbutton## xmotion# xcrossing/# xfocus# xexposec# xgraphicsexposeB# xnoexpose# xvisibilityT# xcreatewindow0# xdestroywindow# xunmapB# xmap# xmaprequestG# xreparent# xconfigure# xgravityt# xresizerequest# xconfigurerequest# xcirculate# xcirculaterequest # xproperty # xselectionclear8!# xselectionrequest!# xselection"# xcolormapT## xclientR$# xmapping$# xerror%# xkeymap&# xgeneric&# xcookie8'# padR'#c'XEvent _XSQEventh>* next# event)# qserial_num-#d_XrmHashBucketRec>*W*-VisualID  + ext_data# visualidc*# class# red_mask-# green_mask-# blue_mask-# bits_per_rgb# map_entries#r*Visual  + R+ depth# nvisuals# visuals+#+Depth R+-GContext -Pixmap -Font \ B- function# plane_mask-# foreground-# background-# line_width# line_style# cap_style# join_style# fill_style# fill_rule#$ arc_mode#( tiler+#, stippler+#0 ts_x_origin#4 ts_y_origin#8 font+#< subwindow_mode#@ graphics_exposures#D clip_x_origin#H clip_y_origin#L clip_maskr+#P dash_offset#T dashes#X+XGCValues _XGCp- ext_data# gidc+# rects# dashes# dirty-# valuesB-#R--GC P (/ ext_data# display3# root# width# height# mwidth# mheight# ndepths# depths^+# root_depth#$ root_visual+#( default_gc-#, cmap"#0 white_pixel-#4 black_pixel-#8 max_maps#< min_maps#@ backing_store#D save_unders#H root_input_maskJ#L-Screen (/--KeySym ?/75 / extension# major_opcode# first_event# first_error# V/XExtCodes //-///CreateGCType0-//0CopyGCTypeA0-/&0A0FlushGCTypes0-/X0s0FreeGCType 0 name% # card32-#0XFontProp 0unsigned short >1 lbearingz## rbearingz## widthz## ascentz## descentz## attributes0# 0XCharStruct >1P 2 ext_data# fid+# direction<# min_char_or_byte2<# max_char_or_byte2<# min_byte1<# max_byte1<# all_chars_exist# default_char<# n_properties#$ properties0#( min_bounds>1#, max_bounds>1#8 per_charP1#D ascent#H descent#LU1XFontStruct 222/22CreateFontType22/22FreeFontType$3/3$3CloseDisplayTypeFBYTE 0CARD16 -CARD32 FCARD8  44 type@3# errorCode@3# sequenceNumberK3# resourceIDX3# minorCodeK3# majorCodee3# pad1@3# pad3X3# pad4X3# pad5X3# pad6X3# pad7X3#q3xError 44k4A4/F4K4k4ErrorType4/44ErrorStringType%44&44PrintErrorType45/4J55BeforeFlushType _XExtenHN6 nextQ/# codes/# create_GC/# copy_GC0# flush_GCF0# free_GCx0# create_Font2#$ free_Font2#( close_display)3#, errorp4#0 error_string4#4 name#8 error_values4#< before_flush!5#@ next_flushQ/#DN6U6l6 Jl6s66 J_XLockInfo6c D7 type@3# data1@3# sequenceNumberK3# lengthX3# data00X3# data01X3# data02X3# data03X3# data04X3# data05X3#6xGenericReply z#INT16  &8 type@3# depthe3# sequenceNumberK3# lengthX3# rootX3# xX7# yX7# widthK3# heightK3# borderWidthK3# pad1K3# pad2X3# pad3X3#d7xGetGeometryReply  8 type@3# pad1@3# sequenceNumberK3# lengthX3# rootX3# parentX3# nChildrenK3# pad2K3# pad3X3# pad4X3# pad5X3#>8xQueryTreeReply  9 type@3# pad1@3# sequenceNumberK3# lengthX3# atomX3# pad2X3# pad3X3# pad4X3# pad5X3# pad6X3#8xInternAtomReply  T: type@3# pad1@3# sequenceNumberK3# lengthX3# nameLengthK3# pad2K3# pad3X3# pad4X3# pad5X3# pad6X3# pad7X3#9xGetAtomNameReply  ; type@3# formate3# sequenceNumberK3# lengthX3# propertyTypeX3# bytesAfterX3# nItemsX3# pad1X3# pad2X3# pad3X3#l:xGetPropertyReply  ; type@3# pad1@3# sequenceNumberK3# lengthX3# nPropertiesK3# pad2K3# pad3X3# pad4X3# pad5X3# pad6X3# pad7X3#,;xListPropertiesReply  < type@3# pad1@3# sequenceNumberK3# lengthX3# ownerX3# pad2X3# pad3X3# pad4X3# pad5X3# pad6X3#;xGetSelectionOwnerReply  >= type@3# status@3# sequenceNumberK3# lengthX3# pad1X3# pad2X3# pad3X3# pad4X3# pad5X3# pad6X3#<xGrabPointerReply <xGrabKeyboardReply FBOOL  ?> type@3# sameScreeno=# sequenceNumberK3# lengthX3# rootX3# childX3# rootXX7# rootYX7# winXX7# winYX7# maskK3# pad1K3# padX3#z=xQueryPointerReply  > type@3# pad1@3# sequenceNumberK3# lengthX3# nEventsX3# pad2X3# pad3X3# pad4X3# pad5X3# pad6X3#X>xGetMotionEventsReply  ? type@3# sameScreeno=# sequenceNumberK3# lengthX3# childX3# dstXX7# dstYX7# pad2X3# pad3X3# pad4X3# pad5X3# ?xTranslateCoordsReply  n@ type@3# revertToe3# sequenceNumberK3# lengthX3# focusX3# pad1X3# pad2X3# pad3X3# pad4X3# pad5X3#?xGetInputFocusReply JINT32  A type@3# drawDirectione3# sequenceNumberK3# lengthX3# fontAscentX7# fontDescentX7# overallAscentX7# overallDescentX7# overallWidth@# overallLeft@# overallRight@# padX3#@xQueryTextExtentsReply  EB type@3# pad1@3# sequenceNumberK3# lengthX3# nFontsK3# pad2K3# pad3X3# pad4X3# pad5X3# pad6X3# pad7X3#AxListFontsReply  C type@3# pad1@3# sequenceNumberK3# lengthX3# nPathsK3# pad2K3# pad3X3# pad4X3# pad5X3# pad6X3# pad7X3#[BxGetFontPathReply  C type@3# depthe3# sequenceNumberK3# lengthX3# visualX3# pad3X3# pad4X3# pad5X3# pad6X3# pad7X3#CxGetImageReply  oD type@3# pad1@3# sequenceNumberK3# lengthX3# nColormapsK3# pad2K3# pad3X3# pad4X3# pad5X3# pad6X3# pad7X3#CxListInstalledColormapsReply  CE type@3# pad1@3# sequenceNumberK3# lengthX3# redK3# greenK3# blueK3# pad2K3# pixelX3# pad3X3# pad4X3# pad5X3#DxAllocColorReply  9F type@3# pad1@3# sequenceNumberK3# lengthX3# pixelX3# exactRedK3# exactGreenK3# exactBlueK3# screenRedK3# screenGreenK3# screenBlueK3# pad2X3# pad3X3#ZExAllocNamedColorReply  F type@3# pad1@3# sequenceNumberK3# lengthX3# nPixelsK3# nMasksK3# pad3X3# pad4X3# pad5X3# pad6X3# pad7X3#UFxAllocColorCellsReply  G type@3# pad1@3# sequenceNumberK3# lengthX3# nPixelsK3# pad2K3# redMaskX3# greenMaskX3# blueMaskX3# pad3X3# pad4X3#GxAllocColorPlanesReply  H type@3# pad1@3# sequenceNumberK3# lengthX3# nColorsK3# pad2K3# pad3X3# pad4X3# pad5X3# pad6X3# pad7X3#GxQueryColorsReply  I type@3# pad1@3# sequenceNumberK3# lengthX3# exactRedK3# exactGreenK3# exactBlueK3# screenRedK3# screenGreenK3# screenBlueK3# pad3X3# pad4X3# pad5X3#HxLookupColorReply  BJ type@3# pad1@3# sequenceNumberK3# lengthX3# widthK3# heightK3# pad3X3# pad4X3# pad5X3# pad6X3# pad7X3#IxQueryBestSizeReply  2K type@3# pad1@3# sequenceNumberK3# lengthX3# presento=# major_opcodee3# first_evente3# first_errore3# pad3X3# pad4X3# pad5X3# pad6X3# pad7X3#\JxQueryExtensionReply  K type@3# nExtensionse3# sequenceNumberK3# lengthX3# pad2X3# pad3X3# pad4X3# pad5X3# pad6X3# pad7X3#MKxListExtensionsReply  L type@3# successe3# sequenceNumberK3# lengthX3# pad2X3# pad3X3# pad4X3# pad5X3# pad6X3# pad7X3#LxSetModifierMappingReply  `M type@3# numKeyPerModifiere3# sequenceNumberK3# lengthX3# pad1X3# pad2X3# pad3X3# pad4X3# pad5X3# pad6X3#LxGetModifierMappingReply LxSetPointerMappingReply  @N type@3# keySymsPerKeyCodee3# sequenceNumberK3# lengthX3# pad2X3# pad3X3# pad4X3# pad5X3# pad6X3# pad7X3#MxGetKeyboardMappingReply  N type@3# nEltse3# sequenceNumberK3# lengthX3# pad2X3# pad3X3# pad4X3# pad5X3# pad6X3# pad7X3#_NxGetPointerMappingReply  O type@3# pad1@3# sequenceNumberK3# lengthX3# accelNumeratorK3# accelDenominatorK3# thresholdK3# pad2K3# pad3X3# pad4X3# pad5X3# pad6X3#OxGetPointerControlReply  P type@3# pad1@3# sequenceNumberK3# lengthX3# timeoutK3# intervalK3# preferBlankingo=# allowExposureso=# pad2K3# pad3X3# pad4X3# pad5X3# pad6X3#OxGetScreenSaverReply  Q type@3# enabledo=# sequenceNumberK3# lengthX3# nHostsK3# pad1K3# pad3X3# pad4X3# pad5X3# pad6X3# pad7X3#PxListHostsReply  Q type@3# detail@3# sequenceNumberK3#0KeyButMask  R pad00X3# timeX3# rootX3# eventX3# childX3# rootXX7# rootYX7# eventXX7# eventYX7# stateQ# sameScreeno=# pad1@3# ]S pad00X3# timeX3# rootX3# eventX3# childX3# rootXX7# rootYX7# eventXX7# eventYX7# stateQ# mode@3# flags@3# S pad00X3# windowX3# mode@3# pad1@3# pad2@3# pad3@3#  'T pad00X3# windowX3# xK3# yK3# widthK3# heightK3# countK3# pad2K3# T pad00X3# drawableX3# xK3# yK3# widthK3# heightK3# minorEventK3# countK3# majorEvent@3# pad1@3# pad2@3# pad3@3# 4U pad00X3# drawableX3# minorEventK3# majorEvent@3# bpad@3#  U pad00X3# windowX3# statee3# pad1@3# pad2@3# pad3@3#  %V pad00X3# parentX3# windowX3# xX7# yX7# widthK3# heightK3# borderWidthK3# overrideo=# bpad@3# XV pad00X3# eventX3# windowX3# V pad00X3# eventX3# windowX3# fromConfigureo=# pad1@3# pad2@3# pad3@3# 3W pad00X3# eventX3# windowX3# overrideo=# pad1@3# pad2@3# pad3@3# gW pad00X3# parentX3# windowX3# W pad00X3# eventX3# windowX3# parentX3# xX7# yX7# overrideo=# pad1@3# pad2@3# pad3@3# X pad00X3# eventX3# windowX3# aboveSiblingX3# xX7# yX7# widthK3# heightK3# borderWidthK3# overrideo=# bpad@3# HY pad00X3# parentX3# windowX3# siblingX3# xX7# yX7# widthK3# heightK3# borderWidthK3# valueMaskK3# pad1X3# Y pad00X3# eventX3# windowX3# xX7# yX7# pad1X3# pad2X3# pad3X3# pad4X3# Z pad00X3# windowX3# widthK3# heightK3#  |Z pad00X3# eventX3# windowX3# parentX3# place@3# pad1@3# pad2@3# pad3@3# Z pad00X3# windowX3# atomX3# timeX3# state@3# pad1@3# pad2K3# "[ pad00X3# timeX3# windowX3# atomX3#  [ pad00X3# timeX3# ownerX3# requestorX3# selectionX3# targetX3# propertyX3# [ pad00X3# timeX3# requestorX3# selectionX3# targetX3# propertyX3# h\ pad00X3# windowX3# colormapX3# newo=# state@3# pad1@3# pad2@3# \ pad00X3# requeste3# firstKeyCodee3# counte3# pad1@3# ] typeX3# longs0@# longs1@# longs2@# longs3@# longs4@# ] typeX3# shorts0X7# shorts1X7# shorts2X7# shorts3X7# shorts4X7# shorts5X7# shorts6X7# shorts7X7# shorts8X7# shorts9X7#signed char]INT8 ]] J !^ typeX3# bytes]# G^ l\# s]# b]# v^ pad00X3# windowX3# u!^# ` uQ# keyButtonPointerQ# enterLeaveR# focus]S# exposeS# graphicsExposure'T# noExposureT# visibility4U# createNotifyU# destroyNotify%V# unmapNotifyXV# mapNotifyV# mapRequest3W# reparentgW# configureNotifyW# configureRequestX# gravityHY# resizeRequestY# circulateZ# property|Z# selectionClearZ# selectionRequest"[# selectionNotify[# colormap[# mappingNotifyh\# clientMessageG^# _xEvent ` uv^#`xEvent  }c genericD7# geom&8# tree8# atom9# atomNameT:# property;# listProperties;# selection<# grabPointer>=# grabKeyboardV=# pointer?># motionEvents># coords?# inputFocusn@# textExtentsA# fontsEB# fontPathC# imageC# colormapsoD# allocColorCE# allocNamedColor9F# colorCellsF# colorPlanesG# colorsH# lookupColorI# bestSizeBJ# extension2K# extensionsK# setModifierMappingL# getModifierMapping`M# setPointerMappingM# getKeyboardMapping@N# getPointerMappingN# pointerControlO# screenSaverP# hostsQ# error44# event`#`xReply }cccc _XInternalAsync c next6# handlerc# data#dc d _XLockPtrsTd lock_displayd# unlock_displayd#dYd_XKeytransad_XDisplayAtomssd_XContextDBddd d defaultCCCs# clientCmaps# perVisualIntensityMaps#_XIMFilterd%ee%e_XInternalConnectionProcSe _XConnectionInfoe fd# read_callback*e# call_data# watch_dataIe# nextNe#eIeeeXConnectionWatchProc f _XConnWatchInfo If fne# client_data# nextf#If_XkbInfoRecUf_XtransConnInfohf_X11XCBPrivateffff Jfff J Display _FcCharSetfFcCharSetf_FcPatterngFcPatterng _XftFont g ascent# descent# height# max_advance_width# charsetf# patterng##gXftFont g<FT_UIntgg _XGlyphInfo &h width0# height0# xz## yz## xOffz## yOffz## gXGlyphInfo&h<FcChar32 _XftFtFile0h nexth# ref# file# id# xsizeh# ysizeh# matrixGi# lock#( face;j#,Khsigned longhFT_F26Dot6hFT_Fixed FT_Matrix_Gi xxh# xyh# yxh# yyh# iFT_MatrixhFT_LongFT_Stringeisigned intziFT_Intsigned shortiFT_ShorthFT_Pos FT_Bitmap_Size_!j heighti# widthi# sizei# x_ppemi# y_ppemi# iFT_Bitmap_Size!jyFT_FaceFT_Encoding_clFT_ENCODING_NONEFT_ENCODING_MS_SYMBOLFT_ENCODING_UNICODEҹFT_ENCODING_SJISҩFT_ENCODING_GB2312FT_ENCODING_BIG5ΥFT_ENCODING_WANSUNG܅FT_ENCODING_JOHABнFT_ENCODING_MS_SJISҩFT_ENCODING_MS_GB2312FT_ENCODING_MS_BIG5ΥFT_ENCODING_MS_WANSUNG܅FT_ENCODING_MS_JOHABнFT_ENCODING_ADOBE_STANDARDžFT_ENCODING_ADOBE_EXPERTńFT_ENCODING_ADOBE_CUSTOMÄFT_ENCODING_ADOBE_LATIN_1FT_ENCODING_OLD_LATIN_2FT_ENCODING_APPLE_ROMANɋIjFT_Encoding0FT_UShort FT_CharMapRec_ l face;j# encodingcl# platform_idul# encoding_idul# llFT_CharMapl m&l mFT_Generic_Finalizer FT_Generic_]m data&# finalizerm#*mFT_Generic FT_BBox_m xMini# yMini# xMaxi# yMaxi# nmFT_BBoxFT_LibraryRec_mmFT_LibraryrFT_GlyphSlot FT_Glyph_Metrics_ n widthi# heighti# horiBearingXi# horiBearingYi# horiAdvancei# vertBearingXi# vertBearingYi# vertAdvancei#mFT_Glyph_Metrics FT_Vector_n xi# yi#nFT_VectorFT_Glyph_Format_oFT_GLYPH_FORMAT_NONEFT_GLYPH_FORMAT_COMPOSITEڽFT_GLYPH_FORMAT_BITMAP襓FT_GLYPH_FORMAT_OUTLINEFT_GLYPH_FORMAT_PLOTTERޱnFT_Glyph_FormatF FT_Bitmap_Up rows# width# pitch# buffero# num_graysz## pixel_mode# palette_mode# palette&#oFT_Bitmapnz# FT_Outline_p n_contoursz## n_pointsz## pointsep# tags# contoursjp# flags#opFT_OutlineFT_SubGlyphRec_pqFT_SubGlyphFT_Slot_InternalRec_q3qFT_Slot_Internal FT_GlyphSlotRec_r librarym# face;j# nextm# reservedg# generic]m# metricsn# linearHoriAdvanceh#8 linearVertAdvanceh#< advancen#@ formato#H bitmapUp#L bitmap_lefti#d bitmap_topi#h outlinep#l num_subglyphsg# subglyphs q# control_data&# control_lenJ# lsb_deltai# rsb_deltai# other&# internal8q#Oq FT_Size_Metrics_s x_ppemul# y_ppemul# x_scaleh# y_scaleh# ascenderi# descenderi# heighti# max_advancei#rFT_Size_MetricsFT_Size_InternalRec_ssFT_Size_Internal FT_SizeRec_,5t face;j# generic]m# metricss# internals#(s5tFT_SizeFT_DriverRec_HtXtFT_Driver_uFT_Memory&tmtJ}ttFT_Alloc_Functmt&ttFT_Free_Func&tmtJJ&ttFT_Realloc_Func FT_MemoryRec__u user&# alloct# freet# realloct# uFT_StreamDesc_u valueJ# pointer&#duFT_StreamDescvFT_Stream-uu-o-uuFT_Stream_IoFuncvuuvFT_Stream_CloseFunc FT_StreamRec_(v baseo# size-# pos-# descriptoru# pathnameu# readu# close v# memorymt# cursoro# limito#$%v"wFT_ListNode FT_ListNodeRec_ "w prevv# nextv# data&#v FT_ListRec_Uw headv# tailv#'wFT_ListRecFT_Face_InternalRec_fw}wFT_Face_Internal FT_FaceRec_y num_facesWi# face_indexWi# face_flagsWi# style_flagsWi# num_glyphsWi# family_nameui# style_nameui# num_fixed_sizesi# available_sizes6j# num_charmapsi#$ charmapsl#( generic]m#, bboxm#4 units_per_EMul#D ascenderi#F descenderi#H heighti#J max_advance_widthi#L max_advance_heighti#N underline_positioni#P underline_thicknessi#R glyphm#T size:t#X charmapl#\ driver]t#` memorymt#d streamu#h sizes_listUw#l autohint]m#t extensions&#| internalw#wKhXftFtFileyFcBool _XftFontInfoH&{ hash K Y is |        % , J ] j x ~    l  * 8 I S \ f         2 E R ` f    l   (  DD%. : ; @ ' ID I: ;  $> &II7II: I  !I/  :  I8 .?  : ; @ ' D 4I : ;  D D ' ID I' D  :  :  :  : < ' ID 5II ' D  : ( !I/ :  .? < ' D !.? < ' ID ".? < ' D pXftGlyphExtentsY~XftTextExtents8?XftTextExtents16"XftTextExtents32XftTextExtentsUtf8XftTextExtentsUtf165statlstatfstatmknod>dev_tcino_tomode_t|nlink_tuid_tgid_toff_ttime_ttimespectimestruc_tblksize_tblkcnt_tOstatXPointer_XExtDataXExtData3FreeFuncTypeWKeyCodejXModifierKeymapFreeModmapType_XFreeFuncs XIDNScreenFormatWindow!XAnyEvent1TimeH.XKeyEvent>#XButtonEvent6XMotionEvent//XCrossingEventDXFocusChangeEventcXExposeEventvDrawableBXGraphicsExposeEvent]XNoExposeEventTXVisibilityEventk0XCreateWindowEventIXDestroyWindowEventBXUnmapEventTXMapEventGXMapRequestEvent^XReparentEventXConfigureEventtXGravityEventXResizeRequestEventXConfigureRequestEvent XCirculateEvent XCirculateRequestEvent% Atom0 XPropertyEvent 8!XSelectionClearEventS!!XSelectionRequestEvent""XSelectionEvent"Colormap"T#XColormapEvent##R$XClientMessageEventl$$XMappingEvent %%XErrorEvent%&XKeymapEvent+&&XGenericEvent&8'XGenericEventCookiec'_XEvent)XEvent)_XSQEventc*VisualIDr* +Visual+R+Depthc+GContextr+Pixmap+Font+B-XGCValuesR-_XGC-GC-(/Screen?/KeySymV//XExtCodes/CreateGCType0CopyGCTypeF0FlushGCTypex0FreeGCType00XFontProp0>1XCharStructU12XFontStruct2CreateFontType2FreeFontType)3CloseDisplayType@3BYTEK3CARD16X3CARD32e3CARD8q344xErrorp4ErrorType4ErrorStringType4PrintErrorType!5BeforeFlushType75_XExten6D7xGenericReplyX7INT16d7&8xGetGeometryReply>88xQueryTreeReply89xInternAtomReply9T:xGetAtomNameReplyl:;xGetPropertyReply,;;xListPropertiesReply;<xGetSelectionOwnerReply<>=xGrabPointerReplyV=xGrabKeyboardReplyo=BOOLz=?>xQueryPointerReplyX>>xGetMotionEventsReply ??xTranslateCoordsReply?n@xGetInputFocusReply@INT32@AxQueryTextExtentsReplyAEBxListFontsReply[BCxGetFontPathReplyCCxGetImageReplyCoDxListInstalledColormapsReplyDCExAllocColorReplyZE9FxAllocNamedColorReplyUFFxAllocColorCellsReplyGGxAllocColorPlanesReplyGHxQueryColorsReplyHIxLookupColorReplyIBJxQueryBestSizeReply\J2KxQueryExtensionReplyMKKxListExtensionsReplyLLxSetModifierMappingReplyL`MxGetModifierMappingReplyMxSetPointerMappingReplyM@NxGetKeyboardMappingReply_NNxGetPointerMappingReplyOOxGetPointerControlReplyOPxGetScreenSaverReplyPQxListHostsReplyQQKeyButMaskQR]SS'TT4UU%VXVV3WgWWXHYYZ|ZZ"[[[h\\]]INT8]!^G^v^`_xEvent`xEvent`}cxReplyc_XInternalAsyncd_XLockPtrsd*e_XInternalConnectionProcSe_XConnectionInfoeXConnectionWatchProcf_XConnWatchInfo _XDisplayfDisplayfFcCharSetgFcPattern#g_XftFontgXftFontgFT_UIntg_XGlyphInfo&hXGlyphInfoHPX`jrz "*4>FNV^fnv!$,4<FNV^fn{"# "*2:BJRZbjrz&&.6>FNV^fnx4G * "+7ECQa(9raX غX  0        2   xftfont.o/ 1332986113 0 0 100644 40580 ` ELF84(.strtab.text.bss.data.rodata.rodata1.comment.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.symtabxftfont.cstatlstatfstatmknodBbss.bssDdata.dataDrodata.rodata_xstat_lxstat_fxstat_xmknodXftFontMatchXftInitFcPatternDuplicateXftDebugprintfFcPatternPrintFcConfigSubstituteXftDefaultSubstituteFcFontMatchFcPatternDestroyXftFontOpenFcPatternVaBuildXftFontOpenPatternXftFontOpenNameFcNameParseXftFontOpenXlfdXftXlfdParse.rel.text.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_funcnames.rel.debug_typenamesUE PEPj EEUE PEPj EEUE PEPj EEUjjEPE PEPjEEÐU jju EjEPEEuEtjhjEPjEPj tjhjEPEPE PEP tjhDjEPEPEPj EtjhtjEPjEPEEEÐUEEEPjEEu+tjhEjjEPEPE PEPEtSjhjEPEtjhjEPjhjEPEu EMEPEPEEu*tjhjEPEEEUjEPEt;EPhEtjEPjhEu EjjEPEPE PEPEt7Et jhjEPjhjEPEu EMEPEPEEu*tjhjEPEEEÐUjjEP Et8EPhEtjh jEPEuEjjEPEPE PEPEt7Et jhjEPjhjEPEu EMEPEPEEu*tjhjEPEEEXftFontMatch pattern XftFontMatch after FcConfig substitutions XftFontMatch after X resource substitutions XftFontMatch result XftFontOpen: Invalid pattern argument Pattern Match No Match No Font XftFontOpenName "%s": Invalid name XftFontOpenXlfd "%s": Invalid xlfd @(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 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@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 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@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 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@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMIacomp: Sun C 5.11 SunOS_i386 145355-01 2010/10/11as: Sun Compiler Common 12.2 SunOS_i386 2010/08/13mxftfont.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c xftfont.c -W0,-xp.XAKgoyLBE8cPEOc.Xa;g;R=Sun C 5.11 SunOS_i386 145355-01 2010/10/11;G=.XAKgoyLBE8cPEOc.;backend;raw;cd;DBG_GEN 5.3.0statx U  $_pathr_bufr intcharunsigned long)dev_tlong F _ F)ino_t)mode_t)nlink_tFuid_tFgid_t F FFoff_tFtime_t timespec tv_sec# tv_nsecF#timestruc_tFblksize_tFblkcnt_t : F F K F stat| st_dev:# st_pad1N# st_ino_# st_modek# st_nlinkx# st_uid# st_gid# st_rdev:#$ st_pad2#( st_size#0 st_pad3F#4 st_atim#8 st_mtim#@ st_ctim#H st_blksize #P st_blocks#T st_fstype)#X st_pad4:#hK|lstat@U _path_buf |fstat`U  _fd|_buf mknodU bg_pathk_mode :_devb XftFontMatchUdpy screen epatternfresultnewmatch _FcPatternFcPattern  _XExtData w number # nextw# free_private# private_data#  w|XPointer XExtData oeFreeFuncType unsigned charKeyCode  : max_keypermod # modifiermap#XModifierKeymap : fPUfFreeModmapType _XFreeFuncs$ ; atoms# modifiermapk# key_bindings# context_db# defaultCCCs# clientCmaps# intensityMaps# im_filters# xkb# )XID _XDisplayD  ext_data# free_funcs;# fd # conn_checker # proto_major_version # proto_minor_version # vendor# resource_base@# resource_mask@# resource_id@#$ resource_shift #( resource_alloc#, byte_order #0 bitmap_unit #4 bitmap_pad #8 bitmap_bit_order #< nformats #@ pixmap_formatR#D vnumber #H release #L headW#P tailW#T qlen #X last_request_read)#\ request)#` last_req#d buffer#h bufptr#l bufmax#p max_request_size#t db(#x synchandler(#| display_name# default_screen # nscreens # screens-# motion_buffer)# flags-# min_keycode # max_keycode # keysyms-# modifiermapP# keysyms_per_keycode # xdefaults# scratch_buffer# scratch_length)# ext_number # ext_procs-# event_vec4# wire_vec5# lock_meaning-# lock55# async_handlers:5# bigreq_size)# lock_fnsb# idlist_allocb# key_bindings c# cursor_font*# atoms"c# mode_switch# num_lock# context_db5c# error_vecFc# cmsKc# im_filtersc# qfreeW# next_event_serial_num)# flushes-# im_fd_infoc# im_fd_length # conn_watchersd# watcher_count # filedes# savedsynchandlerd# resource_max@# xcmisc_opcode # xkb_infoe# trans_conne# xcb.e# next_cookie# generic_event_vec?e# generic_event_copy_vec]e# cookiejarM%#J@ ? ext_data# depth # bits_per_pixel # scanline_pad # ScreenFormat ?()Window   type # serial)# send_event # display# window\#iXAnyEvent )Time unsigned<  type # serial)# send_event # display# window\# root\# subwindow\# time# x # y #$ x_root #( y_root #, state#0 keycode#4 same_screen #8XKeyEvent <  type # serial)# send_event # display# window\# root\# subwindow\# time# x # y #$ x_root #( y_root #, state#0 button#4 same_screen #8XButtonEvent <  type # serial)# send_event # display# window\# root\# subwindow\# time# x # y #$ x_root #( y_root #, state#0 is_hint#4 same_screen #8XMotionEvent D  type # serial)# send_event # display# window\# root\# subwindow\# time# x # y #$ x_root #( y_root #, mode #0 detail #4 same_screen #8 focus #< state#@XCrossingEvent  T type # serial)# send_event # display# window\# mode # detail #XFocusChangeEvent (  type # serial)# send_event # display# window\# x # y # width # height # count #$lXExposeEvent )Drawable 0  type # serial)# send_event # display# drawable# x # y # width # height # count #$ major_code #( minor_code #,#XGraphicsExposeEvent  y type # serial)# send_event # display# drawable# major_code # minor_code #XNoExposeEvent   type # serial)# send_event # display# window\# state #XVisibilityEvent 0  type # serial)# send_event # display# parent\# window\# x # y # width # height #$ border_width #( override_redirect #, XCreateWindowEvent  K type # serial)# send_event # display# event\# window\#XDestroyWindowEvent   type # serial)# send_event # display# event\# window\# from_configure #eXUnmapEvent  p type # serial)# send_event # display# event\# window\# override_redirect #XMapEvent   type # serial)# send_event # display# parent\# window\#XMapRequestEvent (  type # serial)# send_event # display# event\# window\# parent\# x # y # override_redirect #$XReparentEvent 4  type # serial)# send_event # display# event\# window\# x # y # width # height #$ border_width #( above\#, override_redirect #0XConfigureEvent   type # serial)# send_event # display# event\# window\# x # y #XGravityEvent   type # serial)# send_event # display# window\# width # height #&XResizeRequestEvent 8  type # serial)# send_event # display# parent\# window\# x # y # width # height #$ border_width #( above\#, detail #0 value_mask)#4XConfigureRequestEvent   type # serial)# send_event # display# event\# window\# place #XCirculateEvent   type # serial)# send_event # display# parent\# window\# place #3XCirculateRequestEvent )Atom  L type # serial)# send_event # display# window\# atom# time# state #XPropertyEvent   type # serial)# send_event # display# window\# selection# time#aXSelectionClearEvent ( type # serial)# send_event # display# owner\# requestor\# selection# target# property# time#$XSelectionRequestEvent $ L! type # serial)# send_event # display# requestor\# selection# target# property# time#  XSelectionEvent )Colormap  ! type # serial)# send_event # display# window\# colormapb!# new # state #q!XColormapEvent " Fshort "2" F FC" F i" b"# s!"# l2"#0 " type # serial)# send_event # display# window\# message_type# format # dataC"#i"XClientMessageEvent  # type # serial)# send_event # display# window\# request # first_keycode # count # #XMappingEvent  *$ type # display# resourceid@# serial)# error_code# request_code# minor_code##XErrorEvent  M$ F4 $ type # serial)# send_event # display# window\# key_vector<$#M$XKeymapEvent  1% type # serial)# send_event # display# extension # evtype #$XGenericEvent voidE% % type # serial)# send_event # display# extension # evtype # cookie# dataM%#R%XGenericEventCookie F`& F_XEvent` ( type # xany# xkey# xbutton# xmotion# xcrossing# xfocusT# xexpose# xgraphicsexpose# xnoexposey# xvisibility# xcreatewindow# xdestroywindowK# xunmap# xmapp# xmaprequest# xreparent# xconfigure# xgravity# xresizerequest# xconfigurerequest# xcirculate# xcirculaterequest# xpropertyL# xselectionclear# xselectionrequest # xselectionL!# xcolormap!# xclient"# xmapping## xerror*$# xkeymap$# xgeneric1%# xcookie%# pad%#&XEvent _XSQEventh ( nextW# event(# qserial_num)#d_XrmHashBucketRec( ()VisualID  ) ext_data# visualid)# class # red_mask)# green_mask)# blue_mask)# bits_per_rgb # map_entries #)Visual ) ) depth # nvisuals # visuals)#)Depth ))GContext )Pixmap )Font \ + function # plane_mask)# foreground)# background)# line_width # line_style # cap_style # join_style # fill_style # fill_rule #$ arc_mode #( tile*#, stipple*#0 ts_x_origin #4 ts_y_origin #8 font*#< subwindow_mode #@ graphics_exposures #D clip_x_origin #H clip_y_origin #L clip_mask*#P dash_offset #T dashes#X(*XGCValues _XGCp T, ext_data# gid*# rects # dashes # dirty)# values+#+T,GC P - ext_data# display# root\# width # height # mwidth # mheight # ndepths # depths)# root_depth #$ root_visual)#( default_gcY,#, cmapb!#0 white_pixel)#4 black_pixel)#8 max_maps #< min_maps #@ backing_store #D save_unders #H root_input_maskF#Lb,Screen -))KeySym -3 K. extension # major_opcode # first_event # first_error # -XExtCodes K. {.Y,[.`.{.CreateGCType  .Y,[...CopyGCType  .Y,[...FlushGCType  /Y,[../FreeGCType  K/ name# card32)#'/XFontProp K/unsigned short / lbearing"# rbearing"# width"# ascent"# descent"# attributes`/# r/XCharStruct /P -1 ext_data# fid*# direction# min_char_or_byte2# max_char_or_byte2# min_byte1# max_byte1# all_chars_exist # default_char# n_properties #$ properties[/#( min_bounds/#, max_bounds/#8 per_char/#D ascent #H descent #L/XFontStruct -1 _1?1[.D1_1CreateFontType  1?1[.y11FreeFontType  1[.11CloseDisplayType BYTE `/CARD16 )CARD32 CARD8  2 type1# errorCode1# sequenceNumber1# resourceID1# minorCode1# majorCode2# pad11# pad31# pad41# pad51# pad61# pad71#2xError 2   32[.22 3ErrorType C3 [. 3C3ErrorStringType *$z3^3M%c3z3PrintErrorType 33[.3F33BeforeFlushType _XExtenH 4 next-# codesK.# create_GC.# copy_GC.# flush_GC.# free_GC/# create_Fontd1#$ free_Font1#( close_display1#, error3#0 error_stringH3#4 name#8 error_values3#< before_flush3#@ next_flush-#D 44 5 F  55(5 F_XLockInfo(5Wb 5 type1# data11# sequenceNumber1# length1# data001# data011# data021# data031# data041# data051#?5xGenericReply "INT16  6 type1# depth2# sequenceNumber1# length1# root1# x5# y5# width1# height1# borderWidth1# pad11# pad21# pad31#6xGetGeometryReply  7 type1# pad11# sequenceNumber1# length1# root1# parent1# nChildren1# pad21# pad31# pad41# pad51#6xQueryTreeReply  28 type1# pad11# sequenceNumber1# length1# atom1# pad21# pad31# pad41# pad51# pad61#7xInternAtomReply  8 type1# pad11# sequenceNumber1# length1# nameLength1# pad21# pad31# pad41# pad51# pad61# pad71#I8xGetAtomNameReply  9 type1# format2# sequenceNumber1# length1# propertyType1# bytesAfter1# nItems1# pad11# pad21# pad31# 9xGetPropertyReply  t: type1# pad11# sequenceNumber1# length1# nProperties1# pad21# pad31# pad41# pad51# pad61# pad71#9xListPropertiesReply  &; type1# pad11# sequenceNumber1# length1# owner1# pad21# pad31# pad41# pad51# pad61#:xGetSelectionOwnerReply  ; type1# status1# sequenceNumber1# length1# pad11# pad21# pad31# pad41# pad51# pad61#D;xGrabPointerReply D;xGrabKeyboardReply BOOL  < type1# sameScreen <# sequenceNumber1# length1# root1# child1# rootX5# rootY5# winX5# winY5# mask1# pad11# pad1#<xQueryPointerReply  = type1# pad11# sequenceNumber1# length1# nEvents1# pad21# pad31# pad41# pad51# pad61#<xGetMotionEventsReply  U> type1# sameScreen <# sequenceNumber1# length1# child1# dstX5# dstY5# pad21# pad31# pad41# pad51#=xTranslateCoordsReply  ? type1# revertTo2# sequenceNumber1# length1# focus1# pad11# pad21# pad31# pad41# pad51#q>xGetInputFocusReply FINT32  !@ type1# drawDirection2# sequenceNumber1# length1# fontAscent5# fontDescent5# overallAscent5# overallDescent5# overallWidth&?# overallLeft&?# overallRight&?# pad1#2?xQueryTextExtentsReply  @ type1# pad11# sequenceNumber1# length1# nFonts1# pad21# pad31# pad41# pad51# pad61# pad71#>@xListFontsReply  A type1# pad11# sequenceNumber1# length1# nPaths1# pad21# pad31# pad41# pad51# pad61# pad71#@xGetFontPathReply  OB type1# depth2# sequenceNumber1# length1# visual1# pad31# pad41# pad51# pad61# pad71#AxGetImageReply  C type1# pad11# sequenceNumber1# length1# nColormaps1# pad21# pad31# pad41# pad51# pad61# pad71#dBxListInstalledColormapsReply  C type1# pad11# sequenceNumber1# length1# red1# green1# blue1# pad21# pixel1# pad31# pad41# pad51#0CxAllocColorReply  D type1# pad11# sequenceNumber1# length1# pixel1# exactRed1# exactGreen1# exactBlue1# screenRed1# screenGreen1# screenBlue1# pad21# pad31#CxAllocNamedColorReply  E type1# pad11# sequenceNumber1# length1# nPixels1# nMasks1# pad31# pad41# pad51# pad61# pad71#DxAllocColorCellsReply  iF type1# pad11# sequenceNumber1# length1# nPixels1# pad21# redMask1# greenMask1# blueMask1# pad31# pad41#ExAllocColorPlanesReply  ,G type1# pad11# sequenceNumber1# length1# nColors1# pad21# pad31# pad41# pad51# pad61# pad71#FxQueryColorsReply  "H type1# pad11# sequenceNumber1# length1# exactRed1# exactGreen1# exactBlue1# screenRed1# screenGreen1# screenBlue1# pad31# pad41# pad51#DGxLookupColorReply  H type1# pad11# sequenceNumber1# length1# width1# height1# pad31# pad41# pad51# pad61# pad71#:HxQueryBestSizeReply  I type1# pad11# sequenceNumber1# length1# present <# major_opcode2# first_event2# first_error2# pad31# pad41# pad51# pad61# pad71#HxQueryExtensionReply  J type1# nExtensions2# sequenceNumber1# length1# pad21# pad31# pad41# pad51# pad61# pad71#IxListExtensionsReply  W pad001# event1# window1# aboveSibling1# x5# y5# width1# height1# borderWidth1# override <# bpad1# W pad001# parent1# window1# sibling1# x5# y5# width1# height1# borderWidth1# valueMask1# pad11# aX pad001# event1# window1# x5# y5# pad11# pad21# pad31# pad41# X pad001# window1# width1# height1#  Y pad001# event1# window1# parent1# place1# pad11# pad21# pad31# Y pad001# window1# atom1# time1# state1# pad11# pad21# Y pad001# time1# window1# atom1#  5Z pad001# time1# owner1# requestor1# selection1# target1# property1# Z pad001# time1# requestor1# selection1# target1# property1# [ pad001# window1# colormap1# new <# state1# pad11# pad21# \[ pad001# request2# firstKeyCode2# count2# pad11# [ type1# longs0&?# longs1&?# longs2&?# longs3&?# longs4&?# q\ type1# shorts05# shorts15# shorts25# shorts35# shorts45# shorts55# shorts65# shorts75# shorts85# shorts95#signed charq\INT8 \\ F \ type1# bytes\# \ l\[# s[# b\# ] pad001# window1# u\# "_ uLP# keyButtonPointerP# enterLeaveLQ# focusQ# exposeTR# graphicsExposureR# noExposurexS# visibilityS# createNotify,T# destroyNotifyT# unmapNotifyT# mapNotifyfU# mapRequestU# reparentV# configureNotifyV# configureRequest>W# gravityW# resizeRequestaX# circulateX# propertyY# selectionClearY# selectionRequestY# selectionNotify5Z# colormapZ# mappingNotify[# clientMessage\# _xEvent <_ u]#"_xEvent  b generic5# geom6# tree7# atom28# atomName8# property9# listPropertiest:# selection&;# grabPointer;# grabKeyboard;# pointer<# motionEvents=# coordsU># inputFocus ?# textExtents!@# fonts@# fontPathA# imageOB# colormaps C# allocColorC# allocNamedColorD# colorCellsE# colorPlanesiF# colors,G# lookupColor"H# bestSizeH# extensionI# extensionsJ# setModifierMappingl ll| Cl_xstat ql>lHl| _fxstat lql |Fl__posix_ctime_rll tm$fm tm_sec # tm_min # tm_hour # tm_mday # tm_mon # tm_year # tm_wday # tm_yday # tm_isdst # lfmkm__posix_asctime_rmpmummm!printf mAb /var/tmp/libXft-2.3.0/src/usr/include/sys/usr/include/usr/local/include/fontconfig/usr/local/include/X11../include/X11/Xft/usr/include/isoxftfont.cstat_impl.hstat.htypes.hstdlib.hstdio.htime_impl.hfontconfig.hXlibint.hXlib.hX.hXproto.hXmd.hXft.hstdarg_iso.htime_iso.h &; F[ f !         # 2 @ T a p ~           ! 0 O \ k y            &7 D U ] p            + 3 @ O ]c v          ' 8G U ] h {      DD%. : ; @ ' ID I: ;  $> &II7II: I  !I/  :  I8 .?  : ; @ ' ID 4I : ;  < ' ID I' D  :  :  :  : ' ID 5II ' D  : ( .? < ' ID .? < ' ID  .? < ' D !.? < ' ID WmlXftFontMatch fXftFontOpengXftFontOpenName3hXftFontOpenXlfd5mstatlstatfstatmknod m:dev_t_ino_tkmode_txnlink_tuid_tgid_toff_ttime_ttimespectimestruc_t blksize_tblkcnt_tKstat FcPatternXPointer_XExtDataXExtDataFreeFuncTypeKeyCode:XModifierKeymapkFreeModmapType_XFreeFuncs@XID?ScreenFormat\WindowiXAnyEventTimeXKeyEventXButtonEventXMotionEventXCrossingEventTXFocusChangeEventlXExposeEventDrawable#XGraphicsExposeEventyXNoExposeEventXVisibilityEvent XCreateWindowEventKXDestroyWindowEventeXUnmapEventpXMapEventXMapRequestEventXReparentEventXConfigureEventXGravityEvent&XResizeRequestEventXConfigureRequestEventXCirculateEvent3XCirculateRequestEventAtomLXPropertyEventaXSelectionClearEvent XSelectionRequestEvent L!XSelectionEventb!Colormapq!!XColormapEventC"i""XClientMessageEvent ##XMappingEvent#*$XErrorEventM$$XKeymapEvent$1%XGenericEventR%%XGenericEventCookie&_XEvent(XEvent(_XSQEvent)VisualID))Visual))Depth*GContext*Pixmap*Font(*+XGCValues+_XGCY,GCb,-Screen-KeySym-K.XExtCodes.CreateGCType.CopyGCType.FlushGCType/FreeGCType'/K/XFontPropr//XCharStruct/-1XFontStructd1CreateFontType1FreeFontType1CloseDisplayType1BYTE1CARD161CARD322CARD822xError3ErrorTypeH3ErrorStringType3PrintErrorType3BeforeFlushType3_XExten?55xGenericReply5INT1666xGetGeometryReply67xQueryTreeReply728xInternAtomReplyI88xGetAtomNameReply 99xGetPropertyReply9t:xListPropertiesReply:&;xGetSelectionOwnerReplyD;;xGrabPointerReply;xGrabKeyboardReply <BOOL<<xQueryPointerReply<=xGetMotionEventsReply=U>xTranslateCoordsReplyq> ?xGetInputFocusReply&?INT322?!@xQueryTextExtentsReply>@@xListFontsReply@AxGetFontPathReplyAOBxGetImageReplydB CxListInstalledColormapsReply0CCxAllocColorReplyCDxAllocNamedColorReplyDExAllocColorCellsReplyEiFxAllocColorPlanesReplyF,GxQueryColorsReplyDG"HxLookupColorReply:HHxQueryBestSizeReplyHIxQueryExtensionReplyIJxListExtensionsReplyJWWaXXYYY5ZZ[\[[\INT8\\\]"__xEvent<_xEventI_bxReplyWb_XInternalAsyncb_XLockPtrsKcc_XInternalConnectionProcc_XConnectionInfodXConnectionWatchProcd_XConnWatchInfoJ_XDisplayoeDisplaye_FcResulteFcResultfFcCharSetf_XftFont^gXftFontqgva_list7iFcBoolk_FcMatchKindltm  @ `(     F+4;J]r~@ HpH1Qy & +9M Ud iw! "$ EP_ dr  "% "-'8I Nds x  "!%4C HV")   .; @N"q% ""~f# fg&gHh(Lhov !)19AIQYaiqy# #+3;EMU]emu}& #+3;CKS[er(y !)1;4` XXX"X.+ 4vm@B}ELZ5[j9{Ʉ  `   "  6 ( K 0  xftfreetype.o/ 1332986114 0 0 100644 72700 ` ELF<4(.strtab.text.bss.data.rodata.rodata1.comment.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.debug_varnames.SUNW_cap.symtabxftfreetype.cstatlstatfstatmknod_XftGetFile_XftGetFaceFile_XftNumFiles_XftNthFile_XftUncacheFiles_XftLockFile_XftLockError_XftUnlockFile_XftReleaseFile_XftSqrt_XftIsPrime_XftHashSizeXftFontInfoFillXftFontInfoEmptyXftFontDestroyXftFontFindNthUnrefBbss.bssDdata.dataDrodata.rodata_xstat_lxstat_fxstat_xmknodXftInitFtLibrary.XAKgoyLCE8cP0hc._XftFtFilesstrcmpXftDebugprintfstrlenmallocXftMemAllocstrcpy.XAKgoyLCE8cP0hc.XftMaxFreeTypeFilesrandFT_Done_Face_XftFTlibraryFT_New_Face__iobfprintf_XftSetFaceFT_Set_Char_SizeFT_Set_TransformXftMemFreefreeXftLockFaceXftUnlockFace_XftDisplayInfoGetmemsetFcPatternGetStringFcPatternGetIntegerFcPatternGetFTFaceFcPatternGetDouble__xtolFcPatternGetBoolFcPatternGetMatrixXftFontInfoCreateXftFontInfoDestroyXftFontInfoHashXftFontInfoEqualmemcmpXftFontOpenInfoFcPatternDestroyFcPatternGetCharSetFcCharSetCopyFcConfigGetBlanksFcFreeTypeCharSetXRenderFindStandardFormatFcCharSetCountFT_Vector_TransformFcCharSetDestroyXftFontOpenPatternXftFontCopyXRenderFreeGlyphSetXftFontManageMemoryXftFontCloseFT_Init_FreeType.rel.text.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_funcnames.rel.debug_typenames.rel.debug_varnamesUE PEPj EEUE PEPj EEUE PEPj EEUjjEPE PEPjEEÐUu EEEtyUEPBPuPE@ ;E uEE@U@Bt Ejj@PE PEPhEEE@EEujEPj1PEEu EjEP1PjtE PEPh( EPEE@EU0BUEPBPEU P E@(E@,E@E@E@$E@ E@E@EEEÐUjj0EEuEj0jE@E@E@E@ E@(EUP,E@E@E@$E@ E@E@EEEÐU EEEt.E@,tE@(uE@EE@EEuҋEEEÐUEEEtDE@,t(E@(uEEE@EEEE;EuE@EEuEEEÐU%EE;~w}jPdEEtCtUE@ PBPhD Ej@,PE@,EE;ÐUE@(U@B(E@,tUE@ PBPhd MUEjj,PB PAPPt E@(UHB(E@E@E@$E@ E@E@E@,EEÐUEPhxh ÐUE@(HEEUP(E}jhÐU,]ԋE@,EE@;E uE@;E t)E EjEPE PRQhE@EEEU;PUER M+L }UER M+L ىMUER M+L MUER M+L }UER M+L ىMUER M+L ME;E4UER M+L }UER M+L ىMUER M+L MUER M+L }UER M+L ىMUER M+L ME;EUER M +L}UER M +LىMUER M +LM܋UER M +L}UER M +LىMUER M +LM؋E;E}EEE@EEU;PUEZ UER jjjD PDPEPtOUER DUER jjjPQEPt E.jjjEPE PEPt EEU PEUPEU@;Bu.EU@$;B u EU@;BuEU@ ;B tUE@5E@5E@5E@ 5$$$$h$jEPEP MUBABABA B A$EE]ÐUE@HEEUPEtE@(tjh1E@t_EE@t/E@;EuEU@BE@EE@uыE@,tEj@,PE@tEj@P@E EE0PjjEPÐUEEEE+Ev1EEEEE;Es EEEEE+EwϋEEEÐU Es E}EuEu E`EWjEPU@EEE;Ew,E+uƒu EEEE;EvEEÐUEME‰EEuE@EjEP%uEEjEP tEEEÐU]EEE EEj@PEEtE]MUEjj PB PAPCPuEj@PEEEE]ÐUEEEj@$PvÐUhjEPEEu EjHjEP E72jjEPjh E PtԃtѐE72vjjEPjhE PtԃtѐEtEPEPЋEP@jjEPjhE PuEtjEP%ЋEPE@ujjEPjh$E PtjjEPjh0E PtE EE ]EЋEP EM ]EЋEPt:Et EE `EjEPEPEPEPh8E@86EjjPjhhE PtуtΐE@86EjjPjhtE PtуtΐE@867EjjPjh|E PtуtΐE@,E@ E@(E@$E@ ]EЋEP E@ ]EЋEP,E@ ]EЋEP$E@ ]EЋEP(:GjjEPjhE PPɐE@ =u#E@$uE@(u E@,=t E EEUP0E@tQEU@B8:6Ejj8PjhE Ptуtΐ E@8E@4E72?jjEPjhE PtԃtѐEu E@u E@0tEP4EP4E72jjEPjhE PtԃtѐE@86EjjPjhE PtуtΐE72CjjEPjhE PtԃtѐE؃tEȃuEP4EP4E@tjEȃ~Eȃ}EP4EP4A*EP4EP4'EP4EP4E@Hw$+EP4EP4E72[jjEPjhE PtԃtѐEԃtEP4EP4E72jjEPjhE PtԃtѐEЃtEP4 EP4E72jjEPjhE PtԃtѐẼuEP4EP4E@<86GEjjEEE%t9EX$EH$E@(E@,jPRA PCPhHEEE@t1E@;EuEU@BE@EE@uϋE@ +‹ЋE0EE@t1E@;EuEU@BE@EE@uϋEPEP E@(UHB(EU@(;B,]ÐU jEPEE EE@hHEEUPhEt:Et E@(U@B(jEPE PEPoÐUt E*jht E EE@?P@FontFile %s/%d matches existing (%d) FontFile %s/%d matches new Discard file %s/%d from cache Loading file %s/%d Xft: locking error %s too many file unlocksSet face size to %dx%d (%dx%d) Set face matrix to (%g,%g,%g,%g) Attempt to close locked filefileindexftfacepixelsizeaspectXftFontInfoFill: %s: %d (%g pixels) antialiasrgbalcdfiltermatrixrenderembeddedbitmaphintingemboldenhintstyleverticallayoutautohintglobaladvancespacingminspacecharwidthNew font %s/%d size %dx%d maxglyphmemorycharsetfreeing unreferenced font %s/%d size %dx%d @(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 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@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 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@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 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@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMIacomp: Sun C 5.11 SunOS_i386 145355-01 2010/10/11as: Sun Compiler Common 12.2 SunOS_i386 2010/08/13xftfreetype.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c xftfreetype.c -W0,-xp.XAKgoyLCE8cP0hc.Xa;g;R=Sun C 5.11 SunOS_i386 145355-01 2010/10/11;G=.XAKgoyLCE8cP0hc.;backend;raw;cd;DBG_GEN 5.3.0statx U,_pathr_bufr intchar"'unsigned long1dev_tlong N g N1ino_t1mode_t1nlink_tNuid_tNgid_t N NNoff_tNtime_t timespec tv_sec# tv_nsecN#timestruc_tNblksize_tNblkcnt_t B N N S N stat st_devB# st_pad1V# st_inog# st_modes# st_nlink# st_uid# st_gid# st_rdevB#$ st_pad2#( st_size#0 st_pad3N#4 st_atim#8 st_mtim#@ st_ctim#H st_blksize#P st_blocks"#T st_fstype1#X st_pad4B#hSlstat@U_path_buf fstat`U_fd_buf mknodUjo_paths_mode B_devj XftMaxFreeTypeFiles$_XftGetFile(GUfile'id' f) _XftFtFile0q nextq# ref# filev# id# xsize# ysize# matrix# lock#( face#,signed long{FT_F26Dot6 {FT_Fixed FT_Matrix_  xx# xy# yx# yy# FT_Matrix {FT_Long FT_String signed intFT_Int signed short7FT_Short {FT_Pos FT_Bitmap_Size_  heightG# widthG# sizeV# x_ppemV# y_ppemV# cFT_Bitmap_Size FT_Face FT_Encoding_  FT_ENCODING_NONEFT_ENCODING_MS_SYMBOLFT_ENCODING_UNICODEҹFT_ENCODING_SJISҩFT_ENCODING_GB2312FT_ENCODING_BIG5ΥFT_ENCODING_WANSUNG܅FT_ENCODING_JOHABнFT_ENCODING_MS_SJISҩFT_ENCODING_MS_GB2312FT_ENCODING_MS_BIG5ΥFT_ENCODING_MS_WANSUNG܅FT_ENCODING_MS_JOHABнFT_ENCODING_ADOBE_STANDARDžFT_ENCODING_ADOBE_EXPERTńFT_ENCODING_ADOBE_CUSTOMÄFT_ENCODING_ADOBE_LATIN_1FT_ENCODING_OLD_LATIN_2FT_ENCODING_APPLE_ROMANɋFT_Encoding unsigned short FT_UShort FT_CharMapRec_ face# encoding # platform_id) # encoding_id) # 9  FT_CharMap  void     FT_Generic_Finalizer FT_Generic_  data # finalizer # FT_Generic FT_BBox_ t xMinV# yMinV# xMaxV# yMaxV# / FT_BBox FT_LibraryRec_  FT_Library FT_GlyphSlot unsigned FT_UInt FT_Glyph_Metrics_ widthV# heightV# horiBearingXV# horiBearingYV# horiAdvanceV# vertBearingXV# vertBearingYV# vertAdvanceV# FT_Glyph_Metrics FT_Vector_ xV# yV# FT_Vector FT_Glyph_Format_ FT_GLYPH_FORMAT_NONEFT_GLYPH_FORMAT_COMPOSITEڽFT_GLYPH_FORMAT_BITMAP襓FT_GLYPH_FORMAT_OUTLINEFT_GLYPH_FORMAT_PLOTTERޱ FT_Glyph_Format unsigned char short FT_Bitmap_ J rows# width# pitch# buffer # num_grays # pixel_mode# palette_mode# palette # FT_Bitmap   FT_Outline_  n_contours # n_points # pointsZ# tagsv# contours_# flags#dFT_Outline FT_SubGlyphRec_FT_SubGlyph FT_Slot_InternalRec_(FT_Slot_Internal FT_GlyphSlotRec_  library # face# next # reserved # generic # metrics # linearHoriAdvance#8 linearVertAdvance#< advance #@ format #H bitmapJ#L bitmap_left*#d bitmap_top*#h outline#l num_subglyphs # subglyphs# control_data # control_lenN# lsb_deltaV# rsb_deltaV# other # internal-#D FT_Size_Metrics_  x_ppem) # y_ppem) # x_scale# y_scale# ascenderV# descenderV# heightV# max_advanceV#FT_Size_Metrics FT_Size_InternalRec_FT_Size_Internal FT_SizeRec_, * face# generic # metrics# internal#(*FT_Size FT_DriverRec_=MFT_Driver TFT_Memory  bNrFT_Alloc_Func b FT_Free_Func  bNN FT_Realloc_Func FT_MemoryRec_ T user # alloc# free# realloc# FT_StreamDesc_  valueN# pointer #YFT_StreamDesc FT_Stream 11 1FT_Stream_IoFunc FT_Stream_CloseFunc FT_StreamRec_(  base # size1# pos1# descriptor# pathname# read# close# memoryb# cursor # limit #$FT_ListNode FT_ListNodeRec_  prev# next# data # FT_ListRec_ J head# tail#FT_ListRec FT_Face_InternalRec_[rFT_Face_Internal FT_FaceRec_  num_faces# face_index# face_flags# style_flags# num_glyphs# family_name# style_name# num_fixed_sizes*# available_sizes# num_charmaps*#$ charmaps #( generic #, bboxt #4 units_per_EM) #D ascenderG#F descenderG#H heightG#J max_advance_widthG#L max_advance_heightG#N underline_positionG#P underline_thicknessG#R glyph #T size/#X charmap #\ driverR#` memoryb#d stream#h sizes_listJ#l autohint #t extensions #| internalw#XftFtFile FcChar8  _XftGetFaceFileT UjfaceS fU_XftNumFileskfU fl countm_XftNthFilevU nu fw countx_XftUncacheFilesrUU n f_XftLockFileRUf_XftLockError{Ureason_XftUnlockFileUf_XftSetFace Ufxsize ysizematrix face   "44 i bestCFcBool _XftReleaseFile U.fprev._XftSqrt!L Ua l"h"m" FcChar32 _XftIsPrime3 Ui2l4t4_XftHashSizeGZ URnum_unicodeFhashIXftLockFaceT UpublicSfont-"Ufi2"VfaceW_FcCharSetFcCharSet _FcPatternFcPattern  _XftFont ascent# descent# height# max_advance_width# charset# pattern# XftFont _XftFontInfoH hash# file# xsize# ysize# antialias# embolden# rgba# lcd_filter# matrix# transform#0 load_flags*#4 render#8 spacing#< minspace#@ char_width#DXftFontInfo _XGlyphInfo  width # height # x # y # xOff # yOff # XGlyphInfo _XftGlyphe metrics# bitmap # glyph_memory1#XftGlyphet _XftUcsHash ucs4# glyph #~XftUcsHash1GlyphSet1PictFormate red # redMask # green # greenMask # blue # blueMask # alpha # alphaMask #XRenderDirectFormat1Colormap  id# type# depth# directe # colormap # XRenderPictFormat _XftFontInt" public# next# hash_next# info# ref#h glyphsy#l num_glyphs#p hash_table#t hash_value#x rehash_value#| glyphset# format # glyph_memory1# max_glyph_memory1# use_free_glyphs# XftFontInt"XftUnlockFaceg U"publicffont-"hXftFontInfoFilln+U_$$dpymipatternm 2"fiminfoofilenamepidqdsizeraspectsfont_matrixthintinguvertical_layoutuautohintuglobal_advanceuhint_stylevhashwhashpwfacexnhashybitmapz _XExtData$ number# next$# free_private$# private_data$# _$$$$vXPointer_$XExtData$V%$$%FreeFuncType KeyCode%d% max_keypermod# modifiermap-%#2%XModifierKeymapd%%z%%%FreeModmapType _XFreeFuncs$e& atoms %# modifiermap%# key_bindings %# context_db %# defaultCCCs %# clientCmaps %# intensityMaps %# im_filters %# xkb %# %1XID _XDisplayD , ext_data$# free_funcse&# fd# conn_checker# proto_major_version# proto_minor_version# vendorv# resource_basej&# resource_maskj&# resource_idj&#$ resource_shift#( resource_alloc-#, byte_order#0 bitmap_unit#4 bitmap_pad#8 bitmap_bit_order#< nformats#@ pixmap_format|-#D vnumber#H release#L head-#P tail-#T qlen#X last_request_read1#\ request1#` last_reqv#d bufferv#h bufptrv#l bufmaxv#p max_request_size #t dbF#x synchandlerF#| display_namev# default_screen# nscreens# screensK# motion_buffer1# flagsK# min_keycode# max_keycode# keysymsK# modifiermapz%# keysyms_per_keycode# xdefaultsv# scratch_bufferv# scratch_length1# ext_number# ext_procsK# event_vecR# wire_vecR# lock_meaningK# lockS# async_handlers!S# bigreq_size1# lock_fnsـ# idlist_alloc# key_bindings# cursor_fontH# atoms # mode_switch # num_lock # context_db# error_vec-# cms2# im_filters# qfree-# next_event_serial_num1# flushesK# im_fd_infoӁ# im_fd_length# conn_watchers# watcher_count# filedes$# savedsynchandlerՂ# resource_maxj&# xcmisc_opcode# xkb_info# trans_conn# xcb# next_cookie # generic_event_vec&# generic_event_copy_vecD# cookiejar #t&j&-,-i- ext_data$# depth# bits_per_pixel# scanline_pad# -ScreenFormati-F1Window- type# serial1# send_event# display$# window-#-XAnyEvent1Time<. type# serial1# send_event# display$# window-# root-# subwindow-# time-# x# y#$ x_root#( y_root#, state #0 keycode #4 same_screen#8.XKeyEvent</ type# serial1# send_event# display$# window-# root-# subwindow-# time-# x# y#$ x_root#( y_root#, state #0 button #4 same_screen#8.XButtonEvent<0 type# serial1# send_event# display$# window-# root-# subwindow-# time-# x# y#$ x_root#( y_root#, state #0 is_hint#4 same_screen#8/XMotionEventD1 type# serial1# send_event# display$# window-# root-# subwindow-# time-# x# y#$ x_root#( y_root#, mode#0 detail#4 same_screen#8 focus#< state #@0XCrossingEventr2 type# serial1# send_event# display$# window-# mode# detail#2XFocusChangeEvent(3 type# serial1# send_event# display$# window-# x# y# width# height# count#$2XExposeEvent1Drawable03 type# serial1# send_event# display$# drawable23# x# y# width# height# count#$ major_code#( minor_code#,A3XGraphicsExposeEvent4 type# serial1# send_event# display$# drawable23# major_code# minor_code#4XNoExposeEvent5 type# serial1# send_event# display$# window-# state#4XVisibilityEvent05 type# serial1# send_event# display$# parent-# window-# x# y# width# height#$ border_width#( override_redirect#,'5XCreateWindowEventi6 type# serial1# send_event# display$# event-# window-#6XDestroyWindowEvent6 type# serial1# send_event# display$# event-# window-# from_configure#6XUnmapEvent7 type# serial1# send_event# display$# event-# window-# override_redirect#7XMapEvent8 type# serial1# send_event# display$# parent-# window-#7XMapRequestEvent(8 type# serial1# send_event# display$# event-# window-# parent-# x# y# override_redirect#$8XReparentEvent49 type# serial1# send_event# display$# event-# window-# x# y# width# height#$ border_width#( above-#, override_redirect#08XConfigureEvent 0: type# serial1# send_event# display$# event-# window-# x# y#9XGravityEvent: type# serial1# send_event# display$# window-# width# height#D:XResizeRequestEvent8; type# serial1# send_event# display$# parent-# window-# x# y# width# height#$ border_width#( above-#, detail#0 value_mask1#4:XConfigureRequestEvent;< type# serial1# send_event# display$# event-# window-# place#;XCirculateEvent< type# serial1# send_event# display$# parent-# window-# place#Q<XCirculateRequestEvent1Atom j= type# serial1# send_event# display$# window-# atom<# time-# state#<XPropertyEvent= type# serial1# send_event# display$# window-# selection<# time-#=XSelectionClearEvent(> type# serial1# send_event# display$# owner-# requestor-# selection<# target<# property<# time-#$>XSelectionRequestEvent$j? type# serial1# send_event# display$# requestor-# selection<# target<# property<# time-# >XSelectionEvent @ type# serial1# send_event# display$# window-# colormap # new# state#?XColormapEvent '@ N 8@ N NI@ N!o@ b@# s'@# l8@#0@ type# serial1# send_event# display$# window-# message_type<# format# dataI@#o@XClientMessageEvent A type# serial1# send_event# display$# window-# request# first_keycode# count#AXMappingEvent0B type# display$# resourceidj&# serial1# error_code # request_code # minor_code #AXErrorEvent  SB N4B type# serial1# send_event# display$# window-# key_vectorBB#SBXKeymapEvent7C type# serial1# send_event# display$# extension# evtype#BXGenericEvent C type# serial1# send_event# display$# extension# evtype# cookie # data #KCXGenericEventCookie N`C N_XEvent`F type# xany-# xkey.# xbutton/# xmotion0# xcrossing1# xfocusr2# xexpose3# xgraphicsexpose3# xnoexpose4# xvisibility5# xcreatewindow5# xdestroywindowi6# xunmap6# xmap7# xmaprequest8# xreparent8# xconfigure9# xgravity0:# xresizerequest:# xconfigurerequest;# xcirculate;<# xcirculaterequest<# xpropertyj=# xselectionclear=# xselectionrequest># xselectionj?# xcolormap@# xclient@# xmappingA# xerror0B# xkeymapB# xgeneric7C# xcookieC# padC#CXEvent _XSQEventhF next-# eventF# qserial_num1#d_XrmHashBucketRecF"F1VisualID G ext_data$# visualidF# class# red_mask1# green_mask1# blue_mask1# bits_per_rgb# map_entries# GVisualG G depth# nvisuals# visualsG#GDepthG1GContext1Pixmap1Font\I function# plane_mask1# foreground1# background1# line_width# line_style# cap_style# join_style# fill_style# fill_rule#$ arc_mode#( tile H#, stipple H#0 ts_x_origin#4 ts_y_origin#8 fontH#< subwindow_mode#@ graphics_exposures#D clip_x_origin#H clip_y_origin#L clip_mask H#P dash_offset#T dashes#X!HXGCValues _XGCpMJ ext_data$# gidG# rects# dashes# dirty1# valuesI#IMJGCPK ext_data$# display,# root-# width# height# mwidth# mheight# ndepths# depthsG# root_depth#$ root_visualG#( default_gcRJ#, cmap #0 white_pixel1#4 black_pixel1#8 max_maps#< min_maps#@ backing_store#D save_unders#H root_input_maskN#L[JScreenK#11KeySymKQDL extension# major_opcode# first_event# first_error# KXExtCodesDLtL$RJTLYLtLCreateGCTypeL$RJTLLLCopyGCTypeL$RJTLLLFlushGCType M$RJTLL MFreeGCTypeDM name<# card321# MXFontPropDM M lbearing # rbearing # width # ascent # descent # attributes # YMXCharStructMPO ext_data$# fidH# direction # min_char_or_byte2 # max_char_or_byte2 # min_byte1 # max_byte1 # all_chars_exist# default_char # n_properties#$ propertiesTM#( min_boundsM#, max_boundsM#8 per_charM#D ascent#H descent#LMXFontStructOFO$&OTL+OFOCreateFontType{O$&OTL`O{OFreeFontTypeO$TLOOCloseDisplayType BYTE CARD161CARD32 CARD8 P typeO# errorCodeO# sequenceNumberO# resourceIDO# minorCodeO# majorCodeO# pad1O# pad3O# pad4O# pad5O# pad6O# pad7O#OxErrorPP$PTLPPPErrorTypev*Q$TLvQ*QErrorStringType0BaQ$EQ JQaQPrintErrorType{QQ$TLQNQQBeforeFlushType _XExtenHR nextK# codesDL# create_GCyL# copy_GCL# flush_GCL# free_GCM# create_FontKO#$ free_FontO#( close_displayO#, errorP#0 error_string/Q#4 namev#8 error_valuesfQ#< before_flushQ#@ next_flushK#D"R$RR N"R$RS N_XLockInfoS> S typeO# data1O# sequenceNumberO# lengthO# data00O# data01O# data02O# data03O# data04O# data05O#&SxGenericReply INT16 T typeO# depthO# sequenceNumberO# lengthO# rootO# xS# yS# widthO# heightO# borderWidthO# pad1O# pad2O# pad3O#SxGetGeometryReply mU typeO# pad1O# sequenceNumberO# lengthO# rootO# parentO# nChildrenO# pad2O# pad3O# pad4O# pad5O#TxQueryTreeReply V typeO# pad1O# sequenceNumberO# lengthO# atomO# pad2O# pad3O# pad4O# pad5O# pad6O#UxInternAtomReply V typeO# pad1O# sequenceNumberO# lengthO# nameLengthO# pad2O# pad3O# pad4O# pad5O# pad6O# pad7O#0VxGetAtomNameReply W typeO# formatO# sequenceNumberO# lengthO# propertyTypeO# bytesAfterO# nItemsO# pad1O# pad2O# pad3O#VxGetPropertyReply [X typeO# pad1O# sequenceNumberO# lengthO# nPropertiesO# pad2O# pad3O# pad4O# pad5O# pad6O# pad7O#WxListPropertiesReply  Y typeO# pad1O# sequenceNumberO# lengthO# ownerO# pad2O# pad3O# pad4O# pad5O# pad6O#vXxGetSelectionOwnerReply Y typeO# statusO# sequenceNumberO# lengthO# pad1O# pad2O# pad3O# pad4O# pad5O# pad6O#+YxGrabPointerReply+YxGrabKeyboardReply BOOL Z typeO# sameScreenY# sequenceNumberO# lengthO# rootO# childO# rootXS# rootYS# winXS# winYS# maskO# pad1O# padO#YxQueryPointerReply v[ typeO# pad1O# sequenceNumberO# lengthO# nEventsO# pad2O# pad3O# pad4O# pad5O# pad6O#ZxGetMotionEventsReply <\ typeO# sameScreenY# sequenceNumberO# lengthO# childO# dstXS# dstYS# pad2O# pad3O# pad4O# pad5O#[xTranslateCoordsReply \ typeO# revertToO# sequenceNumberO# lengthO# focusO# pad1O# pad2O# pad3O# pad4O# pad5O#X\xGetInputFocusReplyNINT32 ^ typeO# drawDirectionO# sequenceNumberO# lengthO# fontAscentS# fontDescentS# overallAscentS# overallDescentS# overallWidth ]# overallLeft ]# overallRight ]# padO#]xQueryTextExtentsReply ^ typeO# pad1O# sequenceNumberO# lengthO# nFontsO# pad2O# pad3O# pad4O# pad5O# pad6O# pad7O#%^xListFontsReply _ typeO# pad1O# sequenceNumberO# lengthO# nPathsO# pad2O# pad3O# pad4O# pad5O# pad6O# pad7O#^xGetFontPathReply 6` typeO# depthO# sequenceNumberO# lengthO# visualO# pad3O# pad4O# pad5O# pad6O# pad7O#_xGetImageReply ` typeO# pad1O# sequenceNumberO# lengthO# nColormapsO# pad2O# pad3O# pad4O# pad5O# pad6O# pad7O#K`xListInstalledColormapsReply a typeO# pad1O# sequenceNumberO# lengthO# redO# greenO# blueO# pad2O# pixelO# pad3O# pad4O# pad5O#axAllocColorReply b typeO# pad1O# sequenceNumberO# lengthO# pixelO# exactRedO# exactGreenO# exactBlueO# screenRedO# screenGreenO# screenBlueO# pad2O# pad3O#axAllocNamedColorReply c typeO# pad1O# sequenceNumberO# lengthO# nPixelsO# nMasksO# pad3O# pad4O# pad5O# pad6O# pad7O#bxAllocColorCellsReply Pd typeO# pad1O# sequenceNumberO# lengthO# nPixelsO# pad2O# redMaskO# greenMaskO# blueMaskO# pad3O# pad4O#cxAllocColorPlanesReply e typeO# pad1O# sequenceNumberO# lengthO# nColorsO# pad2O# pad3O# pad4O# pad5O# pad6O# pad7O#mdxQueryColorsReply  f typeO# pad1O# sequenceNumberO# lengthO# exactRedO# exactGreenO# exactBlueO# screenRedO# screenGreenO# screenBlueO# pad3O# pad4O# pad5O#+exLookupColorReply f typeO# pad1O# sequenceNumberO# lengthO# widthO# heightO# pad3O# pad4O# pad5O# pad6O# pad7O#!fxQueryBestSizeReply g typeO# pad1O# sequenceNumberO# lengthO# presentY# major_opcodeO# first_eventO# first_errorO# pad3O# pad4O# pad5O# pad6O# pad7O#fxQueryExtensionReply oh typeO# nExtensionsO# sequenceNumberO# lengthO# pad2O# pad3O# pad4O# pad5O# pad6O# pad7O#gxListExtensionsReply #i typeO# successO# sequenceNumberO# lengthO# pad2O# pad3O# pad4O# pad5O# pad6O# pad7O#hxSetModifierMappingReply i typeO# numKeyPerModifierO# sequenceNumberO# lengthO# pad1O# pad2O# pad3O# pad4O# pad5O# pad6O#BixGetModifierMappingReplyhxSetPointerMappingReply j typeO# keySymsPerKeyCodeO# sequenceNumberO# lengthO# pad2O# pad3O# pad4O# pad5O# pad6O# pad7O#"jxGetKeyboardMappingReply {k typeO# nEltsO# sequenceNumberO# lengthO# pad2O# pad3O# pad4O# pad5O# pad6O# pad7O#jxGetPointerMappingReply dl typeO# pad1O# sequenceNumberO# lengthO# accelNumeratorO# accelDenominatorO# thresholdO# pad2O# pad3O# pad4O# pad5O# pad6O#kxGetPointerControlReply Zm typeO# pad1O# sequenceNumberO# lengthO# timeoutO# intervalO# preferBlankingY# allowExposuresY# pad2O# pad3O# pad4O# pad5O# pad6O#lxGetScreenSaverReply n typeO# enabledY# sequenceNumberO# lengthO# nHostsO# pad1O# pad3O# pad4O# pad5O# pad6O# pad7O#umxListHostsReplynn typeO# detailO# sequenceNumberO# KeyButMask 3o pad00O# timeO# rootO# eventO# childO# rootXS# rootYS# eventXS# eventYS# statenn# sameScreenY# pad1O# o pad00O# timeO# rootO# eventO# childO# rootXS# rootYS# eventXS# eventYS# statenn# modeO# flagsO# ;p pad00O# windowO# modeO# pad1O# pad2O# pad3O# p pad00O# windowO# xO# yO# widthO# heightO# countO# pad2O#_q pad00O# drawableO# xO# yO# widthO# heightO# minorEventO# countO# majorEventO# pad1O# pad2O# pad3O# q pad00O# drawableO# minorEventO# majorEventO# bpadO#  r pad00O# windowO# stateO# pad1O# pad2O# pad3O# r pad00O# parentO# windowO# xS# yS# widthO# heightO# borderWidthO# overrideY# bpadO# r pad00O# eventO# windowO#Ms pad00O# eventO# windowO# fromConfigureY# pad1O# pad2O# pad3O#s pad00O# eventO# windowO# overrideY# pad1O# pad2O# pad3O# s pad00O# parentO# windowO#zt pad00O# eventO# windowO# parentO# xS# yS# overrideY# pad1O# pad2O# pad3O#%u pad00O# eventO# windowO# aboveSiblingO# xS# yS# widthO# heightO# borderWidthO# overrideY# bpadO# u pad00O# parentO# windowO# siblingO# xS# yS# widthO# heightO# borderWidthO# valueMaskO# pad1O# Hv pad00O# eventO# windowO# xS# yS# pad1O# pad2O# pad3O# pad4O# v pad00O# windowO# widthO# heightO# w pad00O# eventO# windowO# parentO# placeO# pad1O# pad2O# pad3O#hw pad00O# windowO# atomO# timeO# stateO# pad1O# pad2O#w pad00O# timeO# windowO# atomO# x pad00O# timeO# ownerO# requestorO# selectionO# targetO# propertyO#x pad00O# timeO# requestorO# selectionO# targetO# propertyO#x pad00O# windowO# colormapO# newY# stateO# pad1O# pad2O#Cy pad00O# requestO# firstKeyCodeO# countO# pad1O#y typeO# longs0 ]# longs1 ]# longs2 ]# longs3 ]# longs4 ]#Xz typeO# shorts0S# shorts1S# shorts2S# shorts3S# shorts4S# shorts5S# shorts6S# shorts7S# shorts8S# shorts9S#signed charXzINT8 gzz Nz typeO# bytesrz#!z lCy# sy# bz# z pad00O# windowO# uz#!  } u3n# keyButtonPointern# enterLeave3o# focuso# expose;p# graphicsExposurep# noExposure_q# visibilityq# createNotifyr# destroyNotifyr# unmapNotifyr# mapNotifyMs# mapRequests# reparents# configureNotifyzt# configureRequest%u# gravityu# resizeRequestHv# circulatev# propertyw# selectionClearhw# selectionRequestw# selectionNotifyx# colormapx# mappingNotifyx# clientMessagez# _xEvent #} uz# }xEvent!  genericS# geomT# treemU# atomV# atomNameV# propertyW# listProperties[X# selection Y# grabPointerY# grabKeyboardY# pointerZ# motionEventsv[# coords<\# inputFocus\# textExtents^# fonts^# fontPath_# image6`# colormaps`# allocColora# allocNamedColorb# colorCellsc# colorPlanesPd# colorse# lookupColor f# bestSizef# extensiong# extensionsoh# setModifierMapping#i# getModifierMappingi# setPointerMappingj# getKeyboardMappingj# getPointerMapping{k# pointerControldl# screenSaverZm# hostsn# errorP# event#}#0}xReply9$v$ _XInternalAsync  next!S# handler9# data$#$% _XLockPtrsـ lock_display# unlock_display#%ހ_XKeytrans_XDisplayAtoms_XContextDB"!(  defaultCCCs$# clientCmaps$# perVisualIntensityMaps$#_XIMFilter$$_XInternalConnectionProc$؁ _XConnectionInfoD fd# read_callback# call_data$# watch_data΁# nextӁ#e$$΁DeXConnectionWatchProc _XConnWatchInfo ΂ fnj# client_data$# next#"΂_XkbInfoRecڂ_XtransConnInfo_X11XCBPrivate"$!8 N"8$?V Nt&Displayd _XftDisplayInfo, next# display$# codesTL# defaults# hasRender# fonts# solidFormat # glyph_memory1# max_glyph_memory1# use_free_glyphs#$ num_unref_fonts#( max_unref_fonts#, colorsF#0 fontHashX#nЄ red # green # blue # alpha #XRenderColor1Picture _XftSolidColor2 colorЄ# screen# pict# XftSolidColor$2X N$j N~nXftDisplayInfoj double _FcMatrix х xx# xy# yx# yy#FcMatrix хXftFontInfoEmptyaU.$dpy2"fi XftFontInfoCreateU2"$dpypattern fi2"XftFontInfoDestroyU$dpy2"fi XftFontInfoHash$UfiXftFontInfoEqualYUjoayb jtXftFontOpenInfoU$dpypattern 2"fiinfofacebucketfont-"format charsetnum_unicodehash_valuerehash_valueantialiasmax_glyph_memoryalloc_sizeascentdescentheightinum_glyphs77vector xvector CXftFontOpenPattern*U$dpypattern infofontXftFontCopyTU$dpypublic font-"XftFontDestroy U$dpy public  info font-" i 6$$xftgtXftFontFindNthUnref0Uinfo/n/ public1font-"2XftFontManageMemory?{!U$dpy>info@prevApublicBfont-"CXftFontClosem!U$dpylpublicl infonfont-"o&XftInitFtLibraryH"U _XftFtFiles#'XftMemFreen'XftMemAlloct&(_XftDisplayInfoGet)XftDebugЍڍ_FcResult ^FcResultMatchFcResultNoMatchFcResultTypeMismatchFcResultNoIdFcResultOutOfMemoryFcResult (FcPatternGetFTFace^Սߍ_FcBlanks(FcFreeTypeCharSet*_XftFTlibrary 'XRenderFreeGlyphSet',1t&(XRenderFindStandardFormat ^'^h(FcPatternGetBool^cmr_FcCharSetˏ(FcPatternGetCharSet^ Џ (FcPatternGetMatrix^^$^h r(FcPatternGetString^cmw(FcPatternGetDouble^Ő (FcPatternGetInteger^Ir'FcPatternDestroynIn(FcCharSetCounts(FcCharSetCopy'FcCharSetDestroy_FcConfig_FcBlanksFcBlanks (FcConfigGetBlanks 6(__posix_ttyname_rev (__posix_getlogin_rv(_xmknodɒ11Β(_lxstatɒӒ(_xstat0(_fxstatZ0 _'FT_Vector_TransformZd'FT_Set_TransformZFT_Error (FT_Set_Char_Sizeœ {{  (FT_Done_Faceœ,FT_LibraryRec_,B(FT_New_Faceœ=G{L=(FT_Init_FreeTypeœN(__posix_ctime_rvڔv tm$s tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst# ڔsxv(__posix_asctime_rv} size_t(strlenv(strcpyv(strcmpH$(memset l   l v(memcmpq{ )rand(malloc ̖ 'free (printf + __FILE _cnt# _ptr # _base # _flag # _file # ,__orientation # ,__ionolock #  ,__seekable #  ,__extendedfd #  ,__xf_nocheck #  ,__filler #   -fprintf+3 /var/tmp/libXft-2.3.0/src/usr/include/sys/usr/include/usr/local/include/freetype2/freetype/usr/local/include/fontconfig../include/X11/Xft/usr/local/include/X11/extensions/usr/local/include/X11/usr/include/isoxftfreetype.cstat_impl.hstat.htypes.hstdlib.hstdio.htime_impl.hxftint.hfttypes.hfreetype.hftimage.hftsystem.hfontconfig.hXft.hXrender.hrender.hX.hXlibint.hXlib.hXproto.hXmd.htime_iso.h stdio_iso.h stdio_impl.h &; F[ f *       $x5 T \ h               < B Ve m |             - C J~[a v}    }    ' B S ]wp          ? D M cy      "4 ;Q" (w>    F S        # 2 = Q \ h l {          ' 0 6 zA G V ^ h s {       ~      3 < O U i o x          '  / < L P W \ ` h y       y      6 A Hh p      $( 2 4 8 @yl p z |  y     y   , 4 T t    t<G L X \ ` hy     y    ' , 0 8y` d n p t |y     y    & <@R Tf hx     y      y0 8 GL S X \ dy      y    y4 8 B D O Y \ dw        & CN _ v             6T iz        $z5 D}       0 L U c ju }    w      ' . 5?V g o t            . <M \ g t           ", 8 A M Vw     } ) 2? KX d s         % 6< I O fw }          $y6 G X}     |   " ( : X ^ m      {   ! !!! -! 0!{ &II7II: I  !I/  :  I8 4I : ;   : ( ' D I< ' ID  : . : ; @ ' D .?  : ; @ ' ID  D D . : ;@ ' D I: ; 4I : ; . : ;@ ' ID .?  : ;@ ' ID  : .?  : ;@ ' D   : ! : "' ID #5I$I %' D &.?  : ;@ ' ID '.? < ' D (.? < ' ID ).? < ' ID *4I?  : ;  +, I8 -.? < ' ID !_XftSetFaceRXftLockFace7"XftUnlockFace.XftFontInfoCreateXftFontInfoDestroyXftFontInfoHash$XftFontInfoEqual~XftFontOpenInfo XftFontOpenPatternXftFontCopyXftFontManageMemoryXftFontCloseXftInitFtLibrary_XftFTlibrary[statlstatfstatmknod_XftGetFile!_XftGetFaceFilej_XftNumFiles_XftNthFile _XftUncacheFilesU_XftLockFile_XftLockError_XftUnlockFile_XftReleaseFile3_XftSqrt_XftIsPrime_XftHashSize"XftFontInfoFillXftFontInfoEmptyXftFontDestroyXftFontFindNthUnrefBdev_tgino_tsmode_tnlink_tuid_tgid_toff_ttime_ttimespectimestruc_tblksize_t"blkcnt_tSstatFT_F26Dot6FT_FixedFT_Matrix_FT_MatrixFT_LongFT_String*FT_IntGFT_ShortVFT_PoscFT_Bitmap_Size_FT_Bitmap_SizeFT_Encoding_ FT_Encoding) FT_UShort9 FT_CharMapRec_ FT_CharMap FT_Generic_Finalizer FT_Generic_ FT_Generic/ FT_BBox_t FT_BBox FT_Library FT_UInt FT_Glyph_Metrics_ FT_Glyph_Metrics FT_Vector_ FT_Vector FT_Glyph_Format_ FT_Glyph_Format FT_Bitmap_JFT_BitmapdFT_Outline_FT_OutlineFT_SubGlyph-FT_Slot_InternalDFT_GlyphSlotRec_ FT_GlyphSlotFT_Size_Metrics_FT_Size_MetricsFT_Size_InternalFT_SizeRec_/FT_SizeRFT_DriverFT_Alloc_FuncFT_Free_FuncFT_Realloc_FuncFT_MemoryRec_bFT_MemoryYFT_StreamDesc_FT_StreamDescFT_Stream_IoFuncFT_Stream_CloseFuncFT_StreamRec_FT_StreamFT_ListNodeRec_FT_ListNodeFT_ListRec_JFT_ListRecwFT_Face_InternalFT_FaceRec_FT_Face_XftFtFileXftFtFile FcChar8FcBoolFcChar32FcCharSetFcPattern _XftFontXftFont_XftFontInfoXftFontInfo_XGlyphInfoXGlyphInfo_XftGlypheXftGlyph~_XftUcsHashXftUcsHashGlyphSetPictFormate XRenderDirectFormat Colormap XRenderPictFormat _XftFontInt"XftFontInt$XPointer_$_XExtData$XExtData %FreeFuncType%KeyCode2%d%XModifierKeymap%FreeModmapType%_XFreeFuncsj&XID-i-ScreenFormat-Window--XAnyEvent-Time..XKeyEvent./XButtonEvent/0XMotionEvent01XCrossingEvent2r2XFocusChangeEvent23XExposeEvent23DrawableA33XGraphicsExposeEvent44XNoExposeEvent45XVisibilityEvent'55XCreateWindowEvent6i6XDestroyWindowEvent66XUnmapEvent77XMapEvent78XMapRequestEvent88XReparentEvent89XConfigureEvent90:XGravityEventD::XResizeRequestEvent:;XConfigureRequestEvent;;<XCirculateEventQ<<XCirculateRequestEvent<Atom<j=XPropertyEvent==XSelectionClearEvent>>XSelectionRequestEvent>j?XSelectionEvent?@XColormapEventI@o@@XClientMessageEventAAXMappingEventA0BXErrorEventSBBXKeymapEventB7CXGenericEventKCCXGenericEventCookieC_XEventFXEventF_XSQEventFVisualID GGVisualGGDepthGGContext HPixmapHFont!HIXGCValuesI_XGCRJGC[JKScreenKKeySymKDLXExtCodesyLCreateGCTypeLCopyGCTypeLFlushGCTypeMFreeGCType MDMXFontPropYMMXCharStructMOXFontStructKOCreateFontTypeOFreeFontTypeOCloseDisplayTypeOBYTEOCARD16OCARD32OCARD8OPxErrorPErrorType/QErrorStringTypefQPrintErrorTypeQBeforeFlushTypeQ_XExten&SSxGenericReplySINT16STxGetGeometryReplyTmUxQueryTreeReplyUVxInternAtomReply0VVxGetAtomNameReplyVWxGetPropertyReplyW[XxListPropertiesReplyvX YxGetSelectionOwnerReply+YYxGrabPointerReplyYxGrabKeyboardReplyYBOOLYZxQueryPointerReplyZv[xGetMotionEventsReply[<\xTranslateCoordsReplyX\\xGetInputFocusReply ]INT32]^xQueryTextExtentsReply%^^xListFontsReply^_xGetFontPathReply_6`xGetImageReplyK``xListInstalledColormapsReplyaaxAllocColorReplyabxAllocNamedColorReplybcxAllocColorCellsReplycPdxAllocColorPlanesReplymdexQueryColorsReply+e fxLookupColorReply!ffxQueryBestSizeReplyfgxQueryExtensionReplygohxListExtensionsReplyh#ixSetModifierMappingReplyBiixGetModifierMappingReplyjxSetPointerMappingReply"jjxGetKeyboardMappingReplyj{kxGetPointerMappingReplykdlxGetPointerControlReplylZmxGetScreenSaverReplyumnxListHostsReply3nnnKeyButMaskn3oo;pp_qqrrrMssszt%uuHvvwhwwxxxCyygzINT8zzzz }_xEvent#}xEvent0}xReply>_XInternalAsync_XLockPtrs2_XInternalConnectionProc؁_XConnectionInfojXConnectionWatchProc_XConnWatchInfot&_XDisplayVDisplayЄXRenderColorPicture_XftSolidColor2XftSolidColorn_XftDisplayInfojXftDisplayInfo_FcMatrixхFcMatrix_FcResult^FcResultFcBlanksœFT_Errorڔtmsize_t __FILE6tXftMaxFreeTypeFiles5_XftFtFiles  @ `(PVpl '`52D T \]P i jv  @!`-d      "H7>GNU\ho' `  &9@Sgzpm/0)`Z&:HZlZ0$ {!v'1(Q)y*+,-. /<0J1o0}2./,,3[12,~,45.6;/L6j4./78hm9r:./m<<<G .[ g s    / =& ? , 6 0 > ? ; BE Cs | D  E FS\G{GHH./NWIEE<HH\hH|HHJvIICLIIEwIIoxIEIr{E+/37{1?2>?AOpBNQ6.qv/E;R#S5TBUVVVW]1{2XX'XXCYPmB\??@QQYv>? B; 5_ .  /!B!]"7"7$"_ !&*459{  " &f j ; lpuy~AEd@hK"AO"""FKJLM;N?P{‰Ɖˉωԉ؉݉%Z)[einrw{)]-^%+)K,7%,:GN\ip~ #+3;CKS[cks{ ( /;CKS]gt {  $ +7?GOW_gow ;#-5?IQ[cmu}#-5BIU]emu} ")5=EMU]er@yA    ' / 7 ? G Q [ c k s {                    # - 7 ? G O W a k s {                    % - 7 A K U ] e m u                    # - 7 ? I Q Y c m u                    ' 1 9 A I Q [ e m w                 #+3;CKS]gowKL '4M;GTN[gtP{ #+5=EMU]gow '/7AKS[cks{#+3=EMW_gow !)3;CPZWcks{[ %-5?IQ[cpw] %-7AIS[cmu^+ %-4 H"((("4(t+*40@7LZ%j_{:o' ) X9  I  ] $ r ,  4xftglyphs.o/ 1332986114 0 0 100644 66900 ` ELF4(.strtab.text.bss.data.rodata.rodata1.comment.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.debug_varnames.symtabxftglyphs.cstatlstatfstatmknod_XftFontValidateMemory_compute_xrender_bitmap_size_fill_xrender_bitmapBbss.bssDdata.dataDrodata.rodata_xstat_lxstat_fxstat_xmknodprintfmemcpyXftFontLoadGlyphs_XftDisplayInfoGetXftLockFaceXftDebug_XftFTlibraryFT_Library_SetLcdFilterFT_Load_GlyphFT_Vector_TransformFT_Render_GlyphfreemallocmemsetXRenderCreateGlyphSetXftNativeByteOrderXftSwapCARD32XRenderAddGlyphsXftUnlockFaceXftFontUnloadGlyphsXRenderFreeGlyphsXftMemFreeXftFontCheckGlyphXftMemAllocXftCharExistsFcCharSetHasCharXftCharIndexFcFreeTypeCharIndex_XftFontUncacheGlyphrandXRenderFreeGlyphSet_XftFontManageMemory_XftDisplayManageMemory.rel.text.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_funcnames.rel.debug_typenames.rel.debug_varnamesUE PEPj EEUE PEPj EEUE PEPj EEUjjEPE PEPjEEÐUE EEEEU;Pps5EU@lEEt EUPUE@EEU;PprˋEU;tUEPPh ÐUE @H=stibt E$E LEE@EE@EEEEuEEEtEu EEEt EEEEEWEt ErEEEE#EFE@Hw$hEUPEUPEUPE@ EEEElU<]ċE LEE@ EE@ EE@EE@EE@EE@EEtEu E EE؉EE}E@UHЋE+‰E1EEE܋E܃~oEE;E}?EUEԃ#Ӄt UԋEE@EԋE;E|EHE܋EEEEEEE܃EEE܋E܃~pEE;E}@EUEԃ#ӃtUUԸBE@EԋE;E|EHE܋EEEEEEE܃OEEԋEE܋E܃~5EPEPEP EHE܋EEEEEEE܃EEE܋E܃~zEEEE;E}DEE@E̋EU ЉŰEU ЉŰUԋEЋM̉ E@EԋE;E|EHE܋EEEEEEE܃EEE܋E܃~5EPEPEP EHE܋EEEEEEE܃EEE܋E܃EEЋEEEE;E}TE@E@ ЋE@ ЋE@ ЉUȋUԋE̋Mȉ E@EԋEЃEЋE;E|EHE܋EEEEEEE܃lEE܋E܃EEЋEEEE;E}TE@E@ ЋE@ ЋE@ ЉUȋUԋE̋Mȉ E@EԋEЃEЋE;E|EHE܋EEEEEEE܃lEEE܋E܃EEЋEEEE;E}]E@EE@ ȋUEP ȋEE@ ȉMȋUԋE̋Mȉ E@EԋE@EЋE;E|EHE܋EU@ЉUEEEE܃^EE܋E܃EEЋEEEE;E}[UEPEE@ ЋE@ ЋEE@ ЉUȋUԋE̋Mȉ E@EԋE@EЋE;E|EHE܋EU@ЉUEEEE܃`4E@}"aR]ÐUlhjEPEE EDžDžEu jEPud E@0t<'Dž+DžDžE@8Hw$rEEHE E@EEEEU@lEEuj %tE PEPE@t; E@E@Tt E@TPEPP EEt @TEE@P!E@H=stibDžDžDžPUE싍HB UE싍HB$+E@PP t+jPPPPh<u=u2h;~ ;} ;~ ;} @@{??NE@ EU@ B?E@$?EU@$+B++E@\n E@PE@TtxE;P ~aE@ +Љ;~ ++E@ vE;P ~aE@ +Љ;~ ++E@ E@H=stibt+PBTPEEtjPE@\dE@PE@Tt Dž@X@$؉@X@$DžE@PPUfB؋UfB GE@TtUfBE@ ؋UfB EU@ fBUfB /E@@ UfBE@D ؋UfB EL@@ /EPhPu]MU싅PPPPPPBPAPC$PF Ph\,@@ @}#HBȋ+Dž;OE@0tcDž;}C@Ph@;|Dž;}}#ӃtDž|# Dž| |Ph@;|jhP@;jhPEPP) }UfBU苅fBE@d؋UfBEU@hfBEuE@ d+;v;~V;tjPjPuHPjP E@8t E@8uDž DžjjPPEPP<EE䋅UBEEu!EPEPЋE0E@<|H|xx@ttEtU Љttt3 ЉttЁt ЉttB@tHtpp.4t(]S0;tPPUPPjEPEPPEP[tEjPЋEP E@ tU苅PPB P E@ EU苈JEEUHJEH%tE PEP%tE@PEPh EEHE=;tjPjEPlh    U$jEPEE EDžEEHE^E@EEEEU@lEEuE@EtoEt\U@=u2UjjPPPEPDžE@ tEj@ PEU􋈈+JEEtEUH+JEHjEPjjEU@lEEHEEt3t(UjjPPPEPÐUE EEU;Ppr EEU@lEEtEE@EuUjjEEuEjjE@ E@EU@lM E@EUEM E@EE=u%jEPEPEPE PEPEEUPE EEÐUE @tU EPBPE EEÐUE EE@xu E=ME+qx‰EEEU@t;EEU@tЃEPE PEP uEjE PEEuEEU@tM ЋEPEPȋEU@tLjE P^EuME+q|‰EEuEEEEEU;Pxr EU+PxUEU@t;EEU@tDEEÐUE EEuNEtM+‰E;Et#EPEPEǀE%tE PEPEEU;PpEU@lEEtlE@;EvU%tE@PEPh jjjEPE PEPEu$EU+PUE@EEU;Ppg%tE PEPÐUE EE%tbEU;vNEtEE EEUEjjPPEPhEU;v$E PEPEU;wjEP .:;=+*#Font glyph cache incorrect has %ld bytes, should have %ld Trans %d %d: %d %d glyph %d: xywh (%d %d %d %d), trans (%d %d %d %d) wh (%d %d) %c| Caching glyph 0x%x size %ld Uncaching glyph 0x%x size %ld Reduce memory for font 0x%lx from %ld to %ld @(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 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@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 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@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 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@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMIacomp: Sun C 5.11 SunOS_i386 145355-01 2010/10/11as: Sun Compiler Common 12.2 SunOS_i386 2010/08/13xftglyphs.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c xftglyphs.c -W0,-xp.XAKgoyLCE8cPk1c.Xa;g;R=Sun C 5.11 SunOS_i386 145355-01 2010/10/11;G=.XAKgoyLCE8cPk1c.;backend;raw;cd;DBG_GEN 5.3.0statx U(_pathr_bufr intchar#unsigned long-dev_tlong J c J-ino_t-mode_t-nlink_tJuid_tJgid_t J JJoff_tJtime_t timespec tv_sec# tv_nsecJ#timestruc_tJblksize_tJblkcnt_t > J J O J stat st_dev># st_pad1R# st_inoc# st_modeo# st_nlink|# st_uid# st_gid# st_rdev>#$ st_pad2#( st_size#0 st_pad3J#4 st_atim#8 st_mtim#@ st_ctim#H st_blksize#P st_blocks#T st_fstype-#X st_pad4>#hOlstat@U_path_buf fstat`U_fd_buf mknodUfk_patho_mode >_devf _XftFontValidateMemory%Udpy$Bfpublic$ font|&glyph_memory-'glyphindexl(xftgz) _XExtData q number# nextq# free_private# private_data# qvXPointer XExtData ieFreeFuncTypeunsigned charKeyCode  4 max_keypermod# modifiermap#XModifierKeymap 4`JO`FreeModmapType _XFreeFuncs$5 atoms# modifiermape# key_bindings# context_db# defaultCCCs# clientCmaps# intensityMaps# im_filters# xkb# z-XID _XDisplayD  ext_data# free_funcs5# fd# conn_checker# proto_major_version# proto_minor_version# vendor# resource_base:# resource_mask:# resource_id:#$ resource_shift#( resource_alloc#, byte_order#0 bitmap_unit#4 bitmap_pad#8 bitmap_bit_order#< nformats#@ pixmap_formatL#D vnumber#H release#L headQ#P tailQ#T qlen#X last_request_read-#\ request-#` last_req#d buffer#h bufptr#l bufmax#p max_request_size#t db(#x synchandler(#| display_name# default_screen# nscreens# screens-# motion_buffer-# flags-# min_keycode# max_keycode# keysyms-# modifiermapJ# keysyms_per_keycode# xdefaults# scratch_buffer# scratch_length-# ext_number# ext_procs-# event_vec4# wire_vec5# lock_meaning-# lock/5# async_handlers45# bigreq_size-# lock_fnsb# idlist_allocb# key_bindingsc# cursor_font*# atomsc# mode_switch# num_lock# context_db/c# error_vec@c# cmsEc# im_filtersc# qfreeQ# next_event_serial_num-# flushes-# im_fd_infoc# im_fd_length# conn_watchersd# watcher_count# filedes# savedsynchandlerd# resource_max:# xcmisc_opcode# xkb_infod# trans_conne# xcb(e# next_cookie# generic_event_vec9e# generic_event_copy_vecWe# cookiejarG%#D: 9 ext_data# depth# bits_per_pixel# scanline_pad# ScreenFormat 9(-Window   type# serial-# send_event# display# windowV#cXAnyEvent -Time unsigned<  type# serial-# send_event# display# windowV# rootV# subwindowV# time# x# y#$ x_root#( y_root#, state#0 keycode#4 same_screen#8XKeyEvent <  type# serial-# send_event# display# windowV# rootV# subwindowV# time# x# y#$ x_root#( y_root#, state#0 button#4 same_screen#8XButtonEvent <  type# serial-# send_event# display# windowV# rootV# subwindowV# time# x# y#$ x_root#( y_root#, state#0 is_hint#4 same_screen#8XMotionEvent D  type# serial-# send_event# display# windowV# rootV# subwindowV# time# x# y#$ x_root#( y_root#, mode#0 detail#4 same_screen#8 focus#< state#@XCrossingEvent  N type# serial-# send_event# display# windowV# mode# detail#XFocusChangeEvent (  type# serial-# send_event# display# windowV# x# y# width# height# count#$fXExposeEvent -Drawable 0  type# serial-# send_event# display# drawable# x# y# width# height# count#$ major_code#( minor_code#,XGraphicsExposeEvent  s type# serial-# send_event# display# drawable# major_code# minor_code#XNoExposeEvent   type# serial-# send_event# display# windowV# state#XVisibilityEvent 0  type# serial-# send_event# display# parentV# windowV# x# y# width# height#$ border_width#( override_redirect#,XCreateWindowEvent  E type# serial-# send_event# display# eventV# windowV#XDestroyWindowEvent   type# serial-# send_event# display# eventV# windowV# from_configure#_XUnmapEvent  j type# serial-# send_event# display# eventV# windowV# override_redirect#XMapEvent   type# serial-# send_event# display# parentV# windowV#zXMapRequestEvent (  type# serial-# send_event# display# eventV# windowV# parentV# x# y# override_redirect#$XReparentEvent 4 ~ type# serial-# send_event# display# eventV# windowV# x# y# width# height#$ border_width#( aboveV#, override_redirect#0XConfigureEvent   type# serial-# send_event# display# eventV# windowV# x# y#XGravityEvent   type# serial-# send_event# display# windowV# width# height# XResizeRequestEvent 8  type# serial-# send_event# display# parentV# windowV# x# y# width# height#$ border_width#( aboveV#, detail#0 value_mask-#4XConfigureRequestEvent   type# serial-# send_event# display# eventV# windowV# place#XCirculateEvent   type# serial-# send_event# display# parentV# windowV# place#-XCirculateRequestEvent -Atom  F type# serial-# send_event# display# windowV# atom# time# state#XPropertyEvent   type# serial-# send_event# display# windowV# selection# time#[XSelectionClearEvent ( type# serial-# send_event# display# ownerV# requestorV# selection# target# property# time#$XSelectionRequestEvent $ F! type# serial-# send_event# display# requestorV# selection# target# property# time#  XSelectionEvent -Colormap  ! type# serial-# send_event# display# windowV# colormap\!# new# state#k!XColormapEvent " Jshort "," J J=" J c" b"# s"# l,"#0 " type# serial-# send_event# display# windowV# message_type# format# data="#c"XClientMessageEvent  # type# serial-# send_event# display# windowV# request# first_keycode# count##XMappingEvent  $$ type# display# resourceid:# serial-# error_code# request_code# minor_code##XErrorEvent  G$ J4 $ type# serial-# send_event# display# windowV# key_vector6$#G$XKeymapEvent  +% type# serial-# send_event# display# extension# evtype#$XGenericEvent void?% % type# serial-# send_event# display# extension# evtype# cookie# dataG%#L%XGenericEventCookie J`% J_XEvent` ( type# xany# xkey# xbutton# xmotion# xcrossing# xfocusN# xexpose# xgraphicsexpose# xnoexposes# xvisibility# xcreatewindow# xdestroywindowE# xunmap# xmapj# xmaprequest# xreparent# xconfigure~# xgravity # xresizerequest# xconfigurerequest# xcirculate# xcirculaterequest# xpropertyF# xselectionclear# xselectionrequest # xselectionF!# xcolormap!# xclient"# xmapping## xerror$$# xkeymap$# xgeneric+%# xcookie%# pad%#%XEvent _XSQEventh( nextQ# event(# qserial_num-#d_XrmHashBucketRec((-VisualID  ) ext_data# visualid(# class# red_mask-# green_mask-# blue_mask-# bits_per_rgb# map_entries# )Visual ) ) depth# nvisuals# visuals)#)Depth )-GContext -Pixmap -Font \ + function# plane_mask-# foreground-# background-# line_width# line_style# cap_style# join_style# fill_style# fill_rule#$ arc_mode#( tile *#, stipple *#0 ts_x_origin#4 ts_y_origin#8 font*#< subwindow_mode#@ graphics_exposures#D clip_x_origin#H clip_y_origin#L clip_mask *#P dash_offset#T dashes#X"*XGCValues _XGCpN, ext_data# gid)# rects# dashes# dirty-# values+#+N,GC P - ext_data# display# rootV# width# height# mwidth# mheight# ndepths# depths)# root_depth#$ root_visual)#( default_gcS,#, cmap\!#0 white_pixel-#4 black_pixel-#8 max_maps#< min_maps#@ backing_store#D save_unders#H root_input_maskJ#L\,Screen ---KeySym -3 E. extension# major_opcode# first_event# first_error# -XExtCodes E.u.S,U.Z.u.CreateGCType.S,U...CopyGCType.S,U...FlushGCType /S,U.. /FreeGCType E/ name# card32-#!/XFontProp E/unsigned short / lbearing"# rbearing"# width"# ascent"# descent"# attributesZ/# l/XCharStruct /P '1 ext_data# fid*# direction# min_char_or_byte2# max_char_or_byte2# min_byte1# max_byte1# all_chars_exist# default_char# n_properties#$ propertiesU/#( min_bounds/#, max_bounds/#8 per_char/#D ascent#H descent#L/XFontStruct '1Y191U.>1Y1CreateFontType191U.s11FreeFontType1U.11CloseDisplayTypeBYTE Z/CARD16 -CARD32 CARD8  2 type1# errorCode1# sequenceNumber1# resourceID1# minorCode1# majorCode1# pad11# pad31# pad41# pad51# pad61# pad71# 2xError 232U.223ErrorType=3U.3=3ErrorStringType$$t3X3G%]3t3PrintErrorType33U.3J33BeforeFlushType _XExtenH4 next-# codesE.# create_GCz.# copy_GC.# flush_GC.# free_GC/# create_Font^1#$ free_Font1#( close_display1#, error3#0 error_stringB3#4 name#8 error_valuesy3#< before_flush3#@ next_flush-#D445 J5 5"5 J_XLockInfo"5Qb 5 type1# data11# sequenceNumber1# length1# data001# data011# data021# data031# data041# data051#95xGenericReply "INT16  6 type1# depth1# sequenceNumber1# length1# root1# x5# y5# width1# height1# borderWidth1# pad11# pad21# pad31#5xGetGeometryReply  7 type1# pad11# sequenceNumber1# length1# root1# parent1# nChildren1# pad21# pad31# pad41# pad51#6xQueryTreeReply  ,8 type1# pad11# sequenceNumber1# length1# atom1# pad21# pad31# pad41# pad51# pad61#7xInternAtomReply  8 type1# pad11# sequenceNumber1# length1# nameLength1# pad21# pad31# pad41# pad51# pad61# pad71#C8xGetAtomNameReply  9 type1# format1# sequenceNumber1# length1# propertyType1# bytesAfter1# nItems1# pad11# pad21# pad31#9xGetPropertyReply  n: type1# pad11# sequenceNumber1# length1# nProperties1# pad21# pad31# pad41# pad51# pad61# pad71#9xListPropertiesReply  ; type1# pad11# sequenceNumber1# length1# owner1# pad21# pad31# pad41# pad51# pad61#:xGetSelectionOwnerReply  ; type1# status1# sequenceNumber1# length1# pad11# pad21# pad31# pad41# pad51# pad61#>;xGrabPointerReply >;xGrabKeyboardReply BOOL  < type1# sameScreen<# sequenceNumber1# length1# root1# child1# rootX5# rootY5# winX5# winY5# mask1# pad11# pad1#<xQueryPointerReply  = type1# pad11# sequenceNumber1# length1# nEvents1# pad21# pad31# pad41# pad51# pad61#<xGetMotionEventsReply  O> type1# sameScreen<# sequenceNumber1# length1# child1# dstX5# dstY5# pad21# pad31# pad41# pad51#=xTranslateCoordsReply  ? type1# revertTo1# sequenceNumber1# length1# focus1# pad11# pad21# pad31# pad41# pad51#k>xGetInputFocusReply JINT32  @ type1# drawDirection1# sequenceNumber1# length1# fontAscent5# fontDescent5# overallAscent5# overallDescent5# overallWidth ?# overallLeft ?# overallRight ?# pad1#,?xQueryTextExtentsReply  @ type1# pad11# sequenceNumber1# length1# nFonts1# pad21# pad31# pad41# pad51# pad61# pad71#8@xListFontsReply  A type1# pad11# sequenceNumber1# length1# nPaths1# pad21# pad31# pad41# pad51# pad61# pad71#@xGetFontPathReply  IB type1# depth1# sequenceNumber1# length1# visual1# pad31# pad41# pad51# pad61# pad71#AxGetImageReply  C type1# pad11# sequenceNumber1# length1# nColormaps1# pad21# pad31# pad41# pad51# pad61# pad71#^BxListInstalledColormapsReply  C type1# pad11# sequenceNumber1# length1# red1# green1# blue1# pad21# pixel1# pad31# pad41# pad51#*CxAllocColorReply  D type1# pad11# sequenceNumber1# length1# pixel1# exactRed1# exactGreen1# exactBlue1# screenRed1# screenGreen1# screenBlue1# pad21# pad31#CxAllocNamedColorReply  E type1# pad11# sequenceNumber1# length1# nPixels1# nMasks1# pad31# pad41# pad51# pad61# pad71#DxAllocColorCellsReply  cF type1# pad11# sequenceNumber1# length1# nPixels1# pad21# redMask1# greenMask1# blueMask1# pad31# pad41#ExAllocColorPlanesReply  &G type1# pad11# sequenceNumber1# length1# nColors1# pad21# pad31# pad41# pad51# pad61# pad71#FxQueryColorsReply  H type1# pad11# sequenceNumber1# length1# exactRed1# exactGreen1# exactBlue1# screenRed1# screenGreen1# screenBlue1# pad31# pad41# pad51#>GxLookupColorReply  H type1# pad11# sequenceNumber1# length1# width1# height1# pad31# pad41# pad51# pad61# pad71#4HxQueryBestSizeReply  I type1# pad11# sequenceNumber1# length1# present<# major_opcode1# first_event1# first_error1# pad31# pad41# pad51# pad61# pad71#HxQueryExtensionReply  J type1# nExtensions1# sequenceNumber1# length1# pad21# pad31# pad41# pad51# pad61# pad71#IxListExtensionsReply  6K type1# success1# sequenceNumber1# length1# pad21# pad31# pad41# pad51# pad61# pad71#JxSetModifierMappingReply  K type1# numKeyPerModifier1# sequenceNumber1# length1# pad11# pad21# pad31# pad41# pad51# pad61#UKxGetModifierMappingReply JxSetPointerMappingReply  L type1# keySymsPerKeyCode1# sequenceNumber1# length1# pad21# pad31# pad41# pad51# pad61# pad71#5LxGetKeyboardMappingReply  M type1# nElts1# sequenceNumber1# length1# pad21# pad31# pad41# pad51# pad61# pad71#LxGetPointerMappingReply  wN type1# pad11# sequenceNumber1# length1# accelNumerator1# accelDenominator1# threshold1# pad21# pad31# pad41# pad51# pad61#MxGetPointerControlReply  mO type1# pad11# sequenceNumber1# length1# timeout1# interval1# preferBlanking<# allowExposures<# pad21# pad31# pad41# pad51# pad61#NxGetScreenSaverReply  0P type1# enabled<# sequenceNumber1# length1# nHosts1# pad11# pad31# pad41# pad51# pad61# pad71#OxListHostsReply  P type1# detail1# sequenceNumber1#Z/KeyButMask  FQ pad001# time1# root1# event1# child1# rootX5# rootY5# eventX5# eventY5# stateP# sameScreen<# pad11# Q pad001# time1# root1# event1# child1# rootX5# rootY5# eventX5# eventY5# stateP# mode1# flags1# NR pad001# window1# mode1# pad11# pad21# pad31#  R pad001# window1# x1# y1# width1# height1# count1# pad21# rS pad001# drawable1# x1# y1# width1# height1# minorEvent1# count1# majorEvent1# pad11# pad21# pad31# S pad001# drawable1# minorEvent1# majorEvent1# bpad1#  &T pad001# window1# state1# pad11# pad21# pad31#  T pad001# parent1# window1# x5# y5# width1# height1# borderWidth1# override<# bpad1# T pad001# event1# window1# `U pad001# event1# window1# fromConfigure<# pad11# pad21# pad31# U pad001# event1# window1# override<# pad11# pad21# pad31# U pad001# parent1# window1# V pad001# event1# window1# parent1# x5# y5# override<# pad11# pad21# pad31# 8W pad001# event1# window1# aboveSibling1# x5# y5# width1# height1# borderWidth1# override<# bpad1# W pad001# parent1# window1# sibling1# x5# y5# width1# height1# borderWidth1# valueMask1# pad11# [X pad001# event1# window1# x5# y5# pad11# pad21# pad31# pad41# X pad001# window1# width1# height1#  Y pad001# event1# window1# parent1# place1# pad11# pad21# pad31# {Y pad001# window1# atom1# time1# state1# pad11# pad21# Y pad001# time1# window1# atom1#  /Z pad001# time1# owner1# requestor1# selection1# target1# property1# Z pad001# time1# requestor1# selection1# target1# property1# [ pad001# window1# colormap1# new<# state1# pad11# pad21# V[ pad001# request1# firstKeyCode1# count1# pad11# [ type1# longs0 ?# longs1 ?# longs2 ?# longs3 ?# longs4 ?# k\ type1# shorts05# shorts15# shorts25# shorts35# shorts45# shorts55# shorts65# shorts75# shorts85# shorts95#signed chark\INT8 z\\ J \ type1# bytes\# \ lV[# s[# b\# ] pad001# window1# u\# _ uFP# keyButtonPointerP# enterLeaveFQ# focusQ# exposeNR# graphicsExposureR# noExposurerS# visibilityS# createNotify&T# destroyNotifyT# unmapNotifyT# mapNotify`U# mapRequestU# reparentU# configureNotifyV# configureRequest8W# gravityW# resizeRequest[X# circulateX# propertyY# selectionClear{Y# selectionRequestY# selectionNotify/Z# colormapZ# mappingNotify[# clientMessage\# _xEvent 6_ u]#_xEvent  b generic5# geom6# tree7# atom,8# atomName8# property9# listPropertiesn:# selection ;# grabPointer;# grabKeyboard;# pointer<# motionEvents=# coordsO># inputFocus?# textExtents@# fonts@# fontPathA# imageIB# colormapsC# allocColorC# allocNamedColorD# colorCellsE# colorPlanescF# colors&G# lookupColorH# bestSizeH# extensionI# extensionsJ# setModifierMapping6K# getModifierMappingK# setPointerMappingL# getKeyboardMappingL# getPointerMappingM# pointerControlwN# screenSavermO# hosts0P# error2# event6_#C_xReply bLb"b'b _XInternalAsync b next45# handlerLb# data#bbb _XLockPtrsb lock_displayb# unlock_displayb#bb_XKeytransb_XDisplayAtoms c_XContextDB!c4c;c c defaultCCCs# clientCmaps# perVisualIntensityMaps#_XIMFiltercccc_XInternalConnectionProcc _XConnectionInfoWd fd# read_callbackc# call_data# watch_datac# nextc#xdcWdxdXConnectionWatchProc d _XConnWatchInfo d fn}d# client_data# nextd#d_XkbInfoRecd_XtransConnInfoe_X11XCBPrivatee-e4eKe JKeReie JDDisplay _FcCharSetweFcCharSete_FcPatterneFcPatterne _XftFont 4f ascent# descent# height# max_advance_width# charsete# patterne#eXftFont 4fFcChar32 _XftFtFile0f nextf# ref# file# id# xsizef# ysizef# matrixRg# lock#( faceFh#,Vfsigned longfFT_F26Dot6fFT_Fixed FT_Matrix_Rg xxg# xyg# yxg# yyg# gFT_MatrixfFT_LongFT_Stringpgsigned intgFT_Intsigned shortgFT_ShortfFT_Pos FT_Bitmap_Size_,h heightg# widthg# sizeg# x_ppemg# y_ppemg# gFT_Bitmap_Size,hxFT_FaceFT_Encoding_njFT_ENCODING_NONEFT_ENCODING_MS_SYMBOLFT_ENCODING_UNICODEҹFT_ENCODING_SJISҩFT_ENCODING_GB2312FT_ENCODING_BIG5ΥFT_ENCODING_WANSUNG܅FT_ENCODING_JOHABнFT_ENCODING_MS_SJISҩFT_ENCODING_MS_GB2312FT_ENCODING_MS_BIG5ΥFT_ENCODING_MS_WANSUNG܅FT_ENCODING_MS_JOHABнFT_ENCODING_ADOBE_STANDARDžFT_ENCODING_ADOBE_EXPERTńFT_ENCODING_ADOBE_CUSTOMÄFT_ENCODING_ADOBE_LATIN_1FT_ENCODING_OLD_LATIN_2FT_ENCODING_APPLE_ROMANɋThFT_EncodingZ/FT_UShort FT_CharMapRec_ j faceFh# encodingnj# platform_idj# encoding_idj# jjFT_CharMapjkG%kkFT_Generic_Finalizer FT_Generic_hk dataG%# finalizerk#5kFT_Generic FT_BBox_k xMing# yMing# xMaxg# yMaxg# ykFT_BBoxFT_LibraryRec_kkFT_LibraryqFT_GlyphSlotFT_UInt FT_Glyph_Metrics_ l widthg# heightg# horiBearingXg# horiBearingYg# horiAdvanceg# vertBearingXg# vertBearingYg# vertAdvanceg#lFT_Glyph_Metrics FT_Vector_m xg# yg#lFT_VectorFT_Glyph_Format_mFT_GLYPH_FORMAT_NONEFT_GLYPH_FORMAT_COMPOSITEڽFT_GLYPH_FORMAT_BITMAP襓FT_GLYPH_FORMAT_OUTLINEFT_GLYPH_FORMAT_PLOTTERޱmFT_Glyph_Format FT_Bitmap_nn rows# width# pitch# bufferm# num_grays"# pixel_mode# palette_mode# paletteG%#mFT_Bitmapm" FT_Outline_n n_contours"# n_points"# points~n# tags# contoursn# flags#nFT_OutlineFT_SubGlyphRec_ ooFT_SubGlyphFT_Slot_InternalRec_5oLoFT_Slot_Internal FT_GlyphSlotRec_q libraryk# faceFh# nextk# reservedl# generichk# metricsl# linearHoriAdvanceg#8 linearVertAdvanceg#< advancem#@ formatm#H bitmapnn#L bitmap_leftg#d bitmap_topg#h outlinen#l num_subglyphsl# subglyphs#o# control_dataG%# control_lenJ# lsb_deltag# rsb_deltag# otherG%# internalQo#ho FT_Size_Metrics_q x_ppemj# y_ppemj# x_scaleg# y_scaleg# ascenderg# descenderg# heightg# max_advanceg#qFT_Size_MetricsFT_Size_InternalRec_qqFT_Size_Internal FT_SizeRec_,Nr faceFh# generichk# metricsq# internalq#(qNrFT_SizeFT_DriverRec_arqrFT_DriverxsFT_MemoryG%rrJrrFT_Alloc_FuncrrG%rrFT_Free_FuncG%srJJG%rsFT_Realloc_Func FT_MemoryRec_xs userG%# allocr# freer# reallocs# *sFT_StreamDesc_s valueJ# pointerG%#}sFT_StreamDesctFT_Stream-ss-m-ssFT_Stream_IoFunctsttFT_Stream_CloseFunc FT_StreamRec_(t basem# size-# pos-# descriptors# pathnames# reads# close$t# memoryr# cursorm# limitm#$>t;uFT_ListNode FT_ListNodeRec_ ;u prevt# nextt# dataG%#t FT_ListRec_nu headt# tailt#@uFT_ListRecFT_Face_InternalRec_uuFT_Face_Internal FT_FaceRec_x num_facesbg# face_indexbg# face_flagsbg# style_flagsbg# num_glyphsbg# family_nameg# style_nameg# num_fixed_sizesg# available_sizesAh# num_charmapsg#$ charmapsk#( generichk#, bboxk#4 units_per_EMj#D ascenderg#F descenderg#H heightg#J max_advance_widthg#L max_advance_heightg#N underline_positiong#P underline_thicknessg#R glyphk#T sizeSr#X charmapj#\ drivervr#` memoryr#d streams#h sizes_listnu#l autohinthk#t extensionsG%#| internalu#uVfXftFtFilexFcBool _XftFontInfoH?y hashGf# file(x# xsizef# ysizef# antialias-x# embolden-x# rgba# lcd_filter# matrixRg# transform-x#0 load_flagsg#4 render-x#8 spacing#< minspace-x#@ char_width#D:xXftFontInfo _XGlyphInfo y widthZ/# heightZ/# x"# y"# xOff"# yOff"# QyXGlyphInfo _XftGlyphz metricsy# bitmapG%# glyph_memory-#yXftGlyphzz _XftUcsHashOz ucs4Gf# glyphl# zXftUcsHashOz-GlyphSet-PictFormat{ red"# redMask"# green"# greenMask"# blue"# blueMask"# alpha"# alphaMask"#zXRenderDirectFormat o{ idtz# type# depth# direct{# colormap\!#!{XRenderPictFormato{ _XftFontInt| public4f# nextBf# hash_nextBf# info?y# ref#h glyphsz#l num_glyphs#p hash_table`z#t hash_value#x rehash_value#| glyphsetez# format{# glyph_memory-# max_glyph_memory-# use_free_glyphs-x#{XftFontInt|_compute_xrender_bitmap_sizeThU}}targetQkslotR "~modeSftbit}UwidthVheightVpitchVnnFT_Render_Mode_"~FT_RENDER_MODE_NORMALFT_RENDER_MODE_LIGHTFT_RENDER_MODE_MONOFT_RENDER_MODE_LCDFT_RENDER_MODE_LCD_VFT_RENDER_MODE_MAX}FT_Render_Mode _fill_xrender_bitmap}Ut}targetkslot "~modebgrftbit}xsrcLinemdstLinemsrc_pitchwidthheightpitchsubpixelhxBB   .|.|x...  x00bytes_xdsttpixdpppxsrcmdsttpix..xsrcmdstt:IIpixB^^x.srcm/dstt0^HHpix4BBBxCsrcmDdsttEpixIXftFontLoadGlyphs^rU} dpyY BfpubZ -xneed_bitmaps[ glyphs\ nglyph]info_font|`erroraglyphindexlbglyphslotkcxftgzdglyphebufLocalfbufBitmapmgbufSizehsizeiwidthjheightkleftlrightltoplbottomlftbit}mlocalnnnvectormofaceFhpmode"~qG 5r r T t t xcyc    ( ( ( ; ; adjust     adjust&&xOyOlinemPfdenЊZ\n=n=linemicl}_XftDisplayInfo, next# display# codesU.# defaultse# hasRender-x# fontsBf# solidFormat{# glyph_memory-# max_glyph_memory-# use_free_glyphs-x#$ num_unref_fonts#( max_unref_fonts#, colors_#0 fontHashq# redZ/# greenZ/# blueZ/# alphaZ/#XRenderColor-Picture _XftSolidColorK color# screen# pict#  XftSolidColorKq JBf J~XftDisplayInfoFT_Error-Glyphˊ!J ˊ JXftFontUnloadGlyphsU׋ dpy Bfpub ܋glyphs nglyphinfofont|xftgzglyphindexlglyphBufnusedl׋!J"XftFontCheckGlyphU-xˌ dpy  Bfpub  -xneed_bitmaps  lglyph ˌmissing 2nmissingfont|xftgznl"XftCharExists7U-x' dpy4 Bfpub5 Gfucs46"XftCharIndexCeUlҍ dpy@ BfpubA Gfucs4Bfont|DentGfEoffsetGfEfaceFhF_XftFontUncacheGlyphmU~ dpyl Bfpubl font|nglyph_memory-oglyphindexlpxftgzq_XftFontManageMemoryUݎ dpy Bfpub font|FT_LibraryRec_ݎFT_LcdFilter_wFT_LCD_FILTER_NONEFT_LCD_FILTER_DEFAULTFT_LCD_FILTER_LIGHTFT_LCD_FILTER_LEGACYFT_LCD_FILTER_MAX#FT_Library_SetLcdFilter-$XftSwapCARD32Ώ%XftNativeByteOrder$XftMemFree $XftMemAlloc)$_XftDisplayManageMemoryPD#_XftDisplayInfoGetP%XftDebugu#FcFreeTypeCharIndexlÐle$XftUnlockFaceÐe#XftLockFaceFh - $XRenderFreeGlyphsC--CQyMW$XRenderAddGlyphs-HR\$XRenderFreeGlyphSetǑ-D!{̑#XRenderCreateGlyphSetezǑёwe#FcCharSetHasChar-x7 #__posix_ttyname_rf#__posix_getlogin_r#_xmknodʒ--ϒ#_lxstatʒԒ#_xstat1#_fxstat[1lg`$FT_Vector_Transform[eho#FT_Render_Glyph}u#FT_Load_GlyphgJ#__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Ĕɔ#memsetG%G%G%?%!&#memcpyG%T+%rand#mallocG%|$freeG%&printf'  /var/tmp/libXft-2.3.0/src/usr/include/sys/usr/include/usr/local/include/X11../include/X11/Xft/usr/local/include/fontconfig/usr/local/include/freetype2/freetype/usr/local/include/X11/extensions/usr/include/isoxftglyphs.cstat_impl.hstat.htypes.hstdlib.hstdio.htime_impl.hXlibint.hXlib.hX.hXproto.hXmd.hXft.hfontconfig.hxftint.hfttypes.hfreetype.hftimage.hftsystem.hXrender.hrender.hftlcdfil.htime_iso.h  &; F[ f %    {  &3 @I R [ g lt          Z4)= F O Y c           .= ` m}||    } |0 < J ^       y{* > _dp   wz.4 : Iy wz   < Hw^z   wzD~x             & ( 4 vG r             8 @ H T  t       - X n       r$ @ O a p         ( ; R ` l ~         ! = E L\ k z         ,9 H^ v     &5 C f     j~ p     * 9 Fg lz        G M \ n |       = d  z  @K d o       }5E V d        # 1 ? \ i         aC!\            * 4 C L _ i          $ 4 ; P e ~              $ / ;jP` v|        % 4 < G V n     q      !o     DD%. : ; @ ' ID I: ;  $> &II7II: I  !I/  :  I8 . : ; @ ' D 4I : ;  ' ID I' D  :  :  :  : < ' ID 5II ' D  : (  4I : ; .?  : ;@ ' D  I: ; !!I/".?  : ;@ ' ID #.? < ' ID $.? < ' D %.? < ' ID &.? < ' ID 'yXftFontLoadGlyphsXftFontUnloadGlyphsXftFontCheckGlyphЌXftCharExists'XftCharIndexҍ_XftFontUncacheGlyph~_XftFontManageMemorystatlstatfstatmknodp_XftFontValidateMemory|_compute_xrender_bitmap_size7~_fill_xrender_bitmap>dev_tcino_tomode_t|nlink_tuid_tgid_toff_ttime_ttimespectimestruc_tblksize_tblkcnt_tOstatXPointer_XExtDataXExtDataFreeFuncTypeKeyCode4XModifierKeymapeFreeModmapTypez_XFreeFuncs:XID9ScreenFormatVWindowcXAnyEventTimeXKeyEventXButtonEventXMotionEventXCrossingEventNXFocusChangeEventfXExposeEventDrawableXGraphicsExposeEventsXNoExposeEventXVisibilityEventXCreateWindowEventEXDestroyWindowEvent_XUnmapEventjXMapEventzXMapRequestEventXReparentEvent~XConfigureEvent XGravityEvent XResizeRequestEventXConfigureRequestEventXCirculateEvent-XCirculateRequestEventAtomFXPropertyEvent[XSelectionClearEvent XSelectionRequestEvent F!XSelectionEvent\!Colormapk!!XColormapEvent="c""XClientMessageEvent##XMappingEvent#$$XErrorEventG$$XKeymapEvent$+%XGenericEventL%%XGenericEventCookie%_XEvent(XEvent(_XSQEvent(VisualID ))Visual))Depth)GContext *Pixmap*Font"*+XGCValues+_XGCS,GC\,-Screen-KeySym-E.XExtCodesz.CreateGCType.CopyGCType.FlushGCType/FreeGCType!/E/XFontPropl//XCharStruct/'1XFontStruct^1CreateFontType1FreeFontType1CloseDisplayType1BYTE1CARD161CARD321CARD8 22xError3ErrorTypeB3ErrorStringTypey3PrintErrorType3BeforeFlushType3_XExten955xGenericReply5INT1656xGetGeometryReply67xQueryTreeReply7,8xInternAtomReplyC88xGetAtomNameReply99xGetPropertyReply9n:xListPropertiesReply: ;xGetSelectionOwnerReply>;;xGrabPointerReply;xGrabKeyboardReply<BOOL<<xQueryPointerReply<=xGetMotionEventsReply=O>xTranslateCoordsReplyk>?xGetInputFocusReply ?INT32,?@xQueryTextExtentsReply8@@xListFontsReply@AxGetFontPathReplyAIBxGetImageReply^BCxListInstalledColormapsReply*CCxAllocColorReplyCDxAllocNamedColorReplyDExAllocColorCellsReplyEcFxAllocColorPlanesReplyF&GxQueryColorsReply>GHxLookupColorReply4HHxQueryBestSizeReplyHIxQueryExtensionReplyIJxListExtensionsReplyJ6KxSetModifierMappingReplyUKKxGetModifierMappingReplyLxSetPointerMappingReply5LLxGetKeyboardMappingReplyLMxGetPointerMappingReplyMwNxGetPointerControlReplyNmOxGetScreenSaverReplyO0PxListHostsReplyFPPKeyButMaskPFQQNRRrSS&TTT`UUUV8WW[XXY{YY/ZZ[V[[z\INT8\\\]__xEvent6_xEventC_bxReplyQb_XInternalAsyncb_XLockPtrsEcc_XInternalConnectionProcc_XConnectionInfo}dXConnectionWatchProcd_XConnWatchInfoD_XDisplayieDisplayeFcCharSeteFcPatterne_XftFont4fXftFontGfFcChar32fFT_F26Dot6gFT_FixedgFT_Matrix_RgFT_MatrixbgFT_LongpgFT_StringgFT_IntgFT_ShortgFT_PosgFT_Bitmap_Size_,hFT_Bitmap_SizeThFT_Encoding_njFT_EncodingjFT_UShortjFT_CharMapRec_jFT_CharMapkFT_Generic_Finalizer5kFT_Generic_hkFT_GenericykFT_BBox_kFT_BBoxkFT_LibrarylFT_UIntlFT_Glyph_Metrics_lFT_Glyph_MetricslFT_Vector_mFT_VectormFT_Glyph_Format_mFT_Glyph_FormatmFT_Bitmap_nnFT_BitmapnFT_Outline_nFT_Outline#oFT_SubGlyphQoFT_Slot_InternalhoFT_GlyphSlotRec_kFT_GlyphSlotqFT_Size_Metrics_qFT_Size_MetricsqFT_Size_InternalqFT_SizeRec_SrFT_SizevrFT_DriverrFT_Alloc_FuncrFT_Free_FuncsFT_Realloc_Func*sFT_MemoryRec_rFT_Memory}sFT_StreamDesc_sFT_StreamDescsFT_Stream_IoFunc$tFT_Stream_CloseFunc>tFT_StreamRec_sFT_StreamtFT_ListNodeRec_tFT_ListNode@uFT_ListRec_nuFT_ListRecuFT_Face_InternaluFT_FaceRec_FhFT_FaceVf_XftFtFilexXftFtFile-xFcBool:x_XftFontInfo?yXftFontInfoQy_XGlyphInfoyXGlyphInfoy_XftGlyphzXftGlyph z_XftUcsHashOzXftUcsHashezGlyphSettzPictFormatz{XRenderDirectFormat!{o{XRenderPictFormat{_XftFontInt|XftFontInt}FT_Render_Mode_"~FT_Render_ModeXRenderColorPicture _XftSolidColorKXftSolidColor_XftDisplayInfoXftDisplayInfoFT_ErrorGlyphFT_LcdFilter_!tmden  @ `( H'(789: ; < = > ?@GOW_fm  (;IZh|!8epo %:1Qy 0hlptx|W7 !C  " # $ %. % &! "L Q 3'O#U$&" "^c()*+,-6.U)""O(]/rvz~ 1((2}1)46r5!8/:;"H"bg0""ch9="&||P~ T~~~lpuy~  (,15TX]afjosx|Ā  TX]afj*.37<@EINRW[тՂڂނ8<AEJN KOTX]afjosx|ņʆΆӆ׆܆  $)-26tx}ɇ͇҇ևۇ߇ AEJNSW0 35:7>9<'4;IV]kx$,4<DNV^hrz $0:BJRZblt|&0:BLT\dlt~ $.6@JT^fpx &08BJRZbjrz &.6@JT\dlt|    $ , 6 > F P X ` h p x                    " * 2 < D L V ^ h p z                    ( 2 < D L T \ d l v ~                    & . 6 > F N X b l t ~                 0 " * 4 < D L T \ d l t |                3$,4<DLT\dlt|57 (08@HPX`hpx9 (0:BJRZbjrz<4 !!! "!+"4(@$LZjk{R |\ \l  |       xftinit.o/ 1332986115 0 0 100644 10676 ` ELF%4(.strtab.text.bss.data.rodata.rodata1.comment.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.debug_varnames.symtabxftinit.cstatlstatfstatmknodBbss.bssDdata.dataDrodata.rodata_xstat_lxstat_fxstat_xmknodXftInit.XAKgoyLCE8cPUEd._XftConfigInitializedFcInit_XftNameInitXftGetVersionXftMemReportprintf.XAKgoyLCE8cPUEd.XftInUse.XAKgoyLCE8cPUEd.XftFreeMem.XAKgoyLCE8cPUEd.XftFreeCount.XAKgoyLCE8cPUEd.XftAllocMem.XAKgoyLCE8cPUEd.XftAllocCount.XAKgoyLCE8cPUEd.XftAllocNotify.XAKgoyLCE8cPUEd.XftFreeNotifyXftMemAllocXftDebug.XAKgoyLCE8cPUEd.XftMemNoticeXftMemFree.rel.text.rel.data.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_funcnames.rel.debug_typenames.rel.debug_varnamesUE PEPj EEUE PEPj EEUE PEPj EEUjjEPE PEPjEEÐUt E/u EEEÐUELOEÐU4]ԉuЉ}jhjhjh<EEEE؉EEEEEE}]UP PPEU苄PEU؋PhhE@EEvPPPPh|hh]ԋuЋ}ÐU%twUEE@U@BUEEPU EP@E E ;~ÐU%twU EE@U@BUEEPU EP@E E ;~Xft Memory Usage: Which Alloc Free count bytes count bytes %8.8s%8d%8d%8d%8d TotalXftDrawXftFontXftFtFileXftGlyph@(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 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@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 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@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 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@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMIacomp: Sun C 5.11 SunOS_i386 145355-01 2010/10/11as: Sun Compiler Common 12.2 SunOS_i386 2010/08/13 xftinit.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c xftinit.c -W0,-xp.XAKgoyLCE8cPUEd.Xa;g;R=Sun C 5.11 SunOS_i386 145355-01 2010/10/11;G=.XAKgoyLCE8cPUEd.;backend;raw;cd;DBG_GEN 5.3.0statx U  $_pathr_bufr intcharunsigned long)dev_tlong F _ F)ino_t)mode_t)nlink_tFuid_tFgid_t F FFoff_tFtime_t timespec tv_sec# tv_nsecF#timestruc_tFblksize_tFblkcnt_t : F F K F stat| st_dev:# st_pad1N# st_ino_# st_modek# st_nlinkx# st_uid# st_gid# st_rdev:#$ st_pad2#( st_size#0 st_pad3F#4 st_atim#8 st_mtim#@ st_ctim#H st_blksize #P st_blocks#T st_fstype)#X st_pad4:#hK|lstat@U _path_buf |fstat`U  _fd|_buf mknodU bg_pathk_mode :_devb XftInitU configXftGetVersion)U 4 name# alloc_count # alloc_mem # free_count # free_mem # PE FXftInUse43 XftMemNotice\=XftMemReportC"Ui DB XftMemAllocWU kindV sizeV XftMemFreefNU< kinde sizee XftFreeNotify ?XftAllocNotify ?XftFreeMem ;XftFreeCount ;XftAllocMem :XftAllocCount :_XftConfigInitialized _XftNameInitXftDebug  FcBoolFcInit'unsigned__posix_ttyname_r  DI__posix_getlogin_r D  _xmknod )) _lxstat  | ! _xstat O  & | _fxstat y O  |Fy __posix_ctime_rD ~ D tm$ D tm_sec # tm_min # tm_hour # tm_mday # tm_mon # tm_year # tm_wday # tm_yday # tm_isdst #  D I D__posix_asctime_rD N S   printf   /var/tmp/libXft-2.3.0/src/usr/include/sys/usr/include/usr/local/include/fontconfig/usr/include/isoxftinit.cstat_impl.hstat.htypes.hstdlib.hstdio.htime_impl.hfontconfig.htime_iso.h &; F[ f        )  - < O|    6E d            - : G L  DD%. : ; @ ' ID I: ;  $> &II7II: I  !I/  :  I8 .?  : ; @ ' ID .?  : ; @ ' ID  4I : ;  .?  : ; @ ' D D D .? < ' D .? < ' ID .? < ' ID I.? < ' ID \ lXftInitXftGetVersion|XftMemReportXftMemAllocXftMemFree5 statlstatfstatmknod :dev_t_ino_tkmode_txnlink_tuid_tgid_toff_ttime_ttimespectimestruc_t blksize_tblkcnt_tKstat'FcBool tm EXftInUseaXftMemNotice<XftFreeNotifyXXftAllocNotifyuXftFreeMemXftFreeCountXftAllocMemXftAllocCount_XftConfigInitialized  @ `(      MCJWe"ryP  )H0T]{1Qy  ! & 0 5 !!!!!  "#$%   &'7)P!o!%%$$&&&*)!!##!")".'6';'A*H  ( < "y}X!x*( +T'q&"#$%"0=DR_ft $.8@HU(\hpx+4  @NP"+4 @*L,iZ`j9{. `! #  0# $  %  %  %  % xftlist.o/ 1332986115 0 0 100644 37268 ` ELFp4(.strtab.text.bss.data.rodata.comment.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.symtabxftlist.cstatlstatfstatmknodBbss.bssDdata.dataDrodata.rodata_xstat_lxstat_fxstat_xmknodXftListFontsPatternObjectsFcFontListXftListFontsFcPatternCreateFcPatternAddFcPatternDestroyFcObjectSetCreateFcObjectSetAddFcObjectSetDestroy.rel.text.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_funcnames.rel.debug_typenamesUE PEPj EEUE PEPj EEUE PEPj EEUjjEPE PEPjEEÐUEPEPj EEU,EEEEuEEuBE@EEEEu E@EԋEEE@E؋EEUBE؋BE܋EEE@E؋EEsE@E؋EE_E@E؋EEKE@E؋EE7E@E؋EE#E@E؋EEEԃw$juuuԋEPEPuEEjEPEE@EEEEEEufEEEt4EPEPu#E@EEEEűEEEuEtjEPjjEPEPE PEPEjEPjEPEEE 8Xl@(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 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@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 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@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 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@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMIacomp: Sun C 5.11 SunOS_i386 145355-01 2010/10/11as: Sun Compiler Common 12.2 SunOS_i386 2010/08/13mxftlist.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c xftlist.c -W0,-xp.XAKgoyLDE8cPESd.Xa;g;R=Sun C 5.11 SunOS_i386 145355-01 2010/10/11;G=.XAKgoyLDE8cPESd.;backend;raw;cd;DBG_GEN 5.3.0statx U  $_pathr_bufr intcharunsigned long)dev_tlong F _ F)ino_t)mode_t)nlink_tFuid_tFgid_t F FFoff_tFtime_t timespec tv_sec# tv_nsecF#timestruc_tFblksize_tFblkcnt_t : F F K F stat| st_dev:# st_pad1N# st_ino_# st_modek# st_nlinkx# st_uid# st_gid# st_rdev:#$ st_pad2#( st_size#0 st_pad3F#4 st_atim#8 st_mtim#@ st_ctim#H st_blksize #P st_blocks#T st_fstype)#X st_pad4:#hK|lstat@U _path_buf |fstat`U  _fd|_buf mknodU bg_pathk_mode :_devb XftListFontsPatternObjectsUSdpy screen patternfos_FcPatternFcPattern _FcFontSet C nfont # sfont # fonts#FcFontSetC _XExtData  number # next# free_private# private_data# X XPointer XXExtData eFreeFuncType unsigned charKeyCode . s max_keypermod # modifiermap<#AXModifierKeymap s FreeModmapType _XFreeFuncs$ t atoms # modifiermap# key_bindings # context_db # defaultCCCs # clientCmaps # intensityMaps # im_filters # xkb # )XID _XDisplayD  ext_data# free_funcst# fd # conn_checker # proto_major_version # proto_minor_version # vendor# resource_basey# resource_masky# resource_idy#$ resource_shift #( resource_alloc #, byte_order #0 bitmap_unit #4 bitmap_pad #8 bitmap_bit_order #< nformats #@ pixmap_format#D vnumber #H release #L head#P tail#T qlen #X last_request_read)#\ request)#` last_req#d buffer#h bufptr#l bufmax#p max_request_size#t db))#x synchandler5)#| display_name# default_screen # nscreens # screens .# motion_buffer)# flags.# min_keycode # max_keycode # keysyms#.# modifiermap# keysyms_per_keycode # xdefaults# scratch_buffer# scratch_length)# ext_number # ext_procs(.# event_vec15# wire_vecO5# lock_meaning.# lockn5# async_handlerss5# bigreq_size)# lock_fns+c# idlist_alloc3c# key_bindingsEc# cursor_fontV*# atoms[c# mode_switch# num_lock# context_dbnc# error_vecc# cmsc# im_filtersc# qfree# next_event_serial_num)# flushes(.# im_fd_info%d# im_fd_length # conn_watchersd# watcher_count # filedes# savedsynchandler'e# resource_maxy# xcmisc_opcode # xkb_info:e# trans_connQe# xcbge# next_cookie# generic_event_vecxe# generic_event_copy_vece# cookiejar%#y   x ext_data# depth # bits_per_pixel # scanline_pad # %ScreenFormat x()Window   type # serial)# send_event # display# window#XAnyEvent )Time unsigned<  type # serial)# send_event # display# window# root# subwindow# time# x # y #$ x_root #( y_root #, state#0 keycode#4 same_screen #8XKeyEvent <  type # serial)# send_event # display# window# root# subwindow# time# x # y #$ x_root #( y_root #, state#0 button#4 same_screen #8XButtonEvent <  type # serial)# send_event # display# window# root# subwindow# time# x # y #$ x_root #( y_root #, state#0 is_hint#4 same_screen #8 XMotionEvent D  type # serial)# send_event # display# window# root# subwindow# time# x # y #$ x_root #( y_root #, mode #0 detail #4 same_screen #8 focus #< state#@XCrossingEvent   type # serial)# send_event # display# window# mode # detail #XFocusChangeEvent ( : type # serial)# send_event # display# window# x # y # width # height # count #$XExposeEvent )Drawable 0  type # serial)# send_event # display# drawableM# x # y # width # height # count #$ major_code #( minor_code #,\XGraphicsExposeEvent   type # serial)# send_event # display# drawableM# major_code # minor_code #4XNoExposeEvent  + type # serial)# send_event # display# window# state #XVisibilityEvent 0  type # serial)# send_event # display# parent# window# x # y # width # height #$ border_width #( override_redirect #,BXCreateWindowEvent   type # serial)# send_event # display# event# window# XDestroyWindowEvent   type # serial)# send_event # display# event# window# from_configure #XUnmapEvent   type # serial)# send_event # display# event# window# override_redirect #+XMapEvent   type # serial)# send_event # display# parent# window#XMapRequestEvent (  type # serial)# send_event # display# event# window# parent# x # y # override_redirect #$5XReparentEvent 4  type # serial)# send_event # display# event# window# x # y # width # height #$ border_width #( above#, override_redirect #0XConfigureEvent  K type # serial)# send_event # display# event# window# x # y #XGravityEvent   type # serial)# send_event # display# window# width # height #_XResizeRequestEvent 8  type # serial)# send_event # display# parent# window# x # y # width # height #$ border_width #( above#, detail #0 value_mask)#4XConfigureRequestEvent  V type # serial)# send_event # display# event# window# place #XCirculateEvent   type # serial)# send_event # display# parent# window# place #lXCirculateRequestEvent )Atom   type # serial)# send_event # display# window# atom# time# state #XPropertyEvent   type # serial)# send_event # display# window# selection# time#XSelectionClearEvent ( type # serial)# send_event # display# owner# requestor# selection# target# property# time#$* XSelectionRequestEvent $ ! type # serial)# send_event # display# requestor# selection# target# property# time#  XSelectionEvent )Colormap  +" type # serial)# send_event # display# window# colormap!# new # state #!XColormapEvent Q" Fshort Q"k" F F|" F " b@"# sZ"# lk"#0 )# type # serial)# send_event # display# window# message_type# format # data|"#"XClientMessageEvent  # type # serial)# send_event # display# window# request # first_keycode # count #C#XMappingEvent  c$ type # display# resourceidy# serial)# error_code# request_code# minor_code##XErrorEvent  $ F4 $ type # serial)# send_event # display# window# key_vectoru$#$XKeymapEvent  j% type # serial)# send_event # display# extension # evtype #%XGenericEvent void~% & type # serial)# send_event # display# extension # evtype # cookie# data%#%XGenericEventCookie F`:& F_XEvent` ( type # xany# xkey# xbutton# xmotion# xcrossing# xfocus# xexpose:# xgraphicsexpose# xnoexpose# xvisibility+# xcreatewindow# xdestroywindow# xunmap# xmap# xmaprequest# xreparent# xconfigure# xgravityK# xresizerequest# xconfigurerequest# xcirculateV# xcirculaterequest# xproperty# xselectionclear # xselectionrequest # xselection!# xcolormap+"# xclient)## xmapping## xerrorc$# xkeymap$# xgenericj%# xcookie&# pad)&#:&XEvent _XSQEventh ) next# event(# qserial_num)#d_XrmHashBucketRec) .))VisualID  ) ext_data# visualid:)# class # red_mask)# green_mask)# blue_mask)# bits_per_rgb # map_entries #I)Visual ) )* depth # nvisuals # visuals)#)Depth )*)GContext )Pixmap )Font \ , function # plane_mask)# foreground)# background)# line_width # line_style # cap_style # join_style # fill_style # fill_rule #$ arc_mode #( tileI*#, stippleI*#0 ts_x_origin #4 ts_y_origin #8 fontV*#< subwindow_mode #@ graphics_exposures #D clip_x_origin #H clip_y_origin #L clip_maskI*#P dash_offset #T dashes#Xa*XGCValues _XGCp , ext_data# gid:*# rects # dashes # dirty)# values,#),,GC P - ext_data# display # root# width # height # mwidth # mheight # ndepths # depths5*# root_depth #$ root_visual)#( default_gc,#, cmap!#0 white_pixel)#4 black_pixel)#8 max_maps #< min_maps #@ backing_store #D save_unders #H root_input_maskF#L,Screen -))KeySym .4 . extension # major_opcode # first_event # first_error # -.XExtCodes . .,...CreateGCType  .,...CopyGCType  /,../FlushGCType  J/,.//J/FreeGCType  / name# card32)#`/XFontProp /unsigned short 0 lbearingQ"# rbearingQ"# widthQ"# ascentQ"# descentQ"# attributes/# /XCharStruct 0P f1 ext_data# fidV*# direction# min_char_or_byte2# max_char_or_byte2# min_byte1# max_byte1# all_chars_exist # default_char# n_properties #$ properties/#( min_bounds0#, max_bounds0#8 per_char'0#D ascent #H descent #L,0XFontStruct f1 1x1.}11CreateFontType  1x1.11FreeFontType  1.11CloseDisplayType BYTE /CARD16 )CARD32 CARD8  3 type2# errorCode2# sequenceNumber"2# resourceID/2# minorCode"2# majorCode<2# pad12# pad3/2# pad4/2# pad5/2# pad6/2# pad7/2#H2xError  3  B33.3"3B3ErrorType |3 . W3|3ErrorStringType c$33%33PrintErrorType 33.3F33BeforeFlushType _XExtenH %5 next(.# codes.# create_GC.# copy_GC.# flush_GC/# free_GCO/# create_Font1#$ free_Font1#( close_display2#, errorG3#0 error_string3#4 name#8 error_values3#< before_flush3#@ next_flush(.#D %5,5C5 F C5J5a5 F_XLockInfoa5b 6 type2# data12# sequenceNumber"2# length/2# data00/2# data01/2# data02/2# data03/2# data04/2# data05/2#x5xGenericReply Q"INT16  6 type2# depth<2# sequenceNumber"2# length/2# root/2# x/6# y/6# width"2# height"2# borderWidth"2# pad1"2# pad2/2# pad3/2#;6xGetGeometryReply  7 type2# pad12# sequenceNumber"2# length/2# root/2# parent/2# nChildren"2# pad2"2# pad3/2# pad4/2# pad5/2#7xQueryTreeReply  k8 type2# pad12# sequenceNumber"2# length/2# atom/2# pad2/2# pad3/2# pad4/2# pad5/2# pad6/2#7xInternAtomReply  +9 type2# pad12# sequenceNumber"2# length/2# nameLength"2# pad2"2# pad3/2# pad4/2# pad5/2# pad6/2# pad7/2#8xGetAtomNameReply  9 type2# format<2# sequenceNumber"2# length/2# propertyType/2# bytesAfter/2# nItems/2# pad1/2# pad2/2# pad3/2#C9xGetPropertyReply  : type2# pad12# sequenceNumber"2# length/2# nProperties"2# pad2"2# pad3/2# pad4/2# pad5/2# pad6/2# pad7/2#:xListPropertiesReply  _; type2# pad12# sequenceNumber"2# length/2# owner/2# pad2/2# pad3/2# pad4/2# pad5/2# pad6/2#:xGetSelectionOwnerReply  < type2# status2# sequenceNumber"2# length/2# pad1/2# pad2/2# pad3/2# pad4/2# pad5/2# pad6/2#};xGrabPointerReply };xGrabKeyboardReply BOOL  = type2# sameScreenF<# sequenceNumber"2# length/2# root/2# child/2# rootX/6# rootY/6# winX/6# winY/6# mask"2# pad1"2# pad/2#Q<xQueryPointerReply  = type2# pad12# sequenceNumber"2# length/2# nEvents/2# pad2/2# pad3/2# pad4/2# pad5/2# pad6/2#/=xGetMotionEventsReply  > type2# sameScreenF<# sequenceNumber"2# length/2# child/2# dstX/6# dstY/6# pad2/2# pad3/2# pad4/2# pad5/2#=xTranslateCoordsReply  E? type2# revertTo<2# sequenceNumber"2# length/2# focus/2# pad1/2# pad2/2# pad3/2# pad4/2# pad5/2#>xGetInputFocusReply FINT32  Z@ type2# drawDirection<2# sequenceNumber"2# length/2# fontAscent/6# fontDescent/6# overallAscent/6# overallDescent/6# overallWidth_?# overallLeft_?# overallRight_?# pad/2#k?xQueryTextExtentsReply  A type2# pad12# sequenceNumber"2# length/2# nFonts"2# pad2"2# pad3/2# pad4/2# pad5/2# pad6/2# pad7/2#w@xListFontsReply  A type2# pad12# sequenceNumber"2# length/2# nPaths"2# pad2"2# pad3/2# pad4/2# pad5/2# pad6/2# pad7/2#2AxGetFontPathReply  B type2# depth<2# sequenceNumber"2# length/2# visual/2# pad3/2# pad4/2# pad5/2# pad6/2# pad7/2#AxGetImageReply  FC type2# pad12# sequenceNumber"2# length/2# nColormaps"2# pad2"2# pad3/2# pad4/2# pad5/2# pad6/2# pad7/2#BxListInstalledColormapsReply  D type2# pad12# sequenceNumber"2# length/2# red"2# green"2# blue"2# pad2"2# pixel/2# pad3/2# pad4/2# pad5/2#iCxAllocColorReply  E type2# pad12# sequenceNumber"2# length/2# pixel/2# exactRed"2# exactGreen"2# exactBlue"2# screenRed"2# screenGreen"2# screenBlue"2# pad2/2# pad3/2#1DxAllocNamedColorReply  E type2# pad12# sequenceNumber"2# length/2# nPixels"2# nMasks"2# pad3/2# pad4/2# pad5/2# pad6/2# pad7/2#,ExAllocColorCellsReply  F type2# pad12# sequenceNumber"2# length/2# nPixels"2# pad2"2# redMask/2# greenMask/2# blueMask/2# pad3/2# pad4/2#ExAllocColorPlanesReply  eG type2# pad12# sequenceNumber"2# length/2# nColors"2# pad2"2# pad3/2# pad4/2# pad5/2# pad6/2# pad7/2#FxQueryColorsReply  [H type2# pad12# sequenceNumber"2# length/2# exactRed"2# exactGreen"2# exactBlue"2# screenRed"2# screenGreen"2# screenBlue"2# pad3/2# pad4/2# pad5/2#}GxLookupColorReply  I type2# pad12# sequenceNumber"2# length/2# width"2# height"2# pad3/2# pad4/2# pad5/2# pad6/2# pad7/2#sHxQueryBestSizeReply  J type2# pad12# sequenceNumber"2# length/2# presentF<# major_opcode<2# first_event<2# first_error<2# pad3/2# pad4/2# pad5/2# pad6/2# pad7/2#3IxQueryExtensionReply  J type2# nExtensions<2# sequenceNumber"2# length/2# pad2/2# pad3/2# pad4/2# pad5/2# pad6/2# pad7/2#$JxListExtensionsReply  uK type2# success<2# sequenceNumber"2# length/2# pad2/2# pad3/2# pad4/2# pad5/2# pad6/2# pad7/2#JxSetModifierMappingReply  7L type2# numKeyPerModifier<2# sequenceNumber"2# length/2# pad1/2# pad2/2# pad3/2# pad4/2# pad5/2# pad6/2#KxGetModifierMappingReply JxSetPointerMappingReply  M type2# keySymsPerKeyCode<2# sequenceNumber"2# length/2# pad2/2# pad3/2# pad4/2# pad5/2# pad6/2# pad7/2#tLxGetKeyboardMappingReply  M type2# nElts<2# sequenceNumber"2# length/2# pad2/2# pad3/2# pad4/2# pad5/2# pad6/2# pad7/2#6MxGetPointerMappingReply  N type2# pad12# sequenceNumber"2# length/2# accelNumerator"2# accelDenominator"2# threshold"2# pad2"2# pad3/2# pad4/2# pad5/2# pad6/2#MxGetPointerControlReply  O type2# pad12# sequenceNumber"2# length/2# timeout"2# interval"2# preferBlankingF<# allowExposuresF<# pad2"2# pad3/2# pad4/2# pad5/2# pad6/2#NxGetScreenSaverReply  oP type2# enabledF<# sequenceNumber"2# length/2# nHosts"2# pad1"2# pad3/2# pad4/2# pad5/2# pad6/2# pad7/2#OxListHostsReply  P type2# detail2# sequenceNumber"2#/KeyButMask  Q pad00/2# time/2# root/2# event/2# child/2# rootX/6# rootY/6# eventX/6# eventY/6# stateP# sameScreenF<# pad12# 4R pad00/2# time/2# root/2# event/2# child/2# rootX/6# rootY/6# eventX/6# eventY/6# stateP# mode2# flags2# R pad00/2# window/2# mode2# pad12# pad22# pad32#  R pad00/2# window/2# x"2# y"2# width"2# height"2# count"2# pad2"2# S pad00/2# drawable/2# x"2# y"2# width"2# height"2# minorEvent"2# count"2# majorEvent2# pad12# pad22# pad32# T pad00/2# drawable/2# minorEvent"2# majorEvent2# bpad2#  eT pad00/2# window/2# state<2# pad12# pad22# pad32#  T pad00/2# parent/2# window/2# x/6# y/6# width"2# height"2# borderWidth"2# overrideF<# bpad2# /U pad00/2# event/2# window/2# U pad00/2# event/2# window/2# fromConfigureF<# pad12# pad22# pad32# V pad00/2# event/2# window/2# overrideF<# pad12# pad22# pad32# >V pad00/2# parent/2# window/2# V pad00/2# event/2# window/2# parent/2# x/6# y/6# overrideF<# pad12# pad22# pad32# wW pad00/2# event/2# window/2# aboveSibling/2# x/6# y/6# width"2# height"2# borderWidth"2# overrideF<# bpad2# X pad00/2# parent/2# window/2# sibling/2# x/6# y/6# width"2# height"2# borderWidth"2# valueMask"2# pad1/2# X pad00/2# event/2# window/2# x/6# y/6# pad1/2# pad2/2# pad3/2# pad4/2# X pad00/2# window/2# width"2# height"2#  SY pad00/2# event/2# window/2# parent/2# place2# pad12# pad22# pad32# Y pad00/2# window/2# atom/2# time/2# state2# pad12# pad2"2# Y pad00/2# time/2# window/2# atom/2#  nZ pad00/2# time/2# owner/2# requestor/2# selection/2# target/2# property/2# Z pad00/2# time/2# requestor/2# selection/2# target/2# property/2# ?[ pad00/2# window/2# colormap/2# newF<# state2# pad12# pad22# [ pad00/2# request<2# firstKeyCode<2# count<2# pad12# [ type/2# longs0_?# longs1_?# longs2_?# longs3_?# longs4_?# \ type/2# shorts0/6# shorts1/6# shorts2/6# shorts3/6# shorts4/6# shorts5/6# shorts6/6# shorts7/6# shorts8/6# shorts9/6#signed char\INT8 \\ F \ type/2# bytes\# ] l[# s[# b\# M] pad00/2# window/2# u\# [_ uP# keyButtonPointerP# enterLeaveQ# focus4R# exposeR# graphicsExposureR# noExposureS# visibility T# createNotifyeT# destroyNotifyT# unmapNotify/U# mapNotifyU# mapRequest V# reparent>V# configureNotifyV# configureRequestwW# gravityX# resizeRequestX# circulateX# propertySY# selectionClearY# selectionRequestY# selectionNotifynZ# colormapZ# mappingNotify?[# clientMessage]# _xEvent u_ uM]#[_xEvent  Tb generic6# geom6# tree7# atomk8# atomName+9# property9# listProperties:# selection_;# grabPointer<# grabKeyboard-<# pointer=# motionEvents=# coords># inputFocusE?# textExtentsZ@# fontsA# fontPathA# imageB# colormapsFC# allocColorD# allocNamedColorE# colorCellsE# colorPlanesF# colorseG# lookupColor[H# bestSizeI# extension J# extensionsJ# setModifierMappinguK# getModifierMapping7L# setPointerMappingVL# getKeyboardMappingM# getPointerMappingM# pointerControlN# screenSaverO# hostsoP# error 3# eventu_#_xReply Tb bab fb _XInternalAsync b nexts5# handlerb# data#bbb _XLockPtrs +c lock_displayb# unlock_displayb#b0c_XKeytrans8c_XDisplayAtomsJc_XContextDB`c sczc c defaultCCCs# clientCmaps# perVisualIntensityMaps#_XIMFiltercc cc_XInternalConnectionProc *d _XConnectionInfo d fd # read_callbackd# call_data# watch_data d# next%d#d   dddXConnectionWatchProc d _XConnWatchInfo e fnd# client_data# nextd#  e_XkbInfoRec,e_XtransConnInfo?e_X11XCBPrivateVe lesee F eee FDisplay ee _FcObjectSet  f nobject # sobject # objectse#eFcObjectSet f XftListFonts&USWgdpy# screen$ %...%vaWg'fsS(osf)pattern*firstjg+)__p__/__o__tg/__v__pi/;__os__f2__ob__i2%va_listegog_FcTypehFcTypeVoidFcTypeIntegerFcTypeDoubleFcTypeStringFcTypeBoolFcTypeMatrixFcTypeCharSetFcTypeFTFaceFcTypeLangSetygFcTypeFcChar8h*h FcBooldouble _FcMatrix h xxAh# xyAh# yxAh# yyAh#KhFcMatrixhh_FcCharSethFcCharSethh_FcLangSethFcLangSethhHi s/h# i # b4h# dAh# mh# ch# f%# lh# _FcValue pi typeh# uh#HiFcValue~i_FcPatterniiFcPatternAdd4hiiiHi4h FcPatternDestroyii!FcPatternCreate_FcConfigj_FcPattern"jeFcFontListSajj/j4je FcObjectSetDestroyjajejFcObjectSetAdd4hjjj!FcObjectSetCreatef__posix_ttyname_r k __posix_getlogin_r 3k  8k_xmknod lk3k=k)) qk_lxstat klkvk| k_xstat kkk| _fxstat kk |Fk__posix_ctime_r/ll tm$l tm_sec # tm_min # tm_hour # tm_mday # tm_mon # tm_year # tm_wday # tm_yday # tm_isdst # /lll"__posix_asctime_rllRF /var/tmp/libXft-2.3.0/src/usr/include/sys/usr/include/usr/local/include/fontconfig/usr/local/include/X11/usr/include/isoxftlist.cstat_impl.hstat.htypes.hstdlib.hstdio.htime_impl.hfontconfig.hXlibint.hXlib.hX.hXproto.hXmd.hstdarg_iso.htime_iso.h &; F[ f  , ) ;        DD%. : ; @ ' ID I: ;  $> &II7II: I  !I/  :  I8 .?  : ; @ ' ID < ' ID I' D  :  :  :  : ' ID 5II ' D 4I : ;    : ( .? < ' ID  .? < ' D !.? < ' ID ".? < ' ID >mlXftListFontsPatternObjects!fXftListFonts5mstatlstatfstatmknodS m:dev_t_ino_tkmode_txnlink_tuid_tgid_toff_ttime_ttimespectimestruc_t blksize_tblkcnt_tKstatFcPattern_FcFontSetCFcFontSetXPointerX_XExtDataXExtData FreeFuncType.KeyCodeAsXModifierKeymapFreeModmapType_XFreeFuncsyXID%xScreenFormatWindowXAnyEventTimeXKeyEventXButtonEvent XMotionEventXCrossingEventXFocusChangeEvent:XExposeEventMDrawable\XGraphicsExposeEvent4XNoExposeEvent+XVisibilityEventBXCreateWindowEvent XDestroyWindowEventXUnmapEvent+XMapEventXMapRequestEvent5XReparentEventXConfigureEventKXGravityEvent_XResizeRequestEventXConfigureRequestEventVXCirculateEventlXCirculateRequestEventAtomXPropertyEvent XSelectionClearEvent* XSelectionRequestEvent !XSelectionEvent!Colormap!+"XColormapEvent|"")#XClientMessageEventC##XMappingEvent#c$XErrorEvent$$XKeymapEvent%j%XGenericEvent%&XGenericEventCookie:&_XEvent(XEvent(_XSQEvent:)VisualIDI))Visual))*Depth:*GContextI*PixmapV*Fonta*,XGCValues),_XGC,GC,-Screen.KeySym-..XExtCodes.CreateGCType.CopyGCType/FlushGCTypeO/FreeGCType`//XFontProp/0XCharStruct,0f1XFontStruct1CreateFontType1FreeFontType2CloseDisplayType2BYTE"2CARD16/2CARD32<2CARD8H2 3xErrorG3ErrorType3ErrorStringType3PrintErrorType3BeforeFlushType4_XExtenx56xGenericReply/6INT16;66xGetGeometryReply77xQueryTreeReply7k8xInternAtomReply8+9xGetAtomNameReplyC99xGetPropertyReply::xListPropertiesReply:_;xGetSelectionOwnerReply};<xGrabPointerReply-<xGrabKeyboardReplyF<BOOLQ<=xQueryPointerReply/==xGetMotionEventsReply=>xTranslateCoordsReply>E?xGetInputFocusReply_?INT32k?Z@xQueryTextExtentsReplyw@AxListFontsReply2AAxGetFontPathReplyABxGetImageReplyBFCxListInstalledColormapsReplyiCDxAllocColorReply1DExAllocNamedColorReply,EExAllocColorCellsReplyEFxAllocColorPlanesReplyFeGxQueryColorsReply}G[HxLookupColorReplysHIxQueryBestSizeReply3I JxQueryExtensionReply$JJxListExtensionsReplyJuKxSetModifierMappingReplyK7LxGetModifierMappingReplyVLxSetPointerMappingReplytLMxGetKeyboardMappingReply6MMxGetPointerMappingReplyMNxGetPointerControlReplyNOxGetScreenSaverReplyOoPxListHostsReplyPPKeyButMaskPQ4RRRS TeTT/UU V>VVwWXXXSYYYnZZ?[[[\INT8\\]M][__xEventu_xEvent_TbxReplyb_XInternalAsyncb_XLockPtrscd_XInternalConnectionProc*d_XConnectionInfodXConnectionWatchProcd_XConnWatchInfo_XDisplayeDisplaye_FcObjectSet fFcObjectSetWgva_listyg_FcTypehFcTypehFcChar84hFcBoolKh_FcMatrixhFcMatrixhFcCharSethFcLangSethHi_FcValuepiFcValue/ltm  @ `(     P,<IZl{1QyCk    "3f7fff g$gSZhu| $,4<DL4 0$TTT"T+D m7HxVCzQU|Ba|9r|W ( 8    X  `  h  xftname.o/ 1332986115 0 0 100644 9988 ` ELF@#4(.strtab.text.bss.data.rodata.rodata1.comment.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.debug_varnames.symtabxftname.cstatlstatfstatmknodBbss.bssDdata.dataDrodata.rodata_xstat_lxstat_fxstat_xmknod_XftNameInit.XAKgoyLDE8cPEfd._XftNameInitialized.XAKgoyLDE8cPEfd._XftObjectTypesFcNameRegisterObjectTypesXftNameParseFcNameParseXftNameUnparseFcNameUnparsestrlenFcPatternDuplicatefreeFcPatternDelFcPatternDestroystrncpystrcpy.rel.text.rel.rodata.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_funcnames.rel.debug_typenames.rel.debug_varnamesUE PEPj EEUE PEPj EEUE PEPj EEUjjEPE PEPjEEÐUtjhÐUjEPEEÐU jEPEEu EjEP@;EjEPEjEPhEPhEPjEPEjEPEu ExjEP@;Ev &II7II: I  !I/  :  I8  : ( I!I4I : ;  .?  : ; @ ' D .?  : ; @ ' ID <  .? < ' ID I.? < ' D .? < ' D CS _XftNameInitXftNameParse?XftNameUnparse5S statlstatfstatmknodS :dev_t_ino_tkmode_txnlink_tuid_tgid_toff_ttime_ttimespectimestruc_t blksize_tblkcnt_tKstatv_FcType FcType_FcObjectTypeKFcObjectType FcPatternFcBoolFcChar8 tm size_tNS r_XftObjectTypes_XftObjectTypes_XftNameInitialized  @ `(      +!F g!61Qy!'"?#P$X a%i r%!&"'$($    "S W,*1?LSanu  (08@HPX`hpx4 & "8+@40 S @L/VZGj9{Rp    ) !h 9 # M (# b 0# w 8# xftrender.o/ 1332986116 0 0 100644 70252 ` ELFH4(.strtab.text.bss.data.rodata.comment.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.symtabxftrender.cstatlstatfstatmknodXftPreferFormatBbss.bssDdata.dataDrodata.rodata_xstat_lxstat_fxstat_xmknodXftGlyphRenderXftFontCheckGlyphXftFontLoadGlyphsmallocXRenderCompositeString8XRenderCompositeString16XRenderCompositeString32free_XftFontManageMemoryXftGlyphSpecRenderXRenderCompositeText8XRenderCompositeText16XRenderCompositeText32XftCharSpecRenderXftCharIndexXRenderFindStandardFormatXftGlyphFontSpecRenderXftCharFontSpecRenderXftTextRender8XftTextRender16XftTextRender16BEXftTextRender16LEXftTextRender32XftTextRender32BEXftTextRender32LEXftTextRenderUtf8FcUtf8ToUcs4memcpyXftTextRenderUtf16FcUtf16ToUcs4.rel.text.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_funcnames.rel.debug_typenamesUE PEPj EEUE PEPj EEUE PEPj EEUjjEPE PEPjEEÐU4EEEuDžDžDžEE;E0}nUE,;v PPPjEPEPt DžE@EE;E0|t"jPPjEPEPEu=sDžDž9=sDžDžDžDžE0=v+E0jPuEE;E0UE,E;PpsE@lu Dž@UB?MfJ*U Hw$YE@EE;E0]MUjjE0PPE(PE$PE PEPPPEPEPE PEP8MUjjE0PPE(PE$PE PEPPPEPEPE PEP8jMUjjE0PPE(PE$PE PEPPPEPEPE PEP8H$i;tjPtEPEPèdUTEEEuE(uDžDžDžE$@EE;E(}nUE$Љ;v PPPjEPEPt DžE@EE;E(|t"jPPjEPEPEu=sDžDž9=sDžDžDžDžE(=~+E(jPu]DžEE;E(}bUE$ЉE;PpsE@lu DžE@ltE@EE;E(|E;E(uE@lUE$T@‰UE$T@ ‰E@EE;E(UE$ЉE;PpsE@lu DžE@lUE$D;uUE$D;t/UE$DUE$D@@‰@ ‰E@EE;E(=~2jPuDžDžDžEEE;E(JUE$ЉE;PpsE@lu DžE@lEt.UE$D;uUE$D; t,ȋA@M؋CMFUE$D+ȉY UE$D+ȉYUE$DUE$DDž@UB?MfJ*U Hw$ @‰@ ‰E@E@E@EE;E(t,ȋA@]E$HE$PPPRQE PEPPEPEPE PEP,]E$HE$PPPRQE PEPPEPEPE PEP,a]E$HE$PPPRQE PEPPEPEPE PEP,Hw$ ;tjP;tjPtEPEPÄ l g  U E(= E(E(jPEEuDž;E(}{E$PEPEP ȋE ЋE$MDfDE$MDfD@;E(|jE(PEPE PEPEPEPEPE PEP(U;tjEPÐUEE ;Eu E EYE @ ҋE@ ;tjEPE!E U@;B~ E EEEEEEÐUdE$uF DžDžE @EE;E$UM ȋAUM ȋA;v DžPPPjPEPt Džt%jPPjPEPuuE@EE;E$=sDžDž:=sDžDžDžDžE$=~+E$jPuDžEEE;E$UM ȋAUM ȋA;Pps@lu Dž@lt EE@EE;E$UE;E$tEuE@lEEUM Q@‰UM Q @ ‰EE@EE;E$UM ȋAUM ȋA;Pps@lu Dž@l;Eu@UM A;u UM A ;tE􋅤;Et EPPEP EUM AUM A @@‰@ ‰E@EE;E$X=~0jPumDžDžDžEEEE;E$UM ȋAUM ȋA;Pps@lu Dž@l1EtO;EuDUM A;u$UM A ;At,ȋA@؋CMFUM A+ȉY UM A +ȉYEUM AUM A Dž@UB?MfJ*U Hw$6@‰@ ‰E@E@E@EE;E$!t,ȋA@E HE P PPRQEPEPEPEPEPE PEP,E HE P PPRQEPEPEPEPEPE PEP,WE HE P PPRQEPEPEPEPEPE PEP,Hw$F;tjP;tjPt@EE;E$}1UM ȋAPEPE@EE;E$|ϋ#DU 0E$= E(U$jPEEuhDž;E$M ȋ]؋AC]؋M ȋAPCPEP ؋MȉYM ȋ]AfCM ȋ]A fC @;E$jjE$PEPEPEPEPEPE PEP(U;tjEPÐUE0= E*E0jPEEuDž;E0}DE,@PEPEP ȋE @;E0|E0PEPE(PE$PE PEPEPEPEPE PEP,U;tjEPÐUE0= E*E0jPEEuDž;E0}DE,PPEPEP ȋE @;E0|E0PEPE(PE$PE PEPEPEPEPE PEP,U;tjEPÐUE0= E*E0jPEEuDž;E0}YE,PE,DP QEPEP ȋE @;E0|E0PEPE(PE$PE PEPEPEPEPE PEP,U;tjEPÐUE0= E*E0jPEEuDž;E0}WE, PE,DP QEPEP ȋE @;E0|E0PEPE(PE$PE PEPEPEPEPE PEP,U;tjEPÐUE0= E*E0jPEEuDž;E0}CE,PEPEP ȋE @;E0|E0PEPE(PE$PE PEPEPEPEPE PEP,U;tjEPÐUE0= E*E0jPEEuDž;E0}E,E,D ȋE,D ȋE,D QEPEP ȋE @;E0|E0PEPE(PE$PE PEPEPEPEPE PEP,U;tjEPÐUE0= E*E0jPEEuDž;E0}}E, E,D ȋE,D ȋE,D QEPEP ȋE @;E0|E0PEPE(PE$PE PEPEPEPEPE PEP,U;tjEPÐUDžEDžE0ZE0PPE,P .;EjPEEu"U;tjEP$PEPEP EU;tjEPEEPEPEP ȋE @E,E,E0+E0E0t,E0PPE,P PEPE(PE$PE PEPEPEPEPE PEP,U;tjEPUDžEDžE4jjjE4PPE0PE,P6;EjPEEu"U;tjEP*PEPEP EU;tjEPEEPEPEP ȋE @E,E,E4+E4E4t4jjE4PPE0PE,PPEPE(PE$PE PEPEPEPEPjEP,U;tjEP@(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 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@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 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@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 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@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMIacomp: Sun C 5.11 SunOS_i386 145355-01 2010/10/11as: Sun Compiler Common 12.2 SunOS_i386 2010/08/13 xftrender.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c xftrender.c -W0,-xp.XAKgoyLDE8cPEnd.Xa;g;R=Sun C 5.11 SunOS_i386 145355-01 2010/10/11;G=.XAKgoyLDE8cPEnd.;backend;raw;cd;DBG_GEN 5.3.0statx U(_pathr_bufr intchar#unsigned long-dev_tlong J c J-ino_t-mode_t-nlink_tJuid_tJgid_t J JJoff_tJtime_t timespec tv_sec# tv_nsecJ#timestruc_tJblksize_tJblkcnt_t > J J O J stat st_dev># st_pad1R# st_inoc# st_modeo# st_nlink|# st_uid# st_gid# st_rdev>#$ st_pad2#( st_size#0 st_pad3J#4 st_atim#8 st_mtim#@ st_ctim#H st_blksize#P st_blocks#T st_fstype-#X st_pad4>#hOlstat@U_path_buf fstat`U_fd_buf mknodUfk_patho_mode >_devf XftGlyphRender,YUudpy!op" fsrc#gpub$fdst%srcx&srcy' x($y)(gglyphs*,nglyphs+0font4~-i.missing9~/nmissing0gg1maxg1size2width2wireL~3char84char16X~5char32]~6char_localb~7chars]~8glyphs_loadedy9 _XExtData  number# next# free_private# private_data# uXPointer uXExtData f""FreeFuncTypeunsigned char:KeyCode K  max_keypermod# modifiermapY#^XModifierKeymap FreeModmapType _XFreeFuncs$ atoms'# modifiermap# key_bindings'# context_db'# defaultCCCs'# clientCmaps'# intensityMaps'# im_filters'# xkb'# -XID _XDisplayD ' ext_data # free_funcs # fd# conn_checker# proto_major_version# proto_minor_version# vendor# resource_base # resource_mask # resource_id #$ resource_shift#( resource_alloc=#, byte_order#0 bitmap_unit#4 bitmap_pad#8 bitmap_bit_order#< nformats#@ pixmap_format#D vnumber#H release#L head#P tail#T qlen#X last_request_read-#\ request-#` last_req#d buffer#h bufptr#l bufmax#p max_request_size0#t dbF*#x synchandlerR*#| display_name# default_screen# nscreens# screens)/# motion_buffer-# flags./# min_keycode# max_keycode# keysyms@/# modifiermap# keysyms_per_keycode# xdefaults# scratch_buffer# scratch_length-# ext_number# ext_procsE/# event_vecN6# wire_vecl6# lock_meaning3/# lock6# async_handlers6# bigreq_size-# lock_fnsHd# idlist_allocPd# key_bindingsbd# cursor_fonts+# atomsxd# mode_switch0# num_lock0# context_dbd# error_vecd# cmsd# im_filtersd# qfree# next_event_serial_num-# flushesE/# im_fd_infoBe# im_fd_length# conn_watcherse# watcher_count# filedes# savedsynchandlerDf# resource_max # xcmisc_opcode# xkb_infoWf# trans_connnf# xcbf# next_cookie0# generic_event_vecf# generic_event_copy_vecf# cookiejar&#  =',  ext_data # depth# bits_per_pixel# scanline_pad# BScreenFormat )-Window   type# serial-# send_event# display# window#XAnyEvent -Time unsigned< " type# serial-# send_event# display# window# root# subwindow# time%# x# y#$ x_root#( y_root#, state0#0 keycode0#4 same_screen#8<XKeyEvent <  type# serial-# send_event# display# window# root# subwindow# time%# x# y#$ x_root#( y_root#, state0#0 button0#4 same_screen#82XButtonEvent <  type# serial-# send_event# display# window# root# subwindow# time%# x# y#$ x_root#( y_root#, state0#0 is_hint#4 same_screen#8*XMotionEvent D # type# serial-# send_event# display# window# root# subwindow# time%# x# y#$ x_root#( y_root#, mode#0 detail#4 same_screen#8 focus#< state0#@#XCrossingEvent   type# serial-# send_event# display# window# mode# detail#8XFocusChangeEvent ( W type# serial-# send_event# display# window# x# y# width# height# count#$XExposeEvent -Drawable 0 6 type# serial-# send_event# display# drawablej# x# y# width# height# count#$ major_code#( minor_code#,yXGraphicsExposeEvent   type# serial-# send_event# display# drawablej# major_code# minor_code#QXNoExposeEvent  H type# serial-# send_event# display# window# state#XVisibilityEvent 0 $ type# serial-# send_event# display# parent# window# x# y# width# height#$ border_width#( override_redirect#,_XCreateWindowEvent   type# serial-# send_event# display# event# window#=XDestroyWindowEvent  6 type# serial-# send_event# display# event# window# from_configure#XUnmapEvent   type# serial-# send_event# display# event# window# override_redirect#HXMapEvent  ; type# serial-# send_event# display# parent# window#XMapRequestEvent (  type# serial-# send_event# display# event# window# parent# x# y# override_redirect#$RXReparentEvent 4  type# serial-# send_event# display# event# window# x# y# width# height#$ border_width#( above#, override_redirect#0XConfigureEvent  h type# serial-# send_event# display# event# window# x# y#XGravityEvent   type# serial-# send_event# display# window# width# height#|XResizeRequestEvent 8  type# serial-# send_event# display# parent# window# x# y# width# height#$ border_width#( above#, detail#0 value_mask-#4 XConfigureRequestEvent  s type# serial-# send_event# display# event# window# place#XCirculateEvent   type# serial-# send_event# display# parent# window# place#XCirculateRequestEvent -Atom  type# serial-# send_event# display# window# atom # time%# state#$ XPropertyEvent  ,! type# serial-# send_event# display# window# selection # time%# XSelectionClearEvent ( ! type# serial-# send_event# display# owner# requestor# selection # target # property # time%#$G!XSelectionRequestEvent $ " type# serial-# send_event# display# requestor# selection # target # property # time%#  "XSelectionEvent -Colormap  H# type# serial-# send_event# display# window# colormap"# new# state#"XColormapEvent n# Jshort n## J J# J # b]## sw## l##0 F$ type# serial-# send_event# display# window# message_type # format# data###XClientMessageEvent  $ type# serial-# send_event# display# window# request# first_keycode# count#`$XMappingEvent  % type# display# resourceid # serial-# error_code:# request_code:# minor_code:#$XErrorEvent  % J4 & type# serial-# send_event# display# window# key_vector%#%XKeymapEvent  & type# serial-# send_event# display# extension# evtype#&XGenericEvent void& ,' type# serial-# send_event# display# extension# evtype# cookie0# data&#&XGenericEventCookie J`W' J_XEvent` ) type# xany# xkey"# xbutton# xmotion# xcrossing## xfocus# xexposeW# xgraphicsexpose6# xnoexpose# xvisibilityH# xcreatewindow$# xdestroywindow# xunmap6# xmap# xmaprequest;# xreparent# xconfigure# xgravityh# xresizerequest# xconfigurerequest# xcirculates# xcirculaterequest# xproperty # xselectionclear,!# xselectionrequest!# xselection"# xcolormapH## xclientF$# xmapping$# xerror%# xkeymap &# xgeneric&# xcookie,'# padF'#W'XEvent _XSQEventh2* next# event)# qserial_num-#d_XrmHashBucketRec2*K*-VisualID  * ext_data # visualidW*# class# red_mask-# green_mask-# blue_mask-# bits_per_rgb# map_entries#f*Visual * F+ depth# nvisuals# visuals +#+Depth F+-GContext -Pixmap -Font \ 6- function# plane_mask-# foreground-# background-# line_width# line_style# cap_style# join_style# fill_style# fill_rule#$ arc_mode#( tilef+#, stipplef+#0 ts_x_origin#4 ts_y_origin#8 fonts+#< subwindow_mode#@ graphics_exposures#D clip_x_origin#H clip_y_origin#L clip_maskf+#P dash_offset#T dashes#X~+XGCValues _XGCp- ext_data # gidW+# rects# dashes# dirty-# values6-#F--GC P / ext_data # display'# root# width# height# mwidth# mheight# ndepths# depthsR+# root_depth#$ root_visual +#( default_gc-#, cmap"#0 white_pixel-#4 black_pixel-#8 max_maps#< min_maps#@ backing_store#D save_unders#H root_input_maskJ#L-Screen /--KeySym 3/+5 / extension# major_opcode# first_event# first_error# J/XExtCodes //-///CreateGCType0-//0CopyGCType50-/050FlushGCTypeg0-/L0g0FreeGCType 0 name # card32-#}0XFontProp 0unsigned short 21 lbearingn## rbearingn## widthn## ascentn## descentn## attributes0# 0XCharStruct 21P 2 ext_data # fids+# direction0# min_char_or_byte20# max_char_or_byte20# min_byte10# max_byte10# all_chars_exist# default_char0# n_properties#$ properties0#( min_bounds21#, max_bounds21#8 per_charD1#D ascent#H descent#LI1XFontStruct 222/22CreateFontType22/22FreeFontType3/33CloseDisplayType:BYTE 0CARD16 -CARD32 :CARD8  (4 type43# errorCode43# sequenceNumber?3# resourceIDL3# minorCode?3# majorCodeY3# pad143# pad3L3# pad4L3# pad5L3# pad6L3# pad7L3#e3xError (4_454/:4?4_4ErrorType4/t44ErrorStringType%44&44PrintErrorType45/4J45BeforeFlushType _XExtenHB6 nextE/# codes/# create_GC/# copy_GC 0# flush_GC:0# free_GCl0# create_Font2#$ free_Font2#( close_display3#, errord4#0 error_string4#4 name#8 error_values4#< before_flush5#@ next_flushE/#DB6I6`6 J`6g6~6 J_XLockInfo~6c 87 type43# data143# sequenceNumber?3# lengthL3# data00L3# data01L3# data02L3# data03L3# data04L3# data05L3#6xGenericReply n#INT16  8 type43# depthY3# sequenceNumber?3# lengthL3# rootL3# xL7# yL7# width?3# height?3# borderWidth?3# pad1?3# pad2L3# pad3L3#X7xGetGeometryReply  8 type43# pad143# sequenceNumber?3# lengthL3# rootL3# parentL3# nChildren?3# pad2?3# pad3L3# pad4L3# pad5L3#28xQueryTreeReply  9 type43# pad143# sequenceNumber?3# lengthL3# atomL3# pad2L3# pad3L3# pad4L3# pad5L3# pad6L3#8xInternAtomReply  H: type43# pad143# sequenceNumber?3# lengthL3# nameLength?3# pad2?3# pad3L3# pad4L3# pad5L3# pad6L3# pad7L3#9xGetAtomNameReply  ; type43# formatY3# sequenceNumber?3# lengthL3# propertyTypeL3# bytesAfterL3# nItemsL3# pad1L3# pad2L3# pad3L3#`:xGetPropertyReply  ; type43# pad143# sequenceNumber?3# lengthL3# nProperties?3# pad2?3# pad3L3# pad4L3# pad5L3# pad6L3# pad7L3# ;xListPropertiesReply  |< type43# pad143# sequenceNumber?3# lengthL3# ownerL3# pad2L3# pad3L3# pad4L3# pad5L3# pad6L3#;xGetSelectionOwnerReply  2= type43# status43# sequenceNumber?3# lengthL3# pad1L3# pad2L3# pad3L3# pad4L3# pad5L3# pad6L3#<xGrabPointerReply <xGrabKeyboardReply :BOOL  3> type43# sameScreenc=# sequenceNumber?3# lengthL3# rootL3# childL3# rootXL7# rootYL7# winXL7# winYL7# mask?3# pad1?3# padL3#n=xQueryPointerReply  > type43# pad143# sequenceNumber?3# lengthL3# nEventsL3# pad2L3# pad3L3# pad4L3# pad5L3# pad6L3#L>xGetMotionEventsReply  ? type43# sameScreenc=# sequenceNumber?3# lengthL3# childL3# dstXL7# dstYL7# pad2L3# pad3L3# pad4L3# pad5L3#?xTranslateCoordsReply  b@ type43# revertToY3# sequenceNumber?3# lengthL3# focusL3# pad1L3# pad2L3# pad3L3# pad4L3# pad5L3#?xGetInputFocusReply JINT32  wA type43# drawDirectionY3# sequenceNumber?3# lengthL3# fontAscentL7# fontDescentL7# overallAscentL7# overallDescentL7# overallWidth|@# overallLeft|@# overallRight|@# padL3#@xQueryTextExtentsReply  9B type43# pad143# sequenceNumber?3# lengthL3# nFonts?3# pad2?3# pad3L3# pad4L3# pad5L3# pad6L3# pad7L3#AxListFontsReply  B type43# pad143# sequenceNumber?3# lengthL3# nPaths?3# pad2?3# pad3L3# pad4L3# pad5L3# pad6L3# pad7L3#OBxGetFontPathReply  C type43# depthY3# sequenceNumber?3# lengthL3# visualL3# pad3L3# pad4L3# pad5L3# pad6L3# pad7L3# CxGetImageReply  cD type43# pad143# sequenceNumber?3# lengthL3# nColormaps?3# pad2?3# pad3L3# pad4L3# pad5L3# pad6L3# pad7L3#CxListInstalledColormapsReply  7E type43# pad143# sequenceNumber?3# lengthL3# red?3# green?3# blue?3# pad2?3# pixelL3# pad3L3# pad4L3# pad5L3#DxAllocColorReply  -F type43# pad143# sequenceNumber?3# lengthL3# pixelL3# exactRed?3# exactGreen?3# exactBlue?3# screenRed?3# screenGreen?3# screenBlue?3# pad2L3# pad3L3#NExAllocNamedColorReply  F type43# pad143# sequenceNumber?3# lengthL3# nPixels?3# nMasks?3# pad3L3# pad4L3# pad5L3# pad6L3# pad7L3#IFxAllocColorCellsReply  G type43# pad143# sequenceNumber?3# lengthL3# nPixels?3# pad2?3# redMaskL3# greenMaskL3# blueMaskL3# pad3L3# pad4L3# GxAllocColorPlanesReply  H type43# pad143# sequenceNumber?3# lengthL3# nColors?3# pad2?3# pad3L3# pad4L3# pad5L3# pad6L3# pad7L3#GxQueryColorsReply  xI type43# pad143# sequenceNumber?3# lengthL3# exactRed?3# exactGreen?3# exactBlue?3# screenRed?3# screenGreen?3# screenBlue?3# pad3L3# pad4L3# pad5L3#HxLookupColorReply  6J type43# pad143# sequenceNumber?3# lengthL3# width?3# height?3# pad3L3# pad4L3# pad5L3# pad6L3# pad7L3#IxQueryBestSizeReply  &K type43# pad143# sequenceNumber?3# lengthL3# presentc=# major_opcodeY3# first_eventY3# first_errorY3# pad3L3# pad4L3# pad5L3# pad6L3# pad7L3#PJxQueryExtensionReply  K type43# nExtensionsY3# sequenceNumber?3# lengthL3# pad2L3# pad3L3# pad4L3# pad5L3# pad6L3# pad7L3#AKxListExtensionsReply  L type43# successY3# sequenceNumber?3# lengthL3# pad2L3# pad3L3# pad4L3# pad5L3# pad6L3# pad7L3#KxSetModifierMappingReply  TM type43# numKeyPerModifierY3# sequenceNumber?3# lengthL3# pad1L3# pad2L3# pad3L3# pad4L3# pad5L3# pad6L3#LxGetModifierMappingReply KxSetPointerMappingReply  4N type43# keySymsPerKeyCodeY3# sequenceNumber?3# lengthL3# pad2L3# pad3L3# pad4L3# pad5L3# pad6L3# pad7L3#MxGetKeyboardMappingReply  N type43# nEltsY3# sequenceNumber?3# lengthL3# pad2L3# pad3L3# pad4L3# pad5L3# pad6L3# pad7L3#SNxGetPointerMappingReply  O type43# pad143# sequenceNumber?3# lengthL3# accelNumerator?3# accelDenominator?3# threshold?3# pad2?3# pad3L3# pad4L3# pad5L3# pad6L3#OxGetPointerControlReply  P type43# pad143# sequenceNumber?3# lengthL3# timeout?3# interval?3# preferBlankingc=# allowExposuresc=# pad2?3# pad3L3# pad4L3# pad5L3# pad6L3#OxGetScreenSaverReply  Q type43# enabledc=# sequenceNumber?3# lengthL3# nHosts?3# pad1?3# pad3L3# pad4L3# pad5L3# pad6L3# pad7L3#PxListHostsReply  Q type43# detail43# sequenceNumber?3#0KeyButMask  R pad00L3# timeL3# rootL3# eventL3# childL3# rootXL7# rootYL7# eventXL7# eventYL7# stateQ# sameScreenc=# pad143# QS pad00L3# timeL3# rootL3# eventL3# childL3# rootXL7# rootYL7# eventXL7# eventYL7# stateQ# mode43# flags43# S pad00L3# windowL3# mode43# pad143# pad243# pad343#  T pad00L3# windowL3# x?3# y?3# width?3# height?3# count?3# pad2?3# T pad00L3# drawableL3# x?3# y?3# width?3# height?3# minorEvent?3# count?3# majorEvent43# pad143# pad243# pad343# (U pad00L3# drawableL3# minorEvent?3# majorEvent43# bpad43#  U pad00L3# windowL3# stateY3# pad143# pad243# pad343#  V pad00L3# parentL3# windowL3# xL7# yL7# width?3# height?3# borderWidth?3# overridec=# bpad43# LV pad00L3# eventL3# windowL3# V pad00L3# eventL3# windowL3# fromConfigurec=# pad143# pad243# pad343# 'W pad00L3# eventL3# windowL3# overridec=# pad143# pad243# pad343# [W pad00L3# parentL3# windowL3# W pad00L3# eventL3# windowL3# parentL3# xL7# yL7# overridec=# pad143# pad243# pad343# X pad00L3# eventL3# windowL3# aboveSiblingL3# xL7# yL7# width?3# height?3# borderWidth?3# overridec=# bpad43# # motionEvents># coords?# inputFocusb@# textExtentswA# fonts9B# fontPathB# imageC# colormapscD# allocColor7E# allocNamedColor-F# colorCellsF# colorPlanesG# colorsH# lookupColorxI# bestSize6J# extension&K# extensionsK# setModifierMappingL# getModifierMappingTM# setPointerMappingsM# getKeyboardMapping4N# getPointerMappingN# pointerControlO# screenSaverP# hostsQ# error(4# event`#`xReply qcc~cc _XInternalAsync c next6# handlerc# data#ccd _XLockPtrsHd lock_displayc# unlock_displayd# dMd_XKeytransUd_XDisplayAtomsgd_XContextDB}ddd d defaultCCCs# clientCmaps# perVisualIntensityMaps#_XIMFilterdeee_XInternalConnectionProcGe _XConnectionInfoe fd# read_callbacke# call_data# watch_data=e# nextBe#e=eeeXConnectionWatchProc e _XConnWatchInfo =f fne# client_data# nexte#=f_XkbInfoRecIf_XtransConnInfo\f_X11XCBPrivatesffff Jfff J Display -Picture _FcCharSetfFcCharSetf_FcPatterngFcPatterng _XftFontg ascent# descent# height# max_advance_width# charsetf# pattern g#%gXftFontg0FT_UIntgg0FcChar32 _XftFtFile0ah nextah# ref# file# id# xsizeuh# ysizeuh# matrixh# lock#( facei#,gsigned longfhFT_F26Dot6fhFT_Fixed FT_Matrix_h xxh# xyh# yxh# yyh# hFT_MatrixfhFT_LongFT_Stringhsigned intiFT_Intsigned short"iFT_ShortfhFT_Pos FT_Bitmap_Size_i height2i# width2i# sizeAi# x_ppemAi# y_ppemAi# NiFT_Bitmap_SizeiyFT_FaceFT_Encoding_kFT_ENCODING_NONEFT_ENCODING_MS_SYMBOLFT_ENCODING_UNICODEҹFT_ENCODING_SJISҩFT_ENCODING_GB2312FT_ENCODING_BIG5ΥFT_ENCODING_WANSUNG܅FT_ENCODING_JOHABнFT_ENCODING_MS_SJISҩFT_ENCODING_MS_GB2312FT_ENCODING_MS_BIG5ΥFT_ENCODING_MS_WANSUNG܅FT_ENCODING_MS_JOHABнFT_ENCODING_ADOBE_STANDARDžFT_ENCODING_ADOBE_EXPERTńFT_ENCODING_ADOBE_CUSTOMÄFT_ENCODING_ADOBE_LATIN_1FT_ENCODING_OLD_LATIN_2FT_ENCODING_APPLE_ROMANɋiFT_Encoding0FT_UShort FT_CharMapRec_ ol facei# encodingk# platform_idl# encoding_idl# lolFT_CharMaptll&llFT_Generic_Finalizer FT_Generic_l data&# finalizerl#lFT_Generic FT_BBox_@m xMinAi# yMinAi# xMaxAi# yMaxAi# lFT_BBoxFT_LibraryRec_Nm_mFT_LibraryrFT_GlyphSlot FT_Glyph_Metrics_ ;n widthAi# heightAi# horiBearingXAi# horiBearingYAi# horiAdvanceAi# vertBearingXAi# vertBearingYAi# vertAdvanceAi#mFT_Glyph_Metrics FT_Vector_yn xAi# yAi#RnFT_VectorFT_Glyph_Format_2oFT_GLYPH_FORMAT_NONEFT_GLYPH_FORMAT_COMPOSITEڽFT_GLYPH_FORMAT_BITMAP襓FT_GLYPH_FORMAT_OUTLINEFT_GLYPH_FORMAT_PLOTTERޱnFT_Glyph_Format: FT_Bitmap_o rows# width# pitch# bufferHo# num_graysn## pixel_mode# palette_mode# palette&#MoFT_Bitmapynn# FT_Outline_op n_contoursn## n_pointsn## pointso# tags# contourso# flags#oFT_OutlineFT_SubGlyphRec_ppFT_SubGlyphFT_Slot_InternalRec_ppFT_Slot_Internal FT_GlyphSlotRec_r librarydm# facei# nextum# reservedg# genericl# metrics;n# linearHoriAdvanceh#8 linearVertAdvanceh#< advanceyn#@ format2o#H bitmapo#L bitmap_lefti#d bitmap_topi#h outlineop#l num_subglyphsg# subglyphsp# control_data&# control_lenJ# lsb_deltaAi# rsb_deltaAi# other&# internalp#p FT_Size_Metrics_'s x_ppeml# y_ppeml# x_scaleh# y_scaleh# ascenderAi# descenderAi# heightAi# max_advanceAi#rFT_Size_MetricsFT_Size_InternalRec_=sTsFT_Size_Internal FT_SizeRec_,s facei# genericl# metrics's# internalYs#(pssFT_SizeFT_DriverRec_ssFT_DrivertFT_Memory& tsJ t tFT_Alloc_FuncKts&9tKtFT_Free_Func&tsJJ&cttFT_Realloc_Func FT_MemoryRec_t user&# alloc%t# freePt# realloct# tFT_StreamDesc_&u valueJ# pointer&#tFT_StreamDescYvFT_Stream-ju:u-Ho-JujuFT_Stream_IoFuncu:uuuFT_Stream_CloseFunc FT_StreamRec_(Yv baseHo# size-# pos-# descriptor&u# pathname&u# readou# closeu# memorys# cursorHo# limitHo#$uvFT_ListNode FT_ListNodeRec_ v prev^v# next^v# data&#pv FT_ListRec_v head^v# tail^v#vFT_ListRecFT_Face_InternalRec_v wFT_Face_Internal FT_FaceRec_y num_facesh# face_indexh# face_flagsh# style_flagsh# num_glyphsh# family_namei# style_namei# num_fixed_sizesi# available_sizesi# num_charmapsi#$ charmapsl#( genericl#, bbox@m#4 units_per_EMl#D ascender2i#F descender2i#H height2i#J max_advance_width2i#L max_advance_height2i#N underline_position2i#P underline_thickness2i#R glyphum#T sizes#X charmaptl#\ drivers#` memorys#d stream:u#h sizes_listv#l autohintl#t extensions&#| internalw#&wgXftFtFileyFcBool _XftFontInfoHz hashg# filey# xsizeuh# ysizeuh# antialiasy# emboldeny# rgba# lcd_filter# matrixh# transformy#0 load_flagsi#4 rendery#8 spacing#< minspacey#@ char_width#DyXftFontInfo _XGlyphInfo ${ width0# height0# xn## yn## xOffn## yOffn## zXGlyphInfo _XftGlyph{{ metrics${# bitmap&# glyph_memory-#5{XftGlyph{{{ _XftUcsHash{ ucs4g# glyphg#{XftUcsHash{-GlyphSet -PictFormat {| redn## redMaskn## greenn## greenMaskn## bluen## blueMaskn## alphan## alphaMaskn##{XRenderDirectFormat | id{# type# depth# direct{|# colormap"#|XRenderPictFormat| _XftFontInt#~ publicg# nextg# hash_nextg# infoz# ref#h glyphs{#l num_glyphs#p hash_table{#t hash_value#x rehash_value#| glyphset{# format|# glyph_memory-# max_glyph_memory-# use_free_glyphsy#}XftFontInt#~gL~J-Glyph 000u~J XftGlyphSpecRender Udpyop fsrcgpubfdstsrcxsrcy =glyphs$nglyphs(font4~ijmissingBnmissingnggglyph{maxgsizewidthchar8char16X~char32]~char_localUchars]~elts߁elts_localglyphs_loadedyneltxy _XftGlyphSpec% glyphg# xn## yn##XftGlyphSpec%8gUJ0hJh _XGlyphElt8΁ glyphset{# charsm# nchars# xOff# yOff#rXGlyphElt8΁΁ JXftCharSpecRenderi-Udpy`opa fsrcbgpubcfdstdsrcxesrcyf <charsg$lenh( glyphsAj glyphs_localFj ik _XftCharSpec% ucs4g# xn## yn##XftCharSpec%7%% YJ!XftPreferFormatU|Ãdpy|a |b prefer|XftGlyphFontSpecRender6Udpyop fsrcfdstsrcxsrcyglyphs nglyphs$ i j prevPublicg firstFont4~ format| missing  nmissing n gg glyph{ maxg size width char8 char16X~ char32]~ char_local  chars]~ elts߁ elts_local3 glyphs_loadedy nelt x y"'"" pubg font4~""" pubg font4~"L"_"_ pubg font4~"z"g"g pubg< font4~= _XftGlyphFontSpec  fontg# glyphg# xn## yn## XftGlyphFontSpecg J03J΁ E JXftCharFontSpecRenderU3dpyop fsrcfdstsrcxsrcychars len$ glyphs glyphs_local i _XftCharFontSpec z fontg# ucs4g# xn## yn## 3XftCharFontSpecz0JXftTextRender8UÊdpyop fsrcgpubfdstsrcxsrcy x$y(֊string,len0 glyphsۊ glyphs_local i:FcChar8ÊъggJXftTextRender16Udpyop fsrcgpubfdstsrcxsrcy x$y(string,len0 glyphsۊ glyphs_local i0FcChar16g1JXftTextRender16BE'UEdpyop fsrcgpubfdstsrcxsrcy x$y(Jstring,len0 glyphsۊ glyphs_localO iÊEgbJXftTextRender16LE5Uvdpyop fsrcgpub fdst srcx srcy  x $y({string,len0 glyphsۊ glyphs_local iÊvgJXftTextRender3221 Udpy'op( fsrc)gpub*fdst+srcx,srcy- x.$y/(string0,len10 glyphsۊ3 glyphs_local3 i4ggJXftTextRender32BERm!U֐dpyGopH fsrcIgpubJfdstKsrcxLsrcyM xN$yO(ېstringP,lenQ0 glyphsۊS glyphs_localS iTÊ֐gJXftTextRender32LEv"Udpykopl fsrcmgpubnfdstosrcxpsrcyq xr$ys( stringt,lenu0 glyphsۊw glyphs_localw ixÊg$JXftTextRenderUtf8$Udpyop fsrcgpubfdstsrcxsrcy x$y(string,len0 glyphsۊ glyphs_newۊ glyphs_local ucs4g i l sizeÊgJXftTextRenderUtf16n&U*dpyop fsrcgpubfdstsrcxsrcy x$y(/string,[endian0len4 glyphsۊ glyphs_newۊ glyphs_localj ucs4g i l sizeÊ*#[FcEndianBigFcEndianLittle4FcEndiang}J%g$_XftFontManageMemory'} %g%XftCharIndexgߕg %g0y%XftFontCheckGlyphy1ߕy001$XftFontLoadGlyphsp'}6|p0z _XGlyphElt32 glyphset{# chars# nchars# xOff# yOff#$XRenderCompositeText32C'--u|C0M _XGlyphElt16 glyphset{# charsR# nchars# xOff# yOff#W$XRenderCompositeText16'--H|r $XRenderCompositeText8'--%|0$XRenderCompositeString32'---|0$XRenderCompositeString16g'---|gq$XRenderCompositeString8ٙ'--l-v %XRenderFindStandardFormat|ٙ:%FcUtf16ToUcs4J4]~:J%FcUtf8ToUcs4~O]~%__posix_ttyname_r0%__posix_getlogin_rؚݚ%_xmknodؚ--%_lxstatEJ%_xstatxEO%_fxstatxJ%__posix_ctime_rԛ tm$m tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst# ԛmr%__posix_asctime_rw|&&%memcpy&0%malloc&0&free& /var/tmp/libXft-2.3.0/src/usr/include/sys/usr/include/usr/local/include/X11/usr/local/include/X11/extensions../include/X11/Xft/usr/local/include/fontconfig/usr/local/include/freetype2/freetype/usr/include/isoxftrender.cstat_impl.hstat.htypes.hstdlib.hstdio.htime_impl.hXlibint.hXlib.hX.hXproto.hXmd.hrender.hXft.hfontconfig.hfttypes.hxftint.hfreetype.hftimage.hftsystem.hXrender.htime_iso.h  &; F[ f ,         6 @zOZ |             $ / 4 @ L X k z      }{ _ d  p+ < G W           " N Xzgr           ! < G L X d pz      y     * G Z i       * BmUa n           C y      * V g x      }     a. "9 X e l     P T qg w        $ < D L a    |    % 6= E P r           2 > Y g s }         q'4 > L Y c pz            / ; V ~    u     E L _ z     E N _      h   ? J PZ p z         6       L         }#; S Z g]z&    B D q       ( oy      M  {   )3 @X ` h }     )3 @X ` h }     )3 @X ` h } ~   % 9C Ph p x  ~ % 3 IS `x      ! / I S ` x    !{!P! ]! k! y!! !! ! ! !2"{J"~" " " "" " " " # 2# :# G# U# \# z# # # # # # # #m,$c$ p$ ~$ $$ $ $ $ $ % "% /% =% D% b% u% % % % % % %m&Q& ^& l&  DD%. : ; @ ' ID I: ;  $> &II7II: I  !I/  :  I8 .?  : ; @ ' D 4I : ;  ' ID I' D  :  :  :  : < ' ID 5II ' D  : ( !I/.?  : ;@ ' D I: ; 4I : ; !. : ;@ ' ID " # : $.? < ' D %.? < ' ID &.? < ' D CpXftGlyphRenderu~XftGlyphSpecRenderXftCharSpecRenderÃXftGlyphFontSpecRenderEXftCharFontSpecRenderXftTextRender8XftTextRender161XftTextRender16BEbXftTextRender16LEXftTextRender32XftTextRender32BEXftTextRender32LE$XftTextRenderUtf8XftTextRenderUtf16IstatlstatfstatmknodYXftPreferFormat>dev_tcino_tomode_t|nlink_tuid_tgid_toff_ttime_ttimespectimestruc_tblksize_tblkcnt_tOstatXPointeru_XExtDataXExtData'FreeFuncTypeKKeyCode^XModifierKeymapFreeModmapType_XFreeFuncs XIDBScreenFormatWindowXAnyEvent%Time<"XKeyEvent2XButtonEvent*XMotionEvent##XCrossingEvent8XFocusChangeEventWXExposeEventjDrawabley6XGraphicsExposeEventQXNoExposeEventHXVisibilityEvent_$XCreateWindowEvent=XDestroyWindowEvent6XUnmapEventHXMapEvent;XMapRequestEventRXReparentEventXConfigureEventhXGravityEvent|XResizeRequestEvent XConfigureRequestEventsXCirculateEventXCirculateRequestEvent Atom$ XPropertyEvent ,!XSelectionClearEventG!!XSelectionRequestEvent ""XSelectionEvent"Colormap"H#XColormapEvent##F$XClientMessageEvent`$$XMappingEvent$%XErrorEvent% &XKeymapEvent&&XGenericEvent&,'XGenericEventCookieW'_XEvent)XEvent)_XSQEventW*VisualIDf**Visual+F+DepthW+GContextf+Pixmaps+Font~+6-XGCValuesF-_XGC-GC-/Screen3/KeySymJ//XExtCodes/CreateGCType 0CopyGCType:0FlushGCTypel0FreeGCType}00XFontProp021XCharStructI12XFontStruct2CreateFontType2FreeFontType3CloseDisplayType43BYTE?3CARD16L3CARD32Y3CARD8e3(4xErrord4ErrorType4ErrorStringType4PrintErrorType5BeforeFlushType+5_XExten687xGenericReplyL7INT16X78xGetGeometryReply288xQueryTreeReply89xInternAtomReply9H:xGetAtomNameReply`:;xGetPropertyReply ;;xListPropertiesReply;|<xGetSelectionOwnerReply<2=xGrabPointerReplyJ=xGrabKeyboardReplyc=BOOLn=3>xQueryPointerReplyL>>xGetMotionEventsReply??xTranslateCoordsReply?b@xGetInputFocusReply|@INT32@wAxQueryTextExtentsReplyA9BxListFontsReplyOBBxGetFontPathReply CCxGetImageReplyCcDxListInstalledColormapsReplyD7ExAllocColorReplyNE-FxAllocNamedColorReplyIFFxAllocColorCellsReply GGxAllocColorPlanesReplyGHxQueryColorsReplyHxIxLookupColorReplyI6JxQueryBestSizeReplyPJ&KxQueryExtensionReplyAKKxListExtensionsReplyKLxSetModifierMappingReplyLTMxGetModifierMappingReplysMxSetPointerMappingReplyM4NxGetKeyboardMappingReplySNNxGetPointerMappingReplyOOxGetPointerControlReplyOPxGetScreenSaverReplyPQxListHostsReplyQQKeyButMaskQRQSSTT(UUVLVV'W[WWXE]vR -9v P`f u  0@@ -p!+"$1Qy*uX5 P!Y]aeimquB/  # $I %c    !        2 w '" y(2#;$%  !6:>BFJNR,')  N'  N'  N' ^', n' (  n  'I!d! !"'w"" "3(#N# s#4# #'$3\$w$ $6%6% [%4% %'&6J&e& "&~"~&nr)Ά҆׆ۆ"'+\`einra*elj+ˉ , I-Mz.~/ڏ0ޏ 1<2@œ5ɓ &-;HO]jq&.6>FNV`hpx"*4<FPX`hu"| (2:BJRZdlt| "*2:DLT\dlt~ "*2:BJRZbjt~ $,4A&HT\fnv~    ' ). : B L T \ d l t |                    " * 2 : B J R Z b l t |                     ( 0 : B J R Z b j r z                     ( 0 8 @ H P X ` h p x                    & 0 : B J R Z b j r  *               + (2:BJRZdlt,-"*2:DNV^k.r~/&.8@HU0\hpz1 (08E2LX`hpx5$,4<DLT\dlt|4 n&.*.*.*".*+07-CQGaVMrp$  .  >  N 0 b 8 w @  xftstr.o/ 1332986116 0 0 100644 6948 ` ELF4(.strtab.text.bss.data.rodata.comment.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.symtabxftstr.cstatlstatfstatmknodBbss.bssDdata.dataDrodata.rodata_xstat_lxstat_fxstat_xmknod_XftMatchSymbolicFcStrCmpIgnoreCase.rel.text.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_funcnames.rel.debug_typenamesUE PEPj EEUE PEPj EEUE PEPj EEUjjEPE PEPjEEÐUE EE HE EEEtGUEPBPu E@E*EEE EE HE EEEuEEE@(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 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@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 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@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 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@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMIacomp: Sun C 5.11 SunOS_i386 145355-01 2010/10/11as: Sun Compiler Common 12.2 SunOS_i386 2010/08/13xftstr.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c xftstr.c -W0,-xp.XAKgoyLEE8cPEtd.Xa;g;R=Sun C 5.11 SunOS_i386 145355-01 2010/10/11;G=.XAKgoyLEE8cPEtd.;backend;raw;cd;DBG_GEN 5.3.0statx U  "_pathr_bufr intcharunsigned long'dev_tlong D ] D'ino_t'mode_t'nlink_tDuid_tDgid_t D DDoff_tDtime_t timespec tv_sec# tv_nsecD#timestruc_tDblksize_tDblkcnt_t 8 D D I D statz st_dev8# st_pad1L# st_ino]# st_modei# st_nlinkv# st_uid# st_gid# st_rdev8#$ st_pad2#( st_size#0 st_pad3D#4 st_atim#8 st_mtim#@ st_ctim#H st_blksize#P st_blocks#T st_fstype'#X st_pad48#hIzlstat@U _path_buf zfstat`U  _fdz_buf mknodU `e_pathi_mode 8_dev` _XftMatchSymbolicU s n !name def _XftSymbolic name# value #XftSymbolicunsigned char&7&AFcStrCmpIgnoreCase v<Funsigned__posix_ttyname_r  v{__posix_getlogin_r v  _xmknod '' _lxstat N$z S_xstat NXz _fxstat  zD__posix_ctime_rvv tm$ v tm_sec # tm_min # tm_hour # tm_mday # tm_mon # tm_year # tm_wday # tm_yday # tm_isdst # v{v__posix_asctime_rv /var/tmp/libXft-2.3.0/src/usr/include/sys/usr/include/usr/include/isoxftstr.cstat_impl.hstat.htypes.hstdlib.hstdio.htime_impl.hxftint.htime_iso.h &; F[ f    |  DD%. : ; @ ' ID I: ;  $> &II7II: I  !I/  :  I8 .?  : ; @ ' ID .? < ' ID I.? < ' ID $j_XftMatchSymbolic5statlstatfstatmknod8dev_t]ino_timode_tvnlink_tuid_tgid_toff_ttime_ttimespectimestruc_tblksize_tblkcnt_tIstat_XftSymbolicXftSymbolictm  @ `(    s 1Qy  !/<CQ^epx4 "+7eC Q(a9rO  ( ' ` 7 H G  [  p   xftswap.o/ 1332986116 0 0 100644 36732 ` ELF\4(.strtab.text.bss.data.rodata.comment.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.symtabxftswap.cstatlstatfstatmknodBbss.bssDdata.dataDrodata.rodata_xstat_lxstat_fxstat_xmknodXftNativeByteOrderXftSwapCARD32XftSwapCARD24XftSwapCARD16XftSwapImage.rel.text.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_funcnames.rel.debug_typenamesUE PEPj EEUE PEPj EEUE PEPj EEUjjEPE PEPjEEÐUEEt EEEÐUE EE HE EEEtfE@EE@UBUEBE@EEU@BUEBEEE EE HE EEEuÐU(E EEEEHEEEEEEEE EEEEEEHEEEEtEE@EE@UBUEBEEEE܋EHEE܉E؋E؃uEEEHEEEElÐUE EE HE EEEtEE@EE@UBUEBEEE EE HE EEEuÐUoMEU@B(PAPnMUE@PB(PAP MMEU@B(PAP+&E@,} tꐐt r@(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 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@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 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@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 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@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMIacomp: Sun C 5.11 SunOS_i386 145355-01 2010/10/11as: Sun Compiler Common 12.2 SunOS_i386 2010/08/13kxftswap.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c xftswap.c -W0,-xp.XAKgoyLEE8cPEzd.Xa;g;R=Sun C 5.11 SunOS_i386 145355-01 2010/10/11;G=.XAKgoyLEE8cPEzd.;backend;raw;cd;DBG_GEN 5.3.0statx U  $_pathr_bufr intcharunsigned long)dev_tlong F _ F)ino_t)mode_t)nlink_tFuid_tFgid_t F FFoff_tFtime_t timespec tv_sec# tv_nsecF#timestruc_tFblksize_tFblkcnt_t : F F K F stat| st_dev:# st_pad1N# st_ino_# st_modek# st_nlinkx# st_uid# st_gid# st_rdev:#$ st_pad2#( st_size#0 st_pad3F#4 st_atim#8 st_mtim#@ st_ctim#H st_blksize #P st_blocks#T st_fstype)#X st_pad4:#hK|lstat@U _path_buf |fstat`U  _fd|_buf mknodU bg_pathk_mode :_devb XftNativeByteOrderU whichbyte XftSwapCARD32:IUdata9 u9 n;)CARD32XftSwapCARD24EUdataD widthD  heightDunits Fu FnGdHunsigned charCARD8XftSwapCARD16ZU"AdataY uY n[unsigned short"CARD164XftSwapImagee*UyhimagedyXPointer _XExtData  number # next# free_private# private_data~#  XExtData _XDisplayD  ext_data# free_funcs# fd # conn_checker # proto_major_version # proto_minor_version # vendory# resource_base# resource_mask# resource_id#$ resource_shift #( resource_alloc>#, byte_order #0 bitmap_unit #4 bitmap_pad #8 bitmap_bit_order #< nformats #@ pixmap_format#D vnumber #H release #L head#P tail#T qlen #X last_request_read)#\ request)#` last_reqy#d buffery#h bufptry#l bufmaxy#p max_request_size1#t dbG*#x synchandlerS*#| display_namey# default_screen # nscreens # screens*/# motion_buffer)# flags//# min_keycode # max_keycode # keysymsA/# modifiermap.# keysyms_per_keycode # xdefaultsy# scratch_buffery# scratch_length)# ext_number # ext_procsF/# event_vec6# wire_vec56# lock_meaning4/# lockT6# async_handlersY6# bigreq_size)# lock_fnsd# idlist_allocd# key_bindings+d# cursor_fontt+# atomsAd# mode_switch1# num_lock1# context_dbTd# error_veced# cmsjd# im_filtersd# qfree# next_event_serial_num)# flushesF/# im_fd_info e# im_fd_length # conn_watcherse# watcher_count # filedes~# savedsynchandler f# resource_max# xcmisc_opcode # xkb_info f# trans_conn7f# xcbMf# next_cookie1# generic_event_vec^f# generic_event_copy_vec|f# cookiejar&#Display FreeFuncType KeyCode   max_keypermod # modifiermap#XModifierKeymap  D.3DFreeModmapType _XFreeFuncs$  atoms# modifiermapI# key_bindings# context_db# defaultCCCs# clientCmaps# intensityMaps# im_filters# xkb# ^)XID >(-  ext_data# depth # bits_per_pixel # scanline_pad # CScreenFormat ))Window   type # serial)# send_event # display# window#XAnyEvent )Time unsigned< # type # serial)# send_event # display# window# root# subwindow# time&# x # y #$ x_root #( y_root #, state1#0 keycode1#4 same_screen #8=XKeyEvent <  type # serial)# send_event # display# window# root# subwindow# time&# x # y #$ x_root #( y_root #, state1#0 button1#4 same_screen #83XButtonEvent <  type # serial)# send_event # display# window# root# subwindow# time&# x # y #$ x_root #( y_root #, state1#0 is_hint#4 same_screen #8+XMotionEvent D $ type # serial)# send_event # display# window# root# subwindow# time&# x # y #$ x_root #( y_root #, mode #0 detail #4 same_screen #8 focus #< state1#@$XCrossingEvent   type # serial)# send_event # display# window# mode # detail #9XFocusChangeEvent ( X type # serial)# send_event # display# window# x # y # width # height # count #$XExposeEvent )Drawable 0 7 type # serial)# send_event # display# drawablek# x # y # width # height # count #$ major_code #( minor_code #,zXGraphicsExposeEvent   type # serial)# send_event # display# drawablek# major_code # minor_code #RXNoExposeEvent  I type # serial)# send_event # display# window# state #XVisibilityEvent 0 % type # serial)# send_event # display# parent# window# x # y # width # height #$ border_width #( override_redirect #,`XCreateWindowEvent   type # serial)# send_event # display# event# window#>XDestroyWindowEvent  7 type # serial)# send_event # display# event# window# from_configure #XUnmapEvent   type # serial)# send_event # display# event# window# override_redirect #IXMapEvent  < type # serial)# send_event # display# parent# window#XMapRequestEvent (  type # serial)# send_event # display# event# window# parent# x # y # override_redirect #$SXReparentEvent 4  type # serial)# send_event # display# event# window# x # y # width # height #$ border_width #( above#, override_redirect #0 XConfigureEvent  i type # serial)# send_event # display# event# window# x # y #XGravityEvent   type # serial)# send_event # display# window# width # height #}XResizeRequestEvent 8  type # serial)# send_event # display# parent# window# x # y # width # height #$ border_width #( above#, detail #0 value_mask)#4 XConfigureRequestEvent  t type # serial)# send_event # display# event# window# place #XCirculateEvent   type # serial)# send_event # display# parent# window# place #XCirculateRequestEvent )Atom  type # serial)# send_event # display# window# atom # time&# state #% XPropertyEvent  -! type # serial)# send_event # display# window# selection # time&# XSelectionClearEvent ( ! type # serial)# send_event # display# owner# requestor# selection # target # property # time&#$H!XSelectionRequestEvent $ " type # serial)# send_event # display# requestor# selection # target # property # time&#  "XSelectionEvent )Colormap  I# type # serial)# send_event # display# window# colormap"# new # state #"XColormapEvent o# Fshort o## F F# F # b^## sx## l##0 G$ type # serial)# send_event # display# window# message_type # format # data###XClientMessageEvent  $ type # serial)# send_event # display# window# request # first_keycode # count #a$XMappingEvent  % type # display# resourceid# serial)# error_code# request_code# minor_code#$XErrorEvent  % F4 & type # serial)# send_event # display# window# key_vector%#%XKeymapEvent  & type # serial)# send_event # display# extension # evtype # &XGenericEvent void& -' type # serial)# send_event # display# extension # evtype # cookie1# data&#&XGenericEventCookie F`X' F_XEvent` ) type # xany# xkey## xbutton# xmotion# xcrossing$# xfocus# xexposeX# xgraphicsexpose7# xnoexpose# xvisibilityI# xcreatewindow%# xdestroywindow# xunmap7# xmap# xmaprequest<# xreparent# xconfigure# xgravityi# xresizerequest# xconfigurerequest# xcirculatet# xcirculaterequest# xproperty # xselectionclear-!# xselectionrequest!# xselection"# xcolormapI## xclientG$# xmapping$# xerror%# xkeymap &# xgeneric&# xcookie-'# padG'#X'XEvent _XSQEventh 3* next# event)# qserial_num)#d_XrmHashBucketRec3* L*)VisualID  * ext_data# visualidX*# class # red_mask)# green_mask)# blue_mask)# bits_per_rgb # map_entries #g*Visual * G+ depth # nvisuals # visuals +#+Depth G+)GContext )Pixmap )Font \ 7- function # plane_mask)# foreground)# background)# line_width # line_style # cap_style # join_style # fill_style # fill_rule #$ arc_mode #( tileg+#, stippleg+#0 ts_x_origin #4 ts_y_origin #8 fontt+#< subwindow_mode #@ graphics_exposures #D clip_x_origin #H clip_y_origin #L clip_maskg+#P dash_offset #T dashes#X+XGCValues _XGCp - ext_data# gidX+# rects # dashes # dirty)# values7-#G--GC P / ext_data# display(# root# width # height # mwidth # mheight # ndepths # depthsS+# root_depth #$ root_visual +#( default_gc-#, cmap"#0 white_pixel)#4 black_pixel)#8 max_maps #< min_maps #@ backing_store #D save_unders #H root_input_maskF#L-Screen /))KeySym 4/4 / extension # major_opcode # first_event # first_error # K/XExtCodes / /-///CreateGCType  0-//0CopyGCType  60-/060FlushGCType  h0-/M0h0FreeGCType  0 name # card32)#~0XFontProp 0 !1 lbearingo## rbearingo## widtho## ascento## descento## attributes"# 0XCharStruct !1P r2 ext_data# fidt+# direction1# min_char_or_byte21# max_char_or_byte21# min_byte11# max_byte11# all_chars_exist # default_char1# n_properties #$ properties0#( min_bounds!1#, max_bounds!1#8 per_char31#D ascent #H descent #L81XFontStruct r2 22/22CreateFontType  22/22FreeFontType  3/23CloseDisplayType BYTE 3 type#3# errorCode#3# sequenceNumber4# resourceID# minorCode4# majorCode# pad1#3# pad3# pad4# pad5# pad6# pad7#.3xError 3  (43/44(4ErrorType yb4 /y =4b4ErrorStringType %4}4&44PrintErrorType 44/4F44BeforeFlushType _XExtenH 6 nextF/# codes/# create_GC/# copy_GC 0# flush_GC;0# free_GCm0# create_Font2#$ free_Font2#( close_display 3#, error-4#0 error_stringg4#4 namey#8 error_values4#< before_flush4#@ next_flushF/#D  66)6 F )606G6 F_XLockInfoG6vc 7 type#3# data1#3# sequenceNumber4# length# data00# data01# data02# data03# data04# data05#^6xGenericReply o#INT16 7 type#3# depth# sequenceNumber4# length# root# x7# y7# width4# height4# borderWidth4# pad14# pad2# pad3#!7xGetGeometryReply  8 type#3# pad1#3# sequenceNumber4# length# root# parent# nChildren4# pad24# pad3# pad4# pad5#7xQueryTreeReply  Q9 type#3# pad1#3# sequenceNumber4# length# atom# pad2# pad3# pad4# pad5# pad6#8xInternAtomReply  : type#3# pad1#3# sequenceNumber4# length# nameLength4# pad24# pad3# pad4# pad5# pad6# pad7#h9xGetAtomNameReply  : type#3# format# sequenceNumber4# length# propertyType# bytesAfter# nItems# pad1# pad2# pad3#):xGetPropertyReply  ; type#3# pad1#3# sequenceNumber4# length# nProperties4# pad24# pad3# pad4# pad5# pad6# pad7#:xListPropertiesReply  E< type#3# pad1#3# sequenceNumber4# length# owner# pad2# pad3# pad4# pad5# pad6#;xGetSelectionOwnerReply  < type#3# status#3# sequenceNumber4# length# pad1# pad2# pad3# pad4# pad5# pad6#c<xGrabPointerReply c<xGrabKeyboardReply BOOL = type#3# sameScreen,=# sequenceNumber4# length# root# child# rootX7# rootY7# winX7# winY7# mask4# pad14# pad#7=xQueryPointerReply  > type#3# pad1#3# sequenceNumber4# length# nEvents# pad2# pad3# pad4# pad5# pad6#>xGetMotionEventsReply  t? type#3# sameScreen,=# sequenceNumber4# length# child# dstX7# dstY7# pad2# pad3# pad4# pad5#>xTranslateCoordsReply  +@ type#3# revertTo# sequenceNumber4# length# focus# pad1# pad2# pad3# pad4# pad5#?xGetInputFocusReply FINT32 @A type#3# drawDirection# sequenceNumber4# length# fontAscent7# fontDescent7# overallAscent7# overallDescent7# overallWidthE@# overallLeftE@# overallRightE@# pad#Q@xQueryTextExtentsReply  B type#3# pad1#3# sequenceNumber4# length# nFonts4# pad24# pad3# pad4# pad5# pad6# pad7#]AxListFontsReply  B type#3# pad1#3# sequenceNumber4# length# nPaths4# pad24# pad3# pad4# pad5# pad6# pad7#BxGetFontPathReply  nC type#3# depth# sequenceNumber4# length# visual# pad3# pad4# pad5# pad6# pad7#BxGetImageReply  ,D type#3# pad1#3# sequenceNumber4# length# nColormaps4# pad24# pad3# pad4# pad5# pad6# pad7#CxListInstalledColormapsReply  E type#3# pad1#3# sequenceNumber4# length# red4# green4# blue4# pad24# pixel# pad3# pad4# pad5#ODxAllocColorReply  E type#3# pad1#3# sequenceNumber4# length# pixel# exactRed4# exactGreen4# exactBlue4# screenRed4# screenGreen4# screenBlue4# pad2# pad3#ExAllocNamedColorReply  F type#3# pad1#3# sequenceNumber4# length# nPixels4# nMasks4# pad3# pad4# pad5# pad6# pad7#FxAllocColorCellsReply  G type#3# pad1#3# sequenceNumber4# length# nPixels4# pad24# redMask# greenMask# blueMask# pad3# pad4#FxAllocColorPlanesReply  KH type#3# pad1#3# sequenceNumber4# length# nColors4# pad24# pad3# pad4# pad5# pad6# pad7#GxQueryColorsReply  AI type#3# pad1#3# sequenceNumber4# length# exactRed4# exactGreen4# exactBlue4# screenRed4# screenGreen4# screenBlue4# pad3# pad4# pad5#cHxLookupColorReply  I type#3# pad1#3# sequenceNumber4# length# width4# height4# pad3# pad4# pad5# pad6# pad7#YIxQueryBestSizeReply  J type#3# pad1#3# sequenceNumber4# length# present,=# major_opcode# first_event# first_error# pad3# pad4# pad5# pad6# pad7#JxQueryExtensionReply  K type#3# nExtensions# sequenceNumber4# length# pad2# pad3# pad4# pad5# pad6# pad7# KxListExtensionsReply  [L type#3# success# sequenceNumber4# length# pad2# pad3# pad4# pad5# pad6# pad7#KxSetModifierMappingReply  M type#3# numKeyPerModifier# sequenceNumber4# length# pad1# pad2# pad3# pad4# pad5# pad6#zLxGetModifierMappingReply KxSetPointerMappingReply  M type#3# keySymsPerKeyCode# sequenceNumber4# length# pad2# pad3# pad4# pad5# pad6# pad7#ZMxGetKeyboardMappingReply  N type#3# nElts# sequenceNumber4# length# pad2# pad3# pad4# pad5# pad6# pad7#NxGetPointerMappingReply  O type#3# pad1#3# sequenceNumber4# length# accelNumerator4# accelDenominator4# threshold4# pad24# pad3# pad4# pad5# pad6#NxGetPointerControlReply  P type#3# pad1#3# sequenceNumber4# length# timeout4# interval4# preferBlanking,=# allowExposures,=# pad24# pad3# pad4# pad5# pad6#OxGetScreenSaverReply  UQ type#3# enabled,=# sequenceNumber4# length# nHosts4# pad14# pad3# pad4# pad5# pad6# pad7#PxListHostsReply  Q type#3# detail#3# sequenceNumber4#"KeyButMask  kR pad00# time# root# event# child# rootX7# rootY7# eventX7# eventY7# stateQ# sameScreen,=# pad1#3# S pad00# time# root# event# child# rootX7# rootY7# eventX7# eventY7# stateQ# mode#3# flags#3# sS pad00# window# mode#3# pad1#3# pad2#3# pad3#3#  S pad00# window# x4# y4# width4# height4# count4# pad24# T pad00# drawable# x4# y4# width4# height4# minorEvent4# count4# majorEvent#3# pad1#3# pad2#3# pad3#3# T pad00# drawable# minorEvent4# majorEvent#3# bpad#3#  KU pad00# window# state# pad1#3# pad2#3# pad3#3#  U pad00# parent# window# x7# y7# width4# height4# borderWidth4# override,=# bpad#3# V pad00# event# window# V pad00# event# window# fromConfigure,=# pad1#3# pad2#3# pad3#3# V pad00# event# window# override,=# pad1#3# pad2#3# pad3#3# $W pad00# parent# window# W pad00# event# window# parent# x7# y7# override,=# pad1#3# pad2#3# pad3#3# ]X pad00# event# window# aboveSibling# x7# y7# width4# height4# borderWidth4# override,=# bpad#3# Y pad00# parent# window# sibling# x7# y7# width4# height4# borderWidth4# valueMask4# pad1# Y pad00# event# window# x7# y7# pad1# pad2# pad3# pad4# Y pad00# window# width4# height4#  9Z pad00# event# window# parent# place#3# pad1#3# pad2#3# pad3#3# Z pad00# window# atom# time# state#3# pad1#3# pad24# Z pad00# time# window# atom#  T[ pad00# time# owner# requestor# selection# target# property# [ pad00# time# requestor# selection# target# property# %\ pad00# window# colormap# new,=# state#3# pad1#3# pad2#3# {\ pad00# request# firstKeyCode# count# pad1#3# \ type# longs0E@# longs1E@# longs2E@# longs3E@# longs4E@# ] type# shorts07# shorts17# shorts27# shorts37# shorts47# shorts57# shorts67# shorts77# shorts87# shorts97#signed char]INT8 ]] F ] type# bytes]# ^ l{\# s\# b]# 3^ pad00# window# u]# A` ukQ# keyButtonPointerQ# enterLeavekR# focusS# exposesS# graphicsExposureS# noExposureT# visibilityT# createNotifyKU# destroyNotifyU# unmapNotifyV# mapNotifyV# mapRequestV# reparent$W# configureNotifyW# configureRequest]X# gravityY# resizeRequestY# circulateY# property9Z# selectionClearZ# selectionRequestZ# selectionNotifyT[# colormap[# mappingNotify%\# clientMessage^# _xEvent [` u3^#A`xEvent  :c generic7# geom7# tree8# atomQ9# atomName:# property:# listProperties;# selectionE<# grabPointer<# grabKeyboard=# pointer=# motionEvents># coordst?# inputFocus+@# textExtents@A# fontsB# fontPathB# imagenC# colormaps,D# allocColorE# allocNamedColorE# colorCellsF# colorPlanesG# colorsKH# lookupColorAI# bestSizeI# extensionJ# extensionsK# setModifierMapping[L# getModifierMappingM# setPointerMapping &II7II: I  !I/  :  I8 .?  : ; @ ' ID 4I : ;  .?  : ; @ ' D ' ID I : ' D  :  :  : < ' ID 5II ' D .? < ' ID .? < ' ID lklXftNativeByteOrderXftSwapCARD32XftSwapCARD24XftSwapCARD16FXftSwapImage5kstatlstatfstatmknod k:dev_t_ino_tkmode_txnlink_tuid_tgid_toff_ttime_ttimespectimestruc_t blksize_tblkcnt_tKstatCARD32CARD84CARD16~XPointer_XExtDataXExtDataDisplayFreeFuncTypeKeyCodeXModifierKeymapIFreeModmapType^_XFreeFuncsXIDCScreenFormatWindowXAnyEvent&Time=#XKeyEvent3XButtonEvent+XMotionEvent$$XCrossingEvent9XFocusChangeEventXXExposeEventkDrawablez7XGraphicsExposeEventRXNoExposeEventIXVisibilityEvent`%XCreateWindowEvent>XDestroyWindowEvent7XUnmapEventIXMapEvent<XMapRequestEventSXReparentEvent XConfigureEventiXGravityEvent}XResizeRequestEvent XConfigureRequestEventtXCirculateEventXCirculateRequestEvent Atom% XPropertyEvent -!XSelectionClearEventH!!XSelectionRequestEvent ""XSelectionEvent"Colormap"I#XColormapEvent##G$XClientMessageEventa$$XMappingEvent$%XErrorEvent% &XKeymapEvent &&XGenericEvent&-'XGenericEventCookieX'_XEvent)XEvent)_XSQEventX*VisualIDg**Visual+G+DepthX+GContextg+Pixmapt+Font+7-XGCValuesG-_XGC-GC-/Screen4/KeySymK//XExtCodes/CreateGCType 0CopyGCType;0FlushGCTypem0FreeGCType~00XFontProp0!1XCharStruct81r2XFontStruct2CreateFontType2FreeFontType 3CloseDisplayType#3BYTE.33xError-4ErrorTypeg4ErrorStringType4PrintErrorType4BeforeFlushType4_XExten^67xGenericReply7INT16!77xGetGeometryReply78xQueryTreeReply8Q9xInternAtomReplyh9:xGetAtomNameReply)::xGetPropertyReply:;xListPropertiesReply;E<xGetSelectionOwnerReplyc<<xGrabPointerReply=xGrabKeyboardReply,=BOOL7==xQueryPointerReply>>xGetMotionEventsReply>t?xTranslateCoordsReply?+@xGetInputFocusReplyE@INT32Q@@AxQueryTextExtentsReply]ABxListFontsReplyBBxGetFontPathReplyBnCxGetImageReplyC,DxListInstalledColormapsReplyODExAllocColorReplyEExAllocNamedColorReplyFFxAllocColorCellsReplyFGxAllocColorPlanesReplyGKHxQueryColorsReplycHAIxLookupColorReplyYIIxQueryBestSizeReplyJJxQueryExtensionReply KKxListExtensionsReplyK[LxSetModifierMappingReplyzLMxGetModifierMappingReplyLY`n{"*2:BJRZdn} 4 *   " + k7v C!yQzpa{9rU{ C ĉ8 M ]  m D  L  T xftxlfd.o/ 1332986116 0 0 100644 12684 ` ELF-4(.strtab.text.bss.data.rodata.rodata1.comment.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.debug_varnames.SUNW_cap.symtabxftxlfd.cstatlstatfstatmknodXftSplitStrXftGetIntBbss.bssDdata.dataDrodata.rodata_xstat_lxstat_fxstat_xmknodXftXlfdParsestrchrFcPatternCreatestrlenmallocFcPatternDestroyFcPatternAddStringstrcmp.XAKgoyLEE8cPU5d.XftXlfdWeights_XftMatchSymbolicFcPatternAddInteger.XAKgoyLEE8cPU5d.XftXlfdSlantsFcPatternAddDoublefree.rel.text.rel.data.rel.debug_info.rel.debug_line.rel.debug_pubnames.rel.debug_funcnames.rel.debug_typenames.rel.debug_varnamesUE PEPj EEUE PEPj EEUE PEPj EEUjjEPE PEPjEEÐU E EE@t>E@-u0E@EE@EEU BE @E E@u¸U BEEEÐUE@*uE @E@EeE @E@0|LE@9@E HME@ʋM DЉAE@EE@0| E@9~E@-u EE EEÐUHEEE@-t E;E@EEEj-EPEEuE E@EEEj-EPEEuEE@EEEj-EPEEuEE@EEEj-EPEEuEmE@Ej-EPEEu E?E@Ej-EPEEu EE@EEPEPEEuEE@EEPEPEEuEE@EEPEPEEuEE@EEPEP`EEuEUE@Ej-EPEEu E'E@Ej-EPEEu EE@EEEj-EPEEuEE@EEEj-EPEEtEEԃu EEEu EcjEPj@PE؋E؃ujEPE$EPhEP uEPEPwE@t8hEPt"EPh EP uEPEP#E@t8hEPt"EPhEP u;EPEPjjjdPjhEEPhEP uEPEPjjjPjhEċEPh$EP uE]EЃ~JE5$h,EPurEԃEȃ~EE5]Ez(v&jjEPEPh4EPujEPEE%jEPjEPEE@2HdPdXdltxd|n$@@xlfd*foundryfamilyweightslantsizepixelsizelightmediumregulardemiboldboldblackrio@(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 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@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 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@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 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@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMIacomp: Sun C 5.11 SunOS_i386 145355-01 2010/10/11as: Sun Compiler Common 12.2 SunOS_i386 2010/08/13 xftxlfd.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c xftxlfd.c -W0,-xp.XAKgoyLEE8cPU5d.Xa;g;R=Sun C 5.11 SunOS_i386 145355-01 2010/10/11;G=.XAKgoyLEE8cPU5d.;backend;raw;cd;DBG_GEN 5.3.0statx U  $_pathr_bufr intcharunsigned long)dev_tlong F _ F)ino_t)mode_t)nlink_tFuid_tFgid_t F FFoff_tFtime_t timespec tv_sec# tv_nsecF#timestruc_tFblksize_tFblkcnt_t : F F K F stat| st_dev:# st_pad1N# st_ino_# st_modek# st_nlinkx# st_uid# st_gid# st_rdev:#$ st_pad2#( st_size#0 st_pad3F#4 st_atim#8 st_mtim#@ st_ctim#H st_blksize #P st_blocks#T st_fstype)#X st_pad4:#hK|lstat@U _path_buf |fstat`U  _fd|_buf mknodU bg_pathk_mode :_devbl _XftSymbolic nameq# value #vXftSymbolic FXftXlfdWeights 0 FXftXlfdWeights !FXftXlfdSlants$ N FXftXlfdSlants=$XftSplitStr2Ufield1save1 s3c4XftGetIntGU#-ptrF2valF ( XftXlfdParseUU#  - xlfd_origT2 ignore_scalableT 2 completeTpat# VxlfdD WfoundryN XfamilyX Yweight_nameb Zslantl [registryv \encoding ]save^pixel _point `resx aresy bslant_value cweight_value cdpixel d_FcPattern FcPattern  (  FcBool ? I S ] g q { doublev _XftMatchSymbolic      _FcPattern  unsigned char  FcPatternAddString2 9    9 FcPatternAddDouble2 s  >  s FcPatternAddInteger2   x 2  FcPatternDestroy  FcPatternCreate# unsigned__posix_ttyname_r '   __posix_getlogin_r R   W _xmknod  R \ ))  _lxstat    |  _xstat    | _fxstat    |F __posix_ctime_rN !  tm$ tm_sec # tm_min # tm_hour # tm_mday # tm_mon # tm_year # tm_wday # tm_yday # tm_isdst # N   __posix_asctime_r%   % strchrN *  N  size_t strlenX  S   strcmp    void malloc   free  /var/tmp/libXft-2.3.0/src/usr/include/sys/usr/include/usr/local/include/fontconfig/usr/include/isoxftxlfd.cstat_impl.hstat.htypes.hstdlib.hstdio.htime_impl.hxftint.hfontconfig.htime_iso.hstdio_iso.h &; F[ f 2    {    ( J r        < p    , \     H |            > ` p    % ? D J S |         DD%. : ; @ ' ID I: ;  $> &II7II: I  !I/  :  I8 I!I4I : ;  .?  : ; @ ' ID < .? < ' ID I.? < ' D .? < ' ID .? < ' D  7XftXlfdParseS statlstatfstatmknodjXftSplitStrXftGetInt :dev_t_ino_tkmode_txnlink_tuid_tgid_toff_ttime_ttimespectimestruc_t blksize_tblkcnt_tKstatv_XftSymbolicXftSymbolic FcPattern2 FcBoolN tmX size_tX XftXlfdWeightsXftXlfdWeights!XftXlfdSlantsNXftXlfdSlants  @ `(l       %-5dBIY`gx00 1QyP(\ !"#)2$CL#}$#%&'(&*3'X cl)  )**" (08@"%%9(f(z~IM)6=KX_mz$,4<DLTaht~&.6>HPX`hpx4   H, "D + 4 @L"/Z##j $W{b$U%\o%% t(p )H# ,*3 * C - W - l -  -0707010003cf13000081ed0000000000000000000000014f73c1050009a7f4000000b500010002ffffffffffffffff0000002300000000root/usr/local/lib/libXft.so.2.3.0ELF4 4 ("!oh^h^h^h^bb8  #$%&*,-.045789:<=>?@DEFHKLMNOPQUVWXZ[\]^`defgijklmnopqrtuvy|}~ !"'()+/1236;ABCGIJRSTY_abchswxz{ $0 0Am Nai`q yd0`BQ , #l +ARcj~e    )@h^Vdqb b q    0=- BJej|` d $e  #`P 6`Z Haop    ` 8dPlU  9 @;  @ &E 9C[h# {  U d,` @Uj }U 0 0 e % 7O DPAS b v  0U  d y Й  e"  /6Ce`@ q0: g  @*  =  -  : ; M ` s z d     > e" 0.  9 `< I P  c  s СQ     P=K   0 S @    0 C V >+ h {   07  ?   d  " / = O V Ut |        /  e  # C 5 B t R do  ~   d   e 4d %h^,`Y ;G LZk~ ?  XRenderFreePictureXftFontInfoHashXftDrawRectFcPatternAddBoolXftFontMatchFcPatternGetStringfprintfXftFontOpenNamememcpyFcPatternAddInteger.XAKgoyLEE8cPk4d.XftXlfdWeightsXPutImage_xmknodXftTextRender32LEXftCharSpecRenderFcFreeTypeCharSetstrlenXAddExtensionXSetSubwindowModeXftInitXRenderCompositeText8XAllocNamedColorFcPatternGetBoolFcInitFcFreeTypeCharIndex.XAKgoyLCE8cPECd.XftAllocCountXRenderQueryVersionXGetVisualInfoXRenderSetPictureClipRectanglesXftDrawString32XSetRegionFcNameConstantmemsetXFreeXftDrawStringUtf8XRenderCompositeText16_GLOBAL_OFFSET_TABLE_XCreateRegionFcPatternGetFT_Render_Glyph_DYNAMICXftGlyphRenderXRenderFindVisualFormatXftDrawColormapXftFontOpenXlfdXftDrawGlyphSpec__iobXftDrawCharFontSpecXftDrawDestroyFcPatternVaBuildXRenderFreeGlyphSetXftTextRender16BEstrncpy.XAKgoyLCE8cPECd.XftAllocNotifyFcConfigGetBlanksXftTextExtentsUtf8.XBKgoyL$D8cPEga.XftDebug.debugXftDrawVisualstrchr_endtolowerFcObjectSetCreateXftListFontsXRenderSetPictureClipRegionXRenderCompositeText32XftFontInfoDestroyXftFontLoadGlyphsXRenderCompositeString32FcCharSetCopyXftDrawString16FcPatternDestroyXftFontUnloadGlyphsXftDrawDisplay.XAKgoyLCE8cPECd.XftInUseFT_Done_Face_lxstatmalloc_initXftCharFontSpecRenderXftTextRender8XftFontCheckGlyphXftTextRenderUtf16XCreateGCXRenderCompositeString8FcPatternDelXftGlyphSpecRenderfreeXftDrawSetClipRectanglesFcCharSetCount_finiXRenderAddGlyphsFT_Init_FreeTypeFcPatternCreateXDestroyRegionFcNameParseFcFontList.XBKgoyL$D8cPEga.XftDebug.initializedXftTextExtentsUtf16XRenderCreatePictureXRenderChangePictureXftDrawCreateAlpha_lib_versionXftLockFaceXftDrawSetSubwindowModeXCreatePixmapXRenderCompositeString16XftDrawGlyphs.XAKgoyLCE8cPECd.XftFreeCountXGetImage__xtolXSetClipRectanglesXftDrawSrcPictureXftXlfdParseXFreePixmapXftTextRender32BEXftDrawCreateBitmapXftDefaultSetXftTextExtents8XftDefaultHasRenderXftDrawDrawable.XAKgoyLDE8cP0Xd._XftObjectTypesXFreeColorsXftFontOpenPatternXftDrawChange.XAKgoyLCE8cPECd.XftFreeMemXftCharIndexstrcmpFcUtf8ToUcs4.XAKgoyLCE8cPECd.XftAllocMemXftTextExtents32XRenderFillRectangleFcPatternGetMatrixFcPatternGetDoubleFcCharSetHasCharXftColorAllocNameFcCharSetDestroyFcUtf16ToUcs4XftInitFtLibraryrandXftFontCopyXftUnlockFaceFcPatternPrintXftFontCloseXftColorAllocValueFcConfigSubstituteFcStrCmpIgnoreCasestrtod.XAKgoyLEE8cPk4d.XftXlfdSlantsFcPatternGetIntegerXRenderQueryExtensionFT_Vector_TransformFT_Set_TransformXftDefaultSubstitute.XAKgoyLDE8cP0Xd._XftNameInitializedXftGlyphFontSpecRenderXftTextRender16_xstatXftDrawStringUtf16XftFontOpenInfoXftDrawPicture_fxstatstrtolFcDefaultSubstituteXCopyAreaXftColorFreeFcNameRegisterObjectTypesgetenvXftCharExistsXftGetVersionXRenderQuerySubpixelOrderXAllocColorXftTextExtents16XListPixmapFormatsFcPatternAddDoubleXftTextRender16LEFcPatternDuplicateXGetDefaultFT_Library_SetLcdFilterXftDrawString8memcmpXftTextRender32XftDrawCreateXRenderCreateGlyphSet.XAKgoyLCE8cPECd._XftConfigInitializedXftFontInfoCreateXEqualRegionFcNameUnparseXRenderFindFormatstrcpy.XAKgoyLCE8cPECd.XftMemNoticeXFreeGCXFillRectangleXftGlyphExtentsXSetForegroundXESetCloseDisplayXRenderFreeGlyphsFcFontMatchXGetGeometry_PROCEDURE_LINKAGE_TABLE_XftFontOpenXSetErrorHandleratoiXftTextRenderUtf8XSetClipMaskXftDrawCharSpec.XAKgoyLBE8cP0Wc._XftFtFilesXftDrawSetClipFT_New_FaceXRenderFindStandardFormat_edataFcPatternAddXUnionRegion.XAKgoyLCE8cPECd.XftFreeNotify.XAKgoyLBE8cP0Wc.XftMaxFreeTypeFiles__ctypeFcPatternGetCharSet_etextXftNameUnparseXftFontInfoEqualFT_Load_GlyphFT_Set_Char_SizeFcPatternGetFTFaceFcObjectSetAddFcPatternAddStringXftNameParseXftDrawGlyphFontSpecFcObjectSetDestroylibc.so.1SYSVABI_1.3SUNWprivate_1.1libfontconfig.so.1libexpat.so.1libfreetype.so.6libz.solibXrender.so.1libX11.so.6libxcb.so.1libXau.so.6libXdmcp.so.6libnsl.so.1libsocket.so.1libintl.so.8libiconv.so.2libXft.so.2/usr/local/lib7qN ^^^^^^^^^^^^ __4_8_<_@_D_H_L_P_T_X_\_d_h_l_|______________ `h`t`|`````````````````aa aaaa$a,a4a_____ _ __^_'_x____"______`d``A ```p`q`*$`(`l,`0` 4`8`W<`@`/D`H`L`&P`T`eX`\```d`l`p`x```3``|```r`````L``aa a(a0a8aHaoXahaaaaFa8aaaZaaaa4a]ahaaa(b b\bbb b$b,bI8bpbatbxb?|bbbbbVb6bUbkbEbb$bBbb<b hhhhh h($h0(h8p,h@`ThHPXhP@\hX0dh` hhhlhpphxthxh|hhhhhhph`hPh@h0h hhhhhhhh  h($h0(h8p,h@`0hHP4hP@dhX0hh` lhhxhp|hxhhhhhhhhph`hPh@h0h hhhhhhhh h(h0h8ph@`hHPhP@hX0h` hhhphxhhh h(h8h@hLhpXh``hPhh@ph0|h hhhhhhhh h(h0h8p0h@`@hHPDhP@HhX0Lh` PhhThpXhx\h`hdhlhthxh|hhph`hPh@h0h hhhhh hhh h($h0(h8p0h@`8hHP<hP@@hX0Dh` HhhLhpPhxThXh`hU ]ZU?%ڋE PEPj EE]ÐU ]ZU$ڋE PEPjd EE]ÐU ]ZU$ڋE PEPj4 EE]ÐU ]ZU$jjEPE PEPjEE]ÐU$]ZU/$jEPEPEPEPEPu E@EUPUEfBUEfBUEfBUfB EE]ÐU]Eu fE8fEEuEEE@fEEtEfEE]ÐU ]E%۶mۉEU+UE%۶m+ЉUEU%qǹ?+fEE]ÐU4]ZU"ڋE @E j@ PEE j@ PKEE j@PEE j@PEE j@PEE j@PEE@UڍJE؋MEE؋E@UڍJЋME؉E ‰EЋE@UڍJЋMEЋ ʋEHNE@fEE@fEE@fEEPEPEPN u EIEUPEU@fBEU@fBEU@fBEU@fB EE]ÐU]ZU!ڋE @tjjjEPEPEP]U ]ZU ڋE PEPj EE]ÐU ]ZU ڋE PEPj EE]ÐU ]ZU? ڋE PEPj EE]ÐU ]ZUjjEPE PEPj|EE]ÐU ]uZUڋE @ =|JMUE @PB,PAPX uMUEPEPEPEPB,PAPFP;]uÐU@]ĉuZUȸڋE @ EE @EEEE @EE @U+ЉUE @U+ЉUEE؋EHEE؉EԋEԃkEEEEEEE一EE@EE@EEEEEU#ƒEE@E܋E;Eu:EEEuE@EE@EEEU#ƒuuMUjEPEPEPB,PAPFPEE܉EE+E܉EUEHEE@EEu:EEEuE@EE@EEEU#ƒtEE@EEEЋEHEEЉE̋Ẽ]ċuU@]ĉuZUȸڋE @ EE @EEEE @EE @U+ЉUE @U+ЉUEE؋EHEE؉EԋEԃ EEEEEEEE@EE@EEEEE=|wEE@E܋E;EuE@EE@EE=}ЋuMUjEPEPEPB,PAPFPEE܉EE+E܉E5EHEE@EEuE@EE@EE=|̋E>E@EEEЋEHEEЉE̋Ẽ]ċuÐU@]ĉuZUȸ\ڋE @ EE @EEEE @EE @U+ЉUE @U+ЉUEE؋EHEE؉EԋEԃ EEUEEEEE@EEEEEEE=rtEE@E܋E;EuE@EEEE=sӋuMUjEPEPEPB,PAPFP8EE܉EE+E܉E5EHEE@EEuE@EEEE=r̋EBE@EEEЋEHEEЉE̋Ẽ]ċuÐU]ZUڋE EE@0u0EA4E/8E#E@8Hw渍UDUE];;;;U ]EEuEEE@EEtEEuEEE@EEtE UPEUP]ÐU ]EEMHM U#ЉUE E؋UH UE}%EMU ЉUEEEE|ۋEEE]ÐU ]EEE؋U +ЉU EMUHJU#ЉUE }E ؋UUEM EEEE]ÐUl]ZUڋE @ EE @EEEE @EUEPEPB0P UEPEPB4P UEPEPB8P E@EPEPR EE@EPEPR ЋEE ‰EE@EPEPR ЋE ‰EċE @U+ЉUE @U+ЉUEEEHEEEEEEEEEEE一EE@EE@EEEEEEHEEEEt{EU#ƒtUjjEPEPEPEPBLЃEEEuE@EE@EEE@EEEEHEEEEuE@EEEEHEEEE]ÐU0]ЋEfEE UfEEUEEUfEUE ‰EEEE UfEEUEEUfEUE E܋E܉EE UfEEUE؋EUfEUE EԋEԉEE E EEE]U,]E fEEUfEEUEEEEUfEEUEEEEUfEEUE܋EEEUfEEUE؋EEE E E EEE]ÐU`]ZUڋE@ EE@%EE@0=u"E@%EE@E E@EE@%EE E E EEE @EȋE @EċE @U+ЉUE @U+ЉUUE@(ERMEE@(EЋE @ E܋EȃE̋EĉEEHEċEEEEEUЋEEE܉E؋EẺE܋EȉEEEEHEEEEE@E׋E@EE=u8E=uEUPE@PEPЋEP;E׃t/EPEP%EE@PEPЋEPEEEEEHEEEELEĉEEHEċEEE]ÐUd]uZUڋE@ EE@%EE@0=u#E@%EE@E!E@EE@%EE E E EEE @EȋE @EċE @U+ЉUE @U+ЉUUE@(ERMHEE@(EЋE @ E܋EȃE̋EĉEEHEċEEE'EEUЋEPEE܉E؋EẺE܋EȉEEEEHEEEEE@E׋E@EE=E=u EEwE@EEE ȋEЁE% ʋEЁE% QEPjEEЃE% ЋE% ЋEfPE׃E@EEPEP;EE ȋEЁE% ʋEЁE% QVEEЃE% ЋE% ЋEfPEEEEEHEEEE>EĉEEHEċEEE]uÐUd]uZU\ ڋE@ EE@%EE@0=u#E@%EE@E!E@EE@%EE E E EEE @EȋE @EċE @U+ЉUE @U+ЉUUE@(ERMHEE@(EЋE @ E܋EȃE̋EĉEEHEċEEEEEUЋEPEE܉E؋EẺE܋EȉEEEEHEEEEE@E׋E@EE=E=u EEoE@EEE ȋE%U ȋE ЁE% QEPEEЃE% ЋE%| ЋEfPE׃E@EEPEPEE ȋE%U ȋE ЁE% QVUEEЃE% ЋE%| ЋEfPEEEEEHEEEENEĉEEHEċEEE]uÐUl]uZU ڋE@ EEE@% ЋE@% ЋE@ ЉUE @U+ЉUE @U+ЉUE @EċE @EE @ E܋EăEЋUEPEPB0PN UEPEPB4P7 UEPEPB8P EEEHEEEEE܉E؋EEЉE܋EĉEEEEEEHEEEEoE@E׋E@EE=E=u EEzUEPEPEPBHЃ EȋEPEPEP EPEPEP  EPEPEP űEPEPE̋EЁEPEPR EЁEPEPR ÚEPEPR uȋUjjEPEPEPEPBLЃE׃UEPEPEPBHЃ EȋEPEPEP EPEPEP  EPEPEP uEPEPЋEPRE̋EЁEPEPR EЁEPEPR ÚEPEPR uȋUjjEPEPEPEPBLЃE@EEEEHEEEEE@EEEEHEEEE1]uÐU]|ZUڋE@ EEE@% ЋE@% ЋE@ ЉUE @U+ЉUE @U+ЉUE @E̋E @EȋE @ E܋UEPEPB0Pd UEPEPB4PM UEPEPB8P6 EȉEEHEȋEEEẺEċEEEĉEEHEċEEEdE܋@E؋E܃E܋E؃E=u EEyUEPEPEPBHЃ EЋEPEPEP EPEPEP  EPEPEP uԋEPEPEԋEЁEPEPR$ EЁEPEPR UԁEPEPR uЋUjjEPEPEPEPBLЃE؃UEPEPEPBHЃ EЋEPEPEP EPEPEP  EPEPEP uEfEEUEEUEEEEUЍEEUEEEEEEEUEEEEE؋U ‰EEEEfEEUEEUEEEEUЍEEUEEEEEEEUEEEEE؋U ‰EEEEfEEUEEUEEEEUЍEEUEEEEEEEUEEEEE؋U ‰EEEE E EEԋEЁEPEPR EЁEPEPR UԁEPEPR uЋUjjEPEPEPEPBLЃE@EEĉEEHEċEEEE@EEȉEEHEȋEEEK]|ÐU]E@u E"E@@t EEE]ÐU]ZUڋE EE@0u<E@EWE@@ =u E@@=uE@@=t0E@@ =u0E@@=u E@@=uDE<E@@ =uE@@=uE@@t.E@@ u0E@@=u E@@=uHEE@@ =|uE@@=uE@@t.E@@ u,E@@=uE@@=|u LE_*&jEP5 ڐPE'E@8HbUDUE]????UZڋE EDžPPjjE PEPt Džt'jPPPE PEPZE@l@EEÐU]EE]ÐUD@ZTڋE@EEEEEE DžDžHE@EE싅PPPjEPEP)t DžHut"jPPjEPEPEEE E@0uE @ =vjEP_EPEPRjPE PEPEPEP_t uU+ЉU+ЉE@0`jP MjjjjPRPPAPEP(jPu E@0E@0UHB0Dž2jEPs0EHjPRQH@PEP:DžjjXPhPEPMjjPRPPPPAPEP(PEPjjjjPRjjPEPl(PEPuE@@ B0E@@B4E@@B8V;tjPHE@EEEEU;PpsEU@lEEuEPEPNEEtNM+U+jE PRQEPPЃE@U‰EE@ U‰EH/V;tjPEHMPRPPjjPA,PH@PEP(jPBDЃ EPEPSHE@EEEEU;PpsEU@lEEuEPEPEEt=jjEPEPEPEPЃE@U‰EE@ U‰EH@tEPEP>D@ÐUTPZXڋE@EEEDžDžDž;EDžUPPPjEPEPt Džt"jPPjEPEPUjPjPEPEPED+‰ED+‰‰‰tj;} ;} ;~ ;~ 0@;E@;t;uE@0uE @ =jEP++EPEPE@0u`jP UjjjjPPPPBPEP(jPu E@0E@0UHB0Dž jEPs(UjPPPBPEPHDžjj\PhPEP%UjjPPPPPPBPEP(PEPjjjjPPjjPEP~(PEPuE@@ B0E@@B4E@@B8 V;tjPDž;EEЉE;PpsE@lEEuEPEPsEEtJED+ED+jE PRQEPPЃ@;EEV;tjPMUPPPPjjPB,PAPEP"(jPBDЃEPEPDž;EEЉE;PpsE@lEEuEPEPEEt5ELEDjjPQEPEPЃ@;EZtEPEP迠TPÐUD@Z`3ڋE@EDžDžDž;EMȋADžMȍPPAPjPEPit Džt%jPPjPEP:MjPjAPPEPMA+‰MA +‰‰‰;}zMȋAXMQX@ f}%MA~;} ;~ ;~ 0@;E^;t;uDž;E};MȋA@0t@;E|ŋ;EuE @ =GjEP(0++E@0u}`jPsUjjjjPPPPBPEPF(jPu E@0E@0UHB0Dž jEPUjPPPBPEP贻DžjjdPhPEP葻UjjPPPPPPBPEPZ(PEPWjjjjPPjjPEP(PEP!ugE@@ B0E@@B4E@@B8wV;tjPrDž;E9MȋAPEPMȋA;Pps@lEEuPEPEEtpMAP+PMA +jE PRPPEPPЃ@;EV;tjPMUPPPPjjPB,PAPEP(jPBDЃ:Dž;E MȋAPEPIMȋA;Pps@lEEuPEPEEtWMAHMA jjPHPEPEPЃ@;EtRDž;E}=MȋAPEP!@;E|ËD@U ]ZUڋE PEPj EE]ÐU ]ZUOڋE PEPj贵 EE]ÐU ]ZUڋE PEPj脵 EE]ÐU ]ZUjjEPE PEPjLEE]ÐU]ZUڋ@up@jPEEtGEPRjEPЋP@ @@EE]U ]ZUڋE PEPj EE]ÐU ]ZUڋE PEPj EE]ÐU ]ZU?ڋE PEPj贳 EE]ÐU ]ZUjjEPE PEPj|EE]ÐU]ZUjEPEEuEE@,jEP#rE@ tEj@ P+EE@EEt(E@;EuE@EE@EEu؋EU@BjEP߳EE]ÐUd]ZUڋEE@EEtgE@;EuBU;t'EU@BU@BUPEE&E@EE@EEuE uEjh,EEujEPЋEPE@uzEPPBPEPڲ EUPE@ E@EPEPEP蹲 t=UEЋB(PEP薲t EEEUĉPE@$E@EPEPEPZ E|EuE E@$EE fEfEfEfEjjjEPhVEPЋEPUEЋB(EEPEP莱EE@PREt^E@u?EE@EEH EPE@jPRQEPEP襰jP蒰jP~E@t E EEPRKEEЃ}1EUD8EUD<E@EЋEЃ|ϋE@U@BUPE@jjh@jPEPz ЋEP Z%tE@ PR葯E@(jjjjPEP( ЋEP,%tE@,PR?Ehj0Pׯ EE3jEPAtjPEE]ÐU]ZUEE@EEt&EEEUUE@EEuڋEU;PtUEPBPQS ]ÐU]ZUojEPEEt E@ u%t9EU@;B vUE@ PBPQ jEPEU@;B vx]M+q‰EE@EEtGEEE;EvEPEPJ!E@EEU+UEuEU@;B w%tjEP<]ÐU]ZU/jEPDEEu E E@EE]ÐU]ZUjEPEEuEE@ tEj@ PcEU P E@ u E@ @Ejj@ PjREPЋEP E@,u E@,Ejj@,PjREPЋEP,EE]ÐU]ZUڋE@EU DtEjP&EEttEyt E1u EEftEnt E0u EkEou[E@EU DtEjP螫EEnu EEfu E EE]ÐU]ZUڋEPREP/ EEt=jEPEE|$EPEPE P E EE]ÐU$]ZUڋEPREP蟪 EEtEEPEP褪]E]웋E;Et#jjEPEPEPE P膪E EE]ÐU]ZUڋEPREP EEtiEPEP$tEPEPE P EBjEPEP EE;EtEPEPE P E EE]ÐU]ZU辩EEu8PEPEPT u<PEPEP0 uc@PEPEP| u?DPEPEP uHPEPEPd uLPEPEP uPPEPEP uTPEPEP uXPEPEP uj\PEPEP uJ`PEPEPd u*PEPEPt u EEjEPɦEE]ÐU]ZUjEPEEuEE@ u-jEPЋEP E@ u E[UjjEPEPE PB PXEEu(E~ UjjEPjE PB P(EEEE]U]ZUjjEPEPE PEPEEuEtEEEEE]ÐU]ZUojjEPEPE PEPvEEuEtEEEEE]ÐU ]ZUjjEPEPE PEPEEuEtEEEEEEEEE]ÐU4]ԉuЉ}ZUyڋ@jjEPjREPsu>@@jEPdjjPE PVEP*PWEP LjjEPjREPu1LLjjjE PREPPVEPm PjjEPjREPu1PPjjjE PREPPVEP \jjEPjREPmu1\\jjjE PREP1PVEPǣ XjjEPjREPu1XXjjjE PREPNPVEP责 TjjEPjREPǣu1TTjjjE PREPPVEP! DjjEPjREPtEjEPftzE PEPaEIE[EOECE7E+EMwGUDU⋳DDjjEPE PREPPVEPt HjjEPjREP臢u1HHjjjE PREPPVEP! `jjEPjREP4u1``jjjE PREPPVEP莡 <jjEPjREPUE BpHUE B]웋<<jEPEPE PREP7]E؛$VEP8jjEPjREP4uG88tjBPBPE PQEP]E؛$VEP蘠jjEPjREPˠu4jjhE PREPPVEPb jEP贠]ԋuЋ}myU ]ZUڋE PEPjt EE]ÐU ]ZUڋE PEPjD EE]ÐU ]ZUڋE PEPj EE]ÐU ]ZU_jjEPE PEPjܜEE]ÐU\]ZUڋEu EEtyEEU;}dE@EEEjjEPEPjEPEEtjEPEEE@EEU;|jEPEPEPEPEPEPEPE PEP輞(tUEEU;}@UEЋB;Eu EEE@EEU;|EE]ÐU(]ZUܸڋE@ uBMUjEPEPEPEPEPEPEPBPAP(t EUP E@ EE]ÐU]ZU/ڋE@jEPEEEUEPBPwEEtfEE;E}IUMȋA;Eu UMȋEQPE@EE;E|jEPE@EE]ÐU]ZU?jj4*EEu EEUPEU PEPE PEP ЋEPE@ E@EUPEUPE@(E@,E@0E@E@$j4j}EEE]ÐU]ZUOjj4:EEu EEUPEU PjE PEP ЋEPE@ E@E@E@E@(E@,E@0E@E@$j4j }EEE]ÐU]ZU_jj4JEEu EEUPEU PjE PEP ЋEPEUP E@E@E@E@(E@,E@0E@E@$j4j|EEE]ÐU0]ZUԸoڋEj@PEEt E@u EE@uUEjEPOEfEMHfEUjjjEPhBP:EUE@PBPEE]ÐU]ZUڋEU PE@(t UE@(PBPE@(E@,t UE@,PBP豖E@,]ÐU]E@EE]ÐU]E@EE]ÐU]E@EE]ÐU]E@EE]ÐU]ZUڋE@(tUE@(PBPE@,tUE@,PBP贕/Ej@ PΗ8Ej@ P$!EHwUDUj4j4zjEP躕]Ç_sUt]ZUڋE@EjEPEEt E@uEnE@u5E@ u*fEfEfEfEEE EE}pEUD<tOEUMD8;Au:M EUjD0PAP膖 uEUDEEMUjEPjBPEPAP蒕ȋEULDEPRhEtjEPlHjPZhEuEjjEPEPE PEPlEȱt=Et$0jPgjEPk4jPgjEPgEu EMEPEPkEEu,Dt<jPgjEPgEEE]ÐU]ZUjjEPFk Eǰt=PEPRgEtTjPfjEPyjEuEjjEPEPE PEPjEHt=Et$0jP~fjEPj4jPZfjEPlfEu EMEPEP+jEEu,įt<jPfjEPfEEE]U ]ZUڋE PEPjTd EE]ÐU ]ZUڋE PEPj$d EE]ÐU ]ZUڋE PEPjc EE]ÐU ]ZU?jjEPE PEPjcEE]ÐU]ZUhu E\@EEt}UEPBPhuTE@ ;E uIE@U@Bt"dEjj@PE PEPRdEE)E@EEujEP@hj1P"dEEu EjEP h1PjkGStlE PEPRc \U@B\UPE@EU0BUEPBPgEU P E@(E@,E@E@E@$E@ E@E@EEE]ÐU]ZUjj0bEEu Ej0jCFE@E@E@E@ E@(EUP,E@E@E@$E@ E@E@EEE]ÐU]ZUE\@EEt.E@,tE@(uE@EE@EEuҋEEE]ÐU]ZU踟E\@EEtEE@,t)E@(uEEE@EEEE;EuE@EEuEEE]ÐU]ZUEtU;P~|ha}jP&EEtE3txUE@ PBPQe` Ej@,PdE@,NEtU;P]ÐU]uZULڋE@(U@B(E@,苩tUE@ PBPQ_ MUEjj,PB PAPFPdt E@(UHB(E@E@E@$E@ E@E@XE@,EE]uÐU]ZUOڋEPRA Pyc ]ÐU ]ZUڋE@(HEEUP(E}jPf]ÐU4]ЉuZUԸڋE@,EE@;E uE@;Eԧ t+E EjEPE PRQV]E@EEEU;PUER M+L }UER M+L ىMUER M+L MUER M+L }UER M+L ىMUER M+L ME;E4UER M+L }UER M+L ىMUER M+L MUER M+L }UER M+L ىMUER M+L ME;EUER M +L}UER M +LىMUER M +LM܋UER M +L}UER M +LىMUER M +LM؋E;E}EEE@EEU;PUEr UER jjjD PD1PEPG`tOUER DUER jjjPQEP`t E*.jjjEPE PEP_t EEU PEUPEU@;Bu.EU@$;B u EU@;BuEU@ ;By tgE@pE@pE@pE@ p$$$$RaZ$jEPEP^ MUBABABA B A$EE]ЋuÐU]ZU?ڋE@HEEUPEtE@(tjPE@t]\EE@t-E@;EuEU@BE@EE@uӋE@,tEj@,P]E@tEj@P]@E EE0Pj=jEP5Y]ÐU]EEEE+Ev2EEEEE;Es EEEEE+Ew΋EEE]ÐU]ZU𸯅ڋEs E~EuEu E`EWjEP)@EEE;Ew,E+uƒu EEEE;EvEE]ÐU]ZUڋEME‰EEuE@EjEPuEEjEPtEEE]ÐU]uZU\ڋEEE EEj@PEEtEuMUEjj PB PAPFPLuEj@PEEEE]uÐU ]ZUڋEEEj@$P{]ÐUp]ZUojEP脢EEuE0 jHjEPV E;6jjEPjRE PvZt҃tϐE;6jjEPjRE P>Zt҃tϐEtEPEPЋEPBjjEPjRE PYuEtjEP/ЋEPE@ujjEPjRE PYtjjEPjRE PYtBEBE䋃EH]EtYЋEP EMH]EQYЋEPt:EtEE EjEPEPEPEPRTE@86EjjPjRE PXtσtE@86EjjPjRE PSXtσtE@86kEjjPjRE P XtσtE@,E@ E@(E@$E܋@J]EWЋEP E܋@J]EWЋEP,E܋@J]EWЋEP$E܋@J]EpWЋEP(>ojjEPjRE PbWB ǐE@ =u#E@$uE@(u E@,=t E EEUP0E@tQEU@B8:6Ejj8PjRE PVtσt E@8E@4E;6cjjEPjRE PFVt҃tϐEu E@u E@0tEP4EP4E;6 jjEPjRE PUt҃tϐE@86EjjPjRE PUtσtE;6_jjEPjRE PUt҃tϐE؃tEȃuEP4EP4E@tvEȃ~Eȃ}EP4EP4P*EP4EP46EP4EP4"E@Hw UDUEP4EP4E;6gjjEPjRE PJTt҃tϐEԃtEP4EP4E;6jjEPjRE PSt҃tϐEЃtEP4 EP4E;6 jjEPjRE PSt҃tϐẼuEP4EP4E@<86G$EjjEEuUEU@(;B,@eBMy(PEPEEE-%t;hEp$EH$E@(E@,jPRA PFPW?AEEE@t3E@;EuEU@BE@EE@u͋E@ +‹ЋE0EE@t1E@;EuEU@BE@EE@uϋEPEPE@(UHB(EU@(;B,]u}ÐU]ZUmjEP蔌EE EE@hHEEUPhEt;Et E@(U@B(jEPE PEP]ÐU ]ZUlڋ@t E'jPNEt EEE]U ]ZUolڋE PEPj= EE]ÐU ]ZU/lڋE PEPj= EE]ÐU ]ZUkڋE PEPjd= EE]ÐU ]ZUkjjEPE PEPj,=EE]ÐU]ZU_kڋE EEEEU;Pps5EU@lEEt EUPUE@EEU;PprˋEU;tpUEPPQ= ]ÐU]ZU踯jڋE @H=stibtE4E LEE@EE@EEEEuEEEtEu EEEt EEEEEfEt E~EEEE2EUE@Hw帅UDUEUPEUPEUPE@ EEEE]_{UD]uZUĸiڋE LEE@ EE@ EE@EE@EE@EE@EEtEu EEE؉EE}E@UHЋE+‰E1EEE܋E܃~oEE;E}?EUEԃ#փt UԋEE@EԋE;E|EHE܋EEEEEEE܃EEE܋E܃~pEE;E}@EUEԃ#փtUUԸBE@EԋE;E|EHE܋EEEEEEE܃OEEԋEE܋E܃~5EPEPEP< EHE܋EEEEEEE܃EEE܋E܃~zEEEE;E}DEE@E̋EU ЉŰEU ЉŰUԋEЋM̉ E@EԋE;E|EHE܋EEEEEEE܃EEE܋E܃~5EPEPEP; EHE܋EEEEEEE܃EEE܋E܃EEЋEEEE;E}TE@E@ ЋE@ ЋE@ ЉUȋUԋE̋Mȉ E@EԋEЃEЋE;E|EHE܋EEEEEEE܃lEE܋E܃EEЋEEEE;E}TE@E@ ЋE@ ЋE@ ЉUȋUԋE̋Mȉ E@EԋEЃEЋE;E|EHE܋EEEEEEE܃lEEE܋E܃EEЋEEEE;E}]E@EE@ ȋUEP ȋEE@ ȉMȋUԋE̋Mȉ E@EԋE@EЋE;E|EHE܋EU@ЉUEEEE܃^EE܋E܃EEЋEEEE;E}[UEPEE@ ЋE@ ЋEE@ ЉUȋUԋE̋Mȉ E@EԋE@EЋE;E|EHE܋EU@ЉUEEEE܃`4E@}"aR]uÐU\XTZlbjEPEE EDžDžEu jEP=;u E@0tQ'Dž@Dž4Dž(E@8HwOlDlEEHE E@EEEEU@lEEu #~%tE PEP,E@te E@E@Tt E@TPEPP9 EEt @TEE@P%E@H=stibDžDžDžTUE싍HB UE싍HB$+E@PP8| t-jPPPPR2u?u4j;~ ;} ;~ ;} @@w??NE@ EU@ B?E@$?EU@$+B++E@\n E@PE@TtxE;P ~aE@ +Љ;~ ++E@ vE;P ~aE@ +Љ;~ ++E@ E@H=stibt+PBTP5EEtj@P5E@\dE@PE@Tt Dž@X@$؉@X@$DžE@PP4UfB؋UfB GE@TtUfBE@ ؋UfB EU@ fBUfB /E@@ UfBE@D ؋UfB EL@@x IEPRO.`}uMU싅PPPPPPBPAPF$PG P`P-,w@@ @}#HBȋ+Dž;WE@0tgDž;}H@PQ1-@;|Dž;}#փtDž|# Dž| |PR,@;|jP^,P@;jP,PEPP{ }UfBU苅fBE@d؋UfBEU@hfBEuE@ d+;v;~V;tjP+jP+uJPjP+ E@8t E@8uDž DžjjPPEPPEE䋅UBEEu!EPEP0ЋE0E@<|H|xx@ttEtU Љttt3 ЉttЁt ЉttB@tHtpp.4t(uBV0;tPPBUPPjEPEPPEP.[tEjP(ЋEP E@ tU苅PPB P++ E@ EU苈JEEUHJEHq%tE PEPq%tE@PEPR' EEHE;tjP'jEP-\XTÕU,ZTjEPsEE EDžEEHE]E@EEEEU@lEEuE@EtoEt\U@=u2UjjPPPEP,DžE@ tEj@ PK&EU􋈈+JEEtEUH+JEHjEP &jjk EU@lEEHEEt3t(UjjPPPEP+ÐU]ZUoRڋE EEU;PprEEU@lEEtEE@EuUjj%EEuEjjWE@ E@EU@lM E@EUEM E@EE=u%jEPEPEPE PEP#EEUPE EE]U ]ZU/QڋE @tU EPBP8*EEE]ÐU]ZUPڋE EE@xuE>ME+qx‰EEEU@t;EEU@tЃEPE PEP) uEjE P(EEuEEU@tM ЋEPEPH)ȋEU@tLjE P(^EuME+q|‰EEuEEEEEU;Pxr EU+PxUEU@t;EEU@tDEE]ÐU]ZU?OڋE EEuSEt"M+‰E;Et#EPEP_'EǀEk%tE PEP(EEU;PpEU@lEEtpE@;EvYj%tE@PEPR jjjEPE PEP'Eu$EU+PUE@EEU;PpcMj%tE PEPV]ÐU]ZUMڋE EEi%taEU;vMEtEEEEUEjjPPEPQEU;v$E PEPEU;wjEPDq]U ]ZULڋE PEPj EE]ÐU ]ZU_LڋE PEPj EE]ÐU ]ZULڋE PEPj EE]ÐU ]ZUKjjEPE PEPj\EE]ÐU ]ZUKڋ@t E,@$u E EE]ÐU]ELOE]ÐU<]̉uȉ}ZUJڋjPjPjP}EEEЋMEE؋UuDE苃uDEu| DPWEPEPEU؋PEPE@EESEЋ@PBPAPFPWEPy@@]̋uȋ}ÐU]ZUoIe%UDEE@U@BUDEEPU EP@@BPU PPU P@;B~]ÐU]ZUHd%UD EE@U@BUDEEPU EP@@BPU PPU P@;B~]U ]ZUGڋE PEPj EE]ÐU ]ZUoGڋE PEPj EE]ÐU ]ZU/GڋE PEPj EE]ÐU ]ZUFjjEPE PEPjlEE]ÐU ]ZUFڋEPEPj EE]ÐU4]ZUи_FڍEEEEuIEEuSE@EEEEuE@EԋEEE@E؋EEUBE؋BE܋EEE@E؋EEE@E؋EElE@E؋EEXE@E؋EEDE@E؋EE0E@E؋EEMԃwUЍD܋UjuuuԋEPEPuEEjEPEE@EEEEQEEufEEEt4EPEP9u#E@EEEEűEEEuEtjEPjjEPEPE PEPqEjEPjEPEEE]{#U ]ZUCڋE PEPj EE]ÐU ]ZUoCڋE PEPj EE]ÐU ]ZU/CڋE PEPj EE]ÐU ]ZUBjjEPE PEPjlEE]ÐU]ZUBڋ@t!@ jP5]ÐU ]ZU?BzjEPEE]ÐU]ZUA:jEPEEu EjEP@;EjEPEjEP,PEPq4PEP^jEP@EjEP/Eu ExjEP=@;EvantialiasrgbalcdfiltermatrixrenderembeddedbitmaphintingemboldenhintstyleverticallayoutautohintglobaladvancespacingminspacecharwidthNew font %s/%d size %dx%d maxglyphmemorycharsetfreeing unreferenced font %s/%d size %dx%d Font glyph cache incorrect has %ld bytes, should have %ld Trans %d %d: %d %d glyph %d: xywh (%d %d %d %d), trans (%d %d %d %d) wh (%d %d) %c| Caching glyph 0x%x size %ld Uncaching glyph 0x%x size %ld Reduce memory for font 0x%lx from %ld to %ld Xft Memory Usage: Which Alloc Free count bytes count bytes %8.8s%8d%8d%8d%8d TotalXftDrawXftFontXftFtFileXftGlyphlangcharsetcorexlfdrendermaxglyphmemoryxlfd*foundryfamilyweightslantsizepixelsizelightmediumregulardemiboldboldblackriob// 00*0:0J0Z0j0@?C@AF@XPKMQPTz000Pa000000 11U*1V:1J1Z1 ej1z11|11111V i u z L I `u  e<  0   > *4d5d>UMY 9> ^`9> X9> f9F l:] u0;S 5d*4d>U}dY=> ^=> X >> f`>F @? @A C D `Ex Ex `Fy F5 & I0 /PJ 4PKH LM\ cQL zPT @X ^G `^ ` Pa 5d*4d>U}dYy> ^z> XPz> fzF U V5d*4d>U}d Y{> ^{> X |> f`|F | $V(*U}dLY@> ^> X> fF VPT e tO h `] U}dYж> ^> XP> fF 5d*4d>U}dYp> ^> X> f0F PXhX,X0XX(Y YY $Y 0YHYXY pY5d*4d>U}dY`> ^> X> f F p +Y(0Y6` F@x S _P pY v YC Y`R Z(Z HZ$:U  lZ @c  p ~  ZZ ZZ ZCUU'Z-Z(3Z 9Z?Z E[K[Q[W([^0[ e<[ lH[sX[ zd[t[|[ [ B [[[pK g [,5d*4d>U}dY> ^0> Xp> fF  [<v +@ 0\@D\ FP\8L\QU R\Y\`\ g\ n\.5d*4d>U}duY> ^> X@> fF ]](@],l]]5d*8d>U}dY> ^> X0> fpF 5d*4d>U}dY> ^> X0> fpF ]]5e*4d>U}dY> ^> X@> fF - 5d*4d>U}dYG> ^0H> XpH> fHF 5d*4d>U}dYI> ^I> X J> f`JF 5d*4d>U}dYM> ^M> XN> f@NF Ns O T] ]]]^$ ^*^:UCUU0^ 5d*d>U}d6* =  M 0 Y j m w   `q   d0 d `BQ ,  $ 2 D l L b s    e       + 2 8  J a h^w    b     q       , = Q =- c k e  ` d   $e     - D `P W `Z i   p    ` 8dP   lU  9 &@; 5 @ GE Zd|#   U 'dM` av U 0 0 e",3F XO eqAS    0U  d y Й ' eC  PWde@ 0: g %@* 1= ?N [; nd > eC0.  Z`< jq    СQ P=K 0 S @ 4@  Qdw>+ 07 ?    d1 CP^pwU / "e .?DC Vct sd de4d*2Fh^M`Y \G m{ ?  .libs/libXft.so.2.3.0crti.svalues-Xa.cDdata.dataBbss.bssDrodata.rodataxftcolor.cfstatlstat_xmknodmaskbasemasklenDpicdata.picdataxftcore.c_XftSharpGlyphMono_XftSharpGlyphGray_XftSharpGlyphRgba_XftSharpGlyphFind_XftExamineBitfield_XftGetField_XftPutField_XftSmoothGlyphMonofbOver24fbIn_XftSmoothGlyphGray8888_XftSmoothGlyphGray565_XftSmoothGlyphGray555_XftSmoothGlyphGray_XftSmoothGlyphRgba_XftSmoothGlyphPossible_XftSmoothGlyphFind_XftGlyphDefaultXftGetImageErrorHandlerxftdbg.c.L68.L76xftdpy.c_XftCloseDisplay.L218.L232.L239.L248.L255.L257.L252.L281.L288.L293.L300.L313_XftDisplayValidateMemory.L349.L384_XftDefaultInitBool.L591_XftDefaultInitDouble_XftDefaultInitInteger_XftDefaultInit.L690.L700.L709.L718.L727.L736.L745.L754.L763.L772.L781_XftDefaultGet.L_cseg0.L_cseg1xftdraw.c_XftDrawScreen_XftDrawFormat_XftDrawOp_XftDrawRenderPrepare_XftDrawCorePrepare.L784xftextent.cxftfont.c.L82.L95.L108.L121.L152.L167.L176.L183.L211.L236.L247.L332.L339xftfreetype.c_XftGetFile.L88.L116_XftGetFaceFile_XftNumFiles_XftNthFile_XftUncacheFiles.L259_XftLockFile.L294_XftLockError.L323_XftUnlockFile.L366.L470_XftReleaseFile.L502_XftSqrt_XftIsPrime_XftHashSizeXftFontInfoFill.L749.L768.L782.L802.L812.L_cseg2.L830.L826.L850.L869.L888.L912.L945.L972.L1003.L1022.L1041.L1120.L1147.L1174.L1201.L1220.L1247XftFontInfoEmpty.L1404.L1410.L1438XftFontDestroyXftFontFindNthUnref.L1836xftglyphs.c_XftFontValidateMemory.L90_compute_xrender_bitmap_size_fill_xrender_bitmap.L940.L942.L981.L1012.L1020.L1205.L1590.L1651xftinit.c.L101.L103.L105.L114.L120xftlist.cxftname.c.L111.L113xftrender.cXftPreferFormatxftstr.cxftswap.cxftxlfd.cXftSplitStrXftGetInt.L299.L305.L322.L333.L343.L359.L386crtn.s_END__XftNameInitXftMemFree_START_XftGlyphCore_XftFTlibraryXftDefaultGetBoolXftMemReportXftGlyphFontSpecCoreXftGlyphSpecCoreXftDrawBitsPerPixel_XftSetFace_XftFontUncacheGlyphXftDefaultGetIntegerXftNativeByteOrder_XftDisplayInfoGetXftSwapCARD24XftSwapCARD16XftSwapCARD32XftRectCoreXftMemAllocXftDrawDepthXftDebugXftSwapImage_XftMatchSymbolicXftDefaultGetDouble_XftDisplayInfo_XftDisplayManageMemory_XftFontManageMemoryXftDefaultParseBoolXftListFontsPatternObjectsXRenderFreePictureXftFontInfoHashXftDrawRectFcPatternAddBoolXftFontMatchFcPatternGetStringfprintfXftFontOpenNamememcpyFcPatternAddInteger.XAKgoyLEE8cPk4d.XftXlfdWeightsXPutImageXftTextRender32LEXftCharSpecRenderFcFreeTypeCharSetstrlenXAddExtensionXSetSubwindowModeXftInitXRenderCompositeText8XAllocNamedColorFcPatternGetBoolFcInitFcFreeTypeCharIndex.XAKgoyLCE8cPECd.XftAllocCountXRenderQueryVersionXGetVisualInfoXRenderSetPictureClipRectanglesXftDrawString32XSetRegionFcNameConstantmemsetXFreeXftDrawStringUtf8XRenderCompositeText16_GLOBAL_OFFSET_TABLE_XCreateRegionFcPatternGetFT_Render_Glyph_DYNAMICXftGlyphRenderXRenderFindVisualFormatXftDrawColormapXftFontOpenXlfdXftDrawGlyphSpec__iobXftDrawCharFontSpecXftDrawDestroyFcPatternVaBuildXRenderFreeGlyphSetXftTextRender16BEstrncpy.XAKgoyLCE8cPECd.XftAllocNotifyFcConfigGetBlanksXftTextExtentsUtf8.XBKgoyL$D8cPEga.XftDebug.debugXftDrawVisualstrchr_endtolowerFcObjectSetCreateXftListFontsXRenderSetPictureClipRegionXRenderCompositeText32XftFontInfoDestroyXftFontLoadGlyphsXRenderCompositeString32FcCharSetCopyXftDrawString16FcPatternDestroyXftFontUnloadGlyphsXftDrawDisplay.XAKgoyLCE8cPECd.XftInUseFT_Done_Face_lxstatmalloc_initXftCharFontSpecRenderXftTextRender8XftFontCheckGlyphXftTextRenderUtf16XCreateGCXRenderCompositeString8FcPatternDelXftGlyphSpecRenderfreeXftDrawSetClipRectanglesFcCharSetCount_finiXRenderAddGlyphsFT_Init_FreeTypeFcPatternCreateXDestroyRegionFcNameParseFcFontList.XBKgoyL$D8cPEga.XftDebug.initializedXftTextExtentsUtf16XRenderCreatePictureXRenderChangePictureXftDrawCreateAlpha_lib_versionXftLockFaceXftDrawSetSubwindowModeXCreatePixmapXRenderCompositeString16XftDrawGlyphs.XAKgoyLCE8cPECd.XftFreeCountXGetImage__xtolXSetClipRectanglesXftDrawSrcPictureXftXlfdParseXFreePixmapXftTextRender32BEXftDrawCreateBitmapXftDefaultSetXftTextExtents8XftDefaultHasRenderXftDrawDrawable.XAKgoyLDE8cP0Xd._XftObjectTypesXFreeColorsXftFontOpenPatternXftDrawChange.XAKgoyLCE8cPECd.XftFreeMemXftCharIndexstrcmpFcUtf8ToUcs4.XAKgoyLCE8cPECd.XftAllocMemXftTextExtents32XRenderFillRectangleFcPatternGetMatrixFcPatternGetDoubleFcCharSetHasCharXftColorAllocNameFcCharSetDestroyFcUtf16ToUcs4XftInitFtLibraryrandXftFontCopyXftUnlockFaceFcPatternPrintXftFontCloseXftColorAllocValueFcConfigSubstituteFcStrCmpIgnoreCasestrtod.XAKgoyLEE8cPk4d.XftXlfdSlantsFcPatternGetIntegerXRenderQueryExtensionFT_Vector_TransformFT_Set_TransformXftDefaultSubstitute.XAKgoyLDE8cP0Xd._XftNameInitializedXftGlyphFontSpecRenderXftTextRender16_xstatXftDrawStringUtf16XftFontOpenInfoXftDrawPicture_fxstatstrtolFcDefaultSubstituteXCopyAreaXftColorFreeFcNameRegisterObjectTypesgetenvXftCharExistsXftGetVersionXRenderQuerySubpixelOrderXAllocColorXftTextExtents16XListPixmapFormatsFcPatternAddDoubleXftTextRender16LEFcPatternDuplicateXGetDefaultFT_Library_SetLcdFilterXftDrawString8memcmpXftTextRender32XftDrawCreateXRenderCreateGlyphSet.XAKgoyLCE8cPECd._XftConfigInitializedXftFontInfoCreateXEqualRegionFcNameUnparseXRenderFindFormatstrcpy.XAKgoyLCE8cPECd.XftMemNoticeXFreeGCXFillRectangleXftGlyphExtentsXSetForegroundXESetCloseDisplayXRenderFreeGlyphsFcFontMatchXGetGeometry_PROCEDURE_LINKAGE_TABLE_XftFontOpenXSetErrorHandleratoiXftTextRenderUtf8XSetClipMaskXftDrawCharSpec.XAKgoyLBE8cP0Wc._XftFtFilesXftDrawSetClipFT_New_FaceXRenderFindStandardFormat_edataFcPatternAddXUnionRegion.XAKgoyLCE8cPECd.XftFreeNotify.XAKgoyLBE8cP0Wc.XftMaxFreeTypeFiles__ctypeFcPatternGetCharSet_etextXftNameUnparseXftFontInfoEqualFT_Load_GlyphFT_Set_Char_SizeFcPatternGetFTFaceFcObjectSetAddFcPatternAddStringXftNameParseXftDrawGlyphFontSpecFcObjectSetDestroyanotate anotate anotateh d`D@?ECE@A^F^@X"_PK_M`Q:`PTcPakPa%tPaanotate anotate ~|anotate anotate anotate anotate anotate anotate anotate anotate anotate anotate anotate anotate @(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 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@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 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@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 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@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMIacomp: Sun C 5.11 SunOS_i386 145355-01 2010/10/11as: Sun Compiler Common 12.2 SunOS_i386 2010/08/13@(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 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@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 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@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 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@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMIacomp: Sun C 5.11 SunOS_i386 145355-01 2010/10/11as: Sun Compiler Common 12.2 SunOS_i386 2010/08/13@(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 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@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 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@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 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@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMIacomp: Sun C 5.11 SunOS_i386 145355-01 2010/10/11as: Sun Compiler Common 12.2 SunOS_i386 2010/08/13@(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 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@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 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@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 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@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMIacomp: Sun C 5.11 SunOS_i386 145355-01 2010/10/11as: Sun Compiler Common 12.2 SunOS_i386 2010/08/13@(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 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@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 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@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 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@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMIacomp: Sun C 5.11 SunOS_i386 145355-01 2010/10/11as: Sun Compiler Common 12.2 SunOS_i386 2010/08/13@(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 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@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 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@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 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@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMIacomp: Sun C 5.11 SunOS_i386 145355-01 2010/10/11as: Sun Compiler Common 12.2 SunOS_i386 2010/08/13@(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 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@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 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@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 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@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMIacomp: Sun C 5.11 SunOS_i386 145355-01 2010/10/11as: Sun Compiler Common 12.2 SunOS_i386 2010/08/13@(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 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@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 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@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 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@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMIacomp: Sun C 5.11 SunOS_i386 145355-01 2010/10/11as: Sun Compiler Common 12.2 SunOS_i386 2010/08/13@(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 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@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 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@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 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@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMIacomp: Sun C 5.11 SunOS_i386 145355-01 2010/10/11as: Sun Compiler Common 12.2 SunOS_i386 2010/08/13@(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 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@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 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@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 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@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMIacomp: Sun C 5.11 SunOS_i386 145355-01 2010/10/11as: Sun Compiler Common 12.2 SunOS_i386 2010/08/13@(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 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@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 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@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 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@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMIacomp: Sun C 5.11 SunOS_i386 145355-01 2010/10/11as: Sun Compiler Common 12.2 SunOS_i386 2010/08/13@(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 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@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 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@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 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@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMIacomp: Sun C 5.11 SunOS_i386 145355-01 2010/10/11as: Sun Compiler Common 12.2 SunOS_i386 2010/08/13@(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 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@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 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@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 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@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMIacomp: Sun C 5.11 SunOS_i386 145355-01 2010/10/11as: Sun Compiler Common 12.2 SunOS_i386 2010/08/13@(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 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@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 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@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 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@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMIacomp: Sun C 5.11 SunOS_i386 145355-01 2010/10/11as: Sun Compiler Common 12.2 SunOS_i386 2010/08/13@(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 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@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 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@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 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@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMIacomp: Sun C 5.11 SunOS_i386 145355-01 2010/10/11as: Sun Compiler Common 12.2 SunOS_i386 2010/08/13@(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 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@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 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@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 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@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMIacomp: Sun C 5.11 SunOS_i386 145355-01 2010/10/11as: Sun Compiler Common 12.2 SunOS_i386 2010/08/13ld: Software Generation Utilities - Solaris Link Editors: 5.10-1.497kxftcolor.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c -KPIC -DPIC xftcolor.c -W0,-xp.XAKgoyL_D8cPEKa.Xa;g;P;R=Sun C 5.11 SunOS_i386 145355-01 2010/10/11;G=.XAKgoyL_D8cPEKa.;backend;raw;cd;DBG_GEN 5.3.0statx 9^9U4_pathr_bufr intchar"*/unsigned long9dev_tlong V o V9ino_t9mode_t9nlink_tVuid_tVgid_t V VVoff_tVtime_t timespec tv_sec# tv_nsecV#timestruc_tVblksize_tVblkcnt_t "J V V [ V stat st_devJ# st_pad1^# st_inoo# st_mode{# st_nlink# st_uid# st_gid# st_rdevJ#$ st_pad2#( st_size#0 st_pad3V#4 st_atim#8 st_mtim#@ st_ctim#H st_blksize#P st_blocks*#T st_fstype9#X st_pad4J#h[lstat`99U_path_buf "fstat99U$_fd_buf mknod9&:Urw_path{_mode J_dev"r XftColorAllocName0::U!dpyevisual d!cmapename fresultscreen|f exact|f  _XExtData y number# nexty# free_private# private_data# !y~"XPointer !XExtData qeFreeFuncTypeunsigned charKeyCode  < max_keypermod# modifiermap# XModifierKeymap <hRWhFreeModmapType _XFreeFuncs$= atoms# modifiermapm# key_bindings# context_db# defaultCCCs# clientCmaps# intensityMaps# im_filters# xkb# 9XID _XDisplayD  ext_data# free_funcs=# fd# conn_checker# proto_major_version# proto_minor_version# vendor# resource_baseB# resource_maskB# resource_idB#$ resource_shift#( resource_alloc#, byte_order#0 bitmap_unit#4 bitmap_pad#8 bitmap_bit_order#< nformats#@ pixmap_formatT#D vnumber#H release#L headY#P tailY#T qlen#X last_request_read9#\ request9#` last_req#d buffer#h bufptr#l bufmax#p max_request_size#t db(#x synchandler(#| display_name# default_screen# nscreens# screens-# motion_buffer9# flags-# min_keycode# max_keycode# keysyms-# modifiermapR# keysyms_per_keycode# xdefaults# scratch_buffer# scratch_length9# ext_number# ext_procs-# event_vec4# wire_vec5# lock_meaning-# lock75# async_handlers<5# bigreq_size9# lock_fnsb# idlist_allocb# key_bindingsc# cursor_font*# atoms$c# mode_switch# num_lock# context_db7c# error_vecHc# cmsMc# im_filtersc# qfreeY# next_event_serial_num9# flushes-# im_fd_infoc# im_fd_length# conn_watchersd# watcher_count# filedes# savedsynchandlerd# resource_maxB# xcmisc_opcode# xkb_infoe# trans_conne# xcb0e# next_cookie# generic_event_vecAe# generic_event_copy_vec_e# cookiejarO%#LB A ext_data# depth# bits_per_pixel# scanline_pad# ScreenFormat A(9Window   type# serial9# send_event# display# window^#kXAnyEvent 9Time unsigned<  type# serial9# send_event# display# window^# root^# subwindow^# time# x# y#$ x_root#( y_root#, state#0 keycode#4 same_screen#8XKeyEvent <  type# serial9# send_event# display# window^# root^# subwindow^# time# x# y#$ x_root#( y_root#, state#0 button#4 same_screen#8XButtonEvent <  type# serial9# send_event# display# window^# root^# subwindow^# time# x# y#$ x_root#( y_root#, state#0 is_hint"#4 same_screen#8XMotionEvent D  type# serial9# send_event# display# window^# root^# subwindow^# time# x# y#$ x_root#( y_root#, mode#0 detail#4 same_screen#8 focus#< state#@XCrossingEvent  V type# serial9# send_event# display# window^# mode# detail#XFocusChangeEvent (  type# serial9# send_event# display# window^# x# y# width# height# count#$nXExposeEvent 9Drawable 0  type# serial9# send_event# display# drawable# x# y# width# height# count#$ major_code#( minor_code#,%XGraphicsExposeEvent  { type# serial9# send_event# display# drawable# major_code# minor_code#XNoExposeEvent   type# serial9# send_event# display# window^# state#XVisibilityEvent 0  type# serial9# send_event# display# parent^# window^# x# y# width# height#$ border_width#( override_redirect#, XCreateWindowEvent  M type# serial9# send_event# display# event^# window^#XDestroyWindowEvent   type# serial9# send_event# display# event^# window^# from_configure#gXUnmapEvent  r type# serial9# send_event# display# event^# window^# override_redirect#XMapEvent   type# serial9# send_event# display# parent^# window^#XMapRequestEvent (  type# serial9# send_event# display# event^# window^# parent^# x# y# override_redirect#$XReparentEvent 4  type# serial9# send_event# display# event^# window^# x# y# width# height#$ border_width#( above^#, override_redirect#0XConfigureEvent   type# serial9# send_event# display# event^# window^# x# y#XGravityEvent   type# serial9# send_event# display# window^# width# height#(XResizeRequestEvent 8  type# serial9# send_event# display# parent^# window^# x# y# width# height#$ border_width#( above^#, detail#0 value_mask9#4XConfigureRequestEvent   type# serial9# send_event# display# event^# window^# place#XCirculateEvent   type# serial9# send_event# display# parent^# window^# place#5XCirculateRequestEvent 9Atom  N type# serial9# send_event# display# window^# atom# time# state#XPropertyEvent   type# serial9# send_event# display# window^# selection# time#cXSelectionClearEvent ( type# serial9# send_event# display# owner^# requestor^# selection# target# property# time#$XSelectionRequestEvent $ N! type# serial9# send_event# display# requestor^# selection# target# property# time#  XSelectionEvent 9Colormap  ! type# serial9# send_event# display# window^# colormapd!# new# state#s!XColormapEvent "" Vshort "4" V VE" V k" b "# s#"# l4"#0 " type# serial9# send_event# display# window^# message_type# format# dataE"#k"XClientMessageEvent  # type# serial9# send_event# display# window^# request# first_keycode# count# #XMappingEvent  ,$ type# display# resourceidB# serial9# error_code# request_code# minor_code##XErrorEvent " O$ V4 $ type# serial9# send_event# display# window^# key_vector>$#O$XKeymapEvent  3% type# serial9# send_event# display# extension# evtype#$XGenericEvent voidG% % type# serial9# send_event# display# extension# evtype# cookie# dataO%#T%XGenericEventCookie V`& V_XEvent` ( type# xany# xkey# xbutton# xmotion# xcrossing# xfocusV# xexpose# xgraphicsexpose# xnoexpose{# xvisibility# xcreatewindow# xdestroywindowM# xunmap# xmapr# xmaprequest# xreparent# xconfigure# xgravity# xresizerequest# xconfigurerequest# xcirculate# xcirculaterequest# xpropertyN# xselectionclear# xselectionrequest # xselectionN!# xcolormap!# xclient"# xmapping## xerror,$# xkeymap$# xgeneric3%# xcookie%# pad%#&XEvent _XSQEventh( nextY# event(# qserial_num9#d_XrmHashBucketRec((9VisualID  ) ext_data# visualid)# class# red_mask9# green_mask9# blue_mask9# bits_per_rgb# map_entries#)Visual ) ) depth# nvisuals# visuals)#)Depth )9GContext 9Pixmap 9Font \ + function# plane_mask9# foreground9# background9# line_width# line_style# cap_style# join_style# fill_style# fill_rule#$ arc_mode#( tile*#, stipple*#0 ts_x_origin#4 ts_y_origin#8 font*#< subwindow_mode#@ graphics_exposures#D clip_x_origin#H clip_y_origin#L clip_mask*#P dash_offset#T dashes"#X**XGCValues _XGCpV, ext_data# gid*# rects# dashes# dirty9# values+#+V,GC P - ext_data# display# root^# width# height# mwidth# mheight# ndepths# depths)# root_depth#$ root_visual)#( default_gc[,#, cmapd!#0 white_pixel9#4 black_pixel9#8 max_maps#< min_maps#@ backing_store#D save_unders#H root_input_maskV#Ld,Screen -99KeySym -3 M. extension# major_opcode# first_event# first_error# -XExtCodes M.}.[,].b.}.CreateGCType.[,]...CopyGCType.[,]...FlushGCType/[,]../FreeGCType M/ name# card329#)/XFontProp M/unsigned short / lbearing"# rbearing"# width"# ascent"# descent"# attributesb/# t/XCharStruct /P /1 ext_data# fid*# direction# min_char_or_byte2# max_char_or_byte2# min_byte1# max_byte1# all_chars_exist# default_char# n_properties#$ properties]/#( min_bounds/#, max_bounds/#8 per_char/#D ascent#H descent#L/XFontStruct /1a1A1].F1a1CreateFontType1A1].{11FreeFontType1].11CloseDisplayTypeBYTE b/CARD16 9CARD32 CARD8  2 type1# errorCode1# sequenceNumber1# resourceID1# minorCode1# majorCode2# pad11# pad31# pad41# pad51# pad61# pad71#2xError 2 32].22 3ErrorTypeE3]. 3E3ErrorStringType,$|3`3O%e3|3PrintErrorType"33].3V33BeforeFlushType _XExtenH4 next-# codesM.# create_GC.# copy_GC.# flush_GC.# free_GC/# create_Fontf1#$ free_Font1#( close_display1#, error3#0 error_stringJ3#4 name#8 error_values3#< before_flush3#@ next_flush-#D44 5 V 55*5 V_XLockInfo*5Yb 5 type1# data11# sequenceNumber1# length1# data001# data011# data021# data031# data041# data051#A5xGenericReply "INT16  6 type1# depth2# sequenceNumber1# length1# root1# x5# y5# width1# height1# borderWidth1# pad11# pad21# pad31#6xGetGeometryReply  7 type1# pad11# sequenceNumber1# length1# root1# parent1# nChildren1# pad21# pad31# pad41# pad51#6xQueryTreeReply  48 type1# pad11# sequenceNumber1# length1# atom1# pad21# pad31# pad41# pad51# pad61#7xInternAtomReply  8 type1# pad11# sequenceNumber1# length1# nameLength1# pad21# pad31# pad41# pad51# pad61# pad71#K8xGetAtomNameReply  9 type1# format2# sequenceNumber1# length1# propertyType1# bytesAfter1# nItems1# pad11# pad21# pad31# 9xGetPropertyReply  v: type1# pad11# sequenceNumber1# length1# nProperties1# pad21# pad31# pad41# pad51# pad61# pad71#9xListPropertiesReply  (; type1# pad11# sequenceNumber1# length1# owner1# pad21# pad31# pad41# pad51# pad61#:xGetSelectionOwnerReply  ; type1# status1# sequenceNumber1# length1# pad11# pad21# pad31# pad41# pad51# pad61#F;xGrabPointerReply F;xGrabKeyboardReply BOOL  < type1# sameScreen<# sequenceNumber1# length1# root1# child1# rootX5# rootY5# winX5# winY5# mask1# pad11# pad1#<xQueryPointerReply  = type1# pad11# sequenceNumber1# length1# nEvents1# pad21# pad31# pad41# pad51# pad61#<xGetMotionEventsReply  W> type1# sameScreen<# sequenceNumber1# length1# child1# dstX5# dstY5# pad21# pad31# pad41# pad51#=xTranslateCoordsReply  ? type1# revertTo2# sequenceNumber1# length1# focus1# pad11# pad21# pad31# pad41# pad51#s>xGetInputFocusReply VINT32  #@ type1# drawDirection2# sequenceNumber1# length1# fontAscent5# fontDescent5# overallAscent5# overallDescent5# overallWidth(?# overallLeft(?# overallRight(?# pad1#4?xQueryTextExtentsReply  @ type1# pad11# sequenceNumber1# length1# nFonts1# pad21# pad31# pad41# pad51# pad61# pad71#@@xListFontsReply  A type1# pad11# sequenceNumber1# length1# nPaths1# pad21# pad31# pad41# pad51# pad61# pad71#@xGetFontPathReply  QB type1# depth2# sequenceNumber1# length1# visual1# pad31# pad41# pad51# pad61# pad71#AxGetImageReply  C type1# pad11# sequenceNumber1# length1# nColormaps1# pad21# pad31# pad41# pad51# pad61# pad71#fBxListInstalledColormapsReply  C type1# pad11# sequenceNumber1# length1# red1# green1# blue1# pad21# pixel1# pad31# pad41# pad51#2CxAllocColorReply  D type1# pad11# sequenceNumber1# length1# pixel1# exactRed1# exactGreen1# exactBlue1# screenRed1# screenGreen1# screenBlue1# pad21# pad31#CxAllocNamedColorReply  E type1# pad11# sequenceNumber1# length1# nPixels1# nMasks1# pad31# pad41# pad51# pad61# pad71#DxAllocColorCellsReply  kF type1# pad11# sequenceNumber1# length1# nPixels1# pad21# redMask1# greenMask1# blueMask1# pad31# pad41#ExAllocColorPlanesReply  .G type1# pad11# sequenceNumber1# length1# nColors1# pad21# pad31# pad41# pad51# pad61# pad71#FxQueryColorsReply  $H type1# pad11# sequenceNumber1# length1# exactRed1# exactGreen1# exactBlue1# screenRed1# screenGreen1# screenBlue1# pad31# pad41# pad51#FGxLookupColorReply  H type1# pad11# sequenceNumber1# length1# width1# height1# pad31# pad41# pad51# pad61# pad71#K type1# success2# sequenceNumber1# length1# pad21# pad31# pad41# pad51# pad61# pad71#JxSetModifierMappingReply  L type1# numKeyPerModifier2# sequenceNumber1# length1# pad11# pad21# pad31# pad41# pad51# pad61#]KxGetModifierMappingReply JxSetPointerMappingReply  L type1# keySymsPerKeyCode2# sequenceNumber1# length1# pad21# pad31# pad41# pad51# pad61# pad71#=LxGetKeyboardMappingReply  M type1# nElts2# sequenceNumber1# length1# pad21# pad31# pad41# pad51# pad61# pad71#LxGetPointerMappingReply  N type1# pad11# sequenceNumber1# length1# accelNumerator1# accelDenominator1# threshold1# pad21# pad31# pad41# pad51# pad61#MxGetPointerControlReply  uO type1# pad11# sequenceNumber1# length1# timeout1# interval1# preferBlanking<# allowExposures<# pad21# pad31# pad41# pad51# pad61#NxGetScreenSaverReply  8P type1# enabled<# sequenceNumber1# length1# nHosts1# pad11# pad31# pad41# pad51# pad61# pad71#OxListHostsReply  P type1# detail1# sequenceNumber1#b/KeyButMask  NQ pad001# time1# root1# event1# child1# rootX5# rootY5# eventX5# eventY5# stateP# sameScreen<# pad11# Q pad001# time1# root1# event1# child1# rootX5# rootY5# eventX5# eventY5# stateP# mode1# flags1# VR pad001# window1# mode1# pad11# pad21# pad31#  R pad001# window1# x1# y1# width1# height1# count1# pad21# zS pad001# drawable1# x1# y1# width1# height1# minorEvent1# count1# majorEvent1# pad11# pad21# pad31# S pad001# drawable1# minorEvent1# majorEvent1# bpad1#  .T pad001# window1# state2# pad11# pad21# pad31#  T pad001# parent1# window1# x5# y5# width1# height1# borderWidth1# override<# bpad1# T pad001# event1# window1# hU pad001# event1# window1# fromConfigure<# pad11# pad21# pad31# U pad001# event1# window1# override<# pad11# pad21# pad31# V pad001# parent1# window1# V pad001# event1# window1# parent1# x5# y5# override<# pad11# pad21# pad31# @W pad001# event1# window1# aboveSibling1# x5# y5# width1# height1# borderWidth1# override<# bpad1# W pad001# parent1# window1# sibling1# x5# y5# width1# height1# borderWidth1# valueMask1# pad11# cX pad001# event1# window1# x5# y5# pad11# pad21# pad31# pad41# X pad001# window1# width1# height1#  Y pad001# event1# window1# parent1# place1# pad11# pad21# pad31# Y pad001# window1# atom1# time1# state1# pad11# pad21# Y pad001# time1# window1# atom1#  7Z pad001# time1# owner1# requestor1# selection1# target1# property1# Z pad001# time1# requestor1# selection1# target1# property1# [ pad001# window1# colormap1# new<# state1# pad11# pad21# ^[ pad001# request2# firstKeyCode2# count2# pad11# [ type1# longs0(?# longs1(?# longs2(?# longs3(?# longs4(?# s\ type1# shorts05# shorts15# shorts25# shorts35# shorts45# shorts55# shorts65# shorts75# shorts85# shorts95#signed chars\INT8 \\ V \ type1# bytes\# \ l^[# s[# b\# ] pad001# window1# u\# $_ uNP# keyButtonPointerP# enterLeaveNQ# focusQ# exposeVR# graphicsExposureR# noExposurezS# visibilityS# createNotify.T# destroyNotifyT# unmapNotifyT# mapNotifyhU# mapRequestU# reparentV# configureNotifyV# configureRequest@W# gravityW# resizeRequestcX# circulateX# propertyY# selectionClearY# selectionRequestY# selectionNotify7Z# colormapZ# mappingNotify[# clientMessage\# _xEvent >_ u]#$_xEvent  b generic5# geom6# tree7# atom48# atomName8# property9# listPropertiesv:# selection(;# grabPointer;# grabKeyboard;# pointer<# motionEvents=# coordsW># inputFocus?# textExtents#@# fonts@# fontPathA# imageQB# colormapsC# allocColorC# allocNamedColorD# colorCellsE# colorPlaneskF# colors.G# lookupColor$H# bestSizeH# extensionI# extensionsJ# setModifierMapping>K# getModifierMappingL# setPointerMappingL# getKeyboardMappingL# getPointerMappingM# pointerControlN# screenSaveruO# hosts8P# error2# event>_#K_xReply bTb*b/b _XInternalAsync b next<5# handlerTb# data#bbb _XLockPtrsb lock_displayb# unlock_displayb#bb_XKeytransc_XDisplayAtomsc_XContextDB)cU_path_buf !fstat >^>U#_fd_buf mknod`>>Uqv_pathz_mode I_dev!q XftRectCore >4?Ugdraw(hcolor xywidthheight _XExtData M number# nextM# free_privatec# private_datam# cMR!hXPointer XExtData |EeFreeFuncType unsigned charKeyCode   max_keypermod# modifiermap#XModifierKeymap <&+<FreeModmapType _XFreeFuncs$  atoms# modifiermapA# key_bindings# context_db# defaultCCCs# clientCmaps# intensityMaps# im_filters# xkb# V8XID _XDisplayD  ext_data# free_funcs# fd# conn_checker# proto_major_version# proto_minor_version# vendorh# resource_base# resource_mask# resource_id#$ resource_shift#( resource_alloc#, byte_order#0 bitmap_unit#4 bitmap_pad#8 bitmap_bit_order#< nformats#@ pixmap_format(#D vnumber#H release#L head-#P tail-#T qlen#X last_request_read8#\ request8#` last_reqh#d bufferh#h bufptrh#l bufmaxh#p max_request_size#t db(#x synchandler(#| display_nameh# default_screen# nscreens# screens-# motion_buffer8# flags-# min_keycode# max_keycode# keysyms-# modifiermap&# keysyms_per_keycode# xdefaultsh# scratch_bufferh# scratch_length8# ext_number# ext_procs-# event_vec4# wire_vec4# lock_meaning-# lock 5# async_handlers5# bigreq_size8# lock_fnsb# idlist_allocb# key_bindingsb# cursor_font)# atomsb# mode_switch# num_lock# context_db c# error_vecc# cms!c# im_filters}c# qfree-# next_event_serial_num8# flushes-# im_fd_infoc# im_fd_length# conn_watcherstd# watcher_count# filedesm# savedsynchandlerd# resource_max# xcmisc_opcode# xkb_infod# trans_connd# xcbe# next_cookie# generic_event_vece# generic_event_copy_vec3e# cookiejar#%#   ext_data# depth# bits_per_pixel# scanline_pad# ScreenFormat q(8Window   type# serial8# send_event# display# window2#?XAnyEvent 8Time unsigned<  type# serial8# send_event# display# window2# root2# subwindow2# time# x# y#$ x_root#( y_root#, state#0 keycode#4 same_screen#8XKeyEvent <  type# serial8# send_event# display# window2# root2# subwindow2# time# x# y#$ x_root#( y_root#, state#0 button#4 same_screen#8XButtonEvent <  type# serial8# send_event# display# window2# root2# subwindow2# time# x# y#$ x_root#( y_root#, state#0 is_hint!#4 same_screen#8XMotionEvent D  type# serial8# send_event# display# window2# root2# subwindow2# time# x# y#$ x_root#( y_root#, mode#0 detail#4 same_screen#8 focus#< state#@XCrossingEvent  * type# serial8# send_event# display# window2# mode# detail#XFocusChangeEvent (  type# serial8# send_event# display# window2# x# y# width# height# count#$BXExposeEvent 8Drawable 0  type# serial8# send_event# display# drawable# x# y# width# height# count#$ major_code#( minor_code#,XGraphicsExposeEvent  O type# serial8# send_event# display# drawable# major_code# minor_code#XNoExposeEvent   type# serial8# send_event# display# window2# state#dXVisibilityEvent 0  type# serial8# send_event# display# parent2# window2# x# y# width# height#$ border_width#( override_redirect#,XCreateWindowEvent  ! type# serial8# send_event# display# event2# window2#XDestroyWindowEvent   type# serial8# send_event# display# event2# window2# from_configure#;XUnmapEvent  F type# serial8# send_event# display# event2# window2# override_redirect#XMapEvent   type# serial8# send_event# display# parent2# window2#VXMapRequestEvent ( s type# serial8# send_event# display# event2# window2# parent2# x# y# override_redirect#$XReparentEvent 4 Z type# serial8# send_event# display# event2# window2# x# y# width# height#$ border_width#( above2#, override_redirect#0XConfigureEvent   type# serial8# send_event# display# event2# window2# x# y#pXGravityEvent  o type# serial8# send_event# display# window2# width# height#XResizeRequestEvent 8 d type# serial8# send_event# display# parent2# window2# x# y# width# height#$ border_width#( above2#, detail#0 value_mask8#4XConfigureRequestEvent   type# serial8# send_event# display# event2# window2# place#XCirculateEvent  | type# serial8# send_event# display# parent2# window2# place# XCirculateRequestEvent 8Atom  " type# serial8# send_event# display# window2# atom# time# state#XPropertyEvent   type# serial8# send_event# display# window2# selection# time#7XSelectionClearEvent ( m type# serial8# send_event# display# owner2# requestor2# selection# target# property# time#$XSelectionRequestEvent $ "! type# serial8# send_event# display# requestor2# selection# target# property# time#  XSelectionEvent 8Colormap  ! type# serial8# send_event# display# window2# colormap8!# new# state#G!XColormapEvent !! Ushort !" U U" U ?" b!# s!# l"#0 " type# serial8# send_event# display# window2# message_type# format# data"#?"XClientMessageEvent  j# type# serial8# send_event# display# window2# request# first_keycode# count#"XMappingEvent  $ type# display# resourceid# serial8# error_code# request_code# minor_code#~#XErrorEvent ! #$ U4 $ type# serial8# send_event# display# window2# key_vector$##$XKeymapEvent  % type# serial8# send_event# display# extension# evtype#$XGenericEvent void% % type# serial8# send_event# display# extension# evtype# cookie# data#%#(%XGenericEventCookie U`% U_XEvent` d( type# xany# xkey# xbutton# xmotion# xcrossing# xfocus*# xexpose# xgraphicsexpose# xnoexposeO# xvisibility# xcreatewindow# xdestroywindow!# xunmap# xmapF# xmaprequest# xreparents# xconfigureZ# xgravity# xresizerequesto# xconfigurerequestd# xcirculate# xcirculaterequest|# xproperty"# xselectionclear# xselectionrequestm # xselection"!# xcolormap!# xclient"# xmappingj## xerror$# xkeymap$# xgeneric%# xcookie%# pad%#%XEvent _XSQEventh ( next-# eventd(# qserial_num8#d_XrmHashBucketRec((8VisualID  }) ext_data# visualid(# class# red_mask8# green_mask8# blue_mask8# bits_per_rgb# map_entries#(Visual }) ) depth# nvisuals# visuals)#)Depth )8GContext 8Pixmap 8Font \ + function# plane_mask8# foreground8# background8# line_width# line_style# cap_style# join_style# fill_style# fill_rule#$ arc_mode#( tile)#, stipple)#0 ts_x_origin#4 ts_y_origin#8 font)#< subwindow_mode#@ graphics_exposures#D clip_x_origin#H clip_y_origin#L clip_mask)#P dash_offset#T dashes!#X)XGCValues _XGCp *, ext_data# gid)# rects# dashes# dirty8# values+#+*,GC P - ext_data# display# root2# width# height# mwidth# mheight# ndepths# depths)# root_depth#$ root_visual)#( default_gc/,#, cmap8!#0 white_pixel8#4 black_pixel8#8 max_maps#< min_maps#@ backing_store#D save_unders#H root_input_maskU#L8,Screen -88KeySym -3 !. extension# major_opcode# first_event# first_error# -XExtCodes !.Q./,1.6.Q.CreateGCType ./,1.i..CopyGCType ./,1...FlushGCType ./,1...FreeGCType  !/ name# card328#.XFontProp !/unsigned short / lbearing!# rbearing!# width!# ascent!# descent!# attributes6/# H/XCharStruct /P 1 ext_data# fid)# direction# min_char_or_byte2# max_char_or_byte2# min_byte1# max_byte1# all_chars_exist# default_char# n_properties#$ properties1/#( min_bounds/#, max_bounds/#8 per_char/#D ascent#H descent#L/XFontStruct 15111.151CreateFontType j111.O1j1FreeFontType 11.11CloseDisplayType BYTE 6/CARD16 8CARD32 CARD8  2 type1# errorCode1# sequenceNumber1# resourceID1# minorCode1# majorCode1# pad11# pad31# pad41# pad51# pad61# pad71#1xError 2221.222ErrorType h31.h23ErrorStringType $P343#%93P3PrintErrorType !j331.o3Ut33BeforeFlushType _XExtenH 4 next-# codes!.# create_GCV.# copy_GC.# flush_GC.# free_GC.# create_Font:1#$ free_Fonto1#( close_display1#, error2#0 error_string3#4 nameh#8 error_valuesU3#< before_flush3#@ next_flush-#D444 U444 U_XLockInfo4-b 5 type1# data11# sequenceNumber1# length1# data001# data011# data021# data031# data041# data051#5xGenericReply !INT16  6 type1# depth1# sequenceNumber1# length1# root1# x5# y5# width1# height1# borderWidth1# pad11# pad21# pad31#5xGetGeometryReply  \7 type1# pad11# sequenceNumber1# length1# root1# parent1# nChildren1# pad21# pad31# pad41# pad51#6xQueryTreeReply  8 type1# pad11# sequenceNumber1# length1# atom1# pad21# pad31# pad41# pad51# pad61#r7xInternAtomReply  8 type1# pad11# sequenceNumber1# length1# nameLength1# pad21# pad31# pad41# pad51# pad61# pad71#8xGetAtomNameReply  9 type1# format1# sequenceNumber1# length1# propertyType1# bytesAfter1# nItems1# pad11# pad21# pad31#8xGetPropertyReply  J: type1# pad11# sequenceNumber1# length1# nProperties1# pad21# pad31# pad41# pad51# pad61# pad71#9xListPropertiesReply  : type1# pad11# sequenceNumber1# length1# owner1# pad21# pad31# pad41# pad51# pad61#e:xGetSelectionOwnerReply  ; type1# status1# sequenceNumber1# length1# pad11# pad21# pad31# pad41# pad51# pad61#;xGrabPointerReply ;xGrabKeyboardReply BOOL  < type1# sameScreen;# sequenceNumber1# length1# root1# child1# rootX5# rootY5# winX5# winY5# mask1# pad11# pad1#;xQueryPointerReply  e= type1# pad11# sequenceNumber1# length1# nEvents1# pad21# pad31# pad41# pad51# pad61#<xGetMotionEventsReply  +> type1# sameScreen;# sequenceNumber1# length1# child1# dstX5# dstY5# pad21# pad31# pad41# pad51#=xTranslateCoordsReply  > type1# revertTo1# sequenceNumber1# length1# focus1# pad11# pad21# pad31# pad41# pad51#G>xGetInputFocusReply UINT32  ? type1# drawDirection1# sequenceNumber1# length1# fontAscent5# fontDescent5# overallAscent5# overallDescent5# overallWidth># overallLeft># overallRight># pad1#?xQueryTextExtentsReply  @ type1# pad11# sequenceNumber1# length1# nFonts1# pad21# pad31# pad41# pad51# pad61# pad71#@xListFontsReply  tA type1# pad11# sequenceNumber1# length1# nPaths1# pad21# pad31# pad41# pad51# pad61# pad71#@xGetFontPathReply  %B type1# depth1# sequenceNumber1# length1# visual1# pad31# pad41# pad51# pad61# pad71#AxGetImageReply  B type1# pad11# sequenceNumber1# length1# nColormaps1# pad21# pad31# pad41# pad51# pad61# pad71#:BxListInstalledColormapsReply  C type1# pad11# sequenceNumber1# length1# red1# green1# blue1# pad21# pixel1# pad31# pad41# pad51#CxAllocColorReply  D type1# pad11# sequenceNumber1# length1# pixel1# exactRed1# exactGreen1# exactBlue1# screenRed1# screenGreen1# screenBlue1# pad21# pad31#CxAllocNamedColorReply  qE type1# pad11# sequenceNumber1# length1# nPixels1# nMasks1# pad31# pad41# pad51# pad61# pad71#DxAllocColorCellsReply  ?F type1# pad11# sequenceNumber1# length1# nPixels1# pad21# redMask1# greenMask1# blueMask1# pad31# pad41#ExAllocColorPlanesReply  G type1# pad11# sequenceNumber1# length1# nColors1# pad21# pad31# pad41# pad51# pad61# pad71#\FxQueryColorsReply  G type1# pad11# sequenceNumber1# length1# exactRed1# exactGreen1# exactBlue1# screenRed1# screenGreen1# screenBlue1# pad31# pad41# pad51#GxLookupColorReply  H type1# pad11# sequenceNumber1# length1# width1# height1# pad31# pad41# pad51# pad61# pad71#HxQueryBestSizeReply  I type1# pad11# sequenceNumber1# length1# present;# major_opcode1# first_event1# first_error1# pad31# pad41# pad51# pad61# pad71#HxQueryExtensionReply  ^J type1# nExtensions1# sequenceNumber1# length1# pad21# pad31# pad41# pad51# pad61# pad71#IxListExtensionsReply  K type1# success1# sequenceNumber1# length1# pad21# pad31# pad41# pad51# pad61# pad71#yJxSetModifierMappingReply  K type1# numKeyPerModifier1# sequenceNumber1# length1# pad11# pad21# pad31# pad41# pad51# pad61#1KxGetModifierMappingReply yJxSetPointerMappingReply  L type1# keySymsPerKeyCode1# sequenceNumber1# length1# pad21# pad31# pad41# pad51# pad61# pad71#LxGetKeyboardMappingReply  jM type1# nElts1# sequenceNumber1# length1# pad21# pad31# pad41# pad51# pad61# pad71#LxGetPointerMappingReply  SN type1# pad11# sequenceNumber1# length1# accelNumerator1# accelDenominator1# threshold1# pad21# pad31# pad41# pad51# pad61#MxGetPointerControlReply  IO type1# pad11# sequenceNumber1# length1# timeout1# interval1# preferBlanking;# allowExposures;# pad21# pad31# pad41# pad51# pad61#qNxGetScreenSaverReply  P type1# enabled;# sequenceNumber1# length1# nHosts1# pad11# pad31# pad41# pad51# pad61# pad71#dOxListHostsReply  ]P type1# detail1# sequenceNumber1#6/KeyButMask  "Q pad001# time1# root1# event1# child1# rootX5# rootY5# eventX5# eventY5# state]P# sameScreen;# pad11# Q pad001# time1# root1# event1# child1# rootX5# rootY5# eventX5# eventY5# state]P# mode1# flags1# *R pad001# window1# mode1# pad11# pad21# pad31#  R pad001# window1# x1# y1# width1# height1# count1# pad21# NS pad001# drawable1# x1# y1# width1# height1# minorEvent1# count1# majorEvent1# pad11# pad21# pad31# S pad001# drawable1# minorEvent1# majorEvent1# bpad1#  T pad001# window1# state1# pad11# pad21# pad31#  T pad001# parent1# window1# x5# y5# width1# height1# borderWidth1# override;# bpad1# T pad001# event1# window1# # longs1># longs2># longs3># longs4># G\ type1# shorts05# shorts15# shorts25# shorts35# shorts45# shorts55# shorts65# shorts75# shorts85# shorts95#signed charG\INT8 V\r\ U \ type1# bytesa\# \ l2[# s[# br\# \ pad001# window1# u\# ^ u"P# keyButtonPointernP# enterLeave"Q# focusQ# expose*R# graphicsExposureR# noExposureNS# visibilityS# createNotifyT# destroyNotifyT# unmapNotifyT# mapNotify# inputFocus># textExtents?# fonts@# fontPathtA# image%B# colormapsB# allocColorC# allocNamedColorD# colorCellsqE# colorPlanes?F# colorsG# lookupColorG# bestSizeH# extensionI# extensions^J# setModifierMappingK# getModifierMappingK# setPointerMappingK# getKeyboardMappingL# getPointerMappingjM# pointerControlSN# screenSaverIO# hosts P# error2# event_#_xReply a(bahmb _XInternalAsync ob next5# handler(b# datam#|bobb _XLockPtrs b lock_display|b# unlock_displayb#bb_XKeytransb_XDisplayAtomsb_XContextDBbcc pc defaultCCCsm# clientCmapsm# perVisualIntensityMapsm#_XIMFilterpccmcc_XInternalConnectionProc mc _XConnectionInfo 3d fd# read_callbackc# call_datam# watch_datac# nextc#Tdmc3dTdXConnectionWatchProc yd _XConnWatchInfo d fnYd# client_datam# nexttd#d_XkbInfoRecd_XtransConnInfod_X11XCBPrivated ee'e U'e.eEe U Display _XftClipTypeeXftClipTypeNoneXftClipTypeRegionXftClipTypeRectanglesSeXftClipType _XftClipRect e xOrigin# yOrigin# n#eXftClipRecte_XRegionffRegion_XftClipXf rect f# regionf#+fXftClip8Picturef pictff#f gc/,# use_pixmap# _XftDraw4g dpy# screen# bits_per_pixel# depth# drawable# visual)# colormap8!# clip_typee# clipXf# subwindow_mode#$ rendertf#( coref#,fXftDrawgg red6/# green6/# blue6/# alpha6/#gXRenderColor _XftColor h pixel8# colorg#gXftColorh#h_XftSharpGlyphMono2@?@AU`igdraw.%jglyph/ x0y1srcLine*j3src*j3bits4bitsMask4width5stride6height7w8xspan9lenspan9 _XGlyphInfo i width6/# height6/# x!# y!# xOff!# yOff!# `iXGlyphInfo _XftGlyphj metricsi# bitmap#%# glyph_memory8#iXftGlyphj_XftSharpGlyphGray{@ABUJkgdraww%jglyphx xyyzsrcLine*j|src*j|bits|width}stride~heightwxspanlenspan_XftSharpGlyphRgbaCDUelgdraw%jglyph xysrcLineelsrcelbits1widthstrideheightwxspanlenspan1_XftSharpGlyphFindDFEUllgdrawmpublic fontxlg%jllXftSharpGlyph_FcCharSetlFcCharSet m_FcPattern mFcPattern-m _XftFontm ascent# descent# height# max_advance_width# charsetm# pattern=m#BmXftFontmFcChar32 _XftFtFile0fn nextfn# ref# fileh# id# xsizezn# ysizezn# matrixn# lock#( faceo#,msigned longknFT_F26Dot6knFT_Fixed FT_Matrix_n xxn# xyn# yxn# yyn# nFT_MatrixknFT_Long!FT_Stringnsigned int oFT_Intsigned short'oFT_ShortknFT_Pos FT_Bitmap_Size_o height7o# width7o# sizeFo# x_ppemFo# y_ppemFo# SoFT_Bitmap_SizeoFT_FaceFT_Encoding_qFT_ENCODING_NONEFT_ENCODING_MS_SYMBOLFT_ENCODING_UNICODEҹFT_ENCODING_SJISҩFT_ENCODING_GB2312FT_ENCODING_BIG5ΥFT_ENCODING_WANSUNG܅FT_ENCODING_JOHABнFT_ENCODING_MS_SJISҩFT_ENCODING_MS_GB2312FT_ENCODING_MS_BIG5ΥFT_ENCODING_MS_WANSUNG܅FT_ENCODING_MS_JOHABнFT_ENCODING_ADOBE_STANDARDžFT_ENCODING_ADOBE_EXPERTńFT_ENCODING_ADOBE_CUSTOMÄFT_ENCODING_ADOBE_LATIN_1FT_ENCODING_OLD_LATIN_2FT_ENCODING_APPLE_ROMANɋoFT_Encoding6/FT_UShort FT_CharMapRec_ tr faceo# encodingq# platform_idr# encoding_idr# rtrFT_CharMapyrr#%rrFT_Generic_Finalizer FT_Generic_r data#%# finalizerr#rFT_Generic FT_BBox_Es xMinFo# yMinFo# xMaxFo# yMaxFo# sFT_BBoxFT_LibraryRec_SsdsFT_LibraryxFT_GlyphSlotFT_UInt FT_Glyph_Metrics_ Nt widthFo# heightFo# horiBearingXFo# horiBearingYFo# horiAdvanceFo# vertBearingXFo# vertBearingYFo# vertAdvanceFo#sFT_Glyph_Metrics FT_Vector_t xFo# yFo#etFT_VectorFT_Glyph_Format_EuFT_GLYPH_FORMAT_NONEFT_GLYPH_FORMAT_COMPOSITEڽFT_GLYPH_FORMAT_BITMAP襓FT_GLYPH_FORMAT_OUTLINEFT_GLYPH_FORMAT_PLOTTERޱtFT_Glyph_Format FT_Bitmap_u rows# width# pitch# buffer*j# num_grays!# pixel_mode!# palette_mode!# palette#%#[uFT_Bitmapt! FT_Outline_}v n_contours!# n_points!# pointsv# tagsh# contoursv# flags# vFT_OutlineFT_SubGlyphRec_vvFT_SubGlyphFT_Slot_InternalRec_vvFT_Slot_Internal FT_GlyphSlotRec_x libraryis# faceo# nextzs# reserveds# genericr# metricsNt# linearHoriAdvancen#8 linearVertAdvancen#< advancet#@ formatEu#H bitmapu#L bitmap_lefto#d bitmap_topo#h outline}v#l num_subglyphss# subglyphsv# control_data#%# control_lenU# lsb_deltaFo# rsb_deltaFo# other#%# internalv#v FT_Size_Metrics_5y x_ppemr# y_ppemr# x_scalen# y_scalen# ascenderFo# descenderFo# heightFo# max_advanceFo#xFT_Size_MetricsFT_Size_InternalRec_KybyFT_Size_Internal FT_SizeRec_,y faceo# genericr# metrics5y# internalgy#(~yyFT_SizeFT_DriverRec_yyFT_DriverzFT_Memory#%.zzUz.zFT_Alloc_FuncYzz#%GzYzFT_Free_Func#%zzUU#%qzzFT_Realloc_Func FT_MemoryRec_z user#%# alloc3z# free^z# reallocz# zFT_StreamDesc_4{ valueU# pointer#%#zFT_StreamDescg|FT_Stream8x{H{8*j8X{x{FT_Stream_IoFunc{H{{{FT_Stream_CloseFunc FT_StreamRec_(g| base*j# size8# pos8# descriptor4{# pathname4{# read}{# close{# memoryz# cursor*j# limit*j#${|FT_ListNode FT_ListNodeRec_ | prevl|# nextl|# data#%#~| FT_ListRec_| headl|# taill|#|FT_ListRecFT_Face_InternalRec_}}FT_Face_Internal FT_FaceRec_ num_facesn# face_indexn# face_flagsn# style_flagsn# num_glyphsn# family_nameo# style_nameo# num_fixed_sizeso# available_sizeso# num_charmapso#$ charmapsr#( genericr#, bboxEs#4 units_per_EMr#D ascender7o#F descender7o#H height7o#J max_advance_width7o#L max_advance_height7o#N underline_position7o#P underline_thickness7o#R glyphzs#T sizey#X charmapyr#\ drivery#` memoryz#d streamH{#h sizes_list|#l autohintr#t extensions#%#| internal}#4}mXftFtFileFcBool _XftFontInfoH hashm# file# xsizezn# ysizezn# antialias# embolden# rgba# lcd_filter# matrixn# transform#0 load_flagso#4 render#8 spacing#< minspace#@ char_width#DXftFontInfo%j _XftUcsHash ucs4m# glyphs#؀XftUcsHash8GlyphSet8PictFormat red!# redMask!# green!# greenMask!# blue!# blueMask!# alpha!# alphaMask!#=XRenderDirectFormat ' id,# type# depth# direct# colormap8!#فXRenderPictFormat' _XftFontIntg publicm# nextm# hash_nextm# info# ref#h glyphsӀ#l num_glyphs#p hash_table#t hash_value#x rehash_value#| glyphset# format?# glyph_memory8# max_glyph_memory8# use_free_glyphs#DXftFontIntg_XftExamineBitfield`EEU 8mask 2shift 2len!s!l"_XftGetFieldEXFU1k 8l_pixel shift len!pixel1"_XftPutField+`FFU8ۄ 1pixel* shift* len*!l_pixel8,_XftSmoothGlyphMonoCFIU image> xftg? x@ yA colorB!srcLine*jD!src*jD!bitsE!bitsMaskE!widthF!strideG!heightH!wI!xspanJ!r_shiftK!r_lenK!g_shiftL!g_lenL!b_shiftM!b_lenM!pixel8N#B _XImageX width# height# xoffset# format# datah# byte_order# bitmap_unit# bitmap_bit_order# bitmap_pad# depth#$ bytes_per_line#( bits_per_pixel#, red_mask8#0 green_mask8#4 blue_mask8#8 obdatam#< fz#@9)h>8JVbn funcs create_image9# destroy_imageE# get_pixelQ# put_pixel]# sub_imagei# add_pixelu#XImage j h"fbOver24 IPJU1 1x 1y !a1!t1!m1!n1!o1"fbInPJDKU1] 1x 1y !a1!t1!m1!n1!o1!p1_XftSmoothGlyphGray8888PKMU( image -xftg x y 7color!src1!srca1!r1!g1!b1!dstLineel!dstel!d1!maskLine<!mask<!m1!dstStride!maskStride!width!height!wj(h21_XftSmoothGlyphGray565MPU image  xftg  x  y color!src1!srca1!r1!g1!b1!d1!dstLine!dst!maskLine<!mask<!m1!dstStride!maskStride!width!height!wj h1_XftSmoothGlyphGray555\QLTU imageW xftgX xY yZ color[!src1]!srca1]!r1^!g1^!b1^!d1_!dstLine`!dst`!maskLine<a!mask<a!m1a!dstStrideb!maskStrideb!widthc!heightc!wdjh_XftSmoothGlyphGrayPT9XU image xftg x y color!src1!srca1!r_shift!r_len!g_shift!g_len!b_shift!b_len!maskLine<!mask<!m1!maskStride!d1!pixel8!width!height!w!txjh _XftSmoothGlyphRgba@X ^U image xftg x y color!src1!srca1!r_shift!r_len!g_shift!g_len!b_shift!b_len!maskel!ma1!d1!pixel8!width!height!w!tx$-Y^$LY]$LY]$XY]$wY]$wY]$Y]$Z]$Z]$Z]$Z]!m1,!n1,!o1,$[[!__a1;!__t1;!__ta1;!__i1;$[s\!__a1<!__t1<!__ta1<!__i1<$s\)]!__a1=!__t1=!__ta1=!__i1=jh"_XftSmoothGlyphPossibleL^W^U gdrawK"_XftSmoothGlyphFind\`^r`UO gdraw[ mpublic[ !fontx]jOhYT^cXftSmoothGlyph"_XftGlyphDefault`DaU%jM dpy mpublic !fontx!missingM!nmissing!glyphs_loadeds`%U"XftGetImageErrorHandlerPahaU dpy 43error_event &XftGlyphCorepahUT gdraw Ycolor mpublic x y cglyphs nglyphs !dpy!fontx!xftg%j!glyphs!gm!missingr!glyphs_loaded!nmissing!n!prev_error$bjh$c[g$c[g!gii!image!depth!ox!oy!smooth$#dde$Udde$Udde!pix)!gc/,!gcv+$`gjh$`gjh!sharpl#BhTs^shs%U43XErrorHandler &XftGlyphSpecCore1hpU8 gdraw, =color- mpublic. glyphs/ nglyphs0!dpy2!fontx3!xftg%j4!missing5!glyphs_loaded6!nmissing7!i8!prev_error9!x1:!y1:!x2:!y2:$ij$0ij$0ij!giiC!g_x1D!g_x2D!g_y1D!g_y2D$ko$Hk o$Hk o!imagek!depthl!widthm!heightm!smoothn$#lRm$UlRm$UlRm!pix)!gc/,!gcv+$mn$mun$mun!glyphs$oo$oo!sharpl$*oo$Coo$Coo!glyphsh8 _XftGlyphSpecz glyphs# x!# y!#BXftGlyphSpeczs%U&XftGlyphFontSpecCore pyU gdraw color _glyphs nglyphs!dpy!xftg%j!missingd!glyphs_loaded!nmissing!i!prev_error!x1!y1!x2!y2$pLs$p0s$p0s!publicm!gii!g_x1!g_x2!g_y1!g_y2$q0s$ rr$ rr$ rr$rr$rr$rr$*rr$*rr!t!$s]y$sx$sx!image !depth!width!height$tu$tu$tu!pix))!gc/,*!gcv++$Qvw$jvw$jvw!publicmA!fontxB!smoothC!glyphsD$$x]y$$x]y$$x]y$=xAy$=xAy!publicmX!fontxY!sharplZ!glyphs[#Bh _XftGlyphFontSpec C fontm# glyphs# x!# y!# XftGlyphFontSpecCZsw%U'XftSwapImage(XftNativeByteOrderBm'_XftFontManageMemoryݣf)XftDrawBitsPerPixel ݣ)XftDrawDepth)ݣ Bm)XftFontCheckGlyph{).38{'XftFontLoadGlyphs`i'XftGlyphExtentsĤ)__posix_ttyname_r+h)__posix_getlogin_rVh![)_xmknodV`88!)_lxstatå!ȥ)_xstatåͥ)_fxstat )XSetForegroundL*,8)XPutImage8*,)XFreePixmap8)XFreeGCڦ*,)XFillRectangle8*,)XCopyAread88*,)XSetErrorHandler )XCreatePixmap)§) ))XCreateGC/,§88ǧ )XGetImage=88U=)__posix_ctime_rhoBh tm$ tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst# o h*__posix_asctime_rhxftdbg.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c -KPIC -DPIC xftdbg.c -W0,-xp.XAKgoyL\$D8cPEga.Xa;g;P;R=Sun C 5.11 SunOS_i386 145355-01 2010/10/11;G=.XAKgoyL$D8cPEga.;backend;raw;cd;DBG_GEN 5.3.0 statxyzU1_pathr_bufr intchar',unsigned long6dev_tlong S l S6ino_t6mode_t6nlink_tSuid_tSgid_t S SSoff_tStime_t timespec tv_sec# tv_nsecS#timestruc_tSblksize_tSblkcnt_t G S S X S stat st_devG# st_pad1[# st_inol# st_modex# st_nlink# st_uid# st_gid# st_rdevG#$ st_pad2#( st_size#0 st_pad3S#4 st_atim#8 st_mtim#@ st_ctim#H st_blksize#P st_blocks'#T st_fstype6#X st_pad4G#hXlstatzNzU_path_buf fstatPzzU!_fd_buf mknodzzUot_pathx_mode G_devo XftDebugz{Uinitializedddebugd{{{{{{e!unsigned__posix_ttyname_r9__posix_getlogin_rdi_xmknoddn66_lxstat_xstat_fxstat.S.__posix_ctime_r`3 tm$ tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst# `__posix_asctime_r77getenv[<[atoi}`}printfPxftdpy.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c -KPIC -DPIC xftdpy.c -W0,-xp.XAKgoyLAE8cPUna.Xa;g;P;R=Sun C 5.11 SunOS_i386 145355-01 2010/10/11;G=.XAKgoyLAE8cPUna.;backend;raw;cd;DBG_GEN 5.3.0statx{{U0_pathr_bufr intchar&+unsigned long5dev_tlong R k R5ino_t5mode_t5nlink_tRuid_tRgid_t R RRoff_tRtime_t timespec tv_sec# tv_nsecR#timestruc_tRblksize_tRblkcnt_t F R R W R stat st_devF# st_pad1Z# st_inok# st_modew# st_nlink# st_uid# st_gid# st_rdevF#$ st_pad2#( st_size#0 st_pad3R#4 st_atim#8 st_mtim#@ st_ctim#H st_blksize#P st_blocks&#T st_fstype5#X st_pad4F#hWlstat{|U_path_buf fstat |^|U _fd_buf mknod`||Uns_pathw_mode F_devn_XftCloseDisplay|}Udpy$.codes infoLi prevQi _XExtData @ number# next@# free_privateV# private_data`# V@E[XPointer XExtData o8eFreeFuncTypeunsigned charKeyCode   max_keypermod# modifiermap#XModifierKeymap //FreeModmapType _XFreeFuncs$ atoms# modifiermap4# key_bindings# context_db# defaultCCCs# clientCmaps# intensityMaps# im_filters# xkb# I5XID _XDisplayD  ext_data~# free_funcs# fd# conn_checker# proto_major_version# proto_minor_version# vendor[# resource_base # resource_mask # resource_id #$ resource_shift#( resource_alloc#, byte_order#0 bitmap_unit#4 bitmap_pad#8 bitmap_bit_order#< nformats#@ pixmap_format#D vnumber#H release#L head #P tail #T qlen#X last_request_read5#\ request5#` last_req[#d buffer[#h bufptr[#l bufmax[#p max_request_size#t db(#x synchandler(#| display_name[# default_screen# nscreens# screens-# motion_buffer5# flags-# min_keycode# max_keycode# keysyms-# modifiermap# keysyms_per_keycode# xdefaults[# scratch_buffer[# scratch_length5# ext_number# ext_procs-# event_vec4# wire_vec4# lock_meaning-# lock4# async_handlers5# bigreq_size5# lock_fnsb# idlist_allocb# key_bindingsb# cursor_font)# atomsb# mode_switch# num_lock# context_dbb# error_vecc# cmsc# im_filterspc# qfree # next_event_serial_num5# flushes-# im_fd_infoc# im_fd_length# conn_watchersgd# watcher_count# filedes`# savedsynchandlerd# resource_max # xcmisc_opcode# xkb_infod# trans_connd# xcbd# next_cookie# generic_event_vece# generic_event_copy_vec&e# cookiejar%#   ext_data~# depth# bits_per_pixel# scanline_pad# ScreenFormat d(5Window   type# serial5# send_event# display# window%#2XAnyEvent 5Time unsigned<  type# serial5# send_event# display# window%# root%# subwindow%# time# x# y#$ x_root#( y_root#, state#0 keycode#4 same_screen#8XKeyEvent <  type# serial5# send_event# display# window%# root%# subwindow%# time# x# y#$ x_root#( y_root#, state#0 button#4 same_screen#8XButtonEvent <  type# serial5# send_event# display# window%# root%# subwindow%# time# x# y#$ x_root#( y_root#, state#0 is_hint#4 same_screen#8XMotionEvent D  type# serial5# send_event# display# window%# root%# subwindow%# time# x# y#$ x_root#( y_root#, mode#0 detail#4 same_screen#8 focus#< state#@XCrossingEvent   type# serial5# send_event# display# window%# mode# detail#XFocusChangeEvent (  type# serial5# send_event# display# window%# x# y# width# height# count#$5XExposeEvent 5Drawable 0  type# serial5# send_event# display# drawable# x# y# width# height# count#$ major_code#( minor_code#,XGraphicsExposeEvent  B type# serial5# send_event# display# drawable# major_code# minor_code#XNoExposeEvent   type# serial5# send_event# display# window%# state#WXVisibilityEvent 0  type# serial5# send_event# display# parent%# window%# x# y# width# height#$ border_width#( override_redirect#,XCreateWindowEvent   type# serial5# send_event# display# event%# window%#XDestroyWindowEvent   type# serial5# send_event# display# event%# window%# from_configure#.XUnmapEvent  9 type# serial5# send_event# display# event%# window%# override_redirect#XMapEvent   type# serial5# send_event# display# parent%# window%#IXMapRequestEvent ( f type# serial5# send_event# display# event%# window%# parent%# x# y# override_redirect#$XReparentEvent 4 M type# serial5# send_event# display# event%# window%# x# y# width# height#$ border_width#( above%#, override_redirect#0{XConfigureEvent   type# serial5# send_event# display# event%# window%# x# y#cXGravityEvent  b type# serial5# send_event# display# window%# width# height#XResizeRequestEvent 8 W type# serial5# send_event# display# parent%# window%# x# y# width# height#$ border_width#( above%#, detail#0 value_mask5#4|XConfigureRequestEvent   type# serial5# send_event# display# event%# window%# place#tXCirculateEvent  o type# serial5# send_event# display# parent%# window%# place#XCirculateRequestEvent 5Atom   type# serial5# send_event# display# window%# atom# time# state#XPropertyEvent   type# serial5# send_event# display# window%# selection# time#*XSelectionClearEvent ( ` type# serial5# send_event# display# owner%# requestor%# selection# target# property# time#$XSelectionRequestEvent $ ! type# serial5# send_event# display# requestor%# selection# target# property# time# } XSelectionEvent 5Colormap  ! type# serial5# send_event# display# window%# colormap+!# new# state#:!XColormapEvent ! Rshort !! R R " R 2" b!# s!# l!#0 " type# serial5# send_event# display# window%# message_type# format# data "#2"XClientMessageEvent  ]# type# serial5# send_event# display# window%# request# first_keycode# count#"XMappingEvent  # type# display# resourceid # serial5# error_code# request_code# minor_code#q#XErrorEvent  $ R4 $ type# serial5# send_event# display# window%# key_vector$#$XKeymapEvent  $ type# serial5# send_event# display# extension# evtype#$XGenericEvent void% % type# serial5# send_event# display# extension# evtype# cookie# data%#%XGenericEventCookie R`% R_XEvent` W( type# xany# xkey# xbutton# xmotion# xcrossing# xfocus# xexpose# xgraphicsexpose# xnoexposeB# xvisibility# xcreatewindow# xdestroywindow# xunmap# xmap9# xmaprequest# xreparentf# xconfigureM# xgravity# xresizerequestb# xconfigurerequestW# xcirculate# xcirculaterequesto# xproperty# xselectionclear# xselectionrequest` # xselection!# xcolormap!# xclient"# xmapping]## xerror## xkeymap$# xgeneric$# xcookie%# pad%#%XEvent _XSQEventh( next # eventW(# qserial_num5#d_XrmHashBucketRec((5VisualID  p) ext_data~# visualid(# class# red_mask5# green_mask5# blue_mask5# bits_per_rgb# map_entries#(Visual p) ) depth# nvisuals# visuals})#)Depth )5GContext 5Pixmap 5Font \ + function# plane_mask5# foreground5# background5# line_width# line_style# cap_style# join_style# fill_style# fill_rule#$ arc_mode#( tile)#, stipple)#0 ts_x_origin#4 ts_y_origin#8 font)#< subwindow_mode#@ graphics_exposures#D clip_x_origin#H clip_y_origin#L clip_mask)#P dash_offset#T dashes#X)XGCValues _XGCp, ext_data~# gid)# rects# dashes# dirty5# values+#+,GC P - ext_data~# display# root%# width# height# mwidth# mheight# ndepths# depths)# root_depth#$ root_visual})#( default_gc",#, cmap+!#0 white_pixel5#4 black_pixel5#8 max_maps#< min_maps#@ backing_store#D save_unders#H root_input_maskR#L+,Screen -55KeySym -3 . extension# major_opcode# first_event# first_error# -XExtCodes .D.",$.).D.CreateGCTypew.",$.\.w.CopyGCType.",$...FlushGCType.",$...FreeGCType / name# card325#.XFontProp /unsigned short / lbearing!# rbearing!# width!# ascent!# descent!# attributes)/# ;/XCharStruct /P 0 ext_data~# fid)# direction# min_char_or_byte2# max_char_or_byte2# min_byte1# max_byte1# all_chars_exist# default_char# n_properties#$ properties$/#( min_bounds/#, max_bounds/#8 per_char/#D ascent#H descent#L/XFontStruct 0(11$. 1(1CreateFontType]11$.B1]1FreeFontType1$.u11CloseDisplayTypeBYTE )/CARD16 5CARD32 CARD8  2 type1# errorCode1# sequenceNumber1# resourceID1# minorCode1# majorCode1# pad11# pad31# pad41# pad51# pad61# pad71#1xError 222$.222ErrorType[ 3$.[2 3ErrorStringType#C3'3%,3C3PrintErrorType]33$.b3Rg33BeforeFlushType _XExtenH4 next-# codes.# create_GCI.# copy_GC|.# flush_GC.# free_GC.# create_Font-1#$ free_Fontb1#( close_display1#, error2#0 error_string3#4 name[#8 error_valuesH3#< before_flush3#@ next_flush-#D444 R444 R_XLockInfo4 b 5 type1# data11# sequenceNumber1# length1# data001# data011# data021# data031# data041# data051#5xGenericReply !INT16  6 type1# depth1# sequenceNumber1# length1# root1# x5# y5# width1# height1# borderWidth1# pad11# pad21# pad31#5xGetGeometryReply  O7 type1# pad11# sequenceNumber1# length1# root1# parent1# nChildren1# pad21# pad31# pad41# pad51#6xQueryTreeReply  7 type1# pad11# sequenceNumber1# length1# atom1# pad21# pad31# pad41# pad51# pad61#e7xInternAtomReply  8 type1# pad11# sequenceNumber1# length1# nameLength1# pad21# pad31# pad41# pad51# pad61# pad71#8xGetAtomNameReply  {9 type1# format1# sequenceNumber1# length1# propertyType1# bytesAfter1# nItems1# pad11# pad21# pad31#8xGetPropertyReply  =: type1# pad11# sequenceNumber1# length1# nProperties1# pad21# pad31# pad41# pad51# pad61# pad71#9xListPropertiesReply  : type1# pad11# sequenceNumber1# length1# owner1# pad21# pad31# pad41# pad51# pad61#X:xGetSelectionOwnerReply  ; type1# status1# sequenceNumber1# length1# pad11# pad21# pad31# pad41# pad51# pad61# ;xGrabPointerReply  ;xGrabKeyboardReply BOOL  < type1# sameScreen;# sequenceNumber1# length1# root1# child1# rootX5# rootY5# winX5# winY5# mask1# pad11# pad1#;xQueryPointerReply  X= type1# pad11# sequenceNumber1# length1# nEvents1# pad21# pad31# pad41# pad51# pad61#<xGetMotionEventsReply  > type1# sameScreen;# sequenceNumber1# length1# child1# dstX5# dstY5# pad21# pad31# pad41# pad51#t=xTranslateCoordsReply  > type1# revertTo1# sequenceNumber1# length1# focus1# pad11# pad21# pad31# pad41# pad51#:>xGetInputFocusReply RINT32  ? type1# drawDirection1# sequenceNumber1# length1# fontAscent5# fontDescent5# overallAscent5# overallDescent5# overallWidth># overallLeft># overallRight># pad1#>xQueryTextExtentsReply  @ type1# pad11# sequenceNumber1# length1# nFonts1# pad21# pad31# pad41# pad51# pad61# pad71#@xListFontsReply  gA type1# pad11# sequenceNumber1# length1# nPaths1# pad21# pad31# pad41# pad51# pad61# pad71#@xGetFontPathReply  B type1# depth1# sequenceNumber1# length1# visual1# pad31# pad41# pad51# pad61# pad71#AxGetImageReply  B type1# pad11# sequenceNumber1# length1# nColormaps1# pad21# pad31# pad41# pad51# pad61# pad71#-BxListInstalledColormapsReply  C type1# pad11# sequenceNumber1# length1# red1# green1# blue1# pad21# pixel1# pad31# pad41# pad51#BxAllocColorReply  D type1# pad11# sequenceNumber1# length1# pixel1# exactRed1# exactGreen1# exactBlue1# screenRed1# screenGreen1# screenBlue1# pad21# pad31#CxAllocNamedColorReply  dE type1# pad11# sequenceNumber1# length1# nPixels1# nMasks1# pad31# pad41# pad51# pad61# pad71#DxAllocColorCellsReply  2F type1# pad11# sequenceNumber1# length1# nPixels1# pad21# redMask1# greenMask1# blueMask1# pad31# pad41#ExAllocColorPlanesReply  F type1# pad11# sequenceNumber1# length1# nColors1# pad21# pad31# pad41# pad51# pad61# pad71#OFxQueryColorsReply  G type1# pad11# sequenceNumber1# length1# exactRed1# exactGreen1# exactBlue1# screenRed1# screenGreen1# screenBlue1# pad31# pad41# pad51# GxLookupColorReply  H type1# pad11# sequenceNumber1# length1# width1# height1# pad31# pad41# pad51# pad61# pad71#HxQueryBestSizeReply  I type1# pad11# sequenceNumber1# length1# present;# major_opcode1# first_event1# first_error1# pad31# pad41# pad51# pad61# pad71#HxQueryExtensionReply  QJ type1# nExtensions1# sequenceNumber1# length1# pad21# pad31# pad41# pad51# pad61# pad71#IxListExtensionsReply  K type1# success1# sequenceNumber1# length1# pad21# pad31# pad41# pad51# pad61# pad71#lJxSetModifierMappingReply  K type1# numKeyPerModifier1# sequenceNumber1# length1# pad11# pad21# pad31# pad41# pad51# pad61#$KxGetModifierMappingReply lJxSetPointerMappingReply  L type1# keySymsPerKeyCode1# sequenceNumber1# length1# pad21# pad31# pad41# pad51# pad61# pad71#LxGetKeyboardMappingReply  ]M type1# nElts1# sequenceNumber1# length1# pad21# pad31# pad41# pad51# pad61# pad71#LxGetPointerMappingReply  FN type1# pad11# sequenceNumber1# length1# accelNumerator1# accelDenominator1# threshold1# pad21# pad31# pad41# pad51# pad61#{MxGetPointerControlReply  # longs1># longs2># longs3># longs4># :\ type1# shorts05# shorts15# shorts25# shorts35# shorts45# shorts55# shorts65# shorts75# shorts85# shorts95#signed char:\INT8 I\e\ R \ type1# bytesT\# \ l%[# s[# be\# \ pad001# window1# u\# ^ uP# keyButtonPointeraP# enterLeaveQ# focusQ# exposeR# graphicsExposureR# noExposureAS# visibilityS# createNotifyS# destroyNotifyT# unmapNotifyT# mapNotify/U# mapRequestU# reparentU# configureNotify\V# configureRequestW# gravityW# resizeRequest*X# circulatelX# propertyX# selectionClearJY# selectionRequestY# selectionNotifyY# colormapeZ# mappingNotifyZ# clientMessage\# _xEvent _ u\#^xEvent  a generic5# geom6# treeO7# atom7# atomName8# property{9# listProperties=:# selection:# grabPointer;# grabKeyboard;# pointer<# motionEventsX=# coords># inputFocus># textExtents?# fonts@# fontPathgA# imageB# colormapsB# allocColorC# allocNamedColorD# colorCellsdE# colorPlanes2F# colorsF# lookupColorG# bestSizeH# extensionI# extensionsQJ# setModifierMappingK# getModifierMappingK# setPointerMappingK# getKeyboardMappingL# getPointerMapping]M# pointerControlFN# screenSaverfcreateIfNecessary> infoLi@ prevQi@ pfChA iB event_baseC error_baseCJYY majorh minorh visual}) format[hB_XftDisplayValidateMemory`UIkLiinfo publicCg font glyph_memory5FcChar32 _XftFtFile0 k nextk# ref# file[# id# xsizek# ysizek# matrixTl# lock#( faceHm#,Xksigned longkFT_F26Dot6kFT_Fixed FT_Matrix_Tl xxl# xyl# yxl# yyl# lFT_MatrixkFT_LongFT_Stringrlsigned intlFT_Intsigned shortlFT_ShortkFT_Pos FT_Bitmap_Size_.m heightl# widthl# sizel# x_ppeml# y_ppeml# lFT_Bitmap_Size.m}FT_FaceFT_Encoding_poFT_ENCODING_NONEFT_ENCODING_MS_SYMBOLFT_ENCODING_UNICODEҹFT_ENCODING_SJISҩFT_ENCODING_GB2312FT_ENCODING_BIG5ΥFT_ENCODING_WANSUNG܅FT_ENCODING_JOHABнFT_ENCODING_MS_SJISҩFT_ENCODING_MS_GB2312FT_ENCODING_MS_BIG5ΥFT_ENCODING_MS_WANSUNG܅FT_ENCODING_MS_JOHABнFT_ENCODING_ADOBE_STANDARDžFT_ENCODING_ADOBE_EXPERTńFT_ENCODING_ADOBE_CUSTOMÄFT_ENCODING_ADOBE_LATIN_1FT_ENCODING_OLD_LATIN_2FT_ENCODING_APPLE_ROMANɋVmFT_Encoding)/FT_UShort FT_CharMapRec_ o faceHm# encodingpo# platform_ido# encoding_ido# ooFT_CharMapop% ppFT_Generic_Finalizer FT_Generic_jp data%# finalizerp#7pFT_Generic FT_BBox_p xMinl# yMinl# xMaxl# yMaxl# {pFT_BBoxFT_LibraryRec_ppFT_LibraryvFT_GlyphSlotFT_UInt FT_Glyph_Metrics_ q widthl# heightl# horiBearingXl# horiBearingYl# horiAdvancel# vertBearingXl# vertBearingYl# vertAdvancel#qFT_Glyph_Metrics FT_Vector_r xl# yl#qFT_VectorFT_Glyph_Format_rFT_GLYPH_FORMAT_NONEFT_GLYPH_FORMAT_COMPOSITEڽFT_GLYPH_FORMAT_BITMAP襓FT_GLYPH_FORMAT_OUTLINEFT_GLYPH_FORMAT_PLOTTERޱrFT_Glyph_Format FT_Bitmap_ps rows# width# pitch# bufferr# num_grays!# pixel_mode# palette_mode# palette%#rFT_Bitmapr! FT_Outline_s n_contours!# n_points!# pointss# tags[# contourss# flags#sFT_OutlineFT_SubGlyphRec_t tFT_SubGlyphFT_Slot_InternalRec_7tNtFT_Slot_Internal FT_GlyphSlotRec_v libraryp# faceHm# nextp# reservedq# genericjp# metricsq# linearHoriAdvancel#8 linearVertAdvancel#< advancer#@ formatr#H bitmapps#L bitmap_leftl#d bitmap_topl#h outlines#l num_subglyphsq# subglyphs%t# control_data%# control_lenR# lsb_deltal# rsb_deltal# other%# internalSt#jt FT_Size_Metrics_v x_ppemo# y_ppemo# x_scalel# y_scalel# ascenderl# descenderl# heightl# max_advancel#vFT_Size_MetricsFT_Size_InternalRec_vvFT_Size_Internal FT_SizeRec_,Pw faceHm# genericjp# metricsv# internalv#(vPwFT_SizeFT_DriverRec_cwswFT_DriverzxFT_Memory%wwRwwFT_Alloc_Funcww%wwFT_Free_Func%xwRR%wxFT_Realloc_Func FT_MemoryRec_zx user%# allocw# freew# reallocx# ,xFT_StreamDesc_x valueR# pointer%#xFT_StreamDescyFT_Stream5xx5r5xxFT_Stream_IoFunc!yxy!yFT_Stream_CloseFunc FT_StreamRec_(y baser# size5# pos5# descriptorx# pathnamex# readx# close&y# memoryw# cursorr# limitr#$@y=zFT_ListNode FT_ListNodeRec_ =z prevy# nexty# data%#y FT_ListRec_pz heady# taily#BzFT_ListRecFT_Face_InternalRec_zzFT_Face_Internal FT_FaceRec_} num_facesdl# face_indexdl# face_flagsdl# style_flagsdl# num_glyphsdl# family_namel# style_namel# num_fixed_sizesl# available_sizesCm# num_charmapsl#$ charmapsp#( genericjp#, bboxp#4 units_per_EMo#D ascenderl#F descenderl#H heightl#J max_advance_widthl#L max_advance_heightl#N underline_positionl#P underline_thicknessl#R glyphp#T sizeUw#X charmapo#\ driverxw#` memoryw#d streamx#h sizes_listpz#l autohintjp#t extensions%#| internalz#zXkXftFtFile } _XftFontInfoH 4~ hashIk# file*}# xsizek# ysizek# antialiasf# emboldenf# rgba# lcd_filter# matrixTl# transformf#0 load_flagsl#4 renderf#8 spacing#< minspacef#@ char_width#D/}XftFontInfo _XGlyphInfo ~ width)/# height)/# x!# y!# xOff!# yOff!# F~XGlyphInfo _XftGlyph ~ metrics~# bitmap%# glyph_memory5#~XftGlyph ~  _XftUcsHash D ucs4Ik# glyphq#XftUcsHash D5GlyphSet _XftFontInt public5g# nextCg# hash_nextCg# info4~# ref#h glyphs#l num_glyphs#p hash_tableU#t hash_value#x rehash_value#| glyphsetZ# format[h# glyph_memory5# max_glyph_memory5# use_free_glyphsf#iXftFontInt  _XftDisplayManageMemory,U8dpy infoLi glyph_memory5 publicCg fontXftDefaultHasRender0Udpy infoLi!XftDefaultSetU"dpy"fdefaults #infoLi!XftDefaultParseBoolUK"Pv#c0#c1K$_XftDefaultInitBool7?Uׂ"dpy6"fpat6 "܂option6#v[8#i9ׂ$_XftDefaultInitDoubleC@ׇUw"dpyB"fpatB "|optionB#v[D#e[D#dEwdouble$_XftDefaultInitIntegerSU""dpyR"fpatR "'optionR#v[T#e[T#iU"$_XftDefaultIniteUfy"dpyd#patff$_XftDefaultGetUy "dpy"object "screen"cv#infoLi#ry_FcResultyFcResultMatchFcResultNoMatchFcResultTypeMismatchFcResultNoIdFcResultOutOfMemory FcResult_FcType(FcTypeVoidFcTypeIntegerFcTypeDoubleFcTypeStringFcTypeBoolFcTypeMatrixFcTypeCharSetFcTypeFTFaceFcTypeLangSetFcTypeFcChar85C _FcMatrix  xx# xy# yx# yy#MFcMatrixf_FcLangSetFcLangSetˆ- sH# i# bf# d# m# c# f%# lІ# _FcValue U type(# uՆ#-FcValueU!XftDefaultGetBoolU"dpy"object "screen"def#ry#vU!XftDefaultGetIntegerVU"dpy"object "screen"def#ry#vU!XftDefaultGetDouble`ՌU:"dpy"?object "screen"def#ry#vU:%XftDefaultSubstituteU<"dpy"screen "fpattern#vU#dpi,,#subpixel3FF#render_orderf&_XftFontUncacheGlyphj<&XftFontManageMemory'XftDebug(_XftDisplayInfoLi eChÊ)XRenderFindFormat[h5Ȋ()XRenderFindVisualFormat[h;)XRenderQuerySubpixelOrderm)XRenderQueryVersion22)XRenderQueryExtensionы22_FcPatternы)FcPatternAddBoolfދf)FcPatternAddDoublefUދ U)FcPatternAddIntegerfދZfkf-)FcPatternGety،kf&FcPatternDestroy،'FcPatternCreateff)FcNameConstantfG&FcDefaultSubstitutej،)__posix_ttyname_r[)__posix_getlogin_rč[ɍ)_xmknodč΍55)_lxstat16)_xstatd1;)_fxstatd)XESetCloseDisplayՎ)XAddExtension$.Վ)XGetDefault[8 R8)__posix_ctime_r[j=[ tm$ tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst# j[)__posix_asctime_r[A )tolower\)memset%%[)strtolR)strtodǐ̐'rand)malloc%&free,%,1*printf6+{xftdraw.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c -KPIC -DPIC xftdraw.c -W0,-xp.XAKgoyLAE8cPUAb.Xa;g;P;R=Sun C 5.11 SunOS_i386 145355-01 2010/10/11;G=.XAKgoyLAE8cPUAb.;backend;raw;cd;DBG_GEN 5.3.0*statx@~U2_pathr_bufr intchar (-unsigned long7dev_tlong T m T7ino_t7mode_t7nlink_tTuid_tTgid_t T TToff_tTtime_t timespec tv_sec# tv_nsecT#timestruc_tTblksize_tTblkcnt_t H T T Y T stat st_devH# st_pad1\# st_inom# st_modey# st_nlink# st_uid# st_gid# st_rdevH#$ st_pad2#( st_size#0 st_pad3T#4 st_atim#8 st_mtim#@ st_ctim#H st_blksize#P st_blocks(#T st_fstype7#X st_pad4H#hYlstatU_path_buf  fstatU"_fd_buf mknodFUpu_pathy_mode H_dev p_XftDrawScreen PUdpydrawable *visual s! root." x# y# width$ height$ borderWidth$ depth$     templateg0 retg0 nret1 _XExtData I number# nextI# free_private_# private_datai# _IN dXPointer XExtData xAfFreeFuncTypeunsigned charKeyCode   max_keypermod# modifiermap#XModifierKeymap  8"'8FreeModmapType _XFreeFuncs$ atoms# modifiermap=# key_bindings# context_db# defaultCCCs# clientCmaps# intensityMaps# im_filters# xkb# R7XID _XDisplayD  ext_data# free_funcs # fd# conn_checker# proto_major_version# proto_minor_version# vendord# resource_base # resource_mask # resource_id #$ resource_shift#( resource_alloc#, byte_order#0 bitmap_unit#4 bitmap_pad#8 bitmap_bit_order#< nformats#@ pixmap_format$#D vnumber#H release#L head)#P tail)#T qlen#X last_request_read7#\ request7#` last_reqd#d bufferd#h bufptrd#l bufmaxd#p max_request_size#t db)#x synchandler)#| display_named# default_screen# nscreens# screens.# motion_buffer7# flags.# min_keycode# max_keycode# keysyms.# modifiermap"# keysyms_per_keycode# xdefaultsd# scratch_bufferd# scratch_length7# ext_number# ext_procs.# event_vec5# wire_vec5# lock_meaning.# lock6# async_handlers 6# bigreq_size7# lock_fnsc# idlist_allocc# key_bindingsc# cursor_font*# atomsc# mode_switch# num_lock# context_dbd# error_vecd# cmsd# im_filtersyd# qfree)# next_event_serial_num7# flushes.# im_fd_infod# im_fd_length# conn_watcherspe# watcher_count# filedesi# savedsynchandlere# resource_max # xcmisc_opcode# xkb_infoe# trans_conne# xcbf# next_cookie# generic_event_vecf# generic_event_copy_vec/f# cookiejar&#    ext_data# depth# bits_per_pixel# scanline_pad# ScreenFormat m)7Window   type# serial7# send_event# display# window.#;XAnyEvent 7Time unsigned<  type# serial7# send_event# display# window.# root.# subwindow.# time# x# y#$ x_root#( y_root#, state#0 keycode#4 same_screen#8XKeyEvent <  type# serial7# send_event# display# window.# root.# subwindow.# time# x# y#$ x_root#( y_root#, state#0 button#4 same_screen#8XButtonEvent <  type# serial7# send_event# display# window.# root.# subwindow.# time# x# y#$ x_root#( y_root#, state#0 is_hint #4 same_screen#8XMotionEvent D  type# serial7# send_event# display# window.# root.# subwindow.# time# x# y#$ x_root#( y_root#, mode#0 detail#4 same_screen#8 focus#< state#@XCrossingEvent  & type# serial7# send_event# display# window.# mode# detail#XFocusChangeEvent (  type# serial7# send_event# display# window.# x# y# width# height# count#$>XExposeEvent 7Drawable 0  type# serial7# send_event# display# drawable# x# y# width# height# count#$ major_code#( minor_code#,XGraphicsExposeEvent  K type# serial7# send_event# display# drawable# major_code# minor_code#XNoExposeEvent   type# serial7# send_event# display# window.# state#`XVisibilityEvent 0  type# serial7# send_event# display# parent.# window.# x# y# width# height#$ border_width#( override_redirect#,XCreateWindowEvent   type# serial7# send_event# display# event.# window.#XDestroyWindowEvent   type# serial7# send_event# display# event.# window.# from_configure#7XUnmapEvent  B type# serial7# send_event# display# event.# window.# override_redirect#XMapEvent   type# serial7# send_event# display# parent.# window.#RXMapRequestEvent ( o type# serial7# send_event# display# event.# window.# parent.# x# y# override_redirect#$XReparentEvent 4 V type# serial7# send_event# display# event.# window.# x# y# width# height#$ border_width#( above.#, override_redirect#0XConfigureEvent   type# serial7# send_event# display# event.# window.# x# y#lXGravityEvent  k type# serial7# send_event# display# window.# width# height#XResizeRequestEvent 8 ` type# serial7# send_event# display# parent.# window.# x# y# width# height#$ border_width#( above.#, detail#0 value_mask7#4XConfigureRequestEvent   type# serial7# send_event# display# event.# window.# place#}XCirculateEvent  x type# serial7# send_event# display# parent.# window.# place#XCirculateRequestEvent 7Atom   type# serial7# send_event# display# window.# atom# time# state#XPropertyEvent  type# serial7# send_event# display# window.# selection# time#3 XSelectionClearEvent ( i! type# serial7# send_event# display# owner.# requestor.# selection# target# property# time#$ XSelectionRequestEvent $ " type# serial7# send_event# display# requestor.# selection# target# property# time# !XSelectionEvent 7Colormap  " type# serial7# send_event# display# window.# colormap4"# new# state#C"XColormapEvent " Tshort "# T T# T ;# b"# s"# l##0 # type# serial7# send_event# display# window.# message_type# format# data##;#XClientMessageEvent  f$ type# serial7# send_event# display# window.# request# first_keycode# count##XMappingEvent  $ type# display# resourceid # serial7# error_code# request_code# minor_code#z$XErrorEvent  % T4 % type# serial7# send_event# display# window.# key_vector%#%XKeymapEvent  & type# serial7# send_event# display# extension# evtype#%XGenericEvent void& & type# serial7# send_event# display# extension# evtype# cookie# data&#$&XGenericEventCookie T`& T_XEvent` `) type# xany# xkey# xbutton# xmotion# xcrossing# xfocus&# xexpose# xgraphicsexpose# xnoexposeK# xvisibility# xcreatewindow# xdestroywindow# xunmap# xmapB# xmaprequest# xreparento# xconfigureV# xgravity# xresizerequestk# xconfigurerequest`# xcirculate# xcirculaterequestx# xproperty # xselectionclear # xselectionrequesti!# xselection"# xcolormap"# xclient## xmappingf$# xerror$# xkeymap%# xgeneric&# xcookie&# pad&#&XEvent _XSQEventh) next)# event`)# qserial_num7#d_XrmHashBucketRec))7VisualID  y* ext_data# visualid)# class# red_mask7# green_mask7# blue_mask7# bits_per_rgb# map_entries#)Visual y* * depth# nvisuals# visuals*#*Depth *7GContext 7Pixmap 7Font \ , function# plane_mask7# foreground7# background7# line_width# line_style# cap_style# join_style# fill_style# fill_rule#$ arc_mode#( tile*#, stipple*#0 ts_x_origin#4 ts_y_origin#8 font*#< subwindow_mode#@ graphics_exposures#D clip_x_origin#H clip_y_origin#L clip_mask*#P dash_offset#T dashes #X*XGCValues _XGCp&- ext_data# gid*# rects# dashes# dirty7# values,#,&-GC P . ext_data# display# root.# width# height# mwidth# mheight# ndepths# depths*# root_depth#$ root_visual*#( default_gc+-#, cmap4"#0 white_pixel7#4 black_pixel7#8 max_maps#< min_maps#@ backing_store#D save_unders#H root_input_maskT#L4-Screen .77KeySym .4 / extension# major_opcode# first_event# first_error# .XExtCodes /M/+--/2/M/CreateGCType/+--/e//CopyGCType/+--///FlushGCType/+--///FreeGCType 0 name# card327#/XFontProp 0unsigned short 0 lbearing"# rbearing"# width"# ascent"# descent"# attributes20# D0XCharStruct 0P 1 ext_data# fid*# direction# min_char_or_byte2# max_char_or_byte2# min_byte1# max_byte1# all_chars_exist# default_char# n_properties#$ properties-0#( min_bounds0#, max_bounds0#8 per_char0#D ascent#H descent#L0XFontStruct 1122-/212CreateFontTypef22-/K2f2FreeFontType2-/~22CloseDisplayTypeBYTE 20CARD16 7CARD32 CARD8  3 type2# errorCode2# sequenceNumber2# resourceID2# minorCode2# majorCode2# pad12# pad32# pad42# pad52# pad62# pad72#2xError 333-/333ErrorTyped4-/d34ErrorStringType$L404&54L4PrintErrorType f44-/k4Tp44BeforeFlushType _XExtenH5 next.# codes/# create_GCR/# copy_GC/# flush_GC/# free_GC/# create_Font62#$ free_Fontk2#( close_display2#, error3#0 error_string4#4 named#8 error_valuesQ4#< before_flush4#@ next_flush.#D555 T555 T_XLockInfo5)c 6 type2# data12# sequenceNumber2# length2# data002# data012# data022# data032# data042# data052#6xGenericReply "INT16  7 type2# depth2# sequenceNumber2# length2# root2# x6# y6# width2# height2# borderWidth2# pad12# pad22# pad32#6xGetGeometryReply  X8 type2# pad12# sequenceNumber2# length2# root2# parent2# nChildren2# pad22# pad32# pad42# pad52#7xQueryTreeReply  9 type2# pad12# sequenceNumber2# length2# atom2# pad22# pad32# pad42# pad52# pad62#n8xInternAtomReply  9 type2# pad12# sequenceNumber2# length2# nameLength2# pad22# pad32# pad42# pad52# pad62# pad72#9xGetAtomNameReply  : type2# format2# sequenceNumber2# length2# propertyType2# bytesAfter2# nItems2# pad12# pad22# pad32#9xGetPropertyReply  F; type2# pad12# sequenceNumber2# length2# nProperties2# pad22# pad32# pad42# pad52# pad62# pad72#:xListPropertiesReply  ; type2# pad12# sequenceNumber2# length2# owner2# pad22# pad32# pad42# pad52# pad62#a;xGetSelectionOwnerReply  < type2# status2# sequenceNumber2# length2# pad12# pad22# pad32# pad42# pad52# pad62#<xGrabPointerReply <xGrabKeyboardReply BOOL  = type2# sameScreen<# sequenceNumber2# length2# root2# child2# rootX6# rootY6# winX6# winY6# mask2# pad12# pad2#<xQueryPointerReply  a> type2# pad12# sequenceNumber2# length2# nEvents2# pad22# pad32# pad42# pad52# pad62#=xGetMotionEventsReply  '? type2# sameScreen<# sequenceNumber2# length2# child2# dstX6# dstY6# pad22# pad32# pad42# pad52#}>xTranslateCoordsReply  ? type2# revertTo2# sequenceNumber2# length2# focus2# pad12# pad22# pad32# pad42# pad52#C?xGetInputFocusReply TINT32  @ type2# drawDirection2# sequenceNumber2# length2# fontAscent6# fontDescent6# overallAscent6# overallDescent6# overallWidth?# overallLeft?# overallRight?# pad2#@xQueryTextExtentsReply  A type2# pad12# sequenceNumber2# length2# nFonts2# pad22# pad32# pad42# pad52# pad62# pad72#AxListFontsReply  pB type2# pad12# sequenceNumber2# length2# nPaths2# pad22# pad32# pad42# pad52# pad62# pad72#AxGetFontPathReply  !C type2# depth2# sequenceNumber2# length2# visual2# pad32# pad42# pad52# pad62# pad72#BxGetImageReply  C type2# pad12# sequenceNumber2# length2# nColormaps2# pad22# pad32# pad42# pad52# pad62# pad72#6CxListInstalledColormapsReply  D type2# pad12# sequenceNumber2# length2# red2# green2# blue2# pad22# pixel2# pad32# pad42# pad52#DxAllocColorReply  E type2# pad12# sequenceNumber2# length2# pixel2# exactRed2# exactGreen2# exactBlue2# screenRed2# screenGreen2# screenBlue2# pad22# pad32#DxAllocNamedColorReply  mF type2# pad12# sequenceNumber2# length2# nPixels2# nMasks2# pad32# pad42# pad52# pad62# pad72#ExAllocColorCellsReply  ;G type2# pad12# sequenceNumber2# length2# nPixels2# pad22# redMask2# greenMask2# blueMask2# pad32# pad42#FxAllocColorPlanesReply  G type2# pad12# sequenceNumber2# length2# nColors2# pad22# pad32# pad42# pad52# pad62# pad72#XGxQueryColorsReply  H type2# pad12# sequenceNumber2# length2# exactRed2# exactGreen2# exactBlue2# screenRed2# screenGreen2# screenBlue2# pad32# pad42# pad52#HxLookupColorReply  I type2# pad12# sequenceNumber2# length2# width2# height2# pad32# pad42# pad52# pad62# pad72# IxQueryBestSizeReply  J type2# pad12# sequenceNumber2# length2# present<# major_opcode2# first_event2# first_error2# pad32# pad42# pad52# pad62# pad72#IxQueryExtensionReply  ZK type2# nExtensions2# sequenceNumber2# length2# pad22# pad32# pad42# pad52# pad62# pad72#JxListExtensionsReply  L type2# success2# sequenceNumber2# length2# pad22# pad32# pad42# pad52# pad62# pad72#uKxSetModifierMappingReply  L type2# numKeyPerModifier2# sequenceNumber2# length2# pad12# pad22# pad32# pad42# pad52# pad62#-LxGetModifierMappingReply uKxSetPointerMappingReply  M type2# keySymsPerKeyCode2# sequenceNumber2# length2# pad22# pad32# pad42# pad52# pad62# pad72# MxGetKeyboardMappingReply  fN type2# nElts2# sequenceNumber2# length2# pad22# pad32# pad42# pad52# pad62# pad72#MxGetPointerMappingReply  OO type2# pad12# sequenceNumber2# length2# accelNumerator2# accelDenominator2# threshold2# pad22# pad32# pad42# pad52# pad62#NxGetPointerControlReply  EP type2# pad12# sequenceNumber2# length2# timeout2# interval2# preferBlanking<# allowExposures<# pad22# pad32# pad42# pad52# pad62#mOxGetScreenSaverReply  Q type2# enabled<# sequenceNumber2# length2# nHosts2# pad12# pad32# pad42# pad52# pad62# pad72#`PxListHostsReply  YQ type2# detail2# sequenceNumber2#20KeyButMask  R pad002# time2# root2# event2# child2# rootX6# rootY6# eventX6# eventY6# stateYQ# sameScreen<# pad12# R pad002# time2# root2# event2# child2# rootX6# rootY6# eventX6# eventY6# stateYQ# mode2# flags2# &S pad002# window2# mode2# pad12# pad22# pad32#  S pad002# window2# x2# y2# width2# height2# count2# pad22# JT pad002# drawable2# x2# y2# width2# height2# minorEvent2# count2# majorEvent2# pad12# pad22# pad32# T pad002# drawable2# minorEvent2# majorEvent2# bpad2#  T pad002# window2# state2# pad12# pad22# pad32#  U pad002# parent2# window2# x6# y6# width2# height2# borderWidth2# override<# bpad2# U pad002# event2# window2# 8V pad002# event2# window2# fromConfigure<# pad12# pad22# pad32# V pad002# event2# window2# override<# pad12# pad22# pad32# V pad002# parent2# window2# eW pad002# event2# window2# parent2# x6# y6# override<# pad12# pad22# pad32# X pad002# event2# window2# aboveSibling2# x6# y6# width2# height2# borderWidth2# override<# bpad2# X pad002# parent2# window2# sibling2# x6# y6# width2# height2# borderWidth2# valueMask2# pad12# 3Y pad002# event2# window2# x6# y6# pad12# pad22# pad32# pad42# uY pad002# window2# width2# height2#  Y pad002# event2# window2# parent2# place2# pad12# pad22# pad32# SZ pad002# window2# atom2# time2# state2# pad12# pad22# Z pad002# time2# window2# atom2#  [ pad002# time2# owner2# requestor2# selection2# target2# property2# n[ pad002# time2# requestor2# selection2# target2# property2# [ pad002# window2# colormap2# new<# state2# pad12# pad22# .\ pad002# request2# firstKeyCode2# count2# pad12# \ type2# longs0?# longs1?# longs2?# longs3?# longs4?# C] type2# shorts06# shorts16# shorts26# shorts36# shorts46# shorts56# shorts66# shorts76# shorts86# shorts96#signed charC]INT8 R]n] T ] type2# bytes]]# ] l.\# s\# bn]# ] pad002# window2# u]# _ uQ# keyButtonPointerjQ# enterLeaveR# focusR# expose&S# graphicsExposureS# noExposureJT# visibilityT# createNotifyT# destroyNotifyU# unmapNotifyU# mapNotify8V# mapRequestV# reparentV# configureNotifyeW# configureRequestX# gravityX# resizeRequest3Y# circulateuY# propertyY# selectionClearSZ# selectionRequestZ# selectionNotify[# colormapn[# mappingNotify[# clientMessage]# _xEvent ` u]#_xEvent  b generic6# geom7# treeX8# atom9# atomName9# property:# listPropertiesF;# selection;# grabPointer<# grabKeyboard<# pointer=# motionEventsa># coords'?# inputFocus?# textExtents@# fontsA# fontPathpB# image!C# colormapsC# allocColorD# allocNamedColorE# colorCellsmF# colorPlanes;G# colorsG# lookupColorH# bestSizeI# extensionJ# extensionsZK# setModifierMappingL# getModifierMappingL# setPointerMappingL# getKeyboardMappingM# getPointerMappingfN# pointerControlOO# screenSaverEP# hostsQ# error3# event`#`xReply b$cbdib _XInternalAsync kc next 6# handler$c# datai#xckc}c _XLockPtrsc lock_displayxc# unlock_displayc#cc_XKeytransc_XDisplayAtomsc_XContextDBc dd ld defaultCCCsi# clientCmapsi# perVisualIntensityMapsi#_XIMFilterlddi~dd_XInternalConnectionProcid _XConnectionInfo/e fd# read_callbackd# call_datai# watch_datad# nextd#Peid/ePeXConnectionWatchProc ue _XConnWatchInfo e fnUe# client_datai# nextpe#e_XkbInfoRece_XtransConnInfoe_X11XCBPrivateef f#f T#f*fAf T Display ( g visual*# visualid)# screen# depth# class# red_mask7# green_mask7# blue_mask7# colormap_size# bits_per_rgb#$OfXVisualInfo gXftDrawDepthU/Ug=jdrawTєܔܔ root.X xY yY widthZ heightZ borderWidthZ depthZ_XftClipTypeRhXftClipTypeNoneXftClipTypeRegionXftClipTypeRectanglesgXftClipType _XftClipRect h xOrigin# yOrigin# n#dhXftClipRecth_XRegionhhRegion _XftClipi recth# regionh#hXftClip7Picture5i picti#[i gc+-# use_pixmap# _XftDraw4/j dpy# screen# bits_per_pixel# depth# drawable# visual*# colormap4"# clip_typeRh# clipi# subwindow_mode#$ render i#( core5i#,[iXftDraw/jXftDrawBitsPerPixele0Uk=jdrawdQ`` formatslkh nformatsi depthj` io Rk depth# bits_per_pixel# scanline_pad#kXPixmapFormatValues RkXftDrawCreate U=jkdpydrawable *visual4"colormap draw=jXftDrawCreateBitmapU=jSldpy*bitmap draw=jXftDrawCreateAlphaU=jldpy*pixmap depth draw=j_XftDrawFormatșUQn>m=jdraw info6qDOO pf9n7PictFormatm red"# redMask"# green"# greenMask"# blue"# blueMask"# alpha"# alphaMask"#OmXRenderDirectFormat 9n id>m# type# depth# directm# colormap4"#mXRenderPictFormat9n_XftDisplayInfo,vo nextvo# display# codes-/# defaultso# hasRendero# fontsSp# solidFormatQn# glyph_memory7# max_glyph_memory7# use_free_glyphso#$ num_unref_fonts#( max_unref_fonts#, colorsp#0 fontHashq#Vn_FcPattern{oFcPatternoFcBool_FcCharSetoFcCharSeto _XftFontEp ascent# descent# height# max_advance_width# charseto# patterno#oXftFontEpp red20# green20# blue20# alpha20#XpXRenderColor _XftSolidColorp colorp# screen# picti# pXftSolidColorpq TSp!q T~VnXftDisplayInfo!qXftDrawChangeЙUUq=jdrawdrawable XftDrawDisplay`zUq=jdrawXftDrawDrawableUq =jdrawXftDrawColormap U4"/r =jdrawXftDrawVisualښU*hr =jdraw!XftDrawDestroyUr =jdrawXftDrawSrcPicture*Uis =jdraw) scolor) "dpy+"info6q,"i-"bitmapColors.8ԝNԝNԝ"pix*]"pau^#B#C _XftColor s pixel7# colorp#sXftColorss _XRenderPictureAttributes4u repeat# alpha_mapi# alpha_x_origin# alpha_y_origin# clip_x_origin# clip_y_origin# clip_mask*# graphics_exposures# subwindow_mode# poly_edge#$ poly_mode#( dither#, component_alpha#0sXRenderPictureAttributes$_XftDrawOpvߞUzu udrawu ucoloru /jzusu$_XftDrawRenderPrepareHUo0v =jdraw333"formatQn"pau"mask7#B$_XftDrawCorePrepare`Uov =jdraw vcolor "gcv,"mask7#BsvXftDrawPictureС!Uiw =jdraw!XftDrawGlyphs0!Uw =jdraw wcolor Sppub x y xglyphs nglyphs "fontRZhۢhۢ"srciswFT_UIntwxFcChar32 _XftFtFile0x nextx# ref# filed# id# xsizex# ysizex# matrixy# lock#( face z#,xsigned longxFT_F26Dot6xFT_Fixed FT_Matrix_y xxx# xyx# yxx# yyx# xFT_MatrixxFT_Long FT_String5ysigned intJyFT_Intsigned shorteyFT_ShortxFT_Pos FT_Bitmap_Size_y heightuy# widthuy# sizey# x_ppemy# y_ppemy# yFT_Bitmap_SizeyʉFT_FaceFT_Encoding_3|FT_ENCODING_NONEFT_ENCODING_MS_SYMBOLFT_ENCODING_UNICODEҹFT_ENCODING_SJISҩFT_ENCODING_GB2312FT_ENCODING_BIG5ΥFT_ENCODING_WANSUNG܅FT_ENCODING_JOHABнFT_ENCODING_MS_SJISҩFT_ENCODING_MS_GB2312FT_ENCODING_MS_BIG5ΥFT_ENCODING_MS_WANSUNG܅FT_ENCODING_MS_JOHABнFT_ENCODING_ADOBE_STANDARDžFT_ENCODING_ADOBE_EXPERTńFT_ENCODING_ADOBE_CUSTOMÄFT_ENCODING_ADOBE_LATIN_1FT_ENCODING_OLD_LATIN_2FT_ENCODING_APPLE_ROMANɋzFT_Encoding20FT_UShort FT_CharMapRec_ | face z# encoding3|# platform_idE|# encoding_idE|# U||FT_CharMap||&||FT_Generic_Finalizer FT_Generic_-} data&# finalizer|#|FT_Generic FT_BBox_} xMiny# yMiny# xMaxy# yMaxy# >}FT_BBoxFT_LibraryRec_}}FT_LibraryȂFT_GlyphSlot FT_Glyph_Metrics_ ~~ widthy# heighty# horiBearingXy# horiBearingYy# horiAdvancey# vertBearingXy# vertBearingYy# vertAdvancey#}FT_Glyph_Metrics FT_Vector_~ xy# yy#~FT_VectorFT_Glyph_Format_uFT_GLYPH_FORMAT_NONEFT_GLYPH_FORMAT_COMPOSITEڽFT_GLYPH_FORMAT_BITMAP襓FT_GLYPH_FORMAT_OUTLINEFT_GLYPH_FORMAT_PLOTTERޱ~FT_Glyph_Format FT_Bitmap_% rows# width# pitch# buffer# num_grays"# pixel_mode # palette_mode # palette&#FT_Bitmap~" FT_Outline_ n_contours"# n_points"# points5# tagsd# contours:# flags#?FT_OutlineFT_SubGlyphRec_ÀՀFT_SubGlyphFT_Slot_InternalRec_FT_Slot_Internal FT_GlyphSlotRec_Ȃ library}# face z# next}# reservedw# generic-}# metrics~~# linearHoriAdvancex#8 linearVertAdvancex#< advance~#@ formatu#H bitmap%#L bitmap_leftXy#d bitmap_topXy#h outline#l num_subglyphsw# subglyphsڀ# control_data&# control_lenT# lsb_deltay# rsb_deltay# other&# internal# FT_Size_Metrics_j x_ppemE|# y_ppemE|# x_scalex# y_scalex# ascendery# descendery# heighty# max_advancey#͂FT_Size_MetricsFT_Size_InternalRec_FT_Size_Internal FT_SizeRec_, face z# generic-}# metricsj# internal#(FT_SizeFT_DriverRec_(FT_Driver/FT_Memory&c=TMcFT_Alloc_Func=&|FT_Free_Func&Ƅ=TT&ƄFT_Realloc_Func FT_MemoryRec_/ user&# alloch# free# realloc˄# FT_StreamDesc_i valueT# pointer&#4FT_StreamDescFT_Stream7}77FT_Stream_IoFuncօ}ɅօFT_Stream_CloseFunc FT_StreamRec_( base# size7# pos7# descriptori# pathnamei# read# closeۅ# memory=# cursor# limit#$FT_ListNode FT_ListNodeRec_  prev# next# data&# FT_ListRec_% head# tail#FT_ListRecFT_Face_InternalRec_6MFT_Face_Internal FT_FaceRec_ʉ num_faces'y# face_index'y# face_flags'y# style_flags'y# num_glyphs'y# family_nameEy# style_nameEy# num_fixed_sizesXy# available_sizesz# num_charmapsXy#$ charmaps|#( generic-}#, bbox}#4 units_per_EME|#D ascenderuy#F descenderuy#H heightuy#J max_advance_widthuy#L max_advance_heightuy#N underline_positionuy#P underline_thicknessuy#R glyph}#T size #X charmap|#\ driver-#` memory=#d stream}#h sizes_list%#l autohint-}#t extensions&#| internalR#ixXftFtFileω _XftFontInfoH hash x# file߉# xsizex# ysizex# antialiaso# emboldeno# rgba# lcd_filter# matrixy# transformo#0 load_flagsXy#4 rendero#8 spacing#< minspaceo#@ char_width#DXftFontInfo _XGlyphInfo Z width20# height20# x"# y"# xOff"# yOff"# XGlyphInfo _XftGlyph metricsZ# bitmap&# glyph_memory7#kXftGlyph _XftUcsHash ucs4 x# glyphw#ʋXftUcsHash7GlyphSet _XftFontIntA publicEp# nextSp# hash_nextSp# info# ref#h glyphsŋ#l num_glyphs#p hash_table #t hash_value#x rehash_value#| glyphset# formatQn# glyph_memory7# max_glyph_memory7# use_free_glyphso#XftFontIntA!XftDrawString80gU. =jdraw 3color Sppub x y Kstring len "glyphsP"glyphs_localU"is.FcChar88Fwwh%T!XftDrawString16p{U@ =jdraw Ecolor Sppub x y ^string len "glyphsP"glyphs_localc"is@20FcChar16JYwv%T!XftDrawString322UN =jdraw+ Scolor, Sppub- x. y/ ]string0 len1 "glyphsP3"glyphs_localb3"i4sN xXwu%T!XftDrawStringUtf8NU =jdrawG colorH SppubI xJ yK stringL lenM "glyphsPO"glyphs_newPO"glyphs_localO"ucs4 xP"iQ"lR"sizeSs8w͑%T!XftDrawStringUtf16{U =jdraws colort Sppubu xv yw stringx Lendiany lenz$"glyphsP|"glyphs_newP|"glyphs_local[|"ucs4 x}"i~"l"sizes8&LFcEndianBigFcEndianLittle%FcEndianwn%T!XftDrawGlyphSpecU. =jdraw 3color Sppub glyphs len"fontRʪ{تEتE"srcis. _XftGlyphSpecp glyphw# x"# y"#8XftGlyphSpecp!XftDrawGlyphFontSpecUx =jdraw }color glyphs len"i"startzʫnʫnЫnάά"srci#Bsx _XftGlyphFontSpec ˕ fontSp# glyphw# x"# y"# XftGlyphFontSpec˕!XftDrawCharSpecU =jdraw color Sppub chars len"glyphs"glyphs_local"i#Bs _XftCharSpec ucs4 x# x"# y"#XftCharSpecpp (%T!XftDrawCharFontSpec#U =jdraw color Qchars len"glyphsV"glyphs_local["i#Bs _XftCharFontSpec 6 fontSp# ucs4 x# x"# y"# XftCharFontSpec6L˕˕0n%T!XftDrawRect"0U =jdraw color x y width  height!sXftDrawSetClip4U =jdraw2 hr3 "nh5R]]]"pauwXftDrawSetClipRectangles #UD =jdraw xOrigin yOrigin rects n"newh#B } x"# y"# width20# height20#DXRectangle }!XftDrawSetSubwindowMode0ǶU =jdraw mode itt"pau'XftMemFree7'XftMemAllocW (_XftDisplayInfoGet6qW)XftDebug[is'XftGlyphFontSpecCoreso8'XftGlyphSpecCore2s2<'XftGlyphCore7A'XftGlyphFontSpecRenderӜ778Ӝ'XftGlyphSpecRender'77؜''XftGlyphRender77, o(XftCharIndexwwXp'XRenderFillRectangle7'XRenderFreePicture-7'XRenderSetPictureClipRegionb7hDb'XRenderSetPictureClipRectangles7gs'XRenderChangePicture77 ms(XRenderCreatePictureiFii 9nK(XRenderFindFormatQnF7P)(XRenderFindVisualFormatQnßFß(FcUtf16ToUcs4ȟ%͟(FcUtf8ToUcs46͟(__posix_ttyname_red(__posix_getlogin_rd (_xmknodɠ77 Π(_lxstatɠӠ (_xstat0(_fxstatZ0(XUnionRegionhhh(XSetRegion&-h (XGetVisualInfogTg(XEqualRegion hh(XDestroyRegion.h)XCreateRegionh(XSetSubwindowModet&-(XSetForeground&-7D(XSetClipRectangles&-(XSetClipMask&-77(XGetGeometry`733͟͟͟͟(XFreePixmap7(XFreeGC&-(XFree&(XFillRectangle7&- (XListPixmapFormatslk2 (XCreatePixmap*l2* *(XCreateGC+-l77qT(__posix_ctime_rdԤd tm$m tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst# Ԥmrd(__posix_asctime_rdw|&&(memcpy&&&(memcmp)rand(malloc&C'freeW& W\*printfa+ xftextent.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c -KPIC -DPIC xftextent.c -W0,-xp.XAKgoyLBE8cPkob.Xa;g;P;R=Sun C 5.11 SunOS_i386 145355-01 2010/10/11;G=.XAKgoyLBE8cPkob.;backend;raw;cd;DBG_GEN 5.3.0H=statxжU6_pathr_bufr intchar$,1unsigned long;dev_tlong X q X;ino_t;mode_t;nlink_tXuid_tXgid_t X XXoff_tXtime_t timespec  tv_sec# tv_nsecX#timestruc_tXblksize_tXblkcnt_t $L X X ] X stat st_devL# st_pad1`# st_inoq# st_mode}# st_nlink# st_uid# st_gid# st_rdevL#$ st_pad2#( st_size#0 st_pad3X#4 st_atim #8 st_mtim #@ st_ctim #H st_blksize#P st_blocks,#T st_fstype;#X st_pad4L#h]lstatNU_path_buf $fstatPU&_fd_buf mknodַUty_path}_mode L_dev$t XftGlyphExtentsU*dpygpub gglyphsnglyphsEhextentsfontE~ missingJ~!nmissing"n#gb~$glyphg%xftg{&glyphs_loaded"z'x(y(left)right)top)bottom)overall_left*overall_right*overall_top+overall_bottom+C _XExtData  number# next# free_private# private_data# $XPointer XExtData f<*/<FreeFuncTypeunsigned charTKeyCode e  max_keypermod# modifiermaps#xXModifierKeymap FreeModmapType _XFreeFuncs$ atomsA# modifiermap# key_bindingsA# context_dbA# defaultCCCsA# clientCmapsA# intensityMapsA# im_filtersA# xkbA# ;XID _XDisplayD A ext_data%# free_funcs # fd# conn_checker# proto_major_version# proto_minor_version# vendor# resource_base # resource_mask # resource_id #$ resource_shift#( resource_allocW#, byte_order#0 bitmap_unit#4 bitmap_pad#8 bitmap_bit_order#< nformats#@ pixmap_format#D vnumber#H release#L head#P tail#T qlen#X last_request_read;#\ request;#` last_req#d buffer#h bufptr#l bufmax#p max_request_sizeJ#t db`*#x synchandlerl*#| display_name# default_screen# nscreens# screensC/# motion_buffer;# flagsH/# min_keycode# max_keycode# keysymsZ/# modifiermap# keysyms_per_keycode# xdefaults# scratch_buffer# scratch_length;# ext_number# ext_procs_/# event_vech6# wire_vec6# lock_meaningM/# lock6# async_handlers6# bigreq_size;# lock_fnsbd# idlist_allocjd# key_bindings|d# cursor_font+# atomsd# mode_switchJ# num_lockJ# context_dbd# error_vecd# cmsd# im_filterse# qfree# next_event_serial_num;# flushes_/# im_fd_info\e# im_fd_length# conn_watchersf# watcher_count# filedes# savedsynchandler^f# resource_max # xcmisc_opcode# xkb_infoqf# trans_connf# xcbf# next_cookieJ# generic_event_vecf# generic_event_copy_vecf# cookiejar&#  WAF  ext_data%# depth# bits_per_pixel# scanline_pad# \ScreenFormat  *;Window  / type# serial;# send_event# display*# window#XAnyEvent ;Time unsigned< < type# serial;# send_event# display*# window# root# subwindow# time?# x# y#$ x_root#( y_root#, stateJ#0 keycodeJ#4 same_screen#8VXKeyEvent < 1 type# serial;# send_event# display*# window# root# subwindow# time?# x# y#$ x_root#( y_root#, stateJ#0 buttonJ#4 same_screen#8LXButtonEvent < * type# serial;# send_event# display*# window# root# subwindow# time?# x# y#$ x_root#( y_root#, stateJ#0 is_hint$#4 same_screen#8DXMotionEvent D = type# serial;# send_event# display*# window# root# subwindow# time?# x# y#$ x_root#( y_root#, mode#0 detail#4 same_screen#8 focus#< stateJ#@=XCrossingEvent   type# serial;# send_event# display*# window# mode# detail#RXFocusChangeEvent ( q type# serial;# send_event# display*# window# x# y# width# height# count#$XExposeEvent ;Drawable 0 P type# serial;# send_event# display*# drawable# x# y# width# height# count#$ major_code#( minor_code#,XGraphicsExposeEvent   type# serial;# send_event# display*# drawable# major_code# minor_code#kXNoExposeEvent  b type# serial;# send_event# display*# window# state#XVisibilityEvent 0 > type# serial;# send_event# display*# parent# window# x# y# width# height#$ border_width#( override_redirect#,yXCreateWindowEvent   type# serial;# send_event# display*# event# window#WXDestroyWindowEvent  P type# serial;# send_event# display*# event# window# from_configure#XUnmapEvent   type# serial;# send_event# display*# event# window# override_redirect#bXMapEvent  U type# serial;# send_event# display*# parent# window#XMapRequestEvent (  type# serial;# send_event# display*# event# window# parent# x# y# override_redirect#$lXReparentEvent 4  type# serial;# send_event# display*# event# window# x# y# width# height#$ border_width#( above#, override_redirect#0"XConfigureEvent   type# serial;# send_event# display*# event# window# x# y# XGravityEvent   type# serial;# send_event# display*# window# width# height#XResizeRequestEvent 8  type# serial;# send_event# display*# parent# window# x# y# width# height#$ border_width#( above#, detail#0 value_mask;#4#XConfigureRequestEvent   type# serial;# send_event# display*# event# window# place#XCirculateEvent   type# serial;# send_event# display*# parent# window# place#XCirculateRequestEvent ;Atom  type# serial;# send_event# display*# window# atom3 # time?# state#> XPropertyEvent  F! type# serial;# send_event# display*# window# selection3 # time?# XSelectionClearEvent ( " type# serial;# send_event# display*# owner# requestor# selection3 # target3 # property3 # time?#$a!XSelectionRequestEvent $ " type# serial;# send_event# display*# requestor# selection3 # target3 # property3 # time?# $"XSelectionEvent ;Colormap  b# type# serial;# send_event# display*# window# colormap"# new# state#"XColormapEvent $# Xshort ## X X# X # bw## s## l##0 `$ type# serial;# send_event# display*# window# message_type3 # format# data###XClientMessageEvent  % type# serial;# send_event# display*# window# request# first_keycode# count#z$XMappingEvent  % type# display*# resourceid # serial;# error_codeT# request_codeT# minor_codeT#%XErrorEvent $ % X4 && type# serial;# send_event# display*# window# key_vector%#%XKeymapEvent  & type# serial;# send_event# display*# extension# evtype#9&XGenericEvent void& F' type# serial;# send_event# display*# extension# evtype# cookieJ# data&#&XGenericEventCookie X`q' X_XEvent` ) type# xany/# xkey<# xbutton1# xmotion*# xcrossing=# xfocus# xexposeq# xgraphicsexposeP# xnoexpose# xvisibilityb# xcreatewindow># xdestroywindow# xunmapP# xmap# xmaprequestU# xreparent # xconfigure# xgravity# xresizerequest # xconfigurerequest# xcirculate# xcirculaterequest # xproperty # xselectionclearF!# xselectionrequest"# xselection"# xcolormapb## xclient`$# xmapping%# xerror%# xkeymap&&# xgeneric&# xcookieF'# pad`'#q'XEvent _XSQEventhL* next# event)# qserial_num;#d_XrmHashBucketRecL*e*;VisualID  + ext_data%# visualidq*# class# red_mask;# green_mask;# blue_mask;# bits_per_rgb# map_entries#*Visual + `+ depth# nvisuals# visuals$+#)+Depth `+;GContext ;Pixmap ;Font \ P- function# plane_mask;# foreground;# background;# line_width# line_style# cap_style# join_style# fill_style# fill_rule#$ arc_mode#( tile+#, stipple+#0 ts_x_origin#4 ts_y_origin#8 font+#< subwindow_mode#@ graphics_exposures#D clip_x_origin#H clip_y_origin#L clip_mask+#P dash_offset#T dashes$#X+XGCValues _XGCp- ext_data%# gidq+# rects# dashes# dirty;# valuesP-#`--GC P 6/ ext_data%# displayA# root# width# height# mwidth# mheight# ndepths# depthsl+# root_depth#$ root_visual$+#( default_gc-#, cmap"#0 white_pixel;#4 black_pixel;#8 max_maps#< min_maps#@ backing_store#D save_unders#H root_input_maskX#L-Screen 6/;;KeySym M/E5 / extension# major_opcode# first_event# first_error# d/XExtCodes //*-///CreateGCType0*-/00CopyGCTypeO0*-/40O0FlushGCType0*-/f00FreeGCType 0 name3 # card32;#0XFontProp 0unsigned short L1 lbearing## rbearing## width## ascent## descent## attributes0# 0XCharStruct L1P 2 ext_data%# fid+# directionJ# min_char_or_byte2J# max_char_or_byte2J# min_byte1J# max_byte1J# all_chars_exist# default_charJ# n_properties#$ properties0#( min_boundsL1#, max_boundsL1#8 per_char^1#D ascent#H descent#Lc1XFontStruct 22*2/22CreateFontType3*2/23FreeFontType23*/323CloseDisplayTypeTBYTE 0CARD16 ;CARD32 TCARD8  B4 typeN3# errorCodeN3# sequenceNumberY3# resourceIDf3# minorCodeY3# majorCodes3# pad1N3# pad3f3# pad4f3# pad5f3# pad6f3# pad7f3#3xError B4y4*O4/T4Y4y4ErrorType4*/44ErrorStringType%4*4&44PrintErrorType$5*5*/ 5X5*5BeforeFlushType _XExtenH\6 next_/# codes/# create_GC/# copy_GC#0# flush_GCT0# free_GC0# create_Font2#$ free_Font 3#( close_display73#, error~4#0 error_string4#4 name#8 error_values4#< before_flush/5#@ next_flush_/#D\6c6z6 Xz666 X_XLockInfo6c R7 typeN3# data1N3# sequenceNumberY3# lengthf3# data00f3# data01f3# data02f3# data03f3# data04f3# data05f3#6xGenericReply #INT16  48 typeN3# depths3# sequenceNumberY3# lengthf3# rootf3# xf7# yf7# widthY3# heightY3# borderWidthY3# pad1Y3# pad2f3# pad3f3#r7xGetGeometryReply  8 typeN3# pad1N3# sequenceNumberY3# lengthf3# rootf3# parentf3# nChildrenY3# pad2Y3# pad3f3# pad4f3# pad5f3#L8xQueryTreeReply  9 typeN3# pad1N3# sequenceNumberY3# lengthf3# atomf3# pad2f3# pad3f3# pad4f3# pad5f3# pad6f3# 9xInternAtomReply  b: typeN3# pad1N3# sequenceNumberY3# lengthf3# nameLengthY3# pad2Y3# pad3f3# pad4f3# pad5f3# pad6f3# pad7f3#9xGetAtomNameReply  "; typeN3# formats3# sequenceNumberY3# lengthf3# propertyTypef3# bytesAfterf3# nItemsf3# pad1f3# pad2f3# pad3f3#z:xGetPropertyReply  ; typeN3# pad1N3# sequenceNumberY3# lengthf3# nPropertiesY3# pad2Y3# pad3f3# pad4f3# pad5f3# pad6f3# pad7f3#:;xListPropertiesReply  < typeN3# pad1N3# sequenceNumberY3# lengthf3# ownerf3# pad2f3# pad3f3# pad4f3# pad5f3# pad6f3#;xGetSelectionOwnerReply  L= typeN3# statusN3# sequenceNumberY3# lengthf3# pad1f3# pad2f3# pad3f3# pad4f3# pad5f3# pad6f3#<xGrabPointerReply <xGrabKeyboardReply TBOOL  M> typeN3# sameScreen}=# sequenceNumberY3# lengthf3# rootf3# childf3# rootXf7# rootYf7# winXf7# winYf7# maskY3# pad1Y3# padf3#=xQueryPointerReply  > typeN3# pad1N3# sequenceNumberY3# lengthf3# nEventsf3# pad2f3# pad3f3# pad4f3# pad5f3# pad6f3#f>xGetMotionEventsReply  ? typeN3# sameScreen}=# sequenceNumberY3# lengthf3# childf3# dstXf7# dstYf7# pad2f3# pad3f3# pad4f3# pad5f3#?xTranslateCoordsReply  |@ typeN3# revertTos3# sequenceNumberY3# lengthf3# focusf3# pad1f3# pad2f3# pad3f3# pad4f3# pad5f3#?xGetInputFocusReply XINT32  A typeN3# drawDirections3# sequenceNumberY3# lengthf3# fontAscentf7# fontDescentf7# overallAscentf7# overallDescentf7# overallWidth@# overallLeft@# overallRight@# padf3#@xQueryTextExtentsReply  SB typeN3# pad1N3# sequenceNumberY3# lengthf3# nFontsY3# pad2Y3# pad3f3# pad4f3# pad5f3# pad6f3# pad7f3#AxListFontsReply  C typeN3# pad1N3# sequenceNumberY3# lengthf3# nPathsY3# pad2Y3# pad3f3# pad4f3# pad5f3# pad6f3# pad7f3#iBxGetFontPathReply  C typeN3# depths3# sequenceNumberY3# lengthf3# visualf3# pad3f3# pad4f3# pad5f3# pad6f3# pad7f3#&CxGetImageReply  }D typeN3# pad1N3# sequenceNumberY3# lengthf3# nColormapsY3# pad2Y3# pad3f3# pad4f3# pad5f3# pad6f3# pad7f3#CxListInstalledColormapsReply  QE typeN3# pad1N3# sequenceNumberY3# lengthf3# redY3# greenY3# blueY3# pad2Y3# pixelf3# pad3f3# pad4f3# pad5f3#DxAllocColorReply  GF typeN3# pad1N3# sequenceNumberY3# lengthf3# pixelf3# exactRedY3# exactGreenY3# exactBlueY3# screenRedY3# screenGreenY3# screenBlueY3# pad2f3# pad3f3#hExAllocNamedColorReply  G typeN3# pad1N3# sequenceNumberY3# lengthf3# nPixelsY3# nMasksY3# pad3f3# pad4f3# pad5f3# pad6f3# pad7f3#cFxAllocColorCellsReply  G typeN3# pad1N3# sequenceNumberY3# lengthf3# nPixelsY3# pad2Y3# redMaskf3# greenMaskf3# blueMaskf3# pad3f3# pad4f3#'GxAllocColorPlanesReply  H typeN3# pad1N3# sequenceNumberY3# lengthf3# nColorsY3# pad2Y3# pad3f3# pad4f3# pad5f3# pad6f3# pad7f3#GxQueryColorsReply  I typeN3# pad1N3# sequenceNumberY3# lengthf3# exactRedY3# exactGreenY3# exactBlueY3# screenRedY3# screenGreenY3# screenBlueY3# pad3f3# pad4f3# pad5f3#HxLookupColorReply  PJ typeN3# pad1N3# sequenceNumberY3# lengthf3# widthY3# heightY3# pad3f3# pad4f3# pad5f3# pad6f3# pad7f3#IxQueryBestSizeReply  @K typeN3# pad1N3# sequenceNumberY3# lengthf3# present}=# major_opcodes3# first_events3# first_errors3# pad3f3# pad4f3# pad5f3# pad6f3# pad7f3#jJxQueryExtensionReply  K typeN3# nExtensionss3# sequenceNumberY3# lengthf3# pad2f3# pad3f3# pad4f3# pad5f3# pad6f3# pad7f3#[KxListExtensionsReply  L typeN3# successs3# sequenceNumberY3# lengthf3# pad2f3# pad3f3# pad4f3# pad5f3# pad6f3# pad7f3#LxSetModifierMappingReply  nM typeN3# numKeyPerModifiers3# sequenceNumberY3# lengthf3# pad1f3# pad2f3# pad3f3# pad4f3# pad5f3# pad6f3#LxGetModifierMappingReply LxSetPointerMappingReply  NN typeN3# keySymsPerKeyCodes3# sequenceNumberY3# lengthf3# pad2f3# pad3f3# pad4f3# pad5f3# pad6f3# pad7f3#MxGetKeyboardMappingReply  O typeN3# nEltss3# sequenceNumberY3# lengthf3# pad2f3# pad3f3# pad4f3# pad5f3# pad6f3# pad7f3#mNxGetPointerMappingReply  O typeN3# pad1N3# sequenceNumberY3# lengthf3# accelNumeratorY3# accelDenominatorY3# thresholdY3# pad2Y3# pad3f3# pad4f3# pad5f3# pad6f3#"OxGetPointerControlReply  P typeN3# pad1N3# sequenceNumberY3# lengthf3# timeoutY3# intervalY3# preferBlanking}=# allowExposures}=# pad2Y3# pad3f3# pad4f3# pad5f3# pad6f3# PxGetScreenSaverReply  Q typeN3# enabled}=# sequenceNumberY3# lengthf3# nHostsY3# pad1Y3# pad3f3# pad4f3# pad5f3# pad6f3# pad7f3#PxListHostsReply  Q typeN3# detailN3# sequenceNumberY3#0KeyButMask  R pad00f3# timef3# rootf3# eventf3# childf3# rootXf7# rootYf7# eventXf7# eventYf7# stateQ# sameScreen}=# pad1N3# kS pad00f3# timef3# rootf3# eventf3# childf3# rootXf7# rootYf7# eventXf7# eventYf7# stateQ# modeN3# flagsN3# S pad00f3# windowf3# modeN3# pad1N3# pad2N3# pad3N3#  5T pad00f3# windowf3# xY3# yY3# widthY3# heightY3# countY3# pad2Y3# T pad00f3# drawablef3# xY3# yY3# widthY3# heightY3# minorEventY3# countY3# majorEventN3# pad1N3# pad2N3# pad3N3# BU pad00f3# drawablef3# minorEventY3# majorEventN3# bpadN3#  U pad00f3# windowf3# states3# pad1N3# pad2N3# pad3N3#  3V pad00f3# parentf3# windowf3# xf7# yf7# widthY3# heightY3# borderWidthY3# override}=# bpadN3# fV pad00f3# eventf3# windowf3# V pad00f3# eventf3# windowf3# fromConfigure}=# pad1N3# pad2N3# pad3N3# AW pad00f3# eventf3# windowf3# override}=# pad1N3# pad2N3# pad3N3# uW pad00f3# parentf3# windowf3# X pad00f3# eventf3# windowf3# parentf3# xf7# yf7# override}=# pad1N3# pad2N3# pad3N3# X pad00f3# eventf3# windowf3# aboveSiblingf3# xf7# yf7# widthY3# heightY3# borderWidthY3# override}=# bpadN3# VY pad00f3# parentf3# windowf3# siblingf3# xf7# yf7# widthY3# heightY3# borderWidthY3# valueMaskY3# pad1f3# Y pad00f3# eventf3# windowf3# xf7# yf7# pad1f3# pad2f3# pad3f3# pad4f3# Z pad00f3# windowf3# widthY3# heightY3#  Z pad00f3# eventf3# windowf3# parentf3# placeN3# pad1N3# pad2N3# pad3N3# Z pad00f3# windowf3# atomf3# timef3# stateN3# pad1N3# pad2Y3# 0[ pad00f3# timef3# windowf3# atomf3#  [ pad00f3# timef3# ownerf3# requestorf3# selectionf3# targetf3# propertyf3# \ pad00f3# timef3# requestorf3# selectionf3# targetf3# propertyf3# v\ pad00f3# windowf3# colormapf3# new}=# stateN3# pad1N3# pad2N3# \ pad00f3# requests3# firstKeyCodes3# counts3# pad1N3# ,] typef3# longs0@# longs1@# longs2@# longs3@# longs4@# ] typef3# shorts0f7# shorts1f7# shorts2f7# shorts3f7# shorts4f7# shorts5f7# shorts6f7# shorts7f7# shorts8f7# shorts9f7#signed char]INT8 ] ^ X /^ typef3# bytes]# U^ l\# s,]# b ^# ^ pad00f3# windowf3# u/^# ` uQ# keyButtonPointerR# enterLeaveR# focuskS# exposeS# graphicsExposure5T# noExposureT# visibilityBU# createNotifyU# destroyNotify3V# unmapNotifyfV# mapNotifyV# mapRequestAW# reparentuW# configureNotifyX# configureRequestX# gravityVY# resizeRequestY# circulateZ# propertyZ# selectionClearZ# selectionRequest0[# selectionNotify[# colormap \# mappingNotifyv\# clientMessageU^# _xEvent ` u^#`xEvent  c genericR7# geom48# tree8# atom9# atomNameb:# property";# listProperties;# selection<# grabPointerL=# grabKeyboardd=# pointerM># motionEvents># coords?# inputFocus|@# textExtentsA# fontsSB# fontPathC# imageC# colormaps}D# allocColorQE# allocNamedColorGF# colorCells G# colorPlanesG# colorsH# lookupColorI# bestSizePJ# extension@K# extensionsK# setModifierMappingL# getModifierMappingnM# setPointerMappingM# getKeyboardMappingNN# getPointerMappingO# pointerControlO# screenSaverP# hostsQ# errorB4# event`#`xReply cc*cc _XInternalAsync  d next6# handlerc# data#d* dd _XLockPtrsbd lock_displayd# unlock_displayd##dgd_XKeytransod_XDisplayAtomsd_XContextDBddd  e defaultCCCs# clientCmaps# perVisualIntensityMaps#_XIMFilter e3e*e3e_XInternalConnectionProcae _XConnectionInfoe fd# read_callback8e# call_data# watch_dataWe# next\e#e*WeeeXConnectionWatchProc f _XConnWatchInfo Wf fne# client_data# nextf#Wf_XkbInfoReccf_XtransConnInfovf_X11XCBPrivateffff Xfff X Display _FcCharSetfFcCharSetf_FcPatterngFcPatterng _XftFont g ascent# descent# height# max_advance_width# charset g# pattern,g#1gXftFont gJFT_UIntgg _XGlyphInfo 4h width0# height0# x## y## xOff## yOff## gXGlyphInfo4hJFcChar32 _XftFtFile0h nexth# ref# file# id# xsizeh# ysizeh# matrixUi# lock#( faceIj#,Yhsigned longhFT_F26Dot6hFT_Fixed FT_Matrix_Ui xxi# xyi# yxi# yyi# iFT_MatrixhFT_Long$FT_Stringsisigned intiFT_Intsigned shortiFT_ShorthFT_Pos FT_Bitmap_Size_/j heighti# widthi# sizei# x_ppemi# y_ppemi# iFT_Bitmap_Size/jzFT_FaceFT_Encoding_qlFT_ENCODING_NONEFT_ENCODING_MS_SYMBOLFT_ENCODING_UNICODEҹFT_ENCODING_SJISҩFT_ENCODING_GB2312FT_ENCODING_BIG5ΥFT_ENCODING_WANSUNG܅FT_ENCODING_JOHABнFT_ENCODING_MS_SJISҩFT_ENCODING_MS_GB2312FT_ENCODING_MS_BIG5ΥFT_ENCODING_MS_WANSUNG܅FT_ENCODING_MS_JOHABнFT_ENCODING_ADOBE_STANDARDžFT_ENCODING_ADOBE_EXPERTńFT_ENCODING_ADOBE_CUSTOMÄFT_ENCODING_ADOBE_LATIN_1FT_ENCODING_OLD_LATIN_2FT_ENCODING_APPLE_ROMANɋWjFT_Encoding0FT_UShort FT_CharMapRec_ l faceIj# encodingql# platform_idl# encoding_idl# llFT_CharMaplm& mmFT_Generic_Finalizer FT_Generic_km data&# finalizerm#8mFT_Generic FT_BBox_m xMini# yMini# xMaxi# yMaxi# |mFT_BBoxFT_LibraryRec_mmFT_LibrarysFT_GlyphSlot FT_Glyph_Metrics_ n widthi# heighti# horiBearingXi# horiBearingYi# horiAdvancei# vertBearingXi# vertBearingYi# vertAdvancei# nFT_Glyph_Metrics FT_Vector_n xi# yi#nFT_VectorFT_Glyph_Format_oFT_GLYPH_FORMAT_NONEFT_GLYPH_FORMAT_COMPOSITEڽFT_GLYPH_FORMAT_BITMAP襓FT_GLYPH_FORMAT_OUTLINEFT_GLYPH_FORMAT_PLOTTERޱ oFT_Glyph_FormatT FT_Bitmap_cp rows# width# pitch# buffero# num_grays## pixel_mode$# palette_mode$# palette&#oFT_Bitmapn# FT_Outline_p n_contours## n_points## pointssp# tags# contoursxp# flags#}pFT_OutlineFT_SubGlyphRec_qqFT_SubGlyphFT_Slot_InternalRec_*qAqFT_Slot_Internal FT_GlyphSlotRec_s librarym# faceIj# nextm# reservedg# generickm# metricsn# linearHoriAdvancei#8 linearVertAdvancei#< advancen#@ formato#H bitmapcp#L bitmap_lefti#d bitmap_topi#h outlinep#l num_subglyphsg# subglyphsq# control_data&# control_lenX# lsb_deltai# rsb_deltai# other&# internalFq#]q FT_Size_Metrics_s x_ppeml# y_ppeml# x_scalei# y_scalei# ascenderi# descenderi# heighti# max_advancei# sFT_Size_MetricsFT_Size_InternalRec_ssFT_Size_Internal FT_SizeRec_,Ct faceIj# generickm# metricss# internals#(sCtFT_SizeFT_DriverRec_VtftFT_DrivermuFT_Memory&t{tXttFT_Alloc_Funct{t&ttFT_Free_Func&u{tXX&tuFT_Realloc_Func FT_MemoryRec_mu user&# alloct# freet# realloc u# uFT_StreamDesc_u valueX# pointer&#ruFT_StreamDescvFT_Stream;uu;o;uuFT_Stream_IoFuncvuvvFT_Stream_CloseFunc FT_StreamRec_(v baseo# size;# pos;# descriptoru# pathnameu# readu# closev# memory{t# cursoro# limito#$3v0wFT_ListNode FT_ListNodeRec_ 0w prevv# nextv# data&#v FT_ListRec_cw headv# tailv#5wFT_ListRecFT_Face_InternalRec_twwFT_Face_Internal FT_FaceRec_z num_facesei# face_indexei# face_flagsei# style_flagsei# num_glyphsei# family_namei# style_namei# num_fixed_sizesi# available_sizesDj# num_charmapsi#$ charmapsm#( generickm#, bboxm#4 units_per_EMl#D ascenderi#F descenderi#H heighti#J max_advance_widthi#L max_advance_heighti#N underline_positioni#P underline_thicknessi#R glyphm#T sizeHt#X charmapl#\ driverkt#` memory{t#d streamu#h sizes_listcw#l autohintkm#t extensions&#| internalw#wYhXftFtFile zFcBool _XftFontInfoH4{ hashJh# filez# xsizeh# ysizeh# antialias"z# embolden"z# rgba# lcd_filter# matrixUi# transform"z#0 load_flagsi#4 render"z#8 spacing#< minspace"z#@ char_width#D/zXftFontInfo _XftGlyph{ metrics4h# bitmap&# glyph_memory;#F{XftGlyph{