# PaCkAgE DaTaStReAm appres 1 70 # end of header 0707010002f280000081a40000000000000000000000014cbe975f00000116000000b500010002ffffffffffffffff0000000f00000000appres/pkginfoPKG=appres NAME=appres 1.0.2 i86pc Solaris 10 VERSION=1.0.2 PSTAMP=20th October 2010 VENDOR=X.org EMAIL=http://cgit.freedesktop.org/xorg/app/appres/ DESC=X.org X application resource database ARCH=i386 CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 0707010002f27f000081a40000000000000000000000014cbe975f00000218000000b500010002ffffffffffffffff0000000e00000000appres/pkgmap: 1 70 1 d none /usr ? ? ? 1 d none /usr/local ? ? ? 1 d none /usr/local/bin 0755 root root 1 f none /usr/local/bin/appres 0755 root root 14848 40736 1287558883 1 d none /usr/local/lib 0755 root root 1 d none /usr/local/lib/pkgconfig 0755 root root 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/appres.1 0644 root root 3032 54076 1287558883 1 i checkinstall 790 2504 1287559007 1 i pkginfo 278 21761 1287559007 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!0707010002f280000081a40000000000000000000000014cbe975f00000116000000b500010002ffffffffffffffff0000000800000000pkginfoPKG=appres NAME=appres 1.0.2 i86pc Solaris 10 VERSION=1.0.2 PSTAMP=20th October 2010 VENDOR=X.org EMAIL=http://cgit.freedesktop.org/xorg/app/appres/ DESC=X.org X application resource database ARCH=i386 CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 0707010002f27f000081a40000000000000000000000014cbe975f00000218000000b500010002ffffffffffffffff0000000700000000pkgmap: 1 70 1 d none /usr ? ? ? 1 d none /usr/local ? ? ? 1 d none /usr/local/bin 0755 root root 1 f none /usr/local/bin/appres 0755 root root 14848 40736 1287558883 1 d none /usr/local/lib 0755 root root 1 d none /usr/local/lib/pkgconfig 0755 root root 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/appres.1 0644 root root 3032 54076 1287558883 1 i checkinstall 790 2504 1287559007 1 i pkginfo 278 21761 1287559007 0707010002f3b4000041ed0000000000000000000000024cbe975f00000000000000b500010002ffffffffffffffff0000000800000000install0707010002f3b5000081ed0000000000000000000000014cbe975f00000316000000b500010002ffffffffffffffff0000001500000000install/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 0707010002f281000041ed0000000000000000000000034cbe975f00000000000000b500010002ffffffffffffffff0000000500000000root0707010002f390000041ed0000000000000000000000034cbe975f00000000000000b500010002ffffffffffffffff0000000900000000root/usr0707010002f391000041ed0000000000000000000000044cbe975f00000000000000b500010002ffffffffffffffff0000000f00000000root/usr/local0707010002f396000041ed0000000000000000000000034cbe975f00000000000000b500010002ffffffffffffffff0000001500000000root/usr/local/share0707010002f398000041ed0000000000000000000000034cbe975f00000000000000b500010002ffffffffffffffff0000001900000000root/usr/local/share/man0707010002f39d000041ed0000000000000000000000024cbe975f00000000000000b500010002ffffffffffffffff0000001e00000000root/usr/local/share/man/man10707010002f39e000081a40000000000000000000000014cbe96e300000bd8000000b500010002ffffffffffffffff0000002700000000root/usr/local/share/man/man1/appres.1.\" $Xorg: appres.man,v 1.4 2001/02/09 02:05:27 xorgcvs Exp $ .\" Copyright 1993, 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. .\" .\" $XFree86: xc/programs/appres/appres.man,v 1.8 2001/12/14 20:00:38 dawes Exp $ .\" .TH APPRES 1 "appres 1.0.2" "X Version 11" .SH NAME appres \- list X application resource database .SH SYNOPSIS .B "appres" [class [instance]] [\-1] [toolkitoptions] .SH DESCRIPTION .PP The \fIappres\fP program prints the resources seen by an application (or subhierarchy of an application) with the specified \fIclass\fP and \fIinstance\fP names. It can be used to determine which resources a particular program will load. For example, .sp 1 .in +.5i .nf % appres XTerm .fi .in -.5i .sp 1 will list the resources that any \fIxterm\fP program will load. If no application class is specified, the class \fI-AppResTest-\fP is used. .PP To match a particular instance name, specify an instance name explicitly after the class name, or use the normal Xt toolkit option. For example, .sp 1 .in +.5i .nf % appres XTerm myxterm .fi .in -.5i or .in +.5i .nf % appres XTerm \-name myxterm .fi .in -.5i .PP To list resources that match a subhierarchy of an application, specify hierarchical class and instance names. The number of class and instance components must be equal, and the instance name should not be specified with a toolkit option. For example, .sp 1 .in +.5i .nf % appres Xman.TopLevelShell.Form xman.topBox.form .fi .in -.5i .sp 1 will list the resources of widgets of \fIxman\fP topBox hierarchy. To list just the resources matching a specific level in the hierarchy, use the \-1 option. For example, .sp 1 .in +.5i .nf % appres XTerm.VT100 xterm.vt100 \-1 .fi .in -.5i .sp 1 will list the resources matching the \fIxterm\fP vt100 widget. .SH "SEE ALSO" .PP X(5), xrdb(1), listres(1) .SH AUTHOR Jim Fulton, MIT X Consortium 0707010002f392000041ed0000000000000000000000024cbe975f00000000000000b500010002ffffffffffffffff0000001300000000root/usr/local/bin0707010002f394000081ed0000000000000000000000014cbe96e300003a00000000b500010002ffffffffffffffff0000001a00000000root/usr/local/bin/appresELF 444 ("!44od/usr/lib/ld.so.1+,  "#')+ !$%&(*  P! "3 HOW q<xD@ H  p  !P . 4 <LX "p {@  ` P {  P 0  main__iob_exit_environ_etext__fsr_init_valueXrmEnumerateDatabaseatexitfprintf_PROCEDURE_LINKAGE_TABLE___xpg4_edata__xpg6_init.XAKgoyLjbpvMU0N.ProgramName_GLOBAL_OFFSET_TABLE__startXrmPermStringToQuarkXrmStringToQuark_fini__longdouble_usedXrmQuarkToStringXtDisplay__environ_lockfputs___Argv.XAKgoyLjbpvMU0N.XrmQString_get_exit_frame_monitorXtDatabase_lib_versionstrcmpputcXtGetApplicationNameAndClass_DYNAMIC__fsrXrmStringToQuarkList_endXtAppInitialize__fpstart__1cG__CrunMdo_exit_code6F_v_libc.so.1SYSVABI_1.3SUNWprivate_1.1libXt.so.6libX11.so.6libSM.so.6libICE.so.6/usr/local/lib:/lib:/usr/lib7qN (+P&*( !%) "5%%h%h%h%h%h %h(%h0%h8p%h@`%hHP%hP@%hX0%h` %hh%hp%hx%h%hjjRthtt PEu TRU  RPrHPjjURQt`|$у D$td$у`tƒ 3fd$f T$tfd$f L$l$YZ]UHPhhp hhph(hpjjÐUEE @E@uhdEPEthhEPnEE j@PfЋEPRgEEE EE E E @yÐU$EEE@;LtEPj!EPEPE P E@EE@EE@;Lu$EPhlEtEHE%Ej@PPhpEPp Et&E@ t E@ uEPj\rEEEHEEEEE@EE@EE u2EtEPhxEPhvE\uEPhYE } E uE|*E=}EPhEPv UEPREEEHEEE܋E܃ EPj eEEÐUDEEDžE @HE~8E @@-t)E @EE~E @@-t E @EPEPXPEPDžXt@Xuዅt$uu jXPЋE PjPjjjjE PEPjjREP!(EEEDž;EE hPu DžZE @-uN=EuE E$EuE E@;E_Eu5jEP`ЍEPEPR] jEP_XjhZLjEPjPLh`h PPXPR2EEUWVS[![^_UWVS[[^_usage: %s [class [instance]] [-1] [toolkitoptions] -1 list resources only at the specified level The number of class and instance elements must be equal. *.: =%s: \n\ \n\\\%03o-AppResTest--1String  & 6 F V f v     8COZ  ff< | oRooo`o |<     DH !:MS ^juH~ M   uHj~  P! &-5 O<VD]@d jH   p  !P    L6 "N Yf@ m r` P {  P0  apprescrti.scrt1.ocrt1.s__get_exit_frame_monitor_ptr__do_exit_code_ptrfsr.strap_tablevalues-Xa.cDdata.dataBbss.bssDrodata.rodatavalues-xpg6.cappres.cusagePrintBindingQuarkListDumpEntrycrtn.s_END__START_main__iob_exit_environ_etext__fsr_init_valueXrmEnumerateDatabaseatexitfprintf_PROCEDURE_LINKAGE_TABLE___xpg4_edata__xpg6_init.XAKgoyLjbpvMU0N.ProgramName_GLOBAL_OFFSET_TABLE__startXrmPermStringToQuarkXrmStringToQuark_fini__longdouble_usedXrmQuarkToStringXtDisplay__environ_lockfputs___Argv.XAKgoyLjbpvMU0N.XrmQString_get_exit_frame_monitorXtDatabase_lib_versionstrcmpputcXtGetApplicationNameAndClass_DYNAMIC__fsrXrmStringToQuarkList_endXtAppInitialize__fpstart__1cG__CrunMdo_exit_code6F_v_anotate anotate0 ,(  Y anotate O @(#)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.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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_i386 Patch 142363-02 2009/09/21as: Sun Compiler Common 12.1 SunOS_i386 Patch 141858-03 2009/09/21ld: Software Generation Utilities - Solaris Link Editors: 5.10-1.497 appres.c /var/tmp/appres-1.0.2 /opt/sunstudio12.1/prod/bin/cc -xc99=all -DHAVE_CONFIG_H -I. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -g -c appres.c -W0,-xp.XAKgoyLjbpvMU0N.Xa;g;R=Sun C 5.10 SunOS_i386 Patch 142363-02 2009/09/21;G=.XAKgoyLjbpvMU0N.;backend;raw;cd;DBG_GEN 5.2.7usage,  UPrintBindingQuarkList<  Ubindings9$quarks: @stream;firstNameSeen=XrmBindTightlyXrmBindLoosely XrmBindingList int XrmQuarkList unsigned char7 unsigned __FILE5 _cnt# _ptrH# _baseH# _flag7# _file7# __orientationM#  __ionolockM#   __seekableM#   __extendedfdM#   __xf_nocheckM#   __fillerM#  YFILE5DumpEntryT  U;dbNbindingsO $quarksPXtypeQvalueRjdataSstream@UiMVseWc]X_XrmHashBucketRec $XrmDatabase) XrmRepresentation@ char] eXPointer sizeM# addrj#y XrmValuePtrmain} }Uargc|argv| toplevel~inameecnameextcontextnamesclassesimodee_WidgetRec Widget_XtAppStruct XtAppContext XrmName longd XrmClass0d XrmQuarkXrmQString0(LProgramNamee&HexitYputc]fputs]fprintf_XDisplayXtGetApplicationNameAndClassVXtDatabase)yV]~'XrmoptionNoArgXrmoptionIsArgXrmoptionStickyArgXrmoptionSepArgXrmoptionResArgXrmoptionSkipArgXrmoptionSkipLineXrmoptionSkipNArgs XrmOptionKind optione# specifiere# argKind'# valuej# ;e eString XtArgVal name# value#XtAppInitialize yMM Display% XtDisplay3 U  ]U ]_ strcmp Z d $  e XrmEnumerateDatabase $ e] XrmStringToQuarkList0   eXrmStringXrmQuarkToString0 d ]d XrmPermStringToQuark0 i ] XrmStringToQuark0   __posix_ctime_re  e tm$ tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst#    e__posix_asctime_re  r /var/tmp/appres-1.0.2/usr/local/include/X11/usr/include/usr/include/isoappres.cXresource.hstdio_impl.hstdio_iso.hXlib.hIntrinsic.htime_iso.h  .         & ><  G  \  d  u  |   y               ,  =  E  P s                    (  T  p   s              ' 0C V     # < [ h }      v   .q x  DD%. : ; @ ' D . : ; @ ' D I: ;  4I : ;   : ( I I: $>  :  I8 I8 . : ; @ ' ID <  : .?  6 : ; @ ' ID I !I/ .? < ' D I.? < ' ID &I7I' ID .? < ' ID  main@ AusageWPrintBindingQuarkListEDumpEntry/ XrmBindingList$XrmQuarkListY__FILE5FILE)XrmDatabase@XrmRepresentationjXPointeryXrmValuePtrWidgetXtAppContextXrmNameXrmClass0XrmQuark'XrmOptionKind;StringXtArgVal% Display0 XrmString tm- ?XrmQStringXProgramName.interp.SUNW_cap.hash.dynsym.dynstr.SUNW_version.rel.data.rel.bss.rel.plt.text.init.fini.rodata.rodata1.got.dynamic.bssf.symtab.strtab.annotate.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.debug_varnames.shstrtab od ||!"<<)o07 BA BJ B N0S  Y_emvT{;TDDEHHD@9 ott  ,v<011D!23T31  3*07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!