# PaCkAgE DaTaStReAm libxdmcp 1 955 # end of header 07070100038462000081a40000000000000000000000014c57cb570000012e0000010000010036ffffffffffffffff0000001100000000libxdmcp/pkginfoPKG=libxdmcp NAME=libxdmcp 1.0.3 SPARC 64bit Solaris 10 VERSION=1.0.3 PSTAMP=3rd August 2010 VENDOR=X.org EMAIL=http://cgit.freedesktop.org/xorg/lib/libXdmcp/ DESC=X.org X11 display manager control protocol library ARCH=sparc CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 07070100038461000081a40000000000000000000000014c57cb570000031b0000010000010036ffffffffffffffff0000001000000000libxdmcp/pkgmap: 1 955 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 f none /usr/local/include/X11/Xdmcp.h 0644 root root 6738 33552 1280822096 1 d none /usr/local/lib 0755 root root 1 f none /usr/local/lib/libXdmcp.a 0644 root root 270280 55478 1280822096 1 f none /usr/local/lib/libXdmcp.la 0755 root root 934 16396 1280822096 1 s none /usr/local/lib/libXdmcp.so=libXdmcp.so.6.0.0 1 s none /usr/local/lib/libXdmcp.so.6=libXdmcp.so.6.0.0 1 f none /usr/local/lib/libXdmcp.so.6.0.0 0755 root root 186808 46077 1280822096 1 d none /usr/local/lib/pkgconfig 0755 root root 1 f none /usr/local/lib/pkgconfig/xdmcp.pc 0644 root root 246 22600 1280822096 1 i checkinstall 785 2565 1280822103 1 i pkginfo 302 24056 1280822103 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!07070100038462000081a40000000000000000000000014c57cb570000012e0000010000010036ffffffffffffffff0000000800000000pkginfoPKG=libxdmcp NAME=libxdmcp 1.0.3 SPARC 64bit Solaris 10 VERSION=1.0.3 PSTAMP=3rd August 2010 VENDOR=X.org EMAIL=http://cgit.freedesktop.org/xorg/lib/libXdmcp/ DESC=X.org X11 display manager control protocol library ARCH=sparc CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 07070100038461000081a40000000000000000000000014c57cb570000031b0000010000010036ffffffffffffffff0000000700000000pkgmap: 1 955 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 f none /usr/local/include/X11/Xdmcp.h 0644 root root 6738 33552 1280822096 1 d none /usr/local/lib 0755 root root 1 f none /usr/local/lib/libXdmcp.a 0644 root root 270280 55478 1280822096 1 f none /usr/local/lib/libXdmcp.la 0755 root root 934 16396 1280822096 1 s none /usr/local/lib/libXdmcp.so=libXdmcp.so.6.0.0 1 s none /usr/local/lib/libXdmcp.so.6=libXdmcp.so.6.0.0 1 f none /usr/local/lib/libXdmcp.so.6.0.0 0755 root root 186808 46077 1280822096 1 d none /usr/local/lib/pkgconfig 0755 root root 1 f none /usr/local/lib/pkgconfig/xdmcp.pc 0644 root root 246 22600 1280822096 1 i checkinstall 785 2565 1280822103 1 i pkginfo 302 24056 1280822103 0707010003846f000041ed0000000000000000000000024c57cb57000000000000010000010036ffffffffffffffff0000000800000000install07070100038470000081ed0000000000000000000000014c57cb57000003110000010000010036ffffffffffffffff0000001500000000install/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 07070100038463000041ed0000000000000000000000034c57cb57000000000000010000010036ffffffffffffffff0000000500000000root07070100038464000041ed0000000000000000000000034c57cb57000000000000010000010036ffffffffffffffff0000000900000000root/usr07070100038465000041ed0000000000000000000000044c57cb57000000000000010000010036ffffffffffffffff0000000f00000000root/usr/local07070100038466000041ed0000000000000000000000034c57cb57000000000000010000010036ffffffffffffffff0000001700000000root/usr/local/include07070100038467000041ed0000000000000000000000024c57cb57000000000000010000010036ffffffffffffffff0000001b00000000root/usr/local/include/X1107070100038468000081a40000000000000000000000014c57cb5000001a520000010000010036ffffffffffffffff0000002300000000root/usr/local/include/X11/Xdmcp.h/* $XdotOrg: xc/lib/Xdmcp/Xdmcp.h,v 1.2 2004/04/23 18:43:41 eich Exp $ */ /* $Xorg: Xdmcp.h,v 1.7 2001/04/13 14:43:00 steve Exp $ */ /* * Copyright 1989 Network Computing Devices, Inc., Mountain View, California. * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose and without fee is hereby granted, 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 N.C.D. not be used in advertising or * publicity pertaining to distribution of the software without specific, * written prior permission. N.C.D. makes no representations about the * suitability of this software for any purpose. It is provided "as is" * without express or implied warranty. * */ /* $XFree86: xc/lib/Xdmcp/Xdmcp.h,v 3.7 2003/07/09 15:27:29 tsi Exp $ */ #ifndef _XDMCP_H_ #define _XDMCP_H_ #include #include _XFUNCPROTOBEGIN #define XDM_PROTOCOL_VERSION 1 #define XDM_UDP_PORT 177 /* IANA has assigned FF0X:0:0:0:0:0:0:12B as the permanently assigned * multicast addresses for XDMCP, where X in the prefix may be replaced * by any valid scope identifier, such as 1 for Node-Local, 2 for Link-Local, * 5 for Site-Local, and so on. We set the default here to the Link-Local * version to most closely match the old IPv4 subnet broadcast behavior. * Both xdm and X -query allow specifying a different address if a different * scope is defined. */ #define XDM_DEFAULT_MCAST_ADDR6 "ff02:0:0:0:0:0:0:12b" #define XDM_MAX_MSGLEN 8192 #define XDM_MIN_RTX 2 #define XDM_MAX_RTX 32 #define XDM_RTX_LIMIT 7 #define XDM_KA_RTX_LIMIT 4 #define XDM_DEF_DORMANCY (3 * 60) /* 3 minutes */ #define XDM_MAX_DORMANCY (24 * 60 * 60) /* 24 hours */ typedef enum { BROADCAST_QUERY = 1, QUERY, INDIRECT_QUERY, FORWARD_QUERY, WILLING, UNWILLING, REQUEST, ACCEPT, DECLINE, MANAGE, REFUSE, FAILED, KEEPALIVE, ALIVE } xdmOpCode; typedef enum { XDM_QUERY, XDM_BROADCAST, XDM_INDIRECT, XDM_COLLECT_QUERY, XDM_COLLECT_BROADCAST_QUERY, XDM_COLLECT_INDIRECT_QUERY, XDM_START_CONNECTION, XDM_AWAIT_REQUEST_RESPONSE, XDM_AWAIT_MANAGE_RESPONSE, XDM_MANAGE, XDM_RUN_SESSION, XDM_OFF, XDM_AWAIT_USER_INPUT, XDM_KEEPALIVE, XDM_AWAIT_ALIVE_RESPONSE, #if defined(IPv6) && defined(AF_INET6) XDM_MULTICAST, XDM_COLLECT_MULTICAST_QUERY, #endif XDM_KEEP_ME_LAST } xdmcp_states; #ifdef NOTDEF /* table of hosts */ #define XDM_MAX_STR_LEN 21 #define XDM_MAX_HOSTS 20 struct xdm_host_table { struct sockaddr_in sockaddr; char name[XDM_MAX_STR_LEN]; char status[XDM_MAX_STR_LEN]; }; #endif /* NOTDEF */ typedef CARD8 *CARD8Ptr; typedef CARD16 *CARD16Ptr; typedef CARD32 *CARD32Ptr; typedef struct _ARRAY8 { CARD16 length; CARD8Ptr data; } ARRAY8, *ARRAY8Ptr; typedef struct _ARRAY16 { CARD8 length; CARD16Ptr data; } ARRAY16, *ARRAY16Ptr; typedef struct _ARRAY32 { CARD8 length; CARD32Ptr data; } ARRAY32, *ARRAY32Ptr; typedef struct _ARRAYofARRAY8 { CARD8 length; ARRAY8Ptr data; } ARRAYofARRAY8, *ARRAYofARRAY8Ptr; typedef struct _XdmcpHeader { CARD16 version, opcode, length; } XdmcpHeader, *XdmcpHeaderPtr; typedef struct _XdmcpBuffer { BYTE *data; int size; /* size of buffer pointed by to data */ int pointer; /* current index into data */ int count; /* bytes read from network into data */ } XdmcpBuffer, *XdmcpBufferPtr; typedef struct _XdmAuthKey { BYTE data[8]; } XdmAuthKeyRec, *XdmAuthKeyPtr; /* implementation-independent network address structure. Equiv to sockaddr* for sockets and netbuf* for STREAMS. */ typedef char *XdmcpNetaddr; extern int XdmcpWriteARRAY16(XdmcpBufferPtr buffer, ARRAY16Ptr array); extern int XdmcpWriteARRAY32(XdmcpBufferPtr buffer, ARRAY32Ptr array); extern int XdmcpWriteARRAY8(XdmcpBufferPtr buffer, ARRAY8Ptr array); extern int XdmcpWriteARRAYofARRAY8(XdmcpBufferPtr buffer, ARRAYofARRAY8Ptr array); extern int XdmcpWriteCARD16(XdmcpBufferPtr buffer, unsigned value); extern int XdmcpWriteCARD32(XdmcpBufferPtr buffer, unsigned value); extern int XdmcpWriteCARD8(XdmcpBufferPtr buffer, unsigned value); extern int XdmcpWriteHeader(XdmcpBufferPtr buffer, XdmcpHeaderPtr header); extern int XdmcpFlush(int fd, XdmcpBufferPtr buffer, XdmcpNetaddr to, int tolen); extern int XdmcpReadARRAY16(XdmcpBufferPtr buffer, ARRAY16Ptr array); extern int XdmcpReadARRAY32(XdmcpBufferPtr buffer, ARRAY32Ptr array); extern int XdmcpReadARRAY8(XdmcpBufferPtr buffer, ARRAY8Ptr array); extern int XdmcpReadARRAYofARRAY8(XdmcpBufferPtr buffer, ARRAYofARRAY8Ptr array); extern int XdmcpReadCARD16(XdmcpBufferPtr buffer, CARD16Ptr valuep); extern int XdmcpReadCARD32(XdmcpBufferPtr buffer, CARD32Ptr valuep); extern int XdmcpReadCARD8(XdmcpBufferPtr buffer, CARD8Ptr valuep); extern int XdmcpReadHeader(XdmcpBufferPtr buffer, XdmcpHeaderPtr header); extern int XdmcpFill(int fd, XdmcpBufferPtr buffer, XdmcpNetaddr from, int *fromlen); extern int XdmcpReadRemaining(XdmcpBufferPtr buffer); extern void XdmcpDisposeARRAY8(ARRAY8Ptr array); extern void XdmcpDisposeARRAY16(ARRAY16Ptr array); extern void XdmcpDisposeARRAY32(ARRAY32Ptr array); extern void XdmcpDisposeARRAYofARRAY8(ARRAYofARRAY8Ptr array); extern int XdmcpCopyARRAY8(ARRAY8Ptr src, ARRAY8Ptr dst); extern int XdmcpARRAY8Equal(ARRAY8Ptr array1, ARRAY8Ptr array2); extern void XdmcpGenerateKey (XdmAuthKeyPtr key); extern void XdmcpIncrementKey (XdmAuthKeyPtr key); extern void XdmcpDecrementKey (XdmAuthKeyPtr key); #ifdef HASXDMAUTH extern void XdmcpWrap(unsigned char *input, unsigned char *wrapper, unsigned char *output, int bytes); extern void XdmcpUnwrap(unsigned char *input, unsigned char *wrapper, unsigned char *output, int bytes); #endif #ifndef TRUE #define TRUE 1 #define FALSE 0 #endif #if !defined(Xalloc) && !defined(xalloc) && !defined(Xrealloc) extern void *Xalloc (unsigned long amount); extern void *Xrealloc (void *old, unsigned long amount); extern void Xfree(void *old); #endif extern int XdmcpCompareKeys (XdmAuthKeyPtr a, XdmAuthKeyPtr b); extern int XdmcpAllocARRAY16 (ARRAY16Ptr array, int length); extern int XdmcpAllocARRAY32 (ARRAY32Ptr array, int length); extern int XdmcpAllocARRAY8 (ARRAY8Ptr array, int length); extern int XdmcpAllocARRAYofARRAY8 (ARRAYofARRAY8Ptr array, int length); extern int XdmcpReallocARRAY16 (ARRAY16Ptr array, int length); extern int XdmcpReallocARRAY32 (ARRAY32Ptr array, int length); extern int XdmcpReallocARRAY8 (ARRAY8Ptr array, int length); extern int XdmcpReallocARRAYofARRAY8 (ARRAYofARRAY8Ptr array, int length); _XFUNCPROTOEND #endif /* _XDMCP_H_ */ 07070100038469000041ed0000000000000000000000034c57cb57000000000000010000010036ffffffffffffffff0000001300000000root/usr/local/lib0707010003846d000041ed0000000000000000000000024c57cb57000000000000010000010036ffffffffffffffff0000001d00000000root/usr/local/lib/pkgconfig0707010003846e000081a40000000000000000000000014c57cb50000000f60000010000010036ffffffffffffffff0000002600000000root/usr/local/lib/pkgconfig/xdmcp.pcprefix=/usr/local exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include Name: Xdmcp Description: X Display Manager Control Protocol library Version: 1.0.3 Requires: xproto Cflags: -I${includedir} Libs: -L${libdir} -lXdmcp 0707010003846b000081ed0000000000000000000000014c57cb50000003a60000010000010036ffffffffffffffff0000001f00000000root/usr/local/lib/libXdmcp.la# libXdmcp.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='libXdmcp.so.6' # Names of this library. library_names='libXdmcp.so.6.0.0 libXdmcp.so.6 libXdmcp.so' # The name of the static archive. old_library='libXdmcp.a' # Linker flags that can not go in dependency_libs. inherited_linker_flags='' # Libraries that this one depends upon. dependency_libs=' -lsocket' # Names of additional weak libraries provided by this library weak_library_names='' # Version information for libXdmcp. current=6 age=0 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' 0707010003846a000081a40000000000000000000000014c57cb5000041fc80000010000010036ffffffffffffffff0000001e00000000root/usr/local/lib/libXdmcp.a! / 1280822095 0 0 0 1040 ` 0T42lI```ztld$|4Stq,4؄&>U,m|,tll.\GLax\<ߜߜߜߜߜXdmcpARRAY8EqualXdmcpAllocARRAY16XdmcpAllocARRAY32XdmcpAllocARRAY8XfreeXreallocXallocXdmcpAllocARRAYofARRAY8XdmcpCopyARRAY8XdmcpCompareKeysXdmcpDisposeARRAY16XdmcpDisposeARRAY32XdmcpDisposeARRAY8XdmcpDisposeARRAYofARRAY8XdmcpDecrementKeyXdmcpFillXdmcpFlushXdmcpGenerateKeyXdmcpIncrementKeyXdmcpReadARRAY16XdmcpReadARRAY32XdmcpReadARRAY8XdmcpReadARRAYofARRAY8XdmcpReadCARD16XdmcpReadCARD32XdmcpReadCARD8XdmcpReadHeaderXdmcpReadRemainingXdmcpReallocARRAY16XdmcpReallocARRAY32XdmcpReallocARRAY8XdmcpReallocARRAYofARRAY8XdmcpUnwrapXdmcpWriteARRAY16XdmcpWriteARRAY32XdmcpWriteARRAY8XdmcpWriteARRAYofARRAY8XdmcpWriteCARD16XdmcpWriteCARD32XdmcpWriteCARD8XdmcpWriteHeader_XdmcpWrapperToOddParityXdmcpWrap_XdmcpAuthDoIt_XdmcpAuthSetup$XAoAMiKOt8VM0K_.shifts2$XAoAMiKOt8VM0K_.SPtrans$XAoAMiKOt8VM0K_.skbA8Eq.o/ 1280822075 0 0 100644 5796 ` ELF+@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0ww_ _ H H!' '_ H_\ G @_\  H H 'G 'G_ O 'G< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03lA8Eq.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o A8Eq.o A8Eq.c -W0,-xp\$XAoAMiK7s8VMkt5.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiK7s8VMkt5.;backend;raw;cd;DBG_GEN 5.2.7XdmcpARRAY8Equal(nparray1'xparray2'pi)hD intunsigned shortCARD16unsigned charCARD8Ptr _ARRAY8g length# data#/gARRAY8Ptrlong lockf   char  truncate  off64_t tellD void DLunsigned longssize_t pwriteo  U ^ oD preado   ^ o lseekB    ftruncatet   t truncate } off_t tell  D pwriteo>   ^ o preado~   ^ o lseek    lockf    ftruncate    0 attropen} ' 9  } openat    unsigned creat    openT   T f attropen ] o   openat     creat>   >open G  /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysA8Eq.cXdmcp.hXmd.htypes.h *((4~  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' ID  I &I.? < ' ID 3x^XdmcpARRAY8EqualxCARD16CARD8Ptr/_ARRAY8pARRAY8Ptroff64_tossize_toff_tA8Eq.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXdmcpARRAY8Equal_GLOBAL_OFFSET_TABLE_   -<M6V6t 6|6 666@ ($-6AxM Y g?wpc  ` X p   AA16.o/ 1280822076 0 0 100644 5884 ` ELF+@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0w'G,0@w_瀤h H 'G_,`__t` 'G< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03AA16.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o AA16.o AA16.c -W0,-xp\$XAoAMiK8s8VMU05.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiK8s8VMU05.;backend;raw;cd;DBG_GEN 5.2.7XdmcpAllocARRAY16*nwarray)xlength)tnewData!+hD intunsigned charCARD8unsigned shortCARD16Ptr _ARRAY16n length# data!#5nARRAY16Ptrunsigned longvoid Xalloc long lockf   char  truncate^ $ off64_t tell^  ssize_t pwrite     preadB     lseek^y  ^  ftruncate    truncate  off_t tell"  " pwriteu  +   pread     lseek    lockf#    ftruncateU   U g attropen ^ p   openat    unsigned creatK   K open T    attropen     openat5    5 creatu >  uopen ~  /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysAA16.cXdmcp.hXmd.htypes.h ,  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' ID  I &I.? < ' ID 4^XdmcpAllocARRAY16CARD8!CARD16Ptr5_ARRAY16wARRAY16Ptr^off64_tssize_toff_tAA16.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXallocXdmcpAllocARRAY16_GLOBAL_OFFSET_TABLE_   -<CpU, 6V6u 6}6t 666@ 0$-6BABM Y gy@wQk8 ` p    AA32.o/ 1280822076 0 0 100644 5868 ` ELF+@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0w'G,0@w_瀤h H 'G_,`__t` 'G< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03AA32.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o AA32.o AA32.c -W0,-xp\$XAoAMiK8s8VM065.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiK8s8VM065.;backend;raw;cd;DBG_GEN 5.2.7XdmcpAllocARRAY32*nqarray)xlength)tnewData+hD intunsigned charCARD8unsignedCARD32Ptr _ARRAY32h length# data#/hARRAY32Ptrunsigned longvoid Xalloc long lockf   char   truncateX  off64_t tellX  ssize_t pwrite     pread<     lseekXs  X  ftruncate     truncate  off_t tell   pwriteo  %   pread     lseek    lockf    ftruncateO    O  a attropen X j    openat      creat9    9 openy B   y   attropen      openat#     # creatc ,   copen l  /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysAA32.cXdmcp.hXmd.htypes.h ,  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' ID  I &I.? < ' ID 4^XdmcpAllocARRAY32CARD8CARD32Ptr/_ARRAY32qARRAY32PtrXoff64_tssize_toff_tAA32.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXallocXdmcpAllocARRAY32_GLOBAL_OFFSET_TABLE_   -<CpU, 6V6u 6}6t 666@ 0$-6BABM Y gg@w?k8 ` ` x   AA8.o/ 1280822077 0 0 100644 5868 ` ELF+@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0w'G@w_瀤h H 'G_4`__t` 'G< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03AA8.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o AA8.o AA8.c -W0,-xp\$XAoAMiK9s8VMUB6.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiK9s8VMUB6.;backend;raw;cd;DBG_GEN 5.2.7XdmcpAllocARRAY8*nrarray)xlength)tnewData+hD intunsigned shortCARD16unsigned charCARD8Ptr _ARRAY8i length# data#1iARRAY8Ptrunsigned longvoid Xalloc long lockf   char   truncateX  off64_t tellX  ssize_t pwrite     pread<     lseekXs  X  ftruncate     truncate  off_t tell   pwriteo  %   pread     lseek    lockf    ftruncateO    O  a attropen X j    openat     unsigned creatE    E open N      attropen      openat/     / creato 8   oopen x  /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysAA8.cXdmcp.hXmd.htypes.h , DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' ID  I &I.? < ' ID 3[XdmcpAllocARRAY8CARD16CARD8Ptr1_ARRAY8rARRAY8PtrXoff64_tssize_toff_tAA8.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXallocXdmcpAllocARRAY8_GLOBAL_OFFSET_TABLE_   ,;BlS( 6S6q 6y6p 666@ 0$-6BABM Y gr?wGi8 ` ` x   Alloc.o/ 1280822077 0 0 100644 6524 ` ELF+8@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames@w_ h w_@w_0ww_ h w_h_@Hw__@@w_@w_h_@@(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)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_sparc 2009/06/03 Alloc.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o Alloc.o Alloc.c -W0,-xp\$XAoAMiK9s8VM0H6.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiK9s8VM0H6.;backend;raw;cd;DBG_GEN 5.2.7Xalloc:namount9xDvoidunsigned longXreallocBn+oldAxamountApD XfreeLnioldKxDchariintmkstempz qmkstempz qrealloc  malloc%  freeA longlockfz z z A itruncatez  A Aoff64_ttell z  Assize_tpwrite ^ z    pread  z ^   lseek z  zftruncatez z A itruncatezS  A Aoff_ttellS z pwrite  z    pread  z ^   lseekSQ z S zlockfz z z Aftruncatez z A i iattropenz   z iopenatzd z " z idunsignedcreatz m v iopenz  z i iattropenzO   z iOopenatz z X z icreatz  v iopenz  z O /var/tmp/libXdmcp-1.0.3/usr/include/sysAlloc.ctypes.h :  $  DD%.?  : ; @ ' ID I: ;  D D $> I.?  : ; @ ' D .? < ' ID  I .? < ' D  &I I: .? < ' ID H aXallocXrealloc+XfreeH off64_t ssize_tSoff_tAlloc.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodatafreereallocmallocXfreeXreallocXalloc_GLOBAL_OFFSET_TABLE_    .=BJQ",W"pp`"@g<    6Y6m6u6H666 6>6h66 666@ 0(XXX$X-X6EAE MYY gTw4T} ` H     AofA8.o/ 1280822078 0 0 100644 6076 ` ELF+x@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0w'G,0@w_瀤h H 'G_,`__t` 'G< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03 AofA8.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o AofA8.o AofA8.c -W0,-xp\$XAoAMiK_s8VMUP6.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiK_s8VMUP6.;backend;raw;cd;DBG_GEN 5.2.7XdmcpAllocARRAYofARRAY8*narray)xlength)tnewData+hD intunsigned charCARD8unsigned shortCARD162CARD8Ptr _ARRAY8 length!# data;#NARRAY8Ptr _ARRAYofARRAY8 length# data#ARRAYofARRAY8Ptrunsigned longvoid XallocN long lockf   Nchar  truncate  NNoff64_t tell  Nssize_t pwrite s      pread   s   lseek    ftruncate%  N % truncateh . NNoff_t tellh   pwrite      pread /  s   lseekhf  h  lockf   N ftruncate  N   attropen.    . openaty  7  yunsigned creat    open     attropend    d openat  m   creat   open   /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysAofA8.cXdmcp.hXmd.htypes.h ,  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' ID  I &I.? < ' ID : )aXdmcpAllocARRAYofARRAY8 )CARD8!CARD16;CARD8PtrN_ARRAY8ARRAY8Ptr_ARRAYofARRAY8ARRAYofARRAY8Ptroff64_t ssize_thoff_tAofA8.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXallocXdmcpAllocARRAYofARRAY8_GLOBAL_OFFSET_TABLE_    .=Dp\, 6Y6~ 66t 666@ 0$-6BAB )M kY%gFw:r8 ` 0 H `  CA8.o/ 1280822078 0 0 100644 5996 ` ELF+(@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0ww_ _4`_ @_t _\ h H '_\ _\``@ 'G< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03CA8.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o CA8.o CA8.c -W0,-xp\$XAoAMiK_s8VM0V6.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiK_s8VM0V6.;backend;raw;cd;DBG_GEN 5.2.7XdmcpCopyARRAY8)nUsrc(xUdst(pD intunsigned shortCARD16unsigned charCARD8Ptr_ARRAY8L length# data#LARRAY8Ptrunsigned longvoidz Xalloc ilong lockf   char  truncate;  off64_t tell;q  zqssize_t pwrite  z i z pread   i  lseek;V  ;  ftruncate    truncate  off_t tell  z pwriteR   i  pread   i  lseek    lockf    ftruncate2   2 D attropen ; M   openat    unsigned creat(   ( openh 1  h z attropen q    openat     creatR   R open [  zmemmove   i /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysCA8.cXdmcp.hXmd.htypes.h )$ 0 DD%.?  : ; @ ' ID I: ;  D D $> I: I :  I8 .? < ' ID  I &I .? < ' ID 2[XdmcpCopyARRAY8CARD16CARD8Ptr_ARRAY8UARRAY8Ptr;off64_tssize_toff_tCA8.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodatamemmoveXallocXdmcpCopyARRAY8_GLOBAL_OFFSET_TABLE_   ,;CJZ<  6S6p 6x6 666@ 0$-6jAjM AY g>wpP P0`     CmpKey.o/ 1280822079 0 0 100644 5692 ` ELF+8@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0ww '_G @_ H H 'G 'G瀤 O 'G< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03KCmpKey.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o CmpKey.o CmpKey.c -W0,-xp\$XAoAMiK\$s8VMUd6.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiK$s8VMUd6.;backend;raw;cd;DBG_GEN 5.2.7XdmcpCompareKeys*nSa)xSb)pi+hD intunsigned charBYTElong!  _XdmAuthKeyJ data# !JXdmAuthKeyPtr lockfchar  truncateoff64_t tell#void# +unsigned longssize_t pwriteN4=N # preadN=N lseek! ftruncateS S truncate\off_t tell#  pwriteN=N preadN]=N lseek lockf ftruncate   attropen\ \ openate unsigned creat  open3 3 E attropen<N  openat  creat open& /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysCmpKey.cXdmcp.hXmd.htypes.h ,,~ DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  !I/  :  I8 I .? < ' ID I&I.? < ' ID 3WeXdmcpCompareKeysWBYTE!_XdmAuthKeySXdmAuthKeyPtroff64_tNssize_toff_tCmpKey.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXdmcpCompareKeys_GLOBAL_OFFSET_TABLE_    />xO6]6{ 66| 666@ ($-6BABWM Y [g>?w}ep  `      DA16.o/ 1280822079 0 0 100644 5788 ` ELF+X@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames@w_\ h_\ @ _,`_t @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iDA16.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o DA16.o DA16.c -W0,-xp\$XAoAMiK\$s8VM0j6.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiK$s8VM0j6.;backend;raw;cd;DBG_GEN 5.2.7XdmcpDisposeARRAY16*n?array)xDunsigned charCARD8unsigned shortCARD16Ptr_ARRAY166 length# data#6ARRAY16PtrvoidT Xfree \intlong lockf   char  truncate  off64_t tellI  TIunsigned longssize_t pwritel  R [ lT preadl   [ l lseek?    ftruncateq   q truncate z off_t tell  T pwritel;   [ l preadl{   [ l lseek    lockf    ftruncate    - attropenz $ 6  z openat    unsigned creat    openQ   Q c attropen Z l   openat     creat;   ;open D  /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysDA16.cXdmcp.hXmd.htypes.h *0 DD%.?  : ; @ ' D I: ;  D D $> I: I :  I8 .? < ' D  I .? < ' ID  &I.? < ' ID 6u_XdmcpDisposeARRAY16uCARD8CARD16Ptr_ARRAY16?ARRAY16Ptroff64_tlssize_toff_tDA16.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXfreeXdmcpDisposeARRAY16_GLOBAL_OFFSET_TABLE_   -<BHV< 6W6x 66X 666@ 0`$-6AuM Y EgBwUl`8 `  ( @  DA32.o/ 1280822080 0 0 100644 5764 ` ELF+@@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames@w_\ h_\ @ _,`_t @(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03WDA32.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o DA32.o DA32.c -W0,-xp\$XAoAMiK\$s8VMUq6.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiK$s8VMUq6.;backend;raw;cd;DBG_GEN 5.2.7XdmcpDisposeARRAY32(n9array'xDunsigned charCARD8unsignedCARD32Ptr_ARRAY320 length# data#0ARRAY32PtrvoidN Xfree| Vintlong lockf| | | char  truncate|  off64_t tell C | NCunsigned longssize_t pwritef | L U fN preadf |  U f lseek 9 |  | ftruncate|k |  k truncate| t off_t tell | N pwritef5 |  U f preadfu |  U f lseek |  | lockf| | |  ftruncate| |   ' attropen|t  0 | t openat| | } |  creat|    open|?  | ? Q attropen| H Z |  openat| |  |  creat|)   )open| 2 | /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysDA32.cXdmcp.hXmd.htypes.h (0 DD%.?  : ; @ ' D I: ;  D D $> I: I :  I8 .? < ' D  I .? < ' ID  &I.? < ' ID 6c_XdmcpDisposeARRAY32cCARD8CARD32Ptr_ARRAY329ARRAY32Ptr off64_tfssize_toff_tDA32.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXfreeXdmcpDisposeARRAY32_GLOBAL_OFFSET_TABLE_   -<BHV< 6W6x 66X 666@ 0`$-6AcM }Y 3gBwClH8 `   (  DA8.o/ 1280822080 0 0 100644 5772 ` ELF+H@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames@w_\ h_\ @ _4`_t @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03bDA8.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o DA8.o DA8.c -W0,-xp\$XAoAMiKAt8VMEx6.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKAt8VMEx6.;backend;raw;cd;DBG_GEN 5.2.7XdmcpDisposeARRAY8(n9array'xDunsigned shortCARD16unsigned charCARD8Ptr_ARRAY80 length# data#0ARRAY8PtrvoidM Xfree{ Uintlong lockf{ { { char  truncate{  off64_t tell B { MBunsigned longssize_t pwritee { K T eM preade {  T e lseek 8 {  { ftruncate{j {  j truncate{ s off_t tell { M pwritee4 {  T e preadet {  T e lseek {  { lockf{ { {  ftruncate{ {   & attropen{s  / { s openat{ { | { unsigned creat{    open{J  { J \ attropen{ S e {  openat{ {  {  creat{4   4open{ = { /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysDA8.cXdmcp.hXmd.htypes.h (0 DD%.?  : ; @ ' D I: ;  D D $> I: I :  I8 .? < ' D  I .? < ' ID  &I.? < ' ID 5n[XdmcpDisposeARRAY8nCARD16CARD8Ptr_ARRAY89ARRAY8Ptr off64_tessize_toff_tDA8.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXfreeXdmcpDisposeARRAY8_GLOBAL_OFFSET_TABLE_   ,;AHT< 6S6s 6{6X 666@ 0`$-6AnM Y =g AwLjP8 `   0  DAofA8.o/ 1280822080 0 0 100644 6228 ` ELF+@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames@w_\ h '_ H_\ G,0@@G 'G_ O_\ @ _,`_t @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03 DAofA8.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o DAofA8.o DAofA8.c -W0,-xp\$XAoAMiKAt8VMk36.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKAt8VMk36.;backend;raw;cd;DBG_GEN 5.2.7XdmcpDisposeARRAYofARRAY8(narray'xi)tDunsigned charCARD8unsigned shortCARD16 CARD8Ptr _ARRAY8a length# data#)aARRAY8Ptr _ARRAYofARRAY8 length# dataj#~ARRAYofARRAY8Ptrintvoid Xfree  XdmcpDisposeARRAY8@ along lockf   @char truncate  @@off64_t tell unsigned long@ssize_t pwrite#v    # pread#  v  # lseek    ftruncate(  @( truncatek 1 @@off_t tellk  pwrite#    # pread#2  v  # lseekki  k  lockf   @ ftruncate  @ attropen1   1 openat|  : |unsigned creat   open   attropeng  # g openat  p  creat  open   /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysDAofA8.cXdmcp.hXmd.htypes.h * (&1 DD%.?  : ; @ ' D I: ;  4I : ;  D D $> I: I  :  I8 .? < ' D  I .? < ' ID &I.? < ' ID < ,dXdmcpDisposeARRAYofARRAY8 ,CARD8CARD16CARD8Ptr)_ARRAY8jARRAY8Ptr~_ARRAYofARRAY8ARRAYofARRAY8Ptroff64_t#ssize_tkoff_tDAofA8.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXfreeXdmcpDisposeARRAY8XdmcpDisposeARRAYofARRAY8_GLOBAL_OFFSET_TABLE_    />DWqd  6\6 66 666@ 0$-6zAz ,M YbgAHw]P 80h`     DecKey.o/ 1280822081 0 0 100644 5732 ` ELF+`@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames w '_G@w_ /$ _,`怤 HG$ 'G HH_G@w_ /֠$ _,`ր O@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/035DecKey.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o DecKey.o DecKey.c -W0,-xp\$XAoAMiKBt8VMU_6.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKBt8VMU_6.;backend;raw;cd;DBG_GEN 5.2.7XdmcpDecrementKey*n6key)xiN+tDunsigned charBYTElong  _XdmAuthKey- data# -XdmAuthKeyPtrint lockfNNNchar  truncateNoff64_t tell Nvoid unsigned longssize_t pwrite8N'8  pread8N'8 lseek NN ftruncateN=N = truncateNFoff_t tellN  pwrite8N'8 pread8GN'8 lseek~NN lockfNNN ftruncateNN   attropenNFN F openatNNON unsigned creatN  openNN  / attropenN|&8N | openatNNN  creatN openNN /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysDecKey.cXdmcp.hXmd.htypes.h ,H(~ DD%.?  : ; @ ' D I: ;  4I : ;  D D $> I: I  !I/  :  I8 I .? < ' ID I&I.? < ' ID 4AdXdmcpDecrementKeyABYTE_XdmAuthKey6XdmAuthKeyPtroff64_t8ssize_toff_tDecKey.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXdmcpDecrementKey_GLOBAL_OFFSET_TABLE_    />P6\6{ 66 666@ ($-6AAM Y gf@w1f  `  0 H  Fill.o/ 1280822082 0 0 100644 7964 ` ELF+@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames 'www_D #H@w_πh _\ @__t`!_$`_$ G_\`D`< __ߐ@ @@_$`_D  H_$  H'۠ 'Gۡ< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)socket.h 1.78 08/01/18 SMI@(#)uio.h 1.34 09/06/15 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@(#)netconfig.h 1.24 04/02/27 SMI@(#)in.h 1.55 09/05/27 SMI@(#)stream.h 1.115 08/07/22 SMI@(#)vnode.h 1.133 09/07/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.25 03/09/02 SMI@(#)param.h 1.82 06/01/30 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@(#)resource.h 1.37 07/02/07 SMI@(#)seg_enum.h 1.9 09/07/02 SMI@(#)kstat.h 1.22 07/02/02 SMI@(#)kmem.h 1.37 06/03/10 SMI@(#)vmem.h 1.12 05/06/27 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 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03 Fill.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o Fill.o Fill.c -W0,-xp\$XAoAMiKBt8VM0E7.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKBt8VM0E7.;backend;raw;cd;DBG_GEN 5.2.7XdmcpFill;nfd:|buffer:pfrom:hfromlen:`newBuf"<PDintunsigned charBYTE _XdmcpBuffer data"# size# pointer# count#+XdmcpBufferPtrcharXdmcpNetaddrvoid unsigned longunsigned short sa_family_tlong W 2 sockaddr sa_family# sa_data:#W 2ssize_trecvfromunsigned long longrlim64_t rlimit64 rlim_cur.# rlim_max.#AgetrlimitAsetrlimitrlim_t rlimitM rlim_cur# rlim_max#getrlimitMsetrlimitXfreeXalloclockfF2FtruncateO22off64_ttellpwritepreadRlseekftruncate2truncate22off_ttell22pwrite;preadlseeklockf 32ftruncate e2 e wattropen  n  openat   unsignedcreat [  ! [open  d  attropen    openat E  Ecreat  N ! open  /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysFill.cXdmcp.hXmd.hsocket_impl.htypes.hresource.h %M  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 7I I  !I/ .? < ' ID I&I.? < ' D .? < ' ID , ^XdmcpFill BYTE+_XdmcpBufferXdmcpBufferPtrXdmcpNetaddrsa_family_tWsockaddrssize_t.rlim64_tArlimit64rlim_trlimitoff64_toff_tFill.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodatarecvfromXfreeXallocXdmcpFill_GLOBAL_OFFSET_TABLE_   -<EKR\H l  6V6m 6u6 666@ 0HHH$H-H6-A- MYg8wrh H0`     Flush.o/ 1280822082 0 0 100644 7636 ` ELF+@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames 'ww'G_\`D` < _G4 @ @@'G_D H H'ߠ 'Gߡ< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)socket.h 1.78 08/01/18 SMI@(#)uio.h 1.34 09/06/15 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@(#)netconfig.h 1.24 04/02/27 SMI@(#)in.h 1.55 09/05/27 SMI@(#)stream.h 1.115 08/07/22 SMI@(#)vnode.h 1.133 09/07/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.25 03/09/02 SMI@(#)param.h 1.82 06/01/30 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@(#)resource.h 1.37 07/02/07 SMI@(#)seg_enum.h 1.9 09/07/02 SMI@(#)kstat.h 1.22 07/02/02 SMI@(#)kmem.h 1.37 06/03/10 SMI@(#)vmem.h 1.12 05/06/27 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 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03 eFlush.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o Flush.o Flush.c -W0,-xp\$XAoAMiKCt8VMkL7.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKCt8VMkL7.;backend;raw;cd;DBG_GEN 5.2.7XdmcpFlush;nfd:|buffer:pto:htolen:dresult<\Dintunsigned charBYTE _XdmcpBuffer data"# size# pointer# count#+XdmcpBufferPtrcharXdmcpNetaddrvoid unsigned longunsigned shortsa_family_tlong N ) sockaddr sa_family# sa_data1# Nunsigned)ssize_tsendtounsigned long longrlim64_t rlimit64x rlim_cur&# rlim_max&#9getrlimitx 9setrlimitrlim_t rlimitE rlim_cur# rlim_max#getrlimitE setrlimitlockf) truncate>))off64_ttell>t tpwrite}preadlseek>G>ftruncatey) ytruncate))off_ttell pwriteCpreadlseeklockf)ftruncate #)  #  5attropen  , >  openat    creat    open M   M  _attropen  V h  openat    creat 7   7open @ /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysFlush.cXdmcp.hXmd.hsocket_impl.htypes.hresource.h L$ DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 &I I  !I/ .? < ' ID I.? < ' ID - qaXdmcpFlush qBYTE+_XdmcpBufferXdmcpBufferPtrXdmcpNetaddrsa_family_tNsockaddrssize_t&rlim64_t9rlimit64rlim_trlimit>off64_toff_tFlush.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodatasendtoXdmcpFlush_GLOBAL_OFFSET_TABLE_    .=DO` 6Y6q 6y6 666@ 0$-6A qM6Yg9w*1e8 ` H ` x  GenKey.o/ 1280822083 0 0 100644 7020 ` ELF+@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames@ww_ _,`_<0 _,`_<0 _,`_<0 _,`0w@: @@@w@w__@ϒ__ @ɒ@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)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_sparc 2009/06/03 GenKey.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o GenKey.o GenKey.c -W0,-xp\$XAoAMiKDt8VMkT7.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKDt8VMkT7.;backend;raw;cd;DBG_GEN 5.2.7getbits*ndata)xdst)pD longunsigned charXdmcpGenerateKeyBnPkeyAxlowbitsCphighbitsChD BYTE P|  _XdmAuthKey data_#| XdmAuthKeyPtrcharintmkstempmkstemp,srand48Klrand48lockftruncate off64_ttellvoidunsigned long ssize_tpwrite;!*;pread;*;lseekftruncate@@truncateI off_ttellpwrite; *;pread;J*;lseeklockf pid_tgetpidftruncate attropenm)mopenatvunsignedcreatopenD DVattropenM_openatcreat . .open n 7 time_t ntime n  /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysGenKey.cXdmcp.hXmd.htypes.h *  , $ DD%. : ; @ ' D I: ;  D D $> I.?  : ; @ ' D 4I : ;  I: I  !I/  :  I8 .? < ' ID I.? < ' D .? < ' ID &I.? < ' ID 3 XdmcpGenerateKey* dgetbits PBYTE|_XdmAuthKeyXdmAuthKeyPtroff64_t;ssize_toff_tpid_t ntime_tGenKey.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodatagetbitslrand48timegetpidsrand48XdmcpGenerateKey_GLOBAL_OFFSET_TABLE_    />`FNSZbts    6\6p6x6p6666666@ X```$`-`6MAM MYg?w&6\ (x 00 ` x  IncKey.o/ 1280822083 0 0 100644 5732 ` ELF+`@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames w '_G@w_  /_,`怤 HG$ 'G HH_G@w_  /_,`ր O@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/035IncKey.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o IncKey.o IncKey.c -W0,-xp\$XAoAMiKDt8VMUg7.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKDt8VMUg7.;backend;raw;cd;DBG_GEN 5.2.7XdmcpIncrementKey*n6key)xiN+tDunsigned charBYTElong  _XdmAuthKey- data# -XdmAuthKeyPtrint lockfNNNchar  truncateNoff64_t tell Nvoid unsigned longssize_t pwrite8N'8  pread8N'8 lseek NN ftruncateN=N = truncateNFoff_t tellN  pwrite8N'8 pread8GN'8 lseek~NN lockfNNN ftruncateNN   attropenNFN F openatNNON unsigned creatN  openNN  / attropenN|&8N | openatNNN  creatN openNN /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysIncKey.cXdmcp.hXmd.htypes.h ,H(~ DD%.?  : ; @ ' D I: ;  4I : ;  D D $> I: I  !I/  :  I8 I .? < ' ID I&I.? < ' ID 4AdXdmcpIncrementKeyABYTE_XdmAuthKey6XdmAuthKeyPtroff64_t8ssize_toff_tIncKey.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXdmcpIncrementKey_GLOBAL_OFFSET_TABLE_    />P6\6{ 66 666@ ($-6AAM Y gf@w1f  `  0 H  RA16.o/ 1280822084 0 0 100644 6700 ` ELF+@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0ww__@@H_t  HE'_ H_t  H;'_ ,0@_t _\ h H,' '_ H#__\ G,0@@H_\ @_t  _,` H 'G 'G_ O 'G< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03 RA16.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o RA16.o RA16.c -W0,-xp\$XAoAMiKEt8VMUr7.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKEt8VMUr7.;backend;raw;cd;DBG_GEN 5.2.7XdmcpReadARRAY16(nqbuffer'x array'pi)hD intunsigned charBYTE _XdmcpBufferh data# size# pointer# count#hXdmcpBufferPtrCARD8unsigned shortCARD16Ptr _ARRAY16 length# data#ARRAY16Ptrvoid XfreeN (unsigned long Xalloc( N XdmcpReadCARD8 h  XdmcpReadCARD16 h long lockf<   char<D truncate M off64_t tell  ssize_t pwrite"   N  preadk  " N  lseek    ftruncate  < truncate  off_t tellK  K pwrite  T N  pread  " N  lseek    lockfL    ftruncate~  <~< attropen   < openat(   <(unsigned creatt 1 :<t open } << attropen    <  openat ^   < ^ creat g :< open  /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysRA16.cXdmcp.hXmd.htypes.h *!( )=y   DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' D  I .? < ' ID &I.? < ' ID 3 ^XdmcpReadARRAY16 BYTE_XdmcpBufferqXdmcpBufferPtrCARD8CARD16Ptr_ARRAY16 ARRAY16Ptroff64_tssize_toff_tRA16.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXfreeXdmcpReadCARD16XallocXdmcpReadCARD8XdmcpReadARRAY16_GLOBAL_OFFSET_TABLE_   -<BRYh`y0    6V6t6|6d666@ 0x$-62A2 M Yg?w` `@`     RA32.o/ 1280822084 0 0 100644 6676 ` ELF+@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0ww__@@H_t  HE'_ H_t  H;'_ ,0@_t _\ h H,' '_ H#__\ G,0@@H_\ @_t  _,` H 'G 'G_ O 'G< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03 RA32.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o RA32.o RA32.c -W0,-xp\$XAoAMiKEt8VM0x7.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKEt8VM0x7.;backend;raw;cd;DBG_GEN 5.2.7XdmcpReadARRAY32(nqbuffer'xarray'pi)hD intunsigned charBYTE _XdmcpBufferh data# size# pointer# count#hXdmcpBufferPtrCARD8unsignedCARD32Ptr _ARRAY32 length# data#ARRAY32Ptrvoid XfreeH "unsigned long Xalloc" H XdmcpReadCARD8 h  XdmcpReadCARD32 h long lockf6   char6> truncate G off64_t tell ssize_t pwrite   H  preade   H  lseek    ftruncate  6 truncate  off_t tellE E pwrite  N H  pread   H  lseek    lockfF    ftruncatex  6x6 attropen   6 openat"   6" creatb + 6b open k 66 attropen    6  openat L  6 L creat U 6 open  /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysRA32.cXdmcp.hXmd.htypes.h *!( )=y   DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' D  I .? < ' ID &I.? < ' ID 3 ^XdmcpReadARRAY32 BYTE_XdmcpBufferqXdmcpBufferPtrCARD8CARD32Ptr_ARRAY32ARRAY32Ptroff64_tssize_toff_tRA32.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXfreeXdmcpReadCARD32XallocXdmcpReadCARD8XdmcpReadARRAY32_GLOBAL_OFFSET_TABLE_   -<BRYh`y0    6V6t6|6d666@ 0x$-62A2 MYg?wH `(`     RA8.o/ 1280822085 0 0 100644 6676 ` ELF+@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0ww__@@H_t  HC'_ H_t  H9'_ @_t _\ h H+' '_ H"__\ G@@H_\ @_t  _4` H 'G 'G_ O 'G< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03 RA8.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o RA8.o RA8.c -W0,-xp\$XAoAMiKFt8VMU47.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKFt8VMU47.;backend;raw;cd;DBG_GEN 5.2.7XdmcpReadARRAY8(nmbuffer'xarray'pi)hD intunsigned charBYTE _XdmcpBufferd data# size# pointer# count#dXdmcpBufferPtrunsigned shortCARD16CARD8Ptr _ARRAY8 length# data#ARRAY8Ptrvoid XfreeH "unsigned long Xalloc" H XdmcpReadCARD8 d  XdmcpReadCARD16 d long lockf6   char6> truncate G off64_t tell ssize_t pwrite   H  preade   H  lseek    ftruncate  6 truncate  off_t tellE E pwrite  N H  pread   H  lseek    lockfF    ftruncatex  6x6 attropen   6 openat"   6"unsigned creatn + 46n open w 66 attropen   6 openat X   6 X creat a 46 open  /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysRA8.cXdmcp.hXmd.htypes.h *!$ )9y   DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' D  I .? < ' ID &I.? < ' ID 2 [XdmcpReadARRAY8 BYTE_XdmcpBuffermXdmcpBufferPtrCARD16CARD8Ptr_ARRAY8ARRAY8Ptroff64_tssize_toff_tRA8.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXfreeXdmcpReadCARD8XallocXdmcpReadCARD16XdmcpReadARRAY8_GLOBAL_OFFSET_TABLE_   ,;APWgXw0    6S6p6x6\666@ 0p$-6*A* MYg>wH `(`     RAofA8.o/ 1280822085 0 0 100644 6924 ` ELF+@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0ww__@@H_t  HB'_ H_t  H8'_ ,0@_t _\ h H)' '_ H __\ G,0@@H G_,`_@ H 'G 'G_ O 'G< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03 URAofA8.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o RAofA8.o RAofA8.c -W0,-xp\$XAoAMiKFt8VME\$7.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKFt8VME$7.;backend;raw;cd;DBG_GEN 5.2.7XdmcpReadARRAYofARRAY8(n~buffer'xarray'pi)hD intunsigned charBYTE _XdmcpBufferu data # size# pointer# count#uXdmcpBufferPtrCARD8unsigned shortCARD16CARD8Ptr _ARRAY8 length# data#ARRAY8Ptr _ARRAYofARRAY8z length# data'#;zARRAYofARRAY8Ptrunsigned longvoid Xalloc  XdmcpDisposeARRAYofARRAY8 z XdmcpReadCARD8N u  XdmcpReadARRAY8 u long lockf   char truncate  off64_t tellF Fssize_t pwriteX  O  X preadX    X lseek+    ftruncate]  ] truncate f off_t tell  pwriteX'    X preadXg    X lseek    lockf    ftruncate   attropenf  " f openat  o unsigned creat   open =   = O attropen F X  openat   creat '  'open 0  /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysRAofA8.cXdmcp.hXmd.htypes.h *!( ) v   DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' ID  I .? < ' D &I.? < ' ID 9 aeXdmcpReadARRAYofARRAY8 aBYTE_XdmcpBuffer~XdmcpBufferPtrCARD8CARD16CARD8Ptr_ARRAY8'ARRAY8Ptr;_ARRAYofARRAY8ARRAYofARRAY8Ptroff64_tXssize_toff_tRAofA8.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXdmcpDisposeARRAYofARRAY8XdmcpReadARRAY8XallocXdmcpReadCARD8XdmcpReadARRAYofARRAY8_GLOBAL_OFFSET_TABLE_    />Xho~T0    6]666X666@ 0p$-6*A* aMY`gAEw @ ` `     RC16.o/ 1280822086 0 0 100644 6060 ` ELF+h@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0ww_@@H_@@H , @_4` H' 'G< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03 RC16.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o RC16.o RC16.c -W0,-xp\$XAoAMiKFt8VMUG8.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKFt8VMUG8.;backend;raw;cd;DBG_GEN 5.2.7XdmcpReadCARD16(nbuffer'xvaluep'phigh)klow)jD intunsigned charBYTE _XdmcpBuffer~ data# size# pointer# count#~XdmcpBufferPtrunsigned shortCARD16PtrCARD8 XdmcpReadCARD8 ~ long lockf^   char ^f truncate o off64_t tell void unsigned longssize_t pwrite ]      pread   ]   lseek    ftruncate   ^ truncateR  off_t tellR   pwrite      pread   ]   lseekRP  R  lockf    ftruncate   ^ ^ attropen    ^ openatc  !  ^cunsigned creat l u ^ open   ^ ^ attropenN    ^N openat  W  ^ creat  u ^open   /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysRC16.cXdmcp.hXmd.htypes.h +M$ DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' ID  I &I.? < ' ID 2 ^XdmcpReadCARD16 BYTE_XdmcpBufferXdmcpBufferPtrCARD16PtrCARD8off64_t ssize_tRoff_tRC16.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXdmcpReadCARD8XdmcpReadCARD16_GLOBAL_OFFSET_TABLE_   -<K[0 P 6V6s 6{6 666@ 0$-6bAb M uY,g>w9qX8 0`   8 P  RC32.o/ 1280822086 0 0 100644 6228 ` ELF+@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0ww_@@H)_@@H!_@@H_@@H, , @, @@_$` H' 'G< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03 "RC32.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o RC32.o RC32.c -W0,-xp\$XAoAMiKGt8VMEN8.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKGt8VMEN8.;backend;raw;cd;DBG_GEN 5.2.7XdmcpReadCARD32(nbuffer'xvaluep'pbyte0)kbyte1)jbyte2)ibyte3)hD intunsigned char!BYTE2 _XdmcpBuffer dataA# size# pointer# count#JXdmcpBufferPtrunsignedCARD32Ptr!CARD8! XdmcpReadCARD8F  long lockf   Fchar  truncate  FFoff64_t tell void unsigned longFssize_t pwrite1    1 pread1    1 lseek    ftruncate6  F 6 truncatey ? FFoff_t telly   pwrite1    1 pread1@    1 lseekyw  y  lockf   F ftruncate  F   attropen?    ? openat  H   creat    open     attropeni  %  i openat  r   creat   open   /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysRC32.cXdmcp.hXmd.htypes.h , < DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' ID  I &I.? < ' ID 2 .^XdmcpReadCARD32 .2BYTEJ_XdmcpBufferXdmcpBufferPtrCARD32PtrCARD8off64_t1ssize_tyoff_tRC32.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXdmcpReadCARD8XdmcpReadCARD32_GLOBAL_OFFSET_TABLE_   -<K[0 P p  6V6s 6{6 666@ 0000$0-06A .M Ygr>w]q8 `h`     RC8.o/ 1280822086 0 0 100644 5724 ` ELF+X@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames ww_D` D`H H'_ w_D 'G۠ _$`_\ G @_,` 'G< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03yRC8.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o RC8.o RC8.c -W0,-xp\$XAoAMiKGt8VMUU8.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKGt8VMUU8.;backend;raw;cd;DBG_GEN 5.2.7XdmcpReadCARD8(n\buffer'x~valuep'pD intunsigned charBYTE_XdmcpBufferS data# size# pointer# count#SXdmcpBufferPtruCARD8Ptrlong lockf   char  truncate  off64_t tellQ void QYunsigned longssize_t pwrite|  b k |Q pread|   k | lseekO    ftruncate    truncate  off_t tell  Q pwrite|K   k | pread|   k | lseek    lockf    ftruncate+   + = attropen 4 F   openat    unsigned creat!   ! opena *  a s attropen j |   openat     creatK   Kopen T   /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysRC8.cXdmcp.hXmd.htypes.h ($L DD%.?  : ; @ ' ID I: ;  D D $> I: I :  I8 .? < ' ID  I &I .? < ' ID 1[XdmcpReadCARD8BYTE_XdmcpBuffer\XdmcpBufferPtr~CARD8Ptroff64_t|ssize_toff_tRC8.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXdmcpReadCARD8_GLOBAL_OFFSET_TABLE_   ,;J6S6o 6w6 666@ ($-6ZAZM Y gS=w.`  `  ( @  RHead.o/ 1280822087 0 0 100644 6172 ` ELF+@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0ww__@@H__ @@H__ @@H H' 'G< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03 =RHead.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o RHead.o RHead.c -W0,-xp\$XAoAMiKHt8VM0a8.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKHt8VM0a8.;backend;raw;cd;DBG_GEN 5.2.7XdmcpReadHeader(ncbuffer'xheader'pD intunsigned charBYTE_XdmcpBufferZ data# size# pointer# count#ZXdmcpBufferPtrunsigned short|CARD16_XdmcpHeader version# opcode# length#XdmcpHeaderPtr| XdmcpReadCARD16U Z long lockf   Uchar  truncate  UUoff64_t tell void unsigned longUssize_t pwrite@  & / @ pread@   / @ lseek    ftruncateE  U E truncate N UUoff_t tell   pwrite@   / @ pread@O   / @ lseek    lockf   U ftruncate  U   attropenN    N openat  W  unsigned creat    open%   % 7 attropen . @   openat     creat     open    /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysRHead.cXdmcp.hXmd.htypes.h *t DD%.?  : ; @ ' ID I: ;  D D $> I: I :  I8 .? < ' ID  I &I .? < ' ID 2 IaXdmcpReadHeader IBYTE_XdmcpBuffercXdmcpBufferPtrCARD16_XdmcpHeaderXdmcpHeaderPtroff64_t@ssize_toff_tRHead.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXdmcpReadCARD16XdmcpReadHeader_GLOBAL_OFFSET_TABLE_    .=M]0 T x 6Y6v 6~6 666@ 0$-6rAr IM Yrg0>wn6s8 H0`     RR.o/ 1280822087 0 0 100644 5564 ` ELF+@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames@w_D`D` $'G< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03IRR.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o RR.o RR.c -W0,-xp\$XAoAMiKHt8VMUh8.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKHt8VMUh8.;backend;raw;cd;DBG_GEN 5.2.7XdmcpReadRemaining(nHbuffer'xDintunsigned charBYTE_XdmcpBuffer? data# size# pointer# count#?XdmcpBufferPtrlong lockf   achar  truncate  aaoff64_t tell! void !)unsigned longassize_t pwriteL  2 ; L! preadL   ; L lseek    ftruncateQ  a Q truncate Z aaoff_t tell  ! pwriteL   ; L preadL[   ; L lseek    lockf   a ftruncate  a   attropenZ    Z openat  c  unsigned creat    open1   1 C attropen : L   openat     creat   open $   /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysRR.cXdmcp.hXmd.htypes.h (  DD%.?  : ; @ ' ID I: ;  D D $> I: I :  I8 .? < ' ID  I &I .? < ' ID 5UXXdmcpReadRemainingUBYTE_XdmcpBufferHXdmcpBufferPtroff64_tLssize_toff_tRR.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXdmcpReadRemaining_GLOBAL_OFFSET_TABLE_   +:0M6P6p 6x64 666@ (Hppp$p-p6AUM OY g Awc  ` p    RaA16.o/ 1280822088 0 0 100644 5924 ` ELF+@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0w'_\ G,0@@w_瀤h H 'G_,`__t` 'G< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03RaA16.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o RaA16.o RaA16.c -W0,-xp\$XAoAMiKIt8VM0n8.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKIt8VM0n8.;backend;raw;cd;DBG_GEN 5.2.7XdmcpReallocARRAY16*n|array)xlength)tnewData&+hD intunsigned charCARD8unsigned short CARD16Ptr _ARRAY16s length# data&#:sARRAY16Ptrvoidunsigned long Xrealloc  long lockf#   char #+ truncaten 4 off64_t telln  ssize_t pwrite     preadR     lseekn  n  ftruncate   # truncate  off_t tell2  2 pwrite  ;   pread     lseek    lockf3    ftruncatee   #e #w attropen n   # openat    #unsigned creat[  ! #[ open d  # # attropen    # openatE    #E creat N ! #open   /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysRaA16.cXdmcp.hXmd.htypes.h ,, DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' ID  I &I.? < ' ID 6aXdmcpReallocARRAY16CARD8&CARD16Ptr:_ARRAY16|ARRAY16Ptrnoff64_tssize_toff_tRaA16.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXreallocXdmcpReallocARRAY16_GLOBAL_OFFSET_TABLE_    .=F|Z8 6Y6z 66 666@ 0$-6RARM Y gBwtp8  8`     RaA32.o/ 1280822088 0 0 100644 5908 ` ELF+@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0w'_\ G,0@@w_瀤h H 'G_,`__t` 'G< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03RaA32.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o RaA32.o RaA32.c -W0,-xp\$XAoAMiKIt8VMUv8.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKIt8VMUv8.;backend;raw;cd;DBG_GEN 5.2.7XdmcpReallocARRAY32*nvarray)xlength)tnewData +hD intunsigned charCARD8unsigned CARD32Ptr _ARRAY32m length# data #4mARRAY32Ptrvoidunsigned long Xrealloc  long lockf   char % truncateh . off64_t tellh  ssize_t pwrite     preadL     lseekh  h  ftruncate    truncate  off_t tell,  , pwrite  5   pread     lseek    lockf-    ftruncate_   _ q attropen h z   openat     creatI   I open R    attropen     openat3    3 creats <  sopen |  /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysRaA32.cXdmcp.hXmd.htypes.h ,, DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' ID  I &I.? < ' ID 6aXdmcpReallocARRAY32CARD8 CARD32Ptr4_ARRAY32vARRAY32Ptrhoff64_tssize_toff_tRaA32.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXreallocXdmcpReallocARRAY32_GLOBAL_OFFSET_TABLE_    .=F|Z8 6Y6z 66 666@ 0$-6RARM Y gBwbp8 (`     RaA8.o/ 1280822089 0 0 100644 5900 ` ELF+@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0w'_\ G@@w_瀤h H 'G_4`__t` 'G< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03RaA8.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o RaA8.o RaA8.c -W0,-xp\$XAoAMiKJt8VMU78.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKJt8VMU78.;backend;raw;cd;DBG_GEN 5.2.7XdmcpReallocARRAY8*nwarray)xlength)tnewData#+hD intunsigned shortCARD16unsigned char CARD8Ptr _ARRAY8n length# data##6nARRAY8Ptrvoidunsigned long Xrealloc  long lockf   char % truncateh . off64_t tellh  ssize_t pwrite     preadL     lseekh  h  ftruncate    truncate  off_t tell,  , pwrite  5   pread     lseek    lockf-    ftruncate_   _ q attropen h z   openat     unsigned creatU   U open ^    attropen     openat?    ? creat H  open   /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysRaA8.cXdmcp.hXmd.htypes.h ,( DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' ID  I &I.? < ' ID 5^XdmcpReallocARRAY8CARD16#CARD8Ptr6_ARRAY8wARRAY8Ptrhoff64_tssize_toff_tRaA8.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXreallocXdmcpReallocARRAY8_GLOBAL_OFFSET_TABLE_   -<ExX4 6V6v 6~6| 666@ 0$-6JAJM Y gAwbn8  `     RaAoA8.o/ 1280822089 0 0 100644 6116 ` ELF+@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0w'_\ G,0@@w_瀤h H 'G_,`__t` 'G< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03 -RaAoA8.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o RaAoA8.o RaAoA8.c -W0,-xp\$XAoAMiKJt8VM0B9.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKJt8VM0B9.;backend;raw;cd;DBG_GEN 5.2.7XdmcpReallocARRAYofARRAY8*narray)xlength)tnewData+hD intunsigned charCARD8unsigned shortCARD167CARD8Ptr _ARRAY8 length&# data@#SARRAY8Ptr _ARRAYofARRAY8 length# data#ARRAYofARRAY8Ptrvoid unsigned long Xrealloc^  long lockf   ^char  truncate  ^^off64_t tell   ^ssize_t pwrite0  '  0 pread0    0 lseek    ftruncate5  ^ 5 truncatex > ^^off_t tellx    pwrite0    0 pread0?    0 lseekxv  x  lockf   ^ ftruncate  ^   attropen>    > openat  G  unsigned creat    open    ' attropent  0  t openat  }   creat   open   /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysRaAoA8.cXdmcp.hXmd.htypes.h ,, DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' ID  I &I.? < ' ID < 9dXdmcpReallocARRAYofARRAY8 9CARD8&CARD16@CARD8PtrS_ARRAY8ARRAY8Ptr_ARRAYofARRAY8ARRAYofARRAY8Ptroff64_t0ssize_txoff_tRaAoA8.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXreallocXdmcpReallocARRAYofARRAY8_GLOBAL_OFFSET_TABLE_    />G|a8 6\6 66 666@ 0$-6RAR 9M YFgHw]1w8 ` X p   Unwrap.o/ 1280822090 0 0 100644 6812 ` ELF+X@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames㾀www'_@@7@@ 'נ 'G〠H\GG۠$@ HHT 'ߨ_GGߠ@< Gס,0,@Gߠ 'G߀ O_Gۢ@Ϡ7@@ G׀`?'3G3'נ 'Gۀ H G _G۠< ,@HG < Gס,0@ _G۠< ,@Gߠ 'G߀ OG۠ 'GG〤O@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03 FUnwrap.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o Unwrap.o Unwrap.c -W0,-xp\$XAoAMiKKt8VMUJ9.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKKt8VMUJ9.;backend;raw;cd;DBG_GEN 5.2.7XdmcpUnwrapAn}input=xwrapper>poutput?hbytes@diB`jB\kBXtmpCPblocksD@expand_wrapperEscheduleF~Dunsigned char}intlong} }  } }7  auth_cblock auth_ks_structv _7#M  vauth_wrapper_scheduleM _XdmcpAuthDoIt _XdmcpAuthSetup- _XdmcpWrapperToOddParityflockfchartruncate off64_ttellvoid&unsigned long ssize_tpwriteI/8IpreadI8IlseekftruncateNNtruncateW off_ttellpwriteI8IpreadIX8Ilseeklockfftruncate attropenWWopenat`unsignedcreatopen . . @attropen  7 I openat   creat   open !Z /var/tmp/libXdmcp-1.0.3/usr/include/sysUnwrap.cWrap.htypes.h  !%$2)5$5{w DD%.?  : ; @ ' D I: ;  4I : ;  D D $> II  !I/ I:  :  I8 .? < ' D I.? < ' ID &I.? < ' ID . RdXdmcpUnwrap R7auth_cblockMauth_ks_structauth_wrapper_scheduleoff64_tIssize_toff_tUnwrap.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata_XdmcpAuthDoIt_XdmcpAuthSetup_XdmcpWrapperToOddParityXdmcpUnwrap_GLOBAL_OFFSET_TABLE_    />M]v8 L  6\6u 6}6s 666@ 0$-6A RMYg:wbh hH`  ( @  WA16.o/ 1280822090 0 0 100644 6340 ` ELF+@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0ww__ @@H H#' '_ H__\ G,0@@H H 'G 'G_ O 'G< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03 zWA16.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o WA16.o WA16.c -W0,-xp\$XAoAMiKKt8VM0P9.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKKt8VM0P9.;backend;raw;cd;DBG_GEN 5.2.7XdmcpWriteARRAY16(nrbuffer'x array'pi)hD intunsigned charBYTE _XdmcpBufferi data# size# pointer# count#iXdmcpBufferPtrCARD8unsigned shortCARD16Ptr _ARRAY16 length# data#ARRAY16Ptrunsigned XdmcpWriteCARD8e i ! XdmcpWriteCARD16 i !long lockf   char  truncate(  off64_t tell(^ void ^funsigned longssize_t pwrite  o x ^ pread%   x  lseek(\  (  ftruncate    truncate  off_t tell  ^ pwriteX   x  pread   x  lseek    lockf    ftruncate8   8 J attropen A S   openat     creat"  ! " openb +  b t attropen k }   openat     creat L  !  Lopen U  /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysWA16.cXdmcp.hXmd.htypes.h *0(<~  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' ID  I &I.? < ' ID 4 ^XdmcpWriteARRAY16 BYTE_XdmcpBufferrXdmcpBufferPtrCARD8CARD16Ptr_ARRAY16 ARRAY16Ptr(off64_tssize_toff_tWA16.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXdmcpWriteCARD16XdmcpWriteCARD8XdmcpWriteARRAY16_GLOBAL_OFFSET_TABLE_   -<M]o4  6V6u 6}6 666@ 0   $ - 6A M0Yg@wXP 0` 8 P h  WA32.o/ 1280822091 0 0 100644 6324 ` ELF+p@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0ww__ @@H H#' '_ H__\ G,0@@H H 'G 'G_ O 'G< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03 hWA32.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o WA32.o WA32.c -W0,-xp\$XAoAMiKKt8VMUW9.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKKt8VMUW9.;backend;raw;cd;DBG_GEN 5.2.7XdmcpWriteARRAY32(nrbuffer'xarray'pi)hD intunsigned charBYTE _XdmcpBufferi data# size# pointer# count#iXdmcpBufferPtrCARD8unsignedCARD32Ptr _ARRAY32 length# data#ARRAY32Ptr XdmcpWriteCARD8S i  XdmcpWriteCARD32 i long lockf   char  truncate  off64_t tellL void LTunsigned longssize_t pwritew  ] f wL preadw   f w lseekJ    ftruncate|   | truncate  off_t tell  L pwritewF   f w preadw   f w lseek    lockf    ftruncate&   & 8 attropen / A   openat     creat    openP   P b attropen Y k   openat     creat :    :open C  /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysWA32.cXdmcp.hXmd.htypes.h *0(<~  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' ID  I &I.? < ' ID 4 t^XdmcpWriteARRAY32 tBYTE_XdmcpBufferrXdmcpBufferPtrCARD8CARD32Ptr_ARRAY32ARRAY32Ptroff64_twssize_toff_tWA32.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXdmcpWriteCARD32XdmcpWriteCARD8XdmcpWriteARRAY32_GLOBAL_OFFSET_TABLE_   -<M]o4  6V6u 6}6 666@ 0   $ - 6A tMYg@wHP 0` ( @ X  WA8.o/ 1280822091 0 0 100644 6324 ` ELF+p@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0ww__ @@H H"' '_ H__\ G @@H H 'G 'G_ O 'G< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03 tWA8.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o WA8.o WA8.c -W0,-xp\$XAoAMiKLt8VM0c9.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKLt8VM0c9.;backend;raw;cd;DBG_GEN 5.2.7XdmcpWriteARRAY8(nnbuffer'xarray'pi)hD intunsigned charBYTE _XdmcpBuffere data# size# pointer# count#eXdmcpBufferPtrunsigned shortCARD16CARD8Ptr _ARRAY8 length# data#ARRAY8Ptrunsigned XdmcpWriteCARD8_ e  XdmcpWriteCARD16 e long lockf   char  truncate"  off64_t tell"X void X`unsigned longssize_t pwrite  i r X pread   r  lseek"V  "  ftruncate    truncate  off_t tell  X pwriteR   r  pread   r  lseek    lockf    ftruncate2   2 D attropen ; M   openat     creat    open\ %  \ n attropen e w   openat       creat F    Fopen O  /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysWA8.cXdmcp.hXmd.htypes.h *0(8~  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' ID  I &I.? < ' ID 3 [XdmcpWriteARRAY8 BYTE_XdmcpBuffernXdmcpBufferPtrCARD16CARD8Ptr_ARRAY8ARRAY8Ptr"off64_tssize_toff_tWA8.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXdmcpWriteCARD8XdmcpWriteCARD16XdmcpWriteARRAY8_GLOBAL_OFFSET_TABLE_   ,;K\m4  6S6q 6y6 666@ 0$-6A M"Yg?wHP 0` ( @ X  WAofA8.o/ 1280822091 0 0 100644 6540 ` ELF+H@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0ww__ @@H H#' '_ H__\ G,0@@H H 'G 'G_ O 'G< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03 WAofA8.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o WAofA8.o WAofA8.c -W0,-xp\$XAoAMiKLt8VMUj9.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKLt8VMUj9.;backend;raw;cd;DBG_GEN 5.2.7XdmcpWriteARRAYofARRAY8(n~buffer'xarray'pi)hD intunsigned charBYTE _XdmcpBufferu data # size# pointer# count#uXdmcpBufferPtrCARD8unsigned shortCARD16CARD8Ptr _ARRAY8 length# data#ARRAY8Ptr _ARRAYofARRAY8z length# data'#;zARRAYofARRAY8Ptrunsigned XdmcpWriteCARD8 u  XdmcpWriteARRAY8 u long lockfZ   char Zb truncate k off64_t tell void unsigned longssize_t pwriteY     pread  Y   lseek    ftruncate   Z truncateN  off_t tellN   pwrite     pread  Y   lseekNL  N  lockf    ftruncate   Z Z attropen    Z openat_    Z_ creat h  Z open   Z Z attropen >    Z > openat  G  Z creat  Z open  /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysWAofA8.cXdmcp.hXmd.htypes.h *0(<~  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' ID  I &I.? < ' ID : dXdmcpWriteARRAYofARRAY8 BYTE_XdmcpBuffer~XdmcpBufferPtrCARD8CARD16CARD8Ptr_ARRAY8'ARRAY8Ptr;_ARRAYofARRAY8ARRAYofARRAY8Ptroff64_tssize_tNoff_tWAofA8.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXdmcpWriteARRAY8XdmcpWriteCARD8XdmcpWriteARRAYofARRAY8_GLOBAL_OFFSET_TABLE_    />O_w4  6\6 66 666@ 0   $ - 6A MYqg@Fw  P p0`   0  WC16.o/ 1280822092 0 0 100644 5900 ` ELF+@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames@w'_4 @@H H'_ @@H H' 'G< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03WC16.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o WC16.o WC16.c -W0,-xp\$XAoAMiKMt8VMUq9.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKMt8VMUq9.;backend;raw;cd;DBG_GEN 5.2.7XdmcpWriteCARD16,n`buffer*xyvalue+tD intunsigned charBYTE_XdmcpBufferW data# size# pointer# count#WXdmcpBufferPtrunsigned XdmcpWriteCARD8 W ylong lockf   char  truncateG  off64_t tellG} void }unsigned longssize_t pwrite    } preadD     lseekG{  G  ftruncate    truncate  off_t tell$  }$ pwritew  -   pread     lseek    lockf%    ftruncateW   W i attropen ` r   openat     creatA  y A open J    attropen     openat+    + creatk 4 y kopen t   /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysWC16.cXdmcp.hXmd.htypes.h ,00 DD%.?  : ; @ ' ID I: ;  D D $> I: I :  I8 .? < ' ID  I &I .? < ' ID 3^XdmcpWriteCARD16BYTE_XdmcpBuffer`XdmcpBufferPtrGoff64_tssize_toff_tWC16.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXdmcpWriteCARD8XdmcpWriteCARD16_GLOBAL_OFFSET_TABLE_   -<L]4 d 6V6t 6|6 666@ 0$-6ZAZM Y gu?wAs8 0 `     WC32.o/ 1280822092 0 0 100644 6052 ` ELF+`@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames@w'_4 @@H H*'_4  @@H H'_4  @@H H'_ @@H H' 'G< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03WC32.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o WC32.o WC32.c -W0,-xp\$XAoAMiKMt8VM0w9.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKMt8VM0w9.;backend;raw;cd;DBG_GEN 5.2.7XdmcpWriteCARD32+n`buffer)xyvalue*tD intunsigned charBYTE_XdmcpBufferW data# size# pointer# count#WXdmcpBufferPtrunsigned XdmcpWriteCARD8 W ylong lockf   char  truncateG  off64_t tellG} void }unsigned longssize_t pwrite    } preadD     lseekG{  G  ftruncate    truncate  off_t tell$  }$ pwritew  -   pread     lseek    lockf%    ftruncateW   W i attropen ` r   openat     creatA  y A open J    attropen     openat+    + creatk 4 y kopen t   /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysWC32.cXdmcp.hXmd.htypes.h +0440 DD%.?  : ; @ ' ID I: ;  D D $> I: I :  I8 .? < ' ID  I &I .? < ' ID 3^XdmcpWriteCARD32BYTE_XdmcpBuffer`XdmcpBufferPtrGoff64_tssize_toff_tWC32.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXdmcpWriteCARD8XdmcpWriteCARD32_GLOBAL_OFFSET_TABLE_   -<L]4 h   6V6t 6|6 666@ 0888$8-86AM gY#g?w s 8 X``  0 H  WC8.o/ 1280822093 0 0 100644 5684 ` ELF+0@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0w'_D` D`H H'_ w_D 'G _$`< _\ G,@ 'G< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03]WC8.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o WC8.o WC8.c -W0,-xp\$XAoAMiKNt8VMU39.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKNt8VMU39.;backend;raw;cd;DBG_GEN 5.2.7XdmcpWriteCARD8,n\buffer*xuvalue+tD intunsigned charBYTE_XdmcpBufferS data# size# pointer# count#SXdmcpBufferPtrunsignedlong lockf   char  truncate  off64_t tell A void AIunsigned longssize_t pwritel  R [ lA preadl   [ l lseek ?    ftruncateq   q truncate z off_t tell  A pwritel;   [ l preadl{   [ l lseek    lockf    ftruncate    - attropenz $ 6  z openat     creat  u  openE   E W attropen N `   openat     creat/  u /open 8   /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysWC8.cXdmcp.hXmd.htypes.h ,$L DD%.?  : ; @ ' ID I: ;  D D $> I: I :  I8 .? < ' ID  I &I .? < ' ID 2i[XdmcpWriteCARD8iBYTE_XdmcpBuffer\XdmcpBufferPtr off64_tlssize_toff_tWC8.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXdmcpWriteCARD8_GLOBAL_OFFSET_TABLE_   ,;K6S6p 6x6 666@ ($-6ZAZiM Y yg7>wuah  `     Whead.o/ 1280822093 0 0 100644 6572 ` ELF+h@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0ww_D _  H@w_߀h H4'_\ @__t`!_$`_$ __ @@H H'__ @@H H'__ @@H H' 'G< @(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03 Whead.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o Whead.o Whead.c -W0,-xp\$XAoAMiKNt8VM099.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKNt8VM099.;backend;raw;cd;DBG_GEN 5.2.7XdmcpWriteHeader,n{buffer*xheader+pnewData-`D intunsigned charBYTE _XdmcpBufferr data# size# pointer# count#rXdmcpBufferPtrunsigned shortCARD16 _XdmcpHeader version# opcode# length# XdmcpHeaderPtrvoid, XfreeZ 4unsigned long Xalloc4 Zunsigned XdmcpWriteCARD16 r long lockf   char truncate` & off64_t tell` ,ssize_t pwrite   Z , preadD   Z  lseek`{  `  ftruncate   truncate  off_t tell$ ,$ pwritew  - Z  pread   Z  lseek    lockf%    ftruncateW  Wi attropen ` r  openat    creatA  A open J  attropen    openat +    + creat k 4  kopen t  /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysWhead.cXdmcp.hXmd.htypes.h .-000 DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' D  I .? < ' ID &I.? < ' ID 3 aXdmcpWriteHeader BYTE_XdmcpBuffer{XdmcpBufferPtrCARD16_XdmcpHeaderXdmcpHeaderPtr`off64_tssize_toff_tWhead.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataXdmcpWriteCARD16XfreeXallocXdmcpWriteHeader_GLOBAL_OFFSET_TABLE_    .=NT[4lH x    6Y6w 668 666@ 0P$-6 A MYrgS?wZh Hx`   8 P  Wrap.o/ 1280822094 0 0 100644 7884 ` ELF+@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames㾐www'_ǐ@@ǠG@@ 'G〠Hf 'GG۠$@G׀HGG۠$@'נ 'G׀H#Gۀ H _G @,@H_GGߠ@< _$`< ,@Gߠ 'GG׀OG߀ HGۀ H G,@H _Gۢ$ Gߠ@< ,@Gߠ 'G߀ O_Gۢ@G@@ G۠ 'GG〤O@/<`@/<`@/<`@/< 'G< 0ww ' ' '_G G,@< G<@ /,`ʐ@_G,@G$ 'G 'G 'G〤 O_G @/,`@_G,@@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03 Wrap.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o Wrap.o Wrap.c -W0,-xp\$XAoAMiKOt8VMUE_.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKOt8VMUE_.;backend;raw;cd;DBG_GEN 5.2.7XdmcpWrap;n`qinput7xqwrapper8pqoutput9hzbytes:diz<`jz<\lenz=Xtmp>Pexpand_wrapper?Hschedule<@~Dunsigned char`intlong` ` `  auth_cblock auth_ks_struct _#<  auth_wrapper_schedule OddParitycnz`cbD_XdmcpWrapperToOddParitysnSqinqxqoutrpashiftztlbshiftzthizudc`vcD _XdmcpAuthDoItqqSz_XdmcpAuthSetupqSlockfzzzchar truncatezO off64_ttellOzvoidunsigned long ssize_tpwritezpreadLzlseekOzOzftruncatezztruncatez off_ttell,z,pwritez5preadzlseekzzlockfz-zzftruncatez_z_qattropenzhzzopenatz zz unsignedcreatz U   Uopenz  ^z  attropenz   z openatz ?z z ?creatz  H  openz zX /var/tmp/libXdmcp-1.0.3/usr/include/sysWrap.cWrap.htypes.h  %(%){% { l  @,{, DD%.?  : ; @ ' D I: ;  4I : ;  D D $> II  !I/ I:  :  I8 . : ; @ ' ID .? < ' D I.? < ' ID &I.? < ' ID M ^XdmcpWrap_XdmcpWrapperToOddParity, \OddParity auth_cblockauth_ks_structU @'4 !< @4 '!<,@' 'G`]L@H4`,`'4`,`'H 4`,`'4`,`'!<,@'!<,@' ?4,0`]@5  5  <4,0`]!@5 5  04,0`]"@5  5  5  8@4,0`]#@' ?4,0`]$@5  5  <4,0`]%@5  ?4,0`]&@5  5  0@4,0`]'@', !?<,@_$`_Ϡ wߥ4 !?< @'ߥ,`4`'_$`_Ϡ wGˠ 'Gˀ OSHСA@`wwww'_w_w_ '_ w_ , @''_ w_ , @''_ w_ , @''_ w_ '_ w_ , @''_ w_ , @''_ w_ , @''_ wۣ4 ߢ@!à# @'נ@'ס, @'ߣ4 ۢ@!?<,@'נ@'ס, @'ۣ4 ߢ@! ̠#3 @'נ@'ס, @'ߣ4 ۢ@!? @'נ@'ס, @'ۣ4 ߢ@!UU!U @'נ@'ס, @''''_wG〤H 'ۥ,`4`'_G,0@'_G < ,0@'ץ4`,`'נ ?4,0`]!@4 ?4,0`]#@4 ?4,0`]%@4 ?4,0`]'@Ӡ ?4,0`]@4 ?4,0`]"@4 ?4,0`]$@4 ?4,0`]&@'ߥ,`4`'_G < ,0@'_G < ,0@'ץ4`,`'נ ?4,0`]!@4 ?4,0`]#@4 ?4,0`]%@4 ?4,0`]'@Ӡ ?4,0`]@4 ?4,0`]"@4 ?4,0`]$@4 ?4,0`]&@'G 'G O#H 'ۥ,`4`'_G,0@'_G < ,0@'ץ4`,`'נ ?4,0`]!@4 ?4,0`]#@4 ?4,0`]%@4 ?4,0`]'@Ӡ ?4,0`]@4 ?4,0`]"@4 ?4,0`]$@4 ?4,0`]&@'ߥ,`4`'_G$ < ,0@'_G$ < ,0@'ץ4`,`'נ ?4,0`]!@4 ?4,0`]#@4 ?4,0`]%@4 ?4,0`]'@Ӡ ?4,0`]@4 ?4,0`]"@4 ?4,0`]$@4 ?4,0`]&@'G$ 'G O#ۣ4 ߢ@!UU!U @'נ@'ס, @'ߣ4 ۢ@!? @'נ@'ס, @'ۣ4 ߢ@! ̠#3 @'נ@'ס, @'ߣ4 ۢ@!?<,@'נ@'ס, @'ۣ4 ߢ@!à# @'נ@'ס, @'ߠ < _,`_ wߡ4  /_,`/_ wߡ4  /_,`/_ wߡ4  /_,`/_ w۠ < _,`_ wۡ4  /_,`/_ wۡ4  /_,`/_ wۡ4  /_,`/_ wH        0 0 0  0 0  0 0  0           0  0 0 0 0  0  0  0          $$   $ $$$   $ $            $$   $ $$$   $ $                0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0                            ((  ((  ((  ((  ((  ((  ((  ((           """"    " " " "((((((((    """"( ( ( ( ("("("("A@@@A@@@@@@AA@@@@@@@@AA@@@@A@@@A@A@@A@@@A@@@@@@A@AA@@@@@@@@A@@A@                          @ @ @@ @@  @ @ @ @ @ @ @ @@ @ @  @@  @@@@ @ @ @@@ @ @ @ @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@(#)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 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/034Wraphelp.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -o Wraphelp.o Wraphelp.c -W0,-xp\$XAoAMiKOt8VM0K_.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKOt8VM0K_.;backend;raw;cd;DBG_GEN 5.2.7unsignedjlongv?skbE j?"SPtrans char@Hnshifts2Qw  _XdmcpAuthSetupznn keyyx scheduleypc{ld{ht{ds{`in|Xk}Pi ~L D unsigned char nn auth_cblockauth_ks_struct_#  jCARD32 nCARD8  int_XdmcpAuthDoItn inputx outputp ksh  encryptdl`r\tXuTsHin@outi  D(` /var/tmp/libXdmcp-1.0.3/usr/local/include/X11Wraphelp.cWrap.hXmd.h 'P@@<@@< &II !I/ 4I : ;  I 4I : ; .?  : ;@ ' D  I: ; D D I I:  :  I8 .?  : ;@ ' D I@_XdmcpAuthSetup'_XdmcpAuthDoItb@auth_cblockauth_ks_structCARD32CARD8F@skb"SPtransnshifts2Wraphelp.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata_XdmcpAuthDoIt_XdmcpAuthSetup$XAoAMiKOt8VM0K_.shifts2$XAoAMiKOt8VM0K_.SPtrans$XAoAMiKOt8VM0K_.skb_GLOBAL_OFFSET_TABLE_     1@ OT_x $  PT |     LP tx     $  ( L  P t  x           (  , P  T t  x        ( , L P t x   @ D d h         ( , P T 6b668 6 6 66d< 6D6Hy 6 6666@ XP$$$$-$6&FA&F@M+Y,g-~Uw-n.AR./P 08 90 9 : :0707010003846c000081ed0000000000000000000000014c57cb500002d9b80000010000010036ffffffffffffffff0000002500000000root/usr/local/lib/libXdmcp.so.6.0.0ELF+@8@8@WWXXHH\\CD "$&()*,-/135679:>AC  !#%'+.0248;<=?@BX`),",24TBxxSpew^HHHX" X1$G*%00='8|W%x|k^Hp`,* T@p-p"ppH \# Y=&xP$x`pr3'+ G; # O"@ G W#(=&|Qtb/r G G"(-l/4.hHXdmcpReadARRAY16memmoveXdmcpWriteARRAY16Xfree_XdmcpAuthSetupXdmcpCompareKeysXdmcpAllocARRAY32XdmcpIncrementKeyXdmcpCopyARRAY8XdmcpFlushgetpidrecvfrom_edataXdmcpDisposeARRAY8XdmcpFillXdmcpReadARRAY8XdmcpARRAY8Equaltimelrand48XdmcpReadCARD32_GLOBAL_OFFSET_TABLE_XdmcpWrap_initXdmcpReadRemainingXdmcpReallocARRAYofARRAY8XdmcpReallocARRAY16_endXdmcpDecrementKeyXdmcpReadARRAY32XdmcpWriteARRAYofARRAY8XdmcpWriteARRAY32XdmcpReadARRAYofARRAY8XdmcpAllocARRAYofARRAY8XreallocXdmcpWriteCARD16XdmcpDisposeARRAY16_DYNAMIC_PROCEDURE_LINKAGE_TABLE_XdmcpReallocARRAY8XdmcpReadHeaderXdmcpAllocARRAY16_XdmcpWrapperToOddParityXdmcpUnwrapXdmcpWriteARRAY8$XAoAMiKOt8VM0J_.skb_XdmcpAuthDoItXdmcpReadCARD8$XAoAMiKOt8VM0J_.SPtransXallocsrand48$XAoAMiKOt8VM0J_.shifts2_etextXdmcpDisposeARRAYofARRAY8XdmcpReallocARRAY32XdmcpGenerateKeyXdmcpWriteCARD8_lib_version_finiXdmcpReadCARD16sendtomallocXdmcpAllocARRAY8XdmcpWriteHeaderXdmcpWriteCARD32XdmcpDisposeARRAY32libsocket.so.1SUNW_0.7libc.so.1libXdmcp.so.6 =( =(X4X1X.Y2Y?Y"Y=ZZ Z@Z` Z>Z ZZ3[[ 0[@<[`[[6[$[+\\ /\@9\`#\B\-0ww_ _ H H!' '_ H_\ G @_\  H H 'G 'G_ O 'G< 0w'G,0@w_瀤h H 'G_,`__t` 'G< 0w'G,0@ِw_瀤h H 'G_,`__t` 'G< 0w'G@w_瀤h H 'G_4`__t` 'G< @w_ h w_@w_0ww_ h w_h_@~Hw__@@w_@w_h_@s0w'G,0@Kw_瀤h H 'G_,`__t` 'G< 0ww_ _4`_ @%_t _\ h H '_\ _\``@2 'G< 0ww '_G @_ H H 'G 'G瀤 O 'G< @w_\ h_\ @ _,`_t @w_\ h_\ @ _,`_t @w_\ h_\ @͐ _4`_t @w_\ h '_ H_\ G,0@@G 'G_ O_\ @ _,`_t  w '_G@w_ /$ _,`怤 HG$ 'G HH_G@w_ /֠$ _,`ր O 'www_D #H@&w_πh _\ @E__t`!_$`_$ G_\`D`< __ߐ@ @@?_$`_D  H_$  H'۠ 'Gۡ<  'ww'G_\`D` < _G4 @ @@'G_D H H'ߠ 'Gߡ< @ww_ _,`_<0 _,`_<0 _,`_<0 _,`0w@: @@@w@w__@ϒ__ @ɒ w '_G@w_  /_,`怤 HG$ 'G HH_G@w_  /_,`ր O0ww__@@H_t  HE'_ H_t  H;'_ ,0@-_t _\ h H,' '_ H#__\ G,0@@H_\ @4_t  _,` H 'G 'G_ O 'G< 0ww__@@NH_t  HE'_ H_t  H;'_ ,0@ϐ_t _\ h H,' '_ H#__\ G,0@@-H_\ @֐_t  _,` H 'G 'G_ O 'G< 0ww__@@H_t  HC'_ H_t  H9'_ @r_t _\ h H+' '_ H"__\ G@@H_\ @z_t  _4` H 'G 'G_ O 'G< 0ww__@@H_t  HB'_ H_t  H8'_ ,0@_t _\ h H)' '_ H __\ G,0@@{H G_,`_@z H 'G 'G_ O 'G< 0ww_@@8H_@@0H , @_4` H' 'G< 0ww_@@H)_@@H!_@@ H_@@ H, , @, @@_$` H' 'G<  ww_D` D`H H'_ w_D 'G۠ _$`_\ G @_,` 'G< 0ww__@@ H__ @@ H__ @@ H H' 'G< @w_D`D` $'G< 0w'_\ G,0@@ w_瀤h H 'G_,`__t` 'G< 0w'_\ G,0@@ dw_瀤h H 'G_,`__t` 'G< 0w'_\ G@@ ?w_瀤h H 'G_4`__t` 'G< 0w'_\ G,0@@ w_瀤h H 'G_,`__t` 'G< 㾀www'_@@ 7@@  'נ 'G〠H\GG۠$@ HHT 'ߨ_GGߠ@< Gס,0,@Gߠ 'G߀ O_Gۢ@Ϡ7@@ ٖ G׀`?'3G3'נ 'Gۀ H G _G۠< ,@HG < Gס,0@ _G۠< ,@Gߠ 'G߀ OG۠ 'GG〤O0ww__ @@ H H#' '_ H__\ G,0@@ H H 'G 'G_ O 'G< 0ww__ @@ _H H#' '_ H__\ G,0@@ YH H 'G 'G_ O 'G< 0ww__ @@ +H H"' '_ H__\ G @@ H H 'G 'G_ O 'G< 0ww__ @@ H H#' '_ H__\ G,0@@ H H 'G 'G_ O 'G< @w'_4 @@ H H'_ @@ H H' 'G< @w'_4 @@ H H*'_4  @@ xH H'_4  @@ kH H'_ @@ _H H' 'G< 0w'_D` D`H H'_ w_D 'G _$`< _\ G,@ 'G< 0ww_D _  H@ dw_߀h H4'_\ @ __t`!_$`_$ __ @@ H H'__ @@ H H'__ @@ H H' 'G< 㾐www'_ǐ@@ ǠG@@  'G〠Hf 'GG۠$@G׀HGG۠$@'נ 'G׀H#Gۀ H _G @,@H_GGߠ@< _$`< ,@Gߠ 'GG׀OG߀ HGۀ H G,@H _Gۢ$ Gߠ@< ,@Gߠ 'G߀ O_Gۢ@G@@ U G۠ 'GG〤O@/<`@/<`@/<`@/< 'G< 0ww ' ' '_G G,@< G<@ /,`ʐ@_G,@G$ 'G 'G 'G〤 O_G @/,`@_G,@A@clwww_w_w_ '_נ w_ , @''_נ w_ , @''_נ w_ , @''_נ w_ '_נ w_ , @''_נ w_ , @''_נ w_ , @''_נ w4 @!à# @'@', @',! < @'@4@',!U< @'@4@',!? @'@4@',!U< @'@4@',!?< @'@4@',!? @'@4@',! @'@4@'!* @, !@! @4 !j>U @'4 !< @4 '!<,@' 'G`]L@H4`,`'4`,`'H 4`,`'4`,`'!<,@'!<,@' ?4,0`]@5  5  <4,0`]!@5 5  04,0`]"@5  5  5  8@4,0`]#@' ?4,0`]$@5  5  <4,0`]%@5  ?4,0`]&@5  5  0@4,0`]'@', !?<,@_$`_Ϡ wߥ4 !?< @'ߥ,`4`'_$`_Ϡ wGˠ 'Gˀ OSHСA@`wwww'_w_w_ '_ w_ , @''_ w_ , @''_ w_ , @''_ w_ '_ w_ , @''_ w_ , @''_ w_ , @''_ wۣ4 ߢ@!à# @'נ@'ס, @'ߣ4 ۢ@!?<,@'נ@'ס, @'ۣ4 ߢ@! ̠#3 @'נ@'ס, @'ߣ4 ۢ@!? @'נ@'ס, @'ۣ4 ߢ@!UU!U @'נ@'ס, @''''_wG〤H 'ۥ,`4`'_G,0@'_G < ,0@'ץ4`,`'נ ?4,0`]!@4 ?4,0`]#@4 ?4,0`]%@4 ?4,0`]'@Ӡ ?4,0`]@4 ?4,0`]"@4 ?4,0`]$@4 ?4,0`]&@'ߥ,`4`'_G < ,0@'_G < ,0@'ץ4`,`'נ ?4,0`]!@4 ?4,0`]#@4 ?4,0`]%@4 ?4,0`]'@Ӡ ?4,0`]@4 ?4,0`]"@4 ?4,0`]$@4 ?4,0`]&@'G 'G O#H 'ۥ,`4`'_G,0@'_G < ,0@'ץ4`,`'נ ?4,0`]!@4 ?4,0`]#@4 ?4,0`]%@4 ?4,0`]'@Ӡ ?4,0`]@4 ?4,0`]"@4 ?4,0`]$@4 ?4,0`]&@'ߥ,`4`'_G$ < ,0@'_G$ < ,0@'ץ4`,`'נ ?4,0`]!@4 ?4,0`]#@4 ?4,0`]%@4 ?4,0`]'@Ӡ ?4,0`]@4 ?4,0`]"@4 ?4,0`]$@4 ?4,0`]&@'G$ 'G O#ۣ4 ߢ@!UU!U @'נ@'ס, @'ߣ4 ۢ@!? @'נ@'ס, @'ۣ4 ߢ@! ̠#3 @'נ@'ס, @'ߣ4 ۢ@!?<,@'נ@'ס, @'ۣ4 ߢ@!à# @'נ@'ס, @'ߠ < _,`_ wߡ4  /_,`/_ wߡ4  /_,`/_ wߡ4  /_,`/_ w۠ < _,`_ wۡ4  /_,`/_ wۡ4  /_,`/_ wۡ4  /_,`/_ wHPP        0 0 0  0 0  0 0  0           0  0 0 0 0  0  0  0          $$   $ $$$   $ $            $$   $ $$$   $ $                0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0                            ((  ((  ((  ((  ((  ((  ((  ((           """"    " " " "((((((((    """"( ( ( ( ("("("("A@@@A@@@@@@AA@@@@@@@@AA@@@@A@@@A@A@@A@@@A@@@@@@A@AA@@@@@@@@A@@A@                          @ @ @@ @@  @ @ @ @ @ @ @ @@ @ @  @@  @@@@ @ @ @@@ @ @ @ @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\0o0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0ow`0oo0og0o_0oW0oO0oG 0o?@0o7`0o/0o'0o G G  p  oo op  ooY p  G G G X Y \^H^H^H^H , G;B^HK^HV^H, GgB^HK^HV^H, GnB^HK^HV^H, GuB^HK^HV^H, G{B^HK^HV^H, GB^HK^HV^H, GB^HK^HV^H, GB^HK^HV^H, GB^HK^HV^H, GB^HK^HV^H, GB^HK^HV^H, GB^HK^HV^H, GB^HK^HV^H, GB^HK^HV^H, GB^HK^HV^H, GB^HK^HV^H, G`B^HK^HV^H, GB^HK^HV^H, GB^HK^HV^H, GB^HK^HV^H, GB^HK^HV^H, GB^HK^HV^H, GB^HK^HV^H, G B^HK^HV^H, GB^HK^HV^H, GB^HK^HV^H, GB^HK^HV^H, G'B^HK^HV^H, G/B^HK^HV^H, G6B^HK^HV^H, G?B^HK^HV^H, GHB^HK^HV^H, GOB^HK^HV^H, GVB^HK^HV^H, G\B^HK^HV^H, GeB^HK^HV^H, GlB^HK^HV^H, GsB^HK^HV^H, GyB^HK^HV^H, GB^HK^HV^H, G3\B^HK^HV^H, GX`)",4Txxp%7GRYb^HiH|HX" X1G%00'8|%x|+^H0B`S,k*} T@p-p"ppH \ Y&x$x p32'>+O Gd; s# O"@ G W(&|t / G& G,"(<CJl[/4l.}hH.libs/libXdmcp.so.6.0.0crti.svalues-Xa.cDrodata.rodataA8Eq.cBbss.bssDdata.dataDpicdata.picdataAA16.cAA32.cAA8.cAlloc.cDAofA8.cCA8.cCmpKey.cDA16.cDA32.cDA8.cDecKey.cFill.cFlush.cGenKey.cgetbitsIncKey.cRA16.cRA32.cRA8.cRAofA8.cRC16.cRC32.cRC8.cRHead.cRR.cRaA16.cRaA32.cRaA8.cRaAoA8.cUnwrap.cWA16.cWA32.cWA8.cWAofA8.cWC16.cWC32.cWC8.cWhead.cWrap.c_XdmcpWrapperToOddParityWraphelp.ccrtn.s_END__START_XdmcpReadARRAY16memmoveXdmcpWriteARRAY16Xfree_XdmcpAuthSetupXdmcpCompareKeysXdmcpAllocARRAY32XdmcpIncrementKeyXdmcpCopyARRAY8XdmcpFlushgetpidrecvfrom_edataXdmcpDisposeARRAY8XdmcpFillXdmcpReadARRAY8XdmcpARRAY8Equaltimelrand48XdmcpReadCARD32_GLOBAL_OFFSET_TABLE_XdmcpWrap_initXdmcpReadRemainingXdmcpReallocARRAYofARRAY8XdmcpReallocARRAY16_endXdmcpDecrementKeyXdmcpReadARRAY32XdmcpWriteARRAYofARRAY8XdmcpWriteARRAY32XdmcpReadARRAYofARRAY8XdmcpAllocARRAYofARRAY8XreallocXdmcpWriteCARD16XdmcpDisposeARRAY16_DYNAMIC_PROCEDURE_LINKAGE_TABLE_XdmcpReallocARRAY8XdmcpReadHeaderXdmcpAllocARRAY16XdmcpUnwrapXdmcpWriteARRAY8$XAoAMiKOt8VM0J_.skb_XdmcpAuthDoItXdmcpReadCARD8$XAoAMiKOt8VM0J_.SPtransXallocsrand48$XAoAMiKOt8VM0J_.shifts2_etextXdmcpDisposeARRAYofARRAY8XdmcpReallocARRAY32XdmcpGenerateKeyXdmcpWriteCARD8_lib_version_finiXdmcpReadCARD16sendtomallocXdmcpAllocARRAY8XdmcpWriteHeaderXdmcpWriteCARD32XdmcpDisposeARRAY32anotate anotate @(#)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@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)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_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)socket.h 1.78 08/01/18 SMI@(#)uio.h 1.34 09/06/15 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@(#)netconfig.h 1.24 04/02/27 SMI@(#)in.h 1.55 09/05/27 SMI@(#)stream.h 1.115 08/07/22 SMI@(#)vnode.h 1.133 09/07/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.25 03/09/02 SMI@(#)param.h 1.82 06/01/30 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@(#)resource.h 1.37 07/02/07 SMI@(#)seg_enum.h 1.9 09/07/02 SMI@(#)kstat.h 1.22 07/02/02 SMI@(#)kmem.h 1.37 06/03/10 SMI@(#)vmem.h 1.12 05/06/27 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 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)socket.h 1.78 08/01/18 SMI@(#)uio.h 1.34 09/06/15 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@(#)netconfig.h 1.24 04/02/27 SMI@(#)in.h 1.55 09/05/27 SMI@(#)stream.h 1.115 08/07/22 SMI@(#)vnode.h 1.133 09/07/17 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.25 03/09/02 SMI@(#)param.h 1.82 06/01/30 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@(#)resource.h 1.37 07/02/07 SMI@(#)seg_enum.h 1.9 09/07/02 SMI@(#)kstat.h 1.22 07/02/02 SMI@(#)kmem.h 1.37 06/03/10 SMI@(#)vmem.h 1.12 05/06/27 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 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)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_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)types.h 1.86 07/09/20 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03ld: Software Generation Utilities - Solaris Link Editors: 5.10-1.497~A8Eq.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/A8Eq.o A8Eq.c -W0,-xp\$XAoAMiK7s8VMks5.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiK7s8VMks5.;backend;raw;cd;DBG_GEN 5.2.7XdmcpARRAY8Equal(Pnarray1'xarray2'pi)hD intunsigned shortCARD16unsigned char%CARD8Ptr _ARRAY8y length# data.#AyARRAY8Ptrlong lockf   char  truncate  off64_t tell V void V^unsigned longssize_t pwrite  g p V pread   p  lseek T    ftruncate    truncate  off_t tell  V pwriteP   p  pread   p  lseek    lockf    ftruncate0   0 B attropen 9 K   openat    unsigned creat&   & openf /  f x attropen o    openat     creatP   Popen Y AA16.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/AA16.o AA16.c -W0,-xp\$XAoAMiK8s8VMUz5.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiK8s8VMUz5.;backend;raw;cd;DBG_GEN 5.2.7XdmcpAllocARRAY16*narray)xlength)tnewData3+hD intunsigned charCARD8unsigned short*CARD16Ptr _ARRAY16 length# data3#GARRAY16Ptrunsigned longvoid Xalloc long lockf%   char %- truncatep 6 off64_t tellp  ssize_t pwrite     preadT     lseekp  p  ftruncate   % truncate  off_t tell4  4 pwrite  =   pread     lseek    lockf5    ftruncateg   %g %y attropen p   % openat    %unsigned creat]  # %] open f  % % attropen    % openatG    %G creat P # %open  AA32.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/AA32.o AA32.c -W0,-xp\$XAoAMiK8s8VM055.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiK8s8VM055.;backend;raw;cd;DBG_GEN 5.2.7{XdmcpAllocARRAY32*dnarray)xlength)tnewData-+hD intunsigned charCARD8unsigned$CARD32Ptr _ARRAY32z length# data-#AzARRAY32Ptrunsigned longvoid Xalloc long lockf   char ' truncatej 0 off64_t tellj  ssize_t pwrite     preadN     lseekj  j  ftruncate    truncate  off_t tell.  . pwrite  7   pread     lseek    lockf/    ftruncatea   a s attropen j |   openat     creatK   K open T    attropen     openat5    5 creatu >  uopen ~ mAA8.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/AA8.o AA8.c -W0,-xp\$XAoAMiK9s8VMUA6.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiK9s8VMUA6.;backend;raw;cd;DBG_GEN 5.2.74XdmcpAllocARRAY8*narray)xlength)tnewData0+hD intunsigned shortCARD16unsigned char'CARD8Ptr _ARRAY8{ length# data0#C{ARRAY8Ptrunsigned longvoid Xalloc long lockf   char ' truncatej 0 off64_t tellj  ssize_t pwrite     preadN     lseekj  j  ftruncate    truncate  off_t tell.  . pwrite  7   pread     lseek    lockf/    ftruncatea   a s attropen j |   openat     unsigned creatW   W open `    attropen     openatA    A creat J  open   <Alloc.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/Alloc.o Alloc.c -W0,-xp\$XAoAMiK9s8VM0G6.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiK9s8VM0G6.;backend;raw;cd;DBG_GEN 5.2.7Xalloc:Hnamount9xDvoidunsigned longXreallocBpn=oldAxamountApD XfreeLn{oldKxDchar{intmkstemp mkstemp realloc  malloc7  freeS longlockf   S {truncate  S Soff64_ttell   Sssize_tpwritep    pread  p  lseek   ftruncate"  S {"truncatee + S Soff_ttelle  pwrite    pread,  p  lseekec  e lockf   Sftruncate  S { {attropen+    {+openatv  4  {vunsignedcreat   {open   { {attropena    {aopenat  j  {creat   {open   /AofA8.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/AofA8.o AofA8.c -W0,-xp\$XAoAMiK9s8VMkN6.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiK9s8VMkN6.;backend;raw;cd;DBG_GEN 5.2.7XdmcpAllocARRAYofARRAY8*@narray)xlength)tnewData+hD intunsigned charCARD8unsigned short!CARD16DCARD8Ptr _ARRAY8 length3# dataM#`ARRAY8Ptr _ARRAYofARRAY8 length# data#ARRAYofARRAY8Ptrunsigned longvoid) Xalloc1` long lockf   `char  truncate  ``off64_t tell  ) `ssize_t pwrite2  )  2) pread2    2 lseek    ftruncate7  ` 7 truncatez @ ``off_t tellz  ) pwrite2    2 pread2A    2 lseekzx  z  lockf   ` ftruncate  `   attropen@    @ openat  I  unsigned creat    open    ) attropenv  2  v openat     creat     open CA8.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/CA8.o CA8.c -W0,-xp\$XAoAMiK_s8VM0U6.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiK_s8VM0U6.;backend;raw;cd;DBG_GEN 5.2.7YXdmcpCopyARRAY8)Hngsrc(xgdst(pD intunsigned shortCARD16unsigned char CARD8Ptr_ARRAY8^ length# data#&^ARRAY8Ptrunsigned longvoid Xalloc {long lockf   char  truncateM  off64_t tellM  ssize_t pwrite   {  pread1   {  lseekMh  M  ftruncate    truncate  off_t tell   pwrited   {  pread   {  lseek    lockf    ftruncateD   D V attropen M _   openat    unsigned creat:   : openz C  z  attropen     openat$    $ creatd -  d open m  memmove   {\CmpKey.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/CmpKey.o CmpKey.c -W0,-xp\$XAoAMiK_s8VMUc6.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiK_s8VMUc6.;backend;raw;cd;DBG_GEN 5.2.7XdmcpCompareKeys*xnda)xdb)pi+hD intunsigned charBYTElong2   _XdmAuthKey[ data# 2[XdmAuthKeyPtr lockf char  truncate  off64_t tell4void4 <unsigned long ssize_t pwrite_EN_ 4 pread_N_ lseek2 ftruncated  d truncatem  off_t tell4  pwrite_.N_ pread_nN_ lseek lockf ftruncate    attropenm) m openatv unsigned creat  openD  D V attropenM_  openat  creat. .open7{DA16.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/DA16.o DA16.c -W0,-xp\$XAoAMiK\$s8VM0i6.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiK$s8VM0i6.;backend;raw;cd;DBG_GEN 5.2.7XdmcpDisposeARRAY16*HnQarray)xDunsigned charCARD8unsigned shortCARD16Ptr_ARRAY16H length# data#HARRAY16Ptrvoidf Xfree nintlong lockf   char  truncate%  off64_t tell%[  f[unsigned longssize_t pwrite~  d m ~f pread~   m ~ lseek%Q  %  ftruncate    truncate  off_t tell  f pwrite~M   m ~ pread~   m ~ lseek    lockf    ftruncate-   - ? attropen 6 H   openat    unsigned creat#   # openc ,  c u attropen l ~   openat     creatM   Mopen V iNDA32.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/DA32.o DA32.c -W0,-xp\$XAoAMiK\$s8VMUp6.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiK$s8VMUp6.;backend;raw;cd;DBG_GEN 5.2.7XdmcpDisposeARRAY32(hnKarray'xDunsigned charCARD8unsignedCARD32Ptr_ARRAY32B length# data# BARRAY32Ptrvoid` Xfree hintlong lockf   char  truncate  off64_t tellU  `Uunsigned longssize_t pwritex  ^ g x` preadx   g x lseekK    ftruncate}   } truncate  off_t tell  ` pwritexG   g x preadx   g x lseek    lockf    ftruncate'   ' 9 attropen 0 B   openat     creat    openQ   Q c attropen Z l   openat     creat;   ;open D tDA8.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/DA8.o DA8.c -W0,-xp\$XAoAMiKAt8VMEw6.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKAt8VMEw6.;backend;raw;cd;DBG_GEN 5.2.7?XdmcpDisposeARRAY8(nKarray'xDunsigned shortCARD16unsigned charCARD8Ptr_ARRAY8B length# data# BARRAY8Ptrvoid_ Xfree gintlong lockf   char  truncate  off64_t tellT  _Tunsigned longssize_t pwritew  ] f w_ preadw   f w lseekJ    ftruncate|   | truncate  off_t tell  _ pwritewF   f w preadw   f w lseek    lockf    ftruncate&   & 8 attropen / A   openat    unsigned creat    open\ %  \ n attropen e w   openat     creatF   Fopen O  2DAofA8.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/DAofA8.o DAofA8.c -W0,-xp\$XAoAMiKAt8VMk26.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKAt8VMk26.;backend;raw;cd;DBG_GEN 5.2.7XdmcpDisposeARRAYofARRAY8((narray'xi)tDunsigned charCARD8unsigned shortCARD16CARD8Ptr _ARRAY8s length# data(#;sARRAY8Ptr _ARRAYofARRAY8 length# data|#ARRAYofARRAY8Ptrintvoid Xfree(  XdmcpDisposeARRAY8R slong lockf   Rchar truncate  RRoff64_t tell unsigned longRssize_t pwrite5   $ 5 pread5   $ 5 lseek    ftruncate:  R: truncate} C RRoff_t tell}  pwrite5   $ 5 pread5D   $ 5 lseek}{  }  lockf   R ftruncate  R attropenC   C openat  L unsigned creat   open  , attropeny # 5 y openat    creat    open G DecKey.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/DecKey.o DecKey.c -W0,-xp\$XAoAMiKBt8VMU96.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKBt8VMU96.;backend;raw;cd;DBG_GEN 5.2.7XdmcpDecrementKey*nHkey)xi`+tDunsigned charBYTElong  _XdmAuthKey? data# ?XdmAuthKeyPtrint lockf```char  truncate`off64_t tell`void 'unsigned longssize_t pwriteJ`09J  preadJ`9J lseek`` ftruncate`O` O truncate`Xoff_t tell`  pwriteJ`9J preadJY`9J lseek`` lockf``` ftruncate``   attropen`X` X openat``a` unsigned creat`  open`/` / A attropen`8J`  openat```  creat` open`"`  Fill.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/Fill.o Fill.c -W0,-xp\$XAoAMiKBt8VM0D7.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKBt8VM0D7.;backend;raw;cd;DBG_GEN 5.2.7 rXdmcpFill;n   fd:|buffer:pfrom:hfromlen:`newBuf4<PDintunsigned charBYTE% _XdmcpBuffer data4# size # pointer # count #=XdmcpBufferPtrcharXdmcpNetaddr void unsigned longunsigned shortsa_family_tlong i D sockaddr sa_family.# sa_dataL#i Dssize_trecvfrom*   unsigned long long*rlim64_t rlimit64 rlim_cur@# rlim_max@#Sgetrlimit  Ssetrlimit   rlim_t rlimit_ rlim_cur# rlim_max#"getrlimit  _"setrlimit  XfreeXalloc! lockf X  DXtruncate aDDoff64_ttell pwrite$  preadd  lseek  ftruncate  Dtruncate DDoff_ttellD Dpwrite M pread  lseek   lockf  E  Dftruncate  w D w attropen      openat  !    !unsignedcreat  m * 3 mopen   v   attropen      openat  W    Wcreat   ` 3 open    w Flush.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/Flush.o Flush.c -W0,-xp\$XAoAMiKCt8VMUK7.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKCt8VMUK7.;backend;raw;cd;DBG_GEN 5.2.7 YXdmcpFlush;Pn   fd:|buffer:pto:h tolen:dresult <\Dintunsigned charBYTE% _XdmcpBuffer data4# size # pointer # count #=XdmcpBufferPtrcharXdmcpNetaddrvoid unsigned longunsigned shortsa_family_tlong ` ; sockaddr sa_family%# sa_dataC# `unsigned;ssize_tsendto"  unsigned long long"rlim64_t rlimit64 rlim_cur8# rlim_max8#Kgetrlimit   Ksetrlimit   rlim_t rlimitW rlim_cur # rlim_max #getrlimit  W setrlimit  lockf    ;  truncate P;;off64_ttellP pwrite pread" lseekPY P ftruncate  ; truncate ;;off_ttell pwriteU  pread lseek  lockf    ;ftruncate  5 ;  5  Gattropen   > P   openat       creat     open  _ (   _  qattropen   h z   openat       creat  I   Iopen  R   GenKey.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/GenKey.o GenKey.c -W0,-xp\$XAoAMiKCt8VMES7.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKCt8VMES7.;backend;raw;cd;DBG_GEN 5.2.7 1getbits*ndata)xdst)pD longunsigned charXdmcpGenerateKeyBdnbkeyAxlowbitsCphighbitsChD BYTE b  _XdmAuthKey dataq# XdmAuthKeyPtrcharintmkstempmkstemp>srand48]lrand48lockftruncate off64_ttell"void"*unsigned long ssize_tpwriteM3<M"preadM<Mlseek ftruncateRRtruncate[ off_ttell"pwriteM<MpreadM\<Mlseeklockf pid_tgetpidftruncate  2attropen);openatunsignedcreatopenVVhattropen_qopenat  creat @  @open  I time_t time  G IncKey.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/IncKey.o IncKey.c -W0,-xp\$XAoAMiKDt8VMUd7.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKDt8VMUd7.;backend;raw;cd;DBG_GEN 5.2.7 XdmcpIncrementKey*4nHkey)xi`+tDunsigned charBYTElong  _XdmAuthKey? data# ?XdmAuthKeyPtrint lockf```char  truncate`off64_t tell`void 'unsigned longssize_t pwriteJ`09J  preadJ`9J lseek`` ftruncate`O` O truncate`Xoff_t tell`  pwriteJ`9J preadJY`9J lseek`` lockf``` ftruncate``   attropen`X` X openat``a` unsigned creat`  open`/` / A attropen`8J`  openat```  creat` open`"` RA16.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/RA16.o RA16.c -W0,-xp\$XAoAMiKDt8VMUq7.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKDt8VMUq7.;backend;raw;cd;DBG_GEN 5.2.7 XdmcpReadARRAY16(Xnbuffer'xarray'pi)hD intunsigned charBYTE _XdmcpBufferz data# size# pointer# count#zXdmcpBufferPtrCARD8unsigned shortCARD16Ptr _ARRAY16 length# data#ARRAY16Ptrvoid2 Xfree` :unsigned long Xalloc: ` XdmcpReadCARD8 z  XdmcpReadCARD16 z long lockfN   charNV truncate _ off64_t tell 2ssize_t pwrite4   ` 2 pread}  4 `  lseek    ftruncate  N truncate)  off_t tell)] 2] pwrite  f `  pread  4 `  lseek)'  )  lockf^    ftruncate  NN attropen   N openat:   N:unsigned creat C LN open  NN attropen %   N % openat p  . N p creat y LN open  jRA32.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/RA32.o RA32.c -W0,-xp\$XAoAMiKEt8VM0w7.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKEt8VM0w7.;backend;raw;cd;DBG_GEN 5.2.7 XdmcpReadARRAY32(nbuffer'xarray'pi)hD intunsigned charBYTE _XdmcpBufferz data# size# pointer# count#zXdmcpBufferPtrCARD8unsignedCARD32Ptr _ARRAY32 length# data#ARRAY32Ptrvoid, XfreeZ 4unsigned long Xalloc4 Z XdmcpReadCARD8 z  XdmcpReadCARD32 z long lockfH    charHP truncate Y   off64_t tell , ssize_t pwrite.   Z , preadw  . Z  lseek    ftruncate   H truncate#    off_t tell#W ,W pwrite  ` Z  pread  . Z  lseek#!  #  lockfX    ftruncate   HH attropen   H openat4   H4 creatt = Ht open } HH attropen    H  openat ^   H ^ creat g H open  KRA8.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/RA8.o RA8.c -W0,-xp\$XAoAMiKEt8VMU37.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKEt8VMU37.;backend;raw;cd;DBG_GEN 5.2.7hXdmcpReadARRAY8(H nbuffer'xarray'pi)hD intunsigned charBYTE _XdmcpBufferv data # size# pointer# count#vXdmcpBufferPtrunsigned shortCARD16CARD8Ptr _ARRAY8 length# data#ARRAY8Ptrvoid, XfreeZ 4unsigned long Xalloc4 Z XdmcpReadCARD8 v  XdmcpReadCARD16 v long lockfH    charHP truncate Y   off64_t tell , ssize_t pwrite.   Z , preadw  . Z  lseek    ftruncate   H truncate#    off_t tell#W ,W pwrite  ` Z  pread  . Z  lseek#!  #  lockfX    ftruncate   HH attropen   H openat4   H4unsigned creat = FH open  HH attropen    H  openat j  ( H j creat s FH open  f,RAofA8.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/RAofA8.o RAofA8.c -W0,-xp\$XAoAMiKFt8VM097.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKFt8VM097.;backend;raw;cd;DBG_GEN 5.2.77XdmcpReadARRAYofARRAY8( !nbuffer'xarray'pi)hD intunsigned charBYTE _XdmcpBuffer data# size# pointer# count#%XdmcpBufferPtrCARD8unsigned shortCARD16CARD8Ptr _ARRAY8/ length# data#/ARRAY8Ptr _ARRAYofARRAY8 length# data8#LARRAYofARRAY8Ptrunsigned longvoid Xalloc  XdmcpDisposeARRAYofARRAY8(  XdmcpReadCARD8_   XdmcpReadARRAY8  /long lockf   char truncate!  off64_t tell!W Wssize_t pwritei  `  i preadi    i lseek!<  !  ftruncaten  n truncate w off_t tell  pwritei8    i preadix    i lseek    lockf    ftruncate  * attropenw ! 3 w openat   unsigned creat     open N   N ` attropen W i  openat   creat 8   8open A   RC16.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/RC16.o RC16.c -W0,-xp\$XAoAMiKFt8VMUF8.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKFt8VMUF8.;backend;raw;cd;DBG_GEN 5.2.7 XdmcpReadCARD16("("nbuffer'xvaluep'phigh)klow)jD intunsigned charBYTE _XdmcpBuffer data&# size# pointer# count#/XdmcpBufferPtrunsigned shortCARD16PtrCARD8 XdmcpReadCARD81  long lockfp   1char px truncate  11off64_t tell void unsigned long1ssize_t pwriteo     pread  o   lseek    ftruncate!  1 p! truncated * 11off_t telld   pwrite     pread+  o   lseekdb  d  lockf   1 ftruncate  1 p p attropen*    p* openatu  3  puunsigned creat ~  p open   p p attropen`    p` openat  i  p creat   popen   4RC32.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/RC32.o RC32.c -W0,-xp\$XAoAMiKGt8VM0L8.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKGt8VM0L8.;backend;raw;cd;DBG_GEN 5.2.7XdmcpReadCARD32("#n,,buffer'xvaluep'pbyte0)kbyte1)jbyte2)ibyte3)hD intunsigned char3BYTED _XdmcpBuffer dataS# size,# pointer,# count,#\XdmcpBufferPtrunsignedCARD32Ptr3CARD83 XdmcpReadCARD8,X  long lockf, , , Xchar  truncate,  XXoff64_t tell ,void  unsigned longXssize_t pwriteC , ) 2 C preadC ,  2 C lseek ,  , ftruncate,H , X H truncate, Q XXoff_t tell ,  pwriteC ,  2 C preadCR ,  2 C lseek ,  , lockf, , , X ftruncate, , X   attropen,Q   , Q openat, , Z ,  creat,    open,  ,  . attropen,{ % 7 , { openat, ,  ,  creat,     open,  ,RC8.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/RC8.o RC8.c -W0,-xp\$XAoAMiKGt8VMUT8.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKGt8VMUT8.;backend;raw;cd;DBG_GEN 5.2.7~XdmcpReadCARD8(#$Hnnbuffer'xvaluep'pD intunsigned charBYTE_XdmcpBuffere data# size# pointer# count#eXdmcpBufferPtrCARD8Ptrlong lockf   char  truncate-  off64_t tell-c void ckunsigned longssize_t pwrite  t } c pread*   }  lseek-a  -  ftruncate    truncate  off_t tell  c pwrite]   }  pread   }  lseek    lockf    ftruncate=   = O attropen F X   openat    unsigned creat3   3 opens <  s  attropen |    openat     creat] &  ]open f  OiRHead.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/RHead.o RHead.c -W0,-xp\$XAoAMiKHt8VM0Z8.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKHt8VM0Z8.;backend;raw;cd;DBG_GEN 5.2.74XdmcpReadHeader($x%nubuffer'x header'pD intunsigned charBYTE_XdmcpBufferl data# size# pointer# count# lXdmcpBufferPtrunsigned shortCARD16_XdmcpHeader version# opcode# length#XdmcpHeaderPtr XdmcpReadCARD16g l &long lockf   gchar  truncate  ggoff64_t tell' void '/unsigned longgssize_t pwriteR  8 A R' preadR   A R lseek%    ftruncateW  g W truncate ` ggoff_t tell  ' pwriteR!   A R preadRa   A R lseek    lockf   g ftruncate  g   attropen`    ` openat  i  unsigned creat    open7   7 I attropen @ R   openat     creat !    !open *  ['RR.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/RR.o RR.c -W0,-xp\$XAoAMiKHt8VMUg8.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKHt8VMUg8.;backend;raw;cd;DBG_GEN 5.2.7XdmcpReadRemaining(%0%LnZbuffer'xDintunsigned charBYTE_XdmcpBufferQ data# size# pointer# count#QXdmcpBufferPtrlong lockf   schar  truncate  ssoff64_t tell3 void 3;unsigned longsssize_t pwrite^  D M ^3 pread^   M ^ lseek1    ftruncatec  s c truncate l ssoff_t tell  3 pwrite^-   M ^ pread^m   M ^ lseek    lockf   s ftruncate  s   attropenl  (  l openat  u  unsigned creat    openC   C U attropen L ^   openat     creat-   -open 6  RaA16.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/RaA16.o RaA16.c -W0,-xp\$XAoAMiKIt8VM0m8.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKIt8VM0m8.;backend;raw;cd;DBG_GEN 5.2.7XdmcpReallocARRAY16*%x%narray)xlength)tnewData8+hD intunsigned charCARD8unsigned short/CARD16Ptr _ARRAY16 length # data8#LARRAY16Ptrvoidunsigned long Xrealloc  long lockf5   char 5= truncate F off64_t tell  ssize_t pwrite     preadd     lseek    ftruncate   5 truncate  off_t tellD  D pwrite  M   pread     lseek    lockfE    ftruncatew   5w 5 attropen    5 openat!    5!unsigned creatm * 3 5m open v  5 5 attropen    5 openatW    5W creat ` 3 5open  RaA32.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/RaA32.o RaA32.c -W0,-xp\$XAoAMiKIt8VMUu8.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKIt8VMUu8.;backend;raw;cd;DBG_GEN 5.2.7WXdmcpReallocARRAY32*&&xnarray)xlength)tnewData2+hD intunsigned charCARD8unsigned)CARD32Ptr _ARRAY32 length # data2#FARRAY32Ptrvoidunsigned long Xrealloc  long lockf/   char /7 truncatez @ off64_t tellz  ssize_t pwrite     pread^     lseekz  z  ftruncate   / truncate  off_t tell >  > pwrite  G   pread     lseek     lockf?    ftruncateq   /q / attropen z   / openat    / creat[ $  /[ open d  / / attropen    / openatE    /E creat N  /open  RaA8.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/RaA8.o RaA8.c -W0,-xp\$XAoAMiKIt8VMU68.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKIt8VMU68.;backend;raw;cd;DBG_GEN 5.2.7XdmcpReallocARRAY8*&' narray)xlength)tnewData5+hD intunsigned shortCARD16unsigned char,CARD8Ptr _ARRAY8 length # data5#HARRAY8Ptrvoidunsigned long Xrealloc  long lockf/   char /7 truncatez @ off64_t tellz  ssize_t pwrite     pread^     lseekz  z  ftruncate   / truncate  off_t tell >  > pwrite  G   pread     lseek     lockf?    ftruncateq   /q / attropen z   / openat    /unsigned creatg $ - /g open p  / / attropen    / openatQ    /Q creat Z - /open   ?RRaAoA8.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/RaAoA8.o RaAoA8.c -W0,-xp\$XAoAMiKJt8VM0A9.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKJt8VM0A9.;backend;raw;cd;DBG_GEN 5.2.7XdmcpReallocARRAYofARRAY8*'8'narray)xlength)tnewData+hD intunsigned charCARD8unsigned short&CARD16ICARD8Ptr _ARRAY8 length8# dataR#eARRAY8Ptr _ARRAYofARRAY8 length# data#ARRAYofARRAY8Ptrvoidunsigned long Xrealloc%p % .long lockf   pchar  truncate  ppoff64_t tell0  0pssize_t pwriteB  9 . B preadB   . B lseek    ftruncateG  p G truncate P ppoff_t tell   pwriteB   . B preadBQ   . B lseek    lockf   p ftruncate  p   attropenP    P openat  Y  unsigned creat    open'   ' 9 attropen 0 B   openat     creat     open   X!Unwrap.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/Unwrap.o Unwrap.c -W0,-xp\$XAoAMiKJt8VMkH9.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKJt8VMkH9.;backend;raw;cd;DBG_GEN 5.2.7XdmcpUnwrapA')ninput=xwrapper>poutput?hbytes@diB`jB\kBXtmpCPblocksD@expand_wrapperEscheduleF~Dunsigned charintlong   , I  ,auth_cblock auth_ks_struct _I#_  auth_wrapper_schedule_ _XdmcpAuthDoIt _XdmcpAuthSetup? _XdmcpWrapperToOddParityxlockfchartruncate off64_ttell0void08unsigned long ssize_tpwrite[AJ[0pread[J[lseek.ftruncate``truncatei off_ttell0pwrite[*J[pread[jJ[lseeklockfftruncate  attropeni%iopenatrunsignedcreat  open @  @ Rattropen  I [ openat   creat *  *open 3 WA16.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/WA16.o WA16.c -W0,-xp\$XAoAMiKKt8VM0O9.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKKt8VM0O9.;backend;raw;cd;DBG_GEN 5.2.7)XdmcpWriteARRAY16()*xnbuffer'xarray'pi)hD intunsigned charBYTE _XdmcpBuffer{ data# size# pointer# count#{XdmcpBufferPtrCARD8unsigned shortCARD16Ptr _ARRAY16 length# data#ARRAY16Ptrunsigned XdmcpWriteCARD8w { 3 XdmcpWriteCARD16 { 3long lockf   char  truncate:  off64_t tell:p void pxunsigned longssize_t pwrite    p pread7     lseek:n  :  ftruncate    truncate  off_t tell  p pwritej     pread     lseek    lockf    ftruncateJ   J \ attropen S e   openat     creat4  3 4 opent =  t  attropen }    openat       creat ^ ' 3  ^open g  zWA32.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/WA32.o WA32.c -W0,-xp\$XAoAMiKKt8VMUV9.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKKt8VMUV9.;backend;raw;cd;DBG_GEN 5.2.7XdmcpWriteARRAY32(*+hnbuffer'xarray'pi)hD intunsigned charBYTE _XdmcpBuffer{ data# size# pointer# count#{XdmcpBufferPtrCARD8unsignedCARD32Ptr _ARRAY32 length# data#ARRAY32Ptr XdmcpWriteCARD8e {  XdmcpWriteCARD32 { long lockf   char  truncate(  off64_t tell(^ void ^funsigned longssize_t pwrite  o x ^ pread%   x  lseek(\  (  ftruncate    truncate  off_t tell  ^ pwriteX   x  pread   x  lseek    lockf    ftruncate8   8 J attropen A S   openat     creat"   " openb +  b t attropen k }   openat     creat L    Lopen U  WA8.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/WA8.o WA8.c -W0,-xp\$XAoAMiKLt8VM0b9.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKLt8VM0b9.;backend;raw;cd;DBG_GEN 5.2.7XdmcpWriteARRAY8(+,Tnbuffer'xarray'pi)hD intunsigned charBYTE _XdmcpBufferw data # size# pointer# count#wXdmcpBufferPtrunsigned shortCARD16CARD8Ptr _ARRAY8 length# data#ARRAY8Ptrunsigned XdmcpWriteCARD8q w - XdmcpWriteCARD16 w -long lockf   char  truncate4  off64_t tell4j void jrunsigned longssize_t pwrite  {  j pread1     lseek4h  4  ftruncate    truncate  off_t tell  j pwrited     pread     lseek    lockf    ftruncateD   D V attropen M _   openat     creat.  - . openn 7  n  attropen w    openat       creat X ! -  Xopen a  WAofA8.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/WAofA8.o WAofA8.c -W0,-xp\$XAoAMiKLt8VMUi9.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKLt8VMUi9.;backend;raw;cd;DBG_GEN 5.2.7nXdmcpWriteARRAYofARRAY8(,-@nbuffer'xarray'pi)hD intunsigned charBYTE _XdmcpBuffer data# size# pointer# count#&XdmcpBufferPtrCARD8unsigned shortCARD16CARD8Ptr _ARRAY80 length# data#0ARRAY8Ptr _ARRAYofARRAY8 length# data9#MARRAYofARRAY8Ptrunsigned XdmcpWriteCARD8   XdmcpWriteARRAY8-  0long lockfl   -char lt truncate } --off64_t tell void unsigned long-ssize_t pwritek     pread  k   lseek    ftruncate  - l truncate` & --off_t tell`   pwrite     pread'  k   lseek`^  `  lockf   - ftruncate  - l l attropen&    l& openatq  /  lq creat z  l open   l l  attropen P   l P openat  Y  l creat  l open PWC16.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/WC16.o WC16.c -W0,-xp\$XAoAMiKMt8VMUp9.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKMt8VMUp9.;backend;raw;cd;DBG_GEN 5.2.72XdmcpWriteCARD16,-p-nrbuffer*xvalue+tD intunsigned charBYTE_XdmcpBufferi data# size# pointer# count#iXdmcpBufferPtrunsigned XdmcpWriteCARD8 i long lockf   char  truncateY  off64_t tellY void unsigned longssize_t pwrite     preadV     lseekY  Y  ftruncate    truncate  off_t tell6  6 pwrite  ?   pread     lseek    lockf7    ftruncatei   i { attropen r    openat     creatS   S open \    attropen     openat=    = creat} F  }open   WC32.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/WC32.o WC32.c -W0,-xp\$XAoAMiKMt8VM0v9.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKMt8VM0v9.;backend;raw;cd;DBG_GEN 5.2.7XdmcpWriteCARD32+..nrbuffer)xvalue*tD intunsigned charBYTE_XdmcpBufferi data# size# pointer# count#iXdmcpBufferPtrunsigned XdmcpWriteCARD8 i long lockf   char  truncateY  off64_t tellY void unsigned longssize_t pwrite     preadV     lseekY  Y  ftruncate    truncate  off_t tell6  6 pwrite  ?   pread     lseek    lockf7    ftruncatei   i { attropen r    openat     creatS   S open \    attropen     openat=    = creat} F  }open   oWC8.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/WC8.o WC8.c -W0,-xp\$XAoAMiKNt8VMU29.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKNt8VMU29.;backend;raw;cd;DBG_GEN 5.2.7XdmcpWriteCARD8,//nnbuffer*xvalue+tD intunsigned charBYTE_XdmcpBuffere data# size# pointer# count#eXdmcpBufferPtrunsignedlong lockf   char  truncate  off64_t tellS void S[unsigned longssize_t pwrite~  d m ~S pread~   m ~ lseekQ    ftruncate    truncate  off_t tell  S pwrite~M   m ~ pread~   m ~ lseek    lockf    ftruncate-   - ? attropen 6 H   openat     creat    openW   W i attropen ` r   openat     creatA   Aopen J  Whead.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/Whead.o Whead.c -W0,-xp\$XAoAMiKNt8VM089.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKNt8VM089.;backend;raw;cd;DBG_GEN 5.2.7\XdmcpWriteHeader,/0nbuffer*x%header+pnewData-`D intunsigned charBYTE _XdmcpBuffer data# size# pointer# count##XdmcpBufferPtrunsigned shortCARD16 _XdmcpHeader version# opcode# length#XdmcpHeaderPtrvoid> Xfreel Funsigned long XallocF lunsigned XdmcpWriteCARD16  long lockf'   char'/ truncater 8 off64_t tellr >ssize_t pwrite   l > preadV   l  lseekr  r  ftruncate  ' truncate  off_t tell6 >6 pwrite  ? l  pread   l  lseek    lockf7    ftruncatei  'i'{ attropen r  ' openat   ' creatS  'S open \ '' attropen   ' openat =   ' = creat } F ' }open   kWrap.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/Wrap.o Wrap.c -W0,-xp\$XAoAMiKNt8VMUD_.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKNt8VMUD_.;backend;raw;cd;DBG_GEN 5.2.7XdmcpWrap;12nrinput7xwrapper8poutput9hbytes:di<`j<\len=Xtmp>Pexpand_wrapper?HscheduleN@~Dunsigned charrintlongr r r  auth_cblock auth_ks_struct1 _#N  1auth_wrapper_schedule OddParityc33`nrcbD_XdmcpWrapperToOddParitys34lneinqxoutrpashifttlbshiftthiudcrvcD _XdmcpAuthDoIte_XdmcpAuthSetupelockfchartruncatea' off64_ttellavoidunsigned long ssize_tpwritepread^lseekaaftruncatetruncate  off_ttell >>pwriteGpreadlseek  lockf?ftruncateqqattropenzopenat  unsignedcreat g $ - gopen  p  attropen    openat Q  Qcreat  Z - open F!zWraphelp.c /var/tmp/libXdmcp-1.0.3 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I./include -I./include -v -I/usr/local/include -g -c -KPIC -DPIC -o .libs/Wraphelp.o Wraphelp.c -W0,-xp\$XAoAMiKOt8VM0J_.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKOt8VM0J_.;backend;raw;cd;DBG_GEN 5.2.7unsigned|long?skbE G|?4SPtrans OcharRZshifts2cw G _XdmcpAuthSetupz4:n keyyx scheduleypc{ld{ht{ds{`in |Xk)}Pi2~L D unsigned char  auth_cblockauth_ks_struct_#  |CARD32 CARD8  int_XdmcpAuthDoIt;Gn inputx outputp ksh 2encryptdl`r\tXuTs)Hin @out i2 D( /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysA8Eq.cXdmcp.hXmd.htypes.h *((4~  /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysAA16.cXdmcp.hXmd.htypes.h ,  /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysAA32.cXdmcp.hXmd.htypes.h ,  /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysAA8.cXdmcp.hXmd.htypes.h ,O /var/tmp/libXdmcp-1.0.3/usr/include/sysAlloc.ctypes.h : p $  /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysAofA8.cXdmcp.hXmd.htypes.h @,  /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysCA8.cXdmcp.hXmd.htypes.h )$ 0 /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysCmpKey.cXdmcp.hXmd.htypes.h x,,~ /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysDA16.cXdmcp.hXmd.htypes.h *0 /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysDA32.cXdmcp.hXmd.htypes.h h(0 /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysDA8.cXdmcp.hXmd.htypes.h (0 /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysDAofA8.cXdmcp.hXmd.htypes.h (* (&1 /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysDecKey.cXdmcp.hXmd.htypes.h ,H(~ /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysFill.cXdmcp.hXmd.hsocket_impl.htypes.hresource.h %M  /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysFlush.cXdmcp.hXmd.hsocket_impl.htypes.hresource.h L$ /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysGenKey.cXdmcp.hXmd.htypes.h *  , $ /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysIncKey.cXdmcp.hXmd.htypes.h ,H(~ /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysRA16.cXdmcp.hXmd.htypes.h X*!( )=y   /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysRA32.cXdmcp.hXmd.htypes.h *!( )=y   /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysRA8.cXdmcp.hXmd.htypes.h H*!$ )9y   /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysRAofA8.cXdmcp.hXmd.htypes.h  *!( ) v   /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysRC16.cXdmcp.hXmd.htypes.h "(+M$ /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysRC32.cXdmcp.hXmd.htypes.h ", < /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysRC8.cXdmcp.hXmd.htypes.h #($L /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysRHead.cXdmcp.hXmd.htypes.h $x*t /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysRR.cXdmcp.hXmd.htypes.h %0(  /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysRaA16.cXdmcp.hXmd.htypes.h %x,, /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysRaA32.cXdmcp.hXmd.htypes.h &,, /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysRaA8.cXdmcp.hXmd.htypes.h &,( /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysRaAoA8.cXdmcp.hXmd.htypes.h '8,,Z /var/tmp/libXdmcp-1.0.3/usr/include/sysUnwrap.cWrap.htypes.h ' !%$2)5$5{w /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysWA16.cXdmcp.hXmd.htypes.h )*0(<~  /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysWA32.cXdmcp.hXmd.htypes.h **0(<~  /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysWA8.cXdmcp.hXmd.htypes.h +*0(8~  /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysWAofA8.cXdmcp.hXmd.htypes.h ,*0(<~  /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysWC16.cXdmcp.hXmd.htypes.h -p,00 /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysWC32.cXdmcp.hXmd.htypes.h .+0440 /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysWC8.cXdmcp.hXmd.htypes.h /,$L /var/tmp/libXdmcp-1.0.3./include/X11/usr/local/include/X11/usr/include/sysWhead.cXdmcp.hXmd.htypes.h /.-000X /var/tmp/libXdmcp-1.0.3/usr/include/sysWrap.cWrap.htypes.h 1 %(%){% { l 3 3@,{,` /var/tmp/libXdmcp-1.0.3/usr/local/include/X11Wraphelp.cWrap.hXmd.h 4'P@@<@@< I: I  :  I8 .? < ' ID  I &I.? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' ID  I &I.? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' ID  I &I.? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' ID  I &I.? < ' ID  DD%.?  : ; @ ' ID I: ;  D D $> I.?  : ; @ ' D .? < ' ID  I .? < ' D  &I I: .? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' ID  I &I.? < ' ID  DD%.?  : ; @ ' ID I: ;  D D $> I: I :  I8 .? < ' ID  I &I .? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  !I/  :  I8 I .? < ' ID I&I.? < ' ID  DD%.?  : ; @ ' D I: ;  D D $> I: I :  I8 .? < ' D  I .? < ' ID  &I.? < ' ID  DD%.?  : ; @ ' D I: ;  D D $> I: I :  I8 .? < ' D  I .? < ' ID  &I.? < ' ID  DD%.?  : ; @ ' D I: ;  D D $> I: I :  I8 .? < ' D  I .? < ' ID  &I.? < ' ID  DD%.?  : ; @ ' D I: ;  4I : ;  D D $> I: I  :  I8 .? < ' D  I .? < ' ID &I.? < ' ID  DD%.?  : ; @ ' D I: ;  4I : ;  D D $> I: I  !I/  :  I8 I .? < ' ID I&I.? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 7I I  !I/ .? < ' ID I&I.? < ' D .? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 &I I  !I/ .? < ' ID I.? < ' ID  DD%. : ; @ ' D I: ;  D D $> I.?  : ; @ ' D 4I : ;  I: I  !I/  :  I8 .? < ' ID I.? < ' D .? < ' ID &I.? < ' ID  DD%.?  : ; @ ' D I: ;  4I : ;  D D $> I: I  !I/  :  I8 I .? < ' ID I&I.? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' D  I .? < ' ID &I.? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' D  I .? < ' ID &I.? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' D  I .? < ' ID &I.? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' ID  I .? < ' D &I.? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' ID  I &I.? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' ID  I &I.? < ' ID  DD%.?  : ; @ ' ID I: ;  D D $> I: I :  I8 .? < ' ID  I &I .? < ' ID  DD%.?  : ; @ ' ID I: ;  D D $> I: I :  I8 .? < ' ID  I &I .? < ' ID  DD%.?  : ; @ ' ID I: ;  D D $> I: I :  I8 .? < ' ID  I &I .? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' ID  I &I.? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' ID  I &I.? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' ID  I &I.? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' ID  I &I.? < ' ID  DD%.?  : ; @ ' D I: ;  4I : ;  D D $> II  !I/ I:  :  I8 .? < ' D I.? < ' ID &I.? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' ID  I &I.? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' ID  I &I.? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' ID  I &I.? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' ID  I &I.? < ' ID  DD%.?  : ; @ ' ID I: ;  D D $> I: I :  I8 .? < ' ID  I &I .? < ' ID  DD%.?  : ; @ ' ID I: ;  D D $> I: I :  I8 .? < ' ID  I &I .? < ' ID  DD%.?  : ; @ ' ID I: ;  D D $> I: I :  I8 .? < ' ID  I &I .? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 .? < ' D  I .? < ' ID &I.? < ' ID  DD%.?  : ; @ ' D I: ;  4I : ;  D D $> II  !I/ I:  :  I8 . : ; @ ' ID .? < ' D I.? < ' ID &I.? < ' ID  DD%$> &II !I/ 4I : ;  I 4I : ; .?  : ;@ ' D  I: ; D D I I:  :  I8 .?  : ;@ ' D 3pXdmcpARRAY8Equal4pXdmcpAllocARRAY164KpXdmcpAllocARRAY323mXdmcpAllocARRAY8H" &sXallocXrealloc=Xfree:+ ;sXdmcpAllocARRAYofARRAY825mXdmcpCopyARRAY83=hvXdmcpCompareKeys6FgqXdmcpDisposeARRAY166NuqXdmcpDisposeARRAY325WcmXdmcpDisposeARRAY8<_ >vXdmcpDisposeARRAYofARRAY84i!SvXdmcpDecrementKey,qt pXdmcpFill-}E sXdmcpFlush3 XdmcpGenerateKey4SvXdmcpIncrementKey3 pXdmcpReadARRAY163 pXdmcpReadARRAY322 mXdmcpReadARRAY89y rvXdmcpReadARRAYofARRAY82 %pXdmcpReadCARD162 @pXdmcpReadCARD321PmXdmcpReadCARD82 [sXdmcpReadHeader5BgjXdmcpReadRemaining6sXdmcpReallocARRAY166zsXdmcpReallocARRAY3259pXdmcpReallocARRAY8<  KvXdmcpReallocARRAYofARRAY8.O dvXdmcpUnwrap4 pXdmcpWriteARRAY164'K pXdmcpWriteARRAY3230 mXdmcpWriteARRAY8::c vXdmcpWriteARRAYofARRAY83DxpXdmcpWriteCARD163M/pXdmcpWriteCARD322U{mXdmcpWriteCARD83^a sXdmcpWriteHeaderMh pXdmcpWrap_XdmcpWrapperToOddParityIrR_XdmcpAuthSetup9_XdmcpAuthDoItCARD16.CARD8PtrA_ARRAY8ARRAY8Ptr off64_tssize_toff_tCARD83CARD16PtrG_ARRAY16ARRAY16Ptrpoff64_tssize_toff_tKCARD8-CARD32PtrA_ARRAY32ARRAY32Ptrjoff64_tssize_toff_tCARD160CARD8PtrC_ARRAY8ARRAY8Ptrjoff64_tssize_toff_tH" &off64_tssize_teoff_t+ ;CARD83CARD16MCARD8Ptr`_ARRAY8ARRAY8Ptr_ARRAYofARRAY8ARRAYofARRAY8Ptroff64_t2ssize_tzoff_t5CARD16CARD8Ptr&_ARRAY8gARRAY8PtrMoff64_tssize_toff_t=hBYTE2_XdmAuthKeydXdmAuthKeyPtroff64_t_ssize_toff_tFgCARD8CARD16Ptr_ARRAY16QARRAY16Ptr%off64_t~ssize_toff_tNuCARD8CARD32Ptr _ARRAY32KARRAY32Ptroff64_txssize_toff_tWcCARD16CARD8Ptr _ARRAY8KARRAY8Ptroff64_twssize_toff_t_ >CARD8CARD16(CARD8Ptr;_ARRAY8|ARRAY8Ptr_ARRAYofARRAY8ARRAYofARRAY8Ptroff64_t5ssize_t}off_ti!SBYTE_XdmAuthKeyHXdmAuthKeyPtroff64_tJssize_toff_tqt %BYTE=_XdmcpBufferXdmcpBufferPtrXdmcpNetaddr.sa_family_tisockaddrssize_t@rlim64_tSrlimit64rlim_t"rlimitoff64_toff_t}E %BYTE=_XdmcpBufferXdmcpBufferPtrXdmcpNetaddr%sa_family_t`sockaddrssize_t8rlim64_tKrlimit64 rlim_trlimitPoff64_toff_t bBYTE_XdmAuthKeyXdmAuthKeyPtroff64_tMssize_toff_tpid_t time_tSBYTE_XdmAuthKeyHXdmAuthKeyPtroff64_tJssize_toff_t BYTE_XdmcpBufferXdmcpBufferPtrCARD8CARD16Ptr_ARRAY16ARRAY16Ptroff64_tssize_t)off_t BYTE_XdmcpBufferXdmcpBufferPtrCARD8CARD32Ptr_ARRAY32ARRAY32Ptroff64_tssize_t#off_t BYTE_XdmcpBufferXdmcpBufferPtrCARD16CARD8Ptr_ARRAY8ARRAY8Ptroff64_tssize_t#off_ty r BYTE%_XdmcpBufferXdmcpBufferPtrCARD8CARD16CARD8Ptr_ARRAY88ARRAY8PtrL_ARRAYofARRAY8ARRAYofARRAY8Ptr!off64_tissize_toff_t %BYTE/_XdmcpBufferXdmcpBufferPtrCARD16PtrCARD8off64_tssize_tdoff_t @DBYTE\_XdmcpBufferXdmcpBufferPtrCARD32PtrCARD8off64_tCssize_toff_tPBYTE_XdmcpBuffernXdmcpBufferPtrCARD8Ptr-off64_tssize_toff_t [BYTE _XdmcpBufferuXdmcpBufferPtrCARD16_XdmcpHeader XdmcpHeaderPtroff64_tRssize_toff_tBgBYTE_XdmcpBufferZXdmcpBufferPtroff64_t^ssize_toff_t CARD88CARD16PtrL_ARRAY16ARRAY16Ptroff64_tssize_toff_tz CARD82CARD32PtrF_ARRAY32ARRAY32Ptrzoff64_tssize_t off_t9 CARD165CARD8PtrH_ARRAY8ARRAY8Ptrzoff64_tssize_t off_t  KCARD88CARD16RCARD8Ptre_ARRAY8ARRAY8Ptr_ARRAYofARRAY8ARRAYofARRAY8Ptroff64_tBssize_toff_tO dIauth_cblock_auth_ks_structauth_wrapper_scheduleoff64_t[ssize_toff_t BYTE_XdmcpBufferXdmcpBufferPtrCARD8CARD16Ptr_ARRAY16ARRAY16Ptr:off64_tssize_toff_t'K BYTE_XdmcpBufferXdmcpBufferPtrCARD8CARD32Ptr_ARRAY32ARRAY32Ptr(off64_tssize_toff_t0 BYTE_XdmcpBufferXdmcpBufferPtrCARD16CARD8Ptr_ARRAY8ARRAY8Ptr4off64_tssize_toff_t:c BYTE&_XdmcpBufferXdmcpBufferPtrCARD8CARD16CARD8Ptr_ARRAY89ARRAY8PtrM_ARRAYofARRAY8ARRAYofARRAY8Ptroff64_tssize_t`off_tDxBYTE_XdmcpBufferrXdmcpBufferPtrYoff64_tssize_toff_tM/BYTE_XdmcpBufferrXdmcpBufferPtrYoff64_tssize_toff_tU{BYTE_XdmcpBuffernXdmcpBufferPtroff64_t~ssize_toff_t^a  BYTE#_XdmcpBufferXdmcpBufferPtrCARD16_XdmcpHeader%XdmcpHeaderPtrroff64_tssize_toff_th auth_cblockauth_ks_structNauth_wrapper_scheduleaoff64_tssize_t off_tbrRauth_cblockauth_ks_structCARD32CARD8* vgetbits,h nOddParityFrRskb4SPtransshifts2.hash.dynsym.dynstr.SUNW_version.rela.got.rela.plt.text.init.fini.rodata.dynamic.data.picdata.bss.symtab.strtab.annotate.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.debug_funcnames.debug_varnames.shstrtab$ `" p po @%B H /Bp 97@?GGEGGKGG*XX 4YY S\\\^H^Hb^H^Hk^H^Hp^H(x {po@Hn''x5h\%"_ `enR %07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!