# PaCkAgE DaTaStReAm xrdb 1 139 # end of header 07070100086807000081a40000000000000000000000014dc9dd7f000001160000010000010007ffffffffffffffff0000000d00000000xrdb/pkginfoPKG=xrdb NAME=xrdb 1.0.9 SPARC 64bit Solaris 10 VERSION=1.0.9 PSTAMP=11th May 2011 VENDOR=X.org EMAIL=http://cgit.freedesktop.org/xorg/app/xrdb/ DESC=X.org X server resource database utility ARCH=sparc CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 07070100086806000081a40000000000000000000000014dc9dd7f000001be0000010000010007ffffffffffffffff0000000c00000000xrdb/pkgmap: 1 139 1 d none /usr ? ? ? 1 d none /usr/local ? ? ? 1 d none /usr/local/bin 0755 root root 1 f none /usr/local/bin/xrdb 0755 root root 44000 62208 1305075057 1 d none /usr/local/share 0755 root root 1 d none /usr/local/share/man 0755 root root 1 d none /usr/local/share/man/man1 0755 root root 1 f none /usr/local/share/man/man1/xrdb.1 0644 root root 11400 19595 1305075057 1 i checkinstall 785 2565 1305075071 1 i pkginfo 278 21686 1305075071 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!07070100086807000081a40000000000000000000000014dc9dd7f000001160000010000010007ffffffffffffffff0000000800000000pkginfoPKG=xrdb NAME=xrdb 1.0.9 SPARC 64bit Solaris 10 VERSION=1.0.9 PSTAMP=11th May 2011 VENDOR=X.org EMAIL=http://cgit.freedesktop.org/xorg/app/xrdb/ DESC=X.org X server resource database utility ARCH=sparc CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 07070100086806000081a40000000000000000000000014dc9dd7f000001be0000010000010007ffffffffffffffff0000000700000000pkgmap: 1 139 1 d none /usr ? ? ? 1 d none /usr/local ? ? ? 1 d none /usr/local/bin 0755 root root 1 f none /usr/local/bin/xrdb 0755 root root 44000 62208 1305075057 1 d none /usr/local/share 0755 root root 1 d none /usr/local/share/man 0755 root root 1 d none /usr/local/share/man/man1 0755 root root 1 f none /usr/local/share/man/man1/xrdb.1 0644 root root 11400 19595 1305075057 1 i checkinstall 785 2565 1305075071 1 i pkginfo 278 21686 1305075071 07070100086811000041ed0000000000000000000000024dc9dd7f000000000000010000010007ffffffffffffffff0000000800000000install07070100086812000081ed0000000000000000000000014dc9dd7f000003110000010000010007ffffffffffffffff0000001500000000install/checkinstall#!/bin/sh # expected_bits="64" expected_release="5.10" expected_platform="sparc" # release=`uname -r` platform=`uname -p` bits=`isainfo -b` # if [ ${platform} != ${expected_platform} ]; then echo "\n\n\n\tThis package must be installed on a ${expected_platform} architecture\n" echo "\tAborting installation.\n\n\n" exit 1 fi if [ ${release} != ${expected_release} ]; then echo "\n\n\n\tThis package must be installed on a ${expected_release} machine\n" echo "\tAborting installation.\n\n\n" exit 1 fi if [ ${bits} != ${expected_bits} ]; then echo "\n\n\n\tThis package must be installed on a ${expected_bits} bit machine\n" echo "\tYour machine is running a ${bits} bit O.S. currently\n" echo "\tAborting installation.\n\n\n" exit 1 fi exit 0 07070100086808000041ed0000000000000000000000034dc9dd7f000000000000010000010007ffffffffffffffff0000000500000000root07070100086809000041ed0000000000000000000000034dc9dd7f000000000000010000010007ffffffffffffffff0000000900000000root/usr0707010008680a000041ed0000000000000000000000044dc9dd7f000000000000010000010007ffffffffffffffff0000000f00000000root/usr/local0707010008680d000041ed0000000000000000000000034dc9dd7f000000000000010000010007ffffffffffffffff0000001500000000root/usr/local/share0707010008680e000041ed0000000000000000000000034dc9dd7f000000000000010000010007ffffffffffffffff0000001900000000root/usr/local/share/man0707010008680f000041ed0000000000000000000000024dc9dd7f000000000000010000010007ffffffffffffffff0000001e00000000root/usr/local/share/man/man107070100086810000081a40000000000000000000000014dc9dd7100002c880000010000010007ffffffffffffffff0000002500000000root/usr/local/share/man/man1/xrdb.1.\" Copyright 1991, Digital Equipment Corporation. .\" Copyright 1991, 1994, 1998 The Open Group .\" .\" 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. .\" .\" The above copyright notice and this permission notice shall be included .\" in all copies or substantial portions of the Software. .\" .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS .\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. .\" IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR .\" OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, .\" ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR .\" OTHER DEALINGS IN THE SOFTWARE. .\" .\" Except as contained in this notice, the name of The Open Group shall .\" not be used in advertising or otherwise to promote the sale, use or .\" other dealings in this Software without prior written authorization .\" from The Open Group. .\" .TH XRDB 1 "xrdb 1.0.9" "X Version 11" .SH NAME xrdb - X server resource database utility .SH SYNOPSIS .B xrdb [-option ...] [\fIfilename\fP] .SH DESCRIPTION .I Xrdb is used to get or set the contents of the RESOURCE_MANAGER property on the root window of screen 0, or the SCREEN_RESOURCES property on the root window of any or all screens, or everything combined. You would normally run this program from your X startup file. .LP Most X clients use the RESOURCE_MANAGER and SCREEN_RESOURCES properties to get user preferences about color, fonts, and so on for applications. Having this information in the server (where it is available to all clients) instead of on disk, solves the problem in previous versions of X that required you to maintain \fIdefaults\fP files on every machine that you might use. It also allows for dynamic changing of defaults without editing files. .LP The RESOURCE_MANAGER property is used for resources that apply to all screens of the display. The SCREEN_RESOURCES property on each screen specifies additional (or overriding) resources to be used for that screen. (When there is only one screen, SCREEN_RESOURCES is normally not used, all resources are just placed in the RESOURCE_MANAGER property.) .LP The file specified by .I filename (or the contents from standard input if - or no filename is given) is optionally passed through the C preprocessor with the following symbols defined, based on the capabilities of the server being used: .TP 8 .B SERVERHOST=\fIhostname\fP the hostname portion of the display to which you are connected. .TP 8 .B SRVR_\fIname\fB the SERVERHOST hostname string turned into a legal identifier. For example, "my-dpy.lcs.mit.edu" becomes SRVR_my_dpy_lcs_mit_edu. .TP 8 .B HOST=\fIhostname\fP the same as .BR SERVERHOST . .TP 8 .B DISPLAY_NUM=\fInum\fP the number of the display on the server host. .TP 8 .B CLIENTHOST=\fIhostname\fP the name of the host on which .I xrdb is running. .TP 8 .B CLNT_\fIname\fB the CLIENTHOST hostname string turned into a legal identifier. For example, "expo.lcs.mit.edu" becomes CLNT_expo_lcs_mit_edu. .TP 8 .B RELEASE=\fInum\fP the vendor release number for the server. The interpretation of this number will vary depending on VENDOR. .TP 8 .B REVISION=\fInum\fP the X protocol minor version supported by this server (currently 0). .TP 8 .B VERSION=\fInum\fP the X protocol major version supported by this server (should always be 11). .TP 8 .B VENDOR="\fIvendor\fP" a string literal specifying the vendor of the server. .TP 8 .B VNDR_\fIname\fP the VENDOR name string turned into a legal identifier. For example, "MIT X Consortium" becomes VNDR_MIT_X_Consortium. .TP 8 .B EXT_\fIname\fP A symbol is defined for each protocol extension supported by the server. Each extension string name is turned into a legal identifier. For example, "X3D-PEX" becomes EXT_X3D_PEX. .TP 8 .B NUM_SCREENS=\fInum\fP the total number of screens. .TP 8 .B SCREEN_NUM=\fInum\fP the number of the current screen (from zero). .TP 8 .B BITS_PER_RGB=\fInum\fP the number of significant bits in an RGB color specification. This is the log base 2 of the number of distinct shades of each primary that the hardware can generate. Note that it usually is not related to PLANES. .TP 8 .B CLASS=\fIvisualclass\fP one of StaticGray, GrayScale, StaticColor, PseudoColor, TrueColor, DirectColor. This is the visual class of the root window. .TP 8 .B CLASS_\fIvisualclass\fP=\fIvisualid\fP the visual class of the root window in a form you can \fI#ifdef\fP on. The value is the numeric id of the visual. .TP 8 .B COLOR defined only if CLASS is one of StaticColor, PseudoColor, TrueColor, or DirectColor. .TP 8 .B CLASS_\fIvisualclass\fP_\fIdepth\fP=\fInum\fP A symbol is defined for each visual supported for the screen. The symbol includes the class of the visual and its depth; the value is the numeric id of the visual. (If more than one visual has the same class and depth, the numeric id of the first one reported by the server is used.) .TP 8 .B HEIGHT=\fInum\fP the height of the root window in pixels. .TP 8 .B WIDTH=\fInum\fP the width of the root window in pixels. .TP 8 .B PLANES=\fInum\fP the number of bit planes (the depth) of the root window. .TP 8 .B X_RESOLUTION=\fInum\fP the x resolution of the screen in pixels per meter. .TP 8 .B Y_RESOLUTION=\fInum\fP the y resolution of the screen in pixels per meter. .LP SRVR_\fIname\fP, CLNT_\fIname\fP, VNDR_\fIname\fP, and EXT_\fIname\fP identifiers are formed by changing all characters other than letters and digits into underscores (_). .LP Lines that begin with an exclamation mark (!) are ignored and may be used as comments. .LP Note that since .I xrdb can read from standard input, it can be used to the change the contents of properties directly from a terminal or from a shell script. .SH "OPTIONS" .PP .I xrdb program accepts the following options: .TP 8 .B \-help This option (or any unsupported option) will cause a brief description of the allowable options and parameters to be printed. .TP 8 .B \-display \fIdisplay\fP This option specifies the X server to be used; see \fIX(5)\fP. It also specifies the screen to use for the \fI-screen\fP option, and it specifies the screen from which preprocessor symbols are derived for the \fI-global\fP option. .TP 8 .B \-all This option indicates that operation should be performed on the screen-independent resource property (RESOURCE_MANAGER), as well as the screen-specific property (SCREEN_RESOURCES) on every screen of the display. For example, when used in conjunction with \fI-query\fP, the contents of all properties are output. For \fI-load\fP, \fI-override\fP and \fI-merge\fP, the input file is processed once for each screen. The resources which occur in common in the output for every screen are collected, and these are applied as the screen-independent resources. The remaining resources are applied for each individual per-screen property. This the default mode of operation. .TP 8 .B \-global This option indicates that the operation should only be performed on the screen-independent RESOURCE_MANAGER property. .TP 8 .B \-screen This option indicates that the operation should only be performed on the SCREEN_RESOURCES property of the default screen of the display. .TP 8 .B \-screens This option indicates that the operation should be performed on the SCREEN_RESOURCES property of each screen of the display. For \fI-load\fP, \fI-override\fP and \fI-merge\fP, the input file is processed for each screen. .TP 8 .B \-n This option indicates that changes to the specified properties (when used with \fI-load\fP, \fI-override\fP or \fI-merge\fP) or to the resource file (when used with \fI-edit\fP) should be shown on the standard output, but should not be performed. .TP 8 .B \-quiet This option indicates that warning about duplicate entries should not be displayed. .TP 8 .B -cpp \fIfilename\fP This option specifies the pathname of the C preprocessor program to be used. Although .I xrdb was designed to use CPP, any program that acts as a filter and accepts the -D, -I, and -U options may be used. .TP 8 .B -nocpp This option indicates that .I xrdb should not run the input file through a preprocessor before loading it into properties. .TP 8 .B \-symbols This option indicates that the symbols that are defined for the preprocessor should be printed onto the standard output. .TP 8 .B \-query This option indicates that the current contents of the specified properties should be printed onto the standard output. Note that since preprocessor commands in the input resource file are part of the input file, not part of the property, they won't appear in the output from this option. The .B \-edit option can be used to merge the contents of properties back into the input resource file without damaging preprocessor commands. .TP 8 .B \-load This option indicates that the input should be loaded as the new value of the specified properties, replacing whatever was there (i.e. the old contents are removed). This is the default action. .TP 8 .B \-override This option indicates that the input should be added to, instead of replacing, the current contents of the specified properties. New entries override previous entries. .TP 8 .B \-merge This option indicates that the input should be merged and lexicographically sorted with, instead of replacing, the current contents of the specified properties. .TP 8 .B \-remove This option indicates that the specified properties should be removed from the server. .TP 8 .B \-retain This option indicates that the server should be instructed not to reset if \fIxrdb\fP is the first client. This should never be necessary under normal conditions, since \fIxdm\fP and \fIxinit\fP always act as the first client. .TP 8 .B \-edit \fIfilename\fP This option indicates that the contents of the specified properties should be edited into the given file, replacing any values already listed there. This allows you to put changes that you have made to your defaults back into your resource file, preserving any comments or preprocessor lines. .TP 8 .B \-backup \fIstring\fP This option specifies a suffix to be appended to the filename used with .B \-edit to generate a backup file. .TP 8 .B \-D\fIname[=value]\fP This option is passed through to the preprocessor and is used to define symbols for use with conditionals such as .I #ifdef. .TP 8 .B \-U\fIname\fP This option is passed through to the preprocessor and is used to remove any definitions of this symbol. .TP 8 .B \-I\fIdirectory\fP This option is passed through to the preprocessor and is used to specify a directory to search for files that are referenced with .I #include. .SH FILES Generalizes \fI~/.Xdefaults\fP files. .SH "SEE ALSO" X(5), appres(1), listres(1), Xlib Resource Manager documentation, Xt resource documentation .SH ENVIRONMENT .TP 8 .B DISPLAY to figure out which display to use. .SH BUGS .PP The default for no arguments should be to query, not to overwrite, so that it is consistent with other programs. .SH AUTHORS Bob Scheifler, Phil Karlton, rewritten from the original by Jim Gettys 0707010008680b000041ed0000000000000000000000024dc9dd7f000000000000010000010007ffffffffffffffff0000001300000000root/usr/local/bin0707010008680c000081ed0000000000000000000000014dc9dd710000abe00000010000010007ffffffffffffffff0000001800000000root/usr/local/bin/xrdbELF+@@8@@@Xf0f0f0f0Prr/usr/lib/sparcv9/ld.so.1ST !$&(+,-01245679;=>?AEFGIJKLOPRS  "#%')*./38:<@BCDHMNQ!s n@nr!j& \`,4p D jIq Oo`Vsem@xp plt k pklt m l`n lo lmj 9o@nHk`Pf0fq`nl@tmknj f0q"qo@otn ql \P"*m`9oImOUs]qfjmqtp`o l p@ \p :oq@pkks:n`pk@nkmm_environfopenstrcat_DYNAMIC_exit_fini__ctypeXChangeProperty_endpopenunlink__environ_lockXFreeExtensionListXGrabServer__xargcXDisplayName__xpg4mallocrenamestrcmpXmuGetHostname__xpg6_startXListExtensionsvsnprintfaccessstrchrXSetCloseDownModesscanfstrncmp__1cG__CrunMdo_exit_code6F_v_fclosemkstemprealloc_GLOBAL_OFFSET_TABLE_putcharfread__fsr_init_valuefgetsstrlenfdopen_PROCEDURE_LINKAGE_TABLE__etextvfprintf_get_exit_frame_monitorXResourceManagerStringqsort_edataXOpenDisplayfreopenstrrchr_init__xargvXGetVisualInfoXMaxRequestSizeXFree__iob___Argv___errnoatexitperrorXScreenResourceStringfeofXUngrabServer_lib_versionmainXCloseDisplaypcloseXInternAtomstrncpystrdupXDeletePropertyfreefputsstrcpyfwritelibc.so.1SUNW_1.1SUNWprivate_1.1libXmuu.so.1libX11.so.6libintl.so.8/usr/local/lib:/lib/64:/usr/lib/64:/lib:/usr/lib =' Nqii<t" j?jj j!kKk k@Ok`%kJkkQk+ll Cl@(l`llll6mRm m@m`9m;m*mSm nn n@n`Mn4n$n,nPo#o Bo@1o` ooGo2o:pp p@Dp`ApIpNppq5q q@Hq`'q>q@q/q0 [`+p !@ "a`+p !@ r``+p @ rc, @`+p ' \Ȁ t+``+p ) -`-# `?-# =--%# ##0@`+p  @ ``*p  Z# `*p  Z @@Q@@@ wwwwww_!@ٖ@@`HH,?<`!h@Ԑ_Ht `@֑< _t`\`h\` < _@@ H_@\ _t _\ hH?>@w' _$ $  #@_t 0ww'_D G@DH_\`D`, @< _tD, $D G@DO_\`D` _@G_ DG@$@w!_$ $  "@V_t @w _D H_\ ? ,p,pD`H @=\`_\ ? ,p,p@4\  _D O_@+\  A@cdwww _D HZ_\ ? ,p,p\_@ \ HG_\ ? ,p,pD H`]D Hc]!``]`h]\ _\`D`@_\ ? ,p,p@\_\ ? ,p,p@\  _% _\ ? ,p,p] t`] t`] t` _D O_D DH\,`< ,p,p@_t  D`, $` _%`_ wD$] --]`t`]`t`]`t`0ww_\ _@\ '< < 0A@`www__\ @@: Œ@_`x] __\ @~@: @_`] 0w/w_瀢h" _J`HH%`\H wJ HHHO@HH_J H _瀢@hB` "`_ OwA@bwww' '_\`@h\`D` h@ wG 'h_\`D` wߦ@L`!H` HG뀤H`#H`]@ H `]@@ HG$ 'HH@M@H` H H <`c]  @ OMH HH@ :Th_߀hG뀤H`]D Hc]!`]`h]\ @GHeO` H H `O` O O@%@< H$ < L H H' @@H $`< O@ O O @9< ? @M@ ? -w`M` H H `M` O O_ߠ$@<  @< ? @/@ ? -wG뀠 @?,@G @''__ߺ GG@'_\`D` @ o0ww_@hL`H w@@'_ 0A@bLwww_$ @_H_ $@: H_!@_H _ $@: O_`]  0A@a\wwww_D` H`]D H `]@n@H`]@g@H`]@`@_@__瀤hL H _`]@O_@_@ww__0A@cwwww_瀤hL H___`]@_@g__`]@ __ A@c,www'`]G @I__aׁ0A@bwwww`]__"@(_ A@b,wwww_!@ /޸O /p8<08H,/p8<8<c]  @ Hc]  @ H_H .H :H-H _/  O /p8<08O__߁0A@`www_D` H`]D H `]@S@H`]@L@H`]@E@_@_ A@`ww `X]D H.>,0a]\@@L DH@ =@@h  ,`_`` =H._ʒ`H_`X]D O@''GHH G**@* @* @*@*@:  .  2:  d.; ?`A@bLwwww@&!@+_@!@ /@) : 'Ӏh瀤h$L :H 瀤hL :H :- -`]@ΐO瀤Ha]@H a]@H@_a]_a ]_a(]_a0]]G_a8]_a@]q_aH]_JD _aP]_CD _aX]_\ _a`]_U\ _ah]_.D t_ap]_'D _@ӪGӠ$  H'_ax]Gӡ,06]@GӠ$  O'@@㾐A@ c4wGw'w_Z G,pw\ @' @w_a]G_a]_D _a]_D _a]_D`D` ͒_a]_D`D`$_a]_\ G,0@D 8_a]E`0_a]E`,0a]q\@Qa]E`,0a]\@ 2@_Q]`< H _a]EHE`$  H , < #cX_GD GH?%H_=,0E ? ,0DHE DH%OHQa]_? ,0@D,0a]\@D 2@_Q_? ,0@\ <<  GO@_ww 'ww 'Ӡ 'Ϡwǐ_! GӀ HH, _D H%_\ ? ,p,p@D`H\`@"_H %]@_HH H  _D OA@ bwwww-_hJ ' /א_@m$h?פ@ ו: @._G$ < @wL`'$`wG H 'G〤 HL` \HHO_yעwπ@h _a]\`@ \`H_G_ @9_o _D H_\ =`,p,pwD`H _a]\`@ \``_D @O@A@ `wc]!a]`h]\ `0]`H]@ u@ + 0ww'_@ Y_HH @ b_: @ __: '߀HG뀤HH  __@ Е< HH  =0A@ cDwww_D @ 4_ _E  h$] h %p< @ _Ht %p@ < _t _\ h a]`h]@ \ _ D`$0$`_D` H\`@ _H\`@ F__D @ __$` 0ww_L H8h4H  _/`H#`_L /`H`_L 'H  "O $OO \H 'OOO `OO_ wL H@ o /`_i0A@ `www_L H1h-_L <c]  @ Hc]  @ H _H _/`H`_L /``_ wL H@ o /`_A@ c|w'ww߬  'w_\ `h]t` c]$`  c]$` c]$`  c]$`c]a]`(]\ h& 'Ǡ 'GǀHGã,0`8]\@@   H Gã,0`8]\@`(]Ht`Gà GǀO'ú  GH_?`,0\@w_L` -HL` H`]Ht b]@g H<Htb]_Z H`G@H*_?`,0\@Hkwb]_D H `G@HHYb]_2 H`G@H_?`,0\@`(]H@t`b ]@ x_H `P]H2$`b(]_  H`(]H$t b0]_ H `]H$`b8]_ H `]H$`b@]_ߔ H `]H$`bH]_Д H `]H$`bP]_ H `]H$`bX]_ H `]H$`b`]_ H`G@Hs `]$`_?`,0\@` ]Ht`bh]_ H`G@HU_?`,0\@`@]Ht`bp]_l HH bx]_a HH} b]_V HHr b]@ _HHh b]_A H H\'b]_5 H `]HM$`_L  IHc]b]Oc]_H9 UH DH&`X]D "H`X]D 'G `X]$`_G,0a]H t@b]`h]@T\ HH _L =H`]t``G@O^b]@ ݒ  H b]@ Ԓ  O@ ֐@@ _wc]t _hb]`h]\ @ Z_ߔ@@H c]\ D 䀤 H `]\ hb`]D H`]D H `]D HM H HFc]b]@ /c]@ 'c]`]t`Gb]@ wπhb]`h]\ `]@\ c]@ .$hˠ_@ vc]@ $o@ s_c]\ c]_c]D c ]$``]D H`]D H`P]D H `]D H H'Ǡ 'Gc(]`H c]\ D  @ H=`H c]\ D  @ H0`H`]D H~`]D Hw`]D HpH`]D HHb]@   @ H`]@  c]\ D 䀠HGH`]D H b]@ ڒ@H b]@ Ӓ@b]@ Β@@ @ H`]D Hb]@ `c]\ D 䀤H`]@ `c]\ D 䀧@OHc]\ D @,0w c]\ D 䀠H@ @C c0]_?`,0] t`] t``c]\ D 䀧@Oc0]`]D H `]D H c0]c]@ f\ m@c0]_c]\ @UD 䀧Hb]@ I @ H`]@ > c]\ D 䀠H=_@= ,0c0]\t`\t`H b]@ !b]@ @@@ Hb]@ `c]\ D 䀤H`]@ `c]\ D 䀧@O_πh`]@ \ G׀Hc]\ @ c]@ \ @  ' < 0A@bTwww_$ _D` H+`]D H \`<`p] @ _D H_\ ? ,p,pD`H_:@ _D OA@aTwwwwc(]D  c(]\ @_*0$ < 'Ӏ@H@_ ___GӖ  s@sGӸ%@@O___  s=`@sH@_0A@`4w''' c]\ c ]D ,@c ]D c]$`  c(]$` c0]c]\ Gc]c]GH!c]\ \ G,0@[@c]\ \ G,0@\ wc]\ c8]@O Hc]@\ c]\ \ \ wߪ `]D H c@]c]@\ H`]D H @hcH]@ƒH`]D H@h c]\ _@@H`]D H` ]\ cP]@ [cX]` ]\  d@@s['b]@uh c`]`h]\ @[c0]@c0]h@g@e`]` ]\ `@]\  d@`P]D H0[cP]@h! $@: H'Gc] @ @ $@{: O'@%@;[H` ]\ @[` ]@\ Hch]`h]\ [` ]@3\ H`]D H `]D Hc0] @`]\ h`]\ cP]c]@]hcp]`h]\ `]@\ `(]\ hG`]\ h`]\ Hwc]wcx]`(]\ c]\ c]\ _?H c]`h]@\ _cP]@h c]`h]\ @_@_Hc]c(]`(]\ h@c0]c(]u GHTc(]c0]`P]D H*c(]D H!c(]\ c(]D c]  @c(]\ c(]D $ < L@ H@Ȑ Hc(]D HGH c]\ _@H c]\ _@{@GHc0]GH @h@ww'G@,0w_ \t`\t` 'GˀH{_Gۥ,p,p\w_\ w  G뀤H?_?`,0@\t`\t` GH(_=,p,pD`H_@\`H__=,p,p@\ H_ߡ?`,0H$@GOGH`G뀧@OG뀧@H#__Gۥ,p,pyG_$` G뀠H_?`,p\_ߡ,pD,p,p$ `G뀧@OG۠ GˀO'@v_߁0A@`w''c(]c0]GHc]\ \ G,0@\ c]\ c8]@ H c]\ \ \  `P]D H*c(]D H!c(]\ c(]D c]  @c(]\ c(]D $ < L@ H@ Hc(]D HGH c]\ b@H c]\ @K@c0]0wwwwwA@b`ww@fB H`h]@e\ wc]!@e_@ PP%s: "%s" on line %d overrides entry on line %d : # %d# line %d%s: colon missing on line %d, ignoring line -D -D-D==""%d%s%s -U -U-UunixlocalhostHOSTSERVERHOSTSRVR_DISPLAY_NUMCLIENTHOSTCLNT_VERSIONREVISIONVENDORVNDR_RELEASENUM_SCREENSEXT_SCREEN_NUMWIDTHHEIGHTX_RESOLUTIONY_RESOLUTIONPLANESBITS_PER_RGBCLASSCLASS_%sCOLORCLASS_%s_%d%s: %s usage: %s [-options ...] [filename] where options include: -display host:dpy display to use -all do all resources [default] -global do screen-independent resources -screen do screen-specific resources for one screen -screens do screen-specific resources for all screens -n show but don't do changes -cpp filename preprocessor to use [%s] -nocpp do not use a preprocessor -query query resources -load load resources from file [default] -override add in resources from file -merge merge resources from file & sort -edit filename edit resources into file -backup string backup suffix for -edit [%s] -symbols show preprocessor symbols -remove remove resources -retain avoid server reset (avoid using this) -quiet don't warn about duplicates -Dname[=value], -Uname, -Idirectory passed to preprocessor A - or no input filename represents stdin. /usr/lib/cpp.bak%s: Not enough memory -help-display-geometry-cpp-n-nocpp-query-load-merge-override-symbols-remove-edit-backup-all-global-screen-screens-retain-quiet %s: Too many -U/-D arguments /dev/null%s: Can't open display '%s' /tmp/xrdb_XXXXXXw%s: Failed to open temp file: %s ! screen-independent resources # screen %d symbols ! screen %d resources #if SCREEN_NUM == %d #endif SCREEN_RESOURCES%s %sr%sXXXXXX%s: can't open temporary file '%s' %s: can't rename file '%s' to '%s' %s: can't open file '%s' %s -P%s %s %s%s: Out of memory %s: cannot run '%s' StaticGrayGrayScaleStaticColorPseudoColorTrueColorDirectColorrttXtthtPbtxtpbt`t\xt(\\\\\]]]] ](]0]8]@]H]P]X]`t]h]p]]]]]]]]]]]]^t ^^ ^(^0^@^P^X^h^p^^^^bbcccc(c0c8c@cHcPcXchcxcccccccccccdd d8d@dhdddddddeeee@eheeee0o0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0ow`0oo0og0o_0oW0oO0oG 0o?@0o7`0o/0o'0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0ow`0oo0og0o_0oW0oO0oG 0o?@0o7`0o/0o'0o0o0o+8D \P \`QQx  oEoo oojqeeefff bbXx    \P \` \p \xf0jrstxt%+ s1tDsR^ \pm{tt^ \p{txt^ \pttXtthtP btxtp bt`t P pD' 6 @B N \x8St_ Dh (@w \| \  @ \ \ \0 0 #h\ ] # ] ] ]  ]( $ 64 9x 88$# %,0 ]06 ]8< &0D ]@J 'dQ ]HW 'da ($p ]Pv ]X| ]` )@t * +  ]h ]p ] ] ] ] ] ] ] ] ] ] ] ] ^ +t 0 ^ ^ % ^(+ ^01 ^@7 ^P= ^XC ^hI ^pO ^U ^[ .Lk 2pu ^{ 3 ^( 5| 6( b [ b c c c c( c0 c8 c@ cH cP cX ch cx c c c  c c c c$ c* c0 c 6 c< d B d H d8N d@(T dh Z d` df dl d r{  M  W0P Y K L d d d e e e( e@( eh  e  e e e4!s=n@BnIrSjX \`^fp vRj{q o`sm@p<plt k pklt m l`n %l,o>lEmjM kornzk`f0q`l@mknj f0q"q o@$o*t1n>qFlN \PT\m`ko{msqjqp`o l p@ \p :oq@pk k3sln`p!k@&nk,m3mxrdbcrti.scrt1.s__get_exit_frame_monitor_ptr__do_exit_code_ptr__crt_scratchvalues-Xa.cDrodata.rodatavalues-xpg6.cBbss.bssDdata.dataxrdb.cDpicdata.picdataquietfilenameopereditFilecpp_program.L11cpp_locationsbackup_suffix.L12dont_executenum_cmd_definesasprintfInitBufferAppendToBufferInitEntriesFreeEntries.L81ProgramNameAddEntryCompareEntries.L97.L98AppendEntryToBufferFindFirst.L145.L147.L169GetEntriesGetEntriesString.L224ReadFile.L235.L237.L239.L243AddDefaddstringaddtokstringaddescapedstringAddSimpleDef.L259.L260AddDefQ.L268AddNum.L275AddDefTokAddDefHostname.L304.L306.L308AddUndefDoCmdDefinesResolution.L351.L353.L355.L356.L357.L358.L359.L360.L361.L362.L363.L364.L365.L366.L371DoDisplayDefinesClassNames.L385.L386.L387.L388.L389.L390.L391.L392.L393.L400.L416DoScreenDefinesFindEntry.L460EditFile.L476Syntaxisabbreviation.L504fatal.L556.L575.L579.L584.L589.L594.L597.L600.L603.L606.L609.L612.L615.L618.L623.L628.L631.L634.L637.L640.L643.L647.L655.L663.L668.L681.L682.L685.L715.L726.L728.L729.L734includesdpytmpnamedefines_basebuffernewDBReProcessShuffleEntriesFormatEntriesStoreProperty.L806.L810.L816.L825.L826.L829.L844.L854.L858.L862.L864.L867crtn.s_END__START__environfopenstrcat_DYNAMIC_exit_fini__ctypeXChangeProperty_endpopenunlink__environ_lockXFreeExtensionListXGrabServer__xargcXDisplayName__xpg4mallocrenamestrcmpXmuGetHostname__xpg6_startXListExtensionsvsnprintfaccessstrchrXSetCloseDownModesscanfstrncmp__1cG__CrunMdo_exit_code6F_v_fclosemkstemprealloc_GLOBAL_OFFSET_TABLE_putcharfread__fsr_init_valuefgetsstrlenfdopen_PROCEDURE_LINKAGE_TABLE__etextvfprintf_get_exit_frame_monitorXResourceManagerStringqsort_edataXOpenDisplayfreopenstrrchr_init__xargvXGetVisualInfoXMaxRequestSizeXFree__iob___Argv___errnoatexitperrorXScreenResourceStringfeofXUngrabServer_lib_versionmainXCloseDisplaypcloseXInternAtomstrncpystrdupXDeletePropertyfreefputsstrcpyfwriteanotate anotate ( ,\` st"\`#\`$\`anotate8 0 L<(L8(@(#)SunOS 5.10 Generic January 2005@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)stat.h 1.12 10/01/15 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.44 10/01/04 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)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@(#)wait.h 1.23 04/06/03 SMI@(#)resource.h 1.37 07/02/07 SMI@(#)siginfo.h 1.59 04/07/15 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.25 04/07/16 SMI@(#)signal.h 1.66 04/09/28 SMI@(#)signal_iso.h 1.6 03/05/02 SMI@(#)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@(#)netdb.h 1.30 03/12/04 SMI@(#)in.h 1.55 09/05/27 SMI@(#)socket_impl.h 1.1 05/08/02 SMI@(#)un.h 1.11 02/10/02 SMI@(#)if_dl.h 1.10 03/05/21 SMI@(#)stream.h 1.115 08/07/22 SMI@(#)vnode.h 1.135 10/01/15 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.25 03/09/02 SMI@(#)param.h 1.83 10/01/29 SMI@(#)mutex.h 1.22 08/05/05 SMI@(#)rwlock.h 1.10 08/05/05 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.14 04/10/21 SMI@(#)rwstlock.h 1.4 04/11/09 SMI@(#)ksynch.h 1.6 97/10/22 SMI@(#)cred.h 1.27 06/05/03 SMI@(#)uio.h 1.34 09/06/15 SMI@(#)seg_enum.h 1.9 09/07/02 SMI@(#)kstat.h 1.22 07/02/02 SMI@(#)kmem.h 1.40 10/05/19 SMI@(#)vmem.h 1.13 10/01/06 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.24 04/09/28 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)socket.h 1.78 08/01/18 SMI@(#)netconfig.h 1.24 04/02/27 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11ld: Software Generation Utilities - Solaris Link Editors: 5.10-1.500axrdb.c /var/tmp/xrdb-1.0.9 /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -v -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -I/usr/local/include -L/usr/local/lib -DHAVE_UCRED_H -c xrdb.cXa;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;backend;raw;cd;DBG_GEN 5.3.08. /var/tmp/xrdb-1.0.9xrdb.c DD%.interp.hash.dynsym.dynstr.SUNW_version.rela.got.rela.data.rela.plt.text.init.fini.rodata.rodata1.dynamic.picdata.bss.symtab.strtab.annotate.comment.debug_info.debug_line.debug_abbrev.shstrtabXX xx   " o0-B07BBBLF R\P\PX\`\`^\p\pf\x\x 2f0f0Gjj orr<ssxtxtxttt@ :o@@ 9mD 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!