# PaCkAgE DaTaStReAm eventlog 1 366 # end of header 070701000932d0000081a40000000000000000000000014eee9e02000001280000010000010007ffffffffffffffff0000001100000000eventlog/pkginfoPKG=eventlog NAME=eventlog 0.2.12 SPARC 64bit Solaris 10 VERSION=0.2.12 PSTAMP=19th December 2011 VENDOR=Balabit IT Security EMAIL=http://www.balabit.com/network-security/syslog-ng DESC=Log collector for Unix ARCH=sparc CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 070701000932cf000081a40000000000000000000000014eee9e02000003820000010000010007ffffffffffffffff0000001000000000eventlog/pkgmap: 1 366 1 d none /usr ? ? ? 1 d none /usr/local ? ? ? 1 d none /usr/local/include 0755 root root 1 d none /usr/local/include/eventlog 0755 root root 1 f none /usr/local/include/eventlog/evtlog.h 0644 root root 6932 29021 1324260855 1 f none /usr/local/include/eventlog/evtmaps.h 0644 root root 2168 37060 1324260855 1 d none /usr/local/lib 0755 root root 1 f none /usr/local/lib/libevtlog.a 0644 root root 83952 64378 1324260855 1 f none /usr/local/lib/libevtlog.la 0755 root root 974 20082 1324260855 1 s none /usr/local/lib/libevtlog.so=libevtlog.so.0.0.0 1 s none /usr/local/lib/libevtlog.so.0=libevtlog.so.0.0.0 1 f none /usr/local/lib/libevtlog.so.0.0.0 0755 root root 67040 41419 1324260855 1 d none /usr/local/lib/pkgconfig 0755 root root 1 f none /usr/local/lib/pkgconfig/eventlog.pc 0644 root root 238 22016 1324260856 1 i checkinstall 785 2565 1324260866 1 i pkginfo 296 23507 1324260866 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!070701000932d0000081a40000000000000000000000014eee9e02000001280000010000010007ffffffffffffffff0000000800000000pkginfoPKG=eventlog NAME=eventlog 0.2.12 SPARC 64bit Solaris 10 VERSION=0.2.12 PSTAMP=19th December 2011 VENDOR=Balabit IT Security EMAIL=http://www.balabit.com/network-security/syslog-ng DESC=Log collector for Unix ARCH=sparc CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 070701000932cf000081a40000000000000000000000014eee9e02000003820000010000010007ffffffffffffffff0000000700000000pkgmap: 1 366 1 d none /usr ? ? ? 1 d none /usr/local ? ? ? 1 d none /usr/local/include 0755 root root 1 d none /usr/local/include/eventlog 0755 root root 1 f none /usr/local/include/eventlog/evtlog.h 0644 root root 6932 29021 1324260855 1 f none /usr/local/include/eventlog/evtmaps.h 0644 root root 2168 37060 1324260855 1 d none /usr/local/lib 0755 root root 1 f none /usr/local/lib/libevtlog.a 0644 root root 83952 64378 1324260855 1 f none /usr/local/lib/libevtlog.la 0755 root root 974 20082 1324260855 1 s none /usr/local/lib/libevtlog.so=libevtlog.so.0.0.0 1 s none /usr/local/lib/libevtlog.so.0=libevtlog.so.0.0.0 1 f none /usr/local/lib/libevtlog.so.0.0.0 0755 root root 67040 41419 1324260855 1 d none /usr/local/lib/pkgconfig 0755 root root 1 f none /usr/local/lib/pkgconfig/eventlog.pc 0644 root root 238 22016 1324260856 1 i checkinstall 785 2565 1324260866 1 i pkginfo 296 23507 1324260866 070701000932de000041ed0000000000000000000000024eee9e02000000000000010000010007ffffffffffffffff0000000800000000install070701000932df000081ed0000000000000000000000014eee9e02000003110000010000010007ffffffffffffffff0000001500000000install/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 070701000932d1000041ed0000000000000000000000034eee9e02000000000000010000010007ffffffffffffffff0000000500000000root070701000932d2000041ed0000000000000000000000034eee9e02000000000000010000010007ffffffffffffffff0000000900000000root/usr070701000932d3000041ed0000000000000000000000044eee9e02000000000000010000010007ffffffffffffffff0000000f00000000root/usr/local070701000932d4000041ed0000000000000000000000034eee9e02000000000000010000010007ffffffffffffffff0000001700000000root/usr/local/include070701000932d5000041ed0000000000000000000000024eee9e02000000000000010000010007ffffffffffffffff0000002000000000root/usr/local/include/eventlog070701000932d7000081a40000000000000000000000014eee9df7000008780000010000010007ffffffffffffffff0000002a00000000root/usr/local/include/eventlog/evtmaps.h/* * Event Logging API * Copyright (c) 2003 BalaBit IT Ltd. * All rights reserved. * Author: Balazs Scheidler * * $Id: evtmaps.h,v 1.3 2003/01/10 09:24:51 bazsi Exp $ * * Some of the ideas are based on the discussions on the log-analysis * mailing list (http://www.loganalysis.org/). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. Neither the name of BalaBit nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY BALABIT AND CONTRIBUTORS S IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * */ #ifndef __EVTMAPS_H_INCLUDED #define __EVTMAPS_H_INCLUDED /* base event map, with no namespace */ #define EVT_TAG_PID "pid" #define EVT_TAG_PROG "prog" #define EVT_TAG_ISOSTAMP "isostamp" #define EVT_TAG_UTCSTAMP "utcstamp" #define EVT_TAG_TIMEZONE "tz" #define EVT_TAG_MSGID "msgid" #define EVT_TAG_FD "fd" #define EVT_TAG_OSERROR "error" #define EVT_TAG_FILENAME "filename" #endif 070701000932d6000081a40000000000000000000000014eee9df700001b140000010000010007ffffffffffffffff0000002900000000root/usr/local/include/eventlog/evtlog.h/* * Event Logging API * Copyright (c) 2003 BalaBit IT Ltd. * All rights reserved. * Author: Balazs Scheidler * * EventLog library public functions. * * $Id: evtlog.h,v 1.5 2004/08/20 19:53:52 bazsi Exp $ * * Some of the ideas are based on the discussions on the log-analysis * mailing list (http://www.loganalysis.org/). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. Neither the name of BalaBit nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY BALABIT AND CONTRIBUTORS `AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * */ #ifndef __EVTLOG_H_INCLUDED #define __EVTLOG_H_INCLUDED #ifndef _MSC_VER # include #endif #include #include "evtmaps.h" #define EVT_PRI_EMERG 0 /* system is unusable */ #define EVT_PRI_ALERT 1 /* action must be taken immediately */ #define EVT_PRI_CRIT 2 /* critical conditions */ #define EVT_PRI_ERR 3 /* error conditions */ #define EVT_PRI_WARNING 4 /* warning conditions */ #define EVT_PRI_NOTICE 5 /* normal but significant condition */ #define EVT_PRI_INFO 6 /* informational */ #define EVT_PRI_DEBUG 7 /* debug-level messages */ #define EVT_FAC_KERN (0<<3) /* kernel messages */ #define EVT_FAC_USER (1<<3) /* random user-level messages */ #define EVT_FAC_MAIL (2<<3) /* mail system */ #define EVT_FAC_DAEMON (3<<3) /* system daemons */ #define EVT_FAC_AUTH (4<<3) /* security/authorization messages */ #define EVT_FAC_SYSLOG (5<<3) /* messages generated internally by syslogd */ #define EVT_FAC_LPR (6<<3) /* line printer subsystem */ #define EVT_FAC_NEWS (7<<3) /* network news subsystem */ #define EVT_FAC_UUCP (8<<3) /* UUCP subsystem */ #define EVT_FAC_CRON (9<<3) /* clock daemon */ #define EVT_FAC_AUTHPRIV (10<<3) /* security/authorization messages (private) */ #define EVT_FAC_FTP (11<<3) /* ftp daemon */ /* other codes through 15 reserved for system use */ #define EVT_FAC_LOCAL0 (16<<3) /* reserved for local use */ #define EVT_FAC_LOCAL1 (17<<3) /* reserved for local use */ #define EVT_FAC_LOCAL2 (18<<3) /* reserved for local use */ #define EVT_FAC_LOCAL3 (19<<3) /* reserved for local use */ #define EVT_FAC_LOCAL4 (20<<3) /* reserved for local use */ #define EVT_FAC_LOCAL5 (21<<3) /* reserved for local use */ #define EVT_FAC_LOCAL6 (22<<3) /* reserved for local use */ #define EVT_FAC_LOCAL7 (23<<3) /* reserved for local use */ #ifdef __GNUC__ #define EVT_GNUC_PRINTF_FUNC(format_idx, first_arg_idx) __attribute__((format(printf, format_idx, first_arg_idx))) #else #define EVT_GNUC_PRINTF_FUNC(format_idx, first_arg_idx) #endif /* EVTCONTEXT encapsulates logging specific parameters like the * program name and facility to use */ typedef struct __evtcontext EVTCONTEXT; /* EVTREC is an event log record, contains a description and one or more * name/value pairs */ typedef struct __evtrec EVTREC; /* EVTTAG is a name value pair, comprising an event record */ typedef struct __evttag EVTTAG; /* eventlog contexts */ /** * evt_ctx_init: * @prog: program name to use to identify this process as * @syslog_fac: syslog facility code, like EVT_FAC_AUTH * * This function creates a new eventlog context. * * Returns: the new context, or NULL on failure **/ EVTCONTEXT *evt_ctx_init(const char *prog, int syslog_fac); /** * evt_ctx_free: * @ctx: context to free * * This function frees an eventlog context. **/ void evt_ctx_free(EVTCONTEXT *ctx); /** * evt_ctx_tag_hook_add: **/ int evt_ctx_tag_hook_add(EVTCONTEXT *ctx, int (*func)(EVTREC *e, void *user_ptr), void *user_ptr); /* event record manipulation */ EVTREC *evt_rec_init(EVTCONTEXT *ctx, int syslog_pri, const char *desc); void evt_rec_add_tag(EVTREC *e, EVTTAG *tag); void evt_rec_add_tagsv(EVTREC *e, va_list tags); void evt_rec_add_tags(EVTREC *e, EVTTAG *first, ...); int evt_rec_get_syslog_pri(EVTREC *e); void evt_rec_free(EVTREC *e); /** * evt_rec_tag_*: * @tag: specifies tag name as string * @value: specifies a value in the given type * * Adds the specified tag/value pair to EVTREC. * * Return value: 0 to indicate failure and 1 for success **/ EVTTAG *evt_tag_str(const char *tag, const char *value); EVTTAG *evt_tag_int(const char *tag, int value); EVTTAG *evt_tag_long(const char *tag, long value); EVTTAG *evt_tag_errno(const char *tag, int err); EVTTAG *evt_tag_printf(const char *tag, const char *format, ...) EVT_GNUC_PRINTF_FUNC(2, 3); /** * evt_format: * @e: event record * * Formats the given event as specified by the current configuration. * * Return value: returns a newly allocated string. The caller is responsible * for freeing the returned value. **/ char *evt_format(EVTREC *e); /** * evt_log: * @e: event record * * Formats and sends the given event as specified by the current * configuration. This function blocks and will not return until the message * is sent. The function consumes its argument, that is the caller does not * need to free the event record after passing it to evt_log(). * * Return value: 0 to indicate failure and 1 for success * **/ int evt_log(EVTREC *e); /* syslog wrapper */ void evt_openlog(const char *ident, int option, int facility); void evt_closelog(void); void evt_vsyslog(int pri, const char *format, va_list ap); void evt_syslog(int pri, const char *format, ...) EVT_GNUC_PRINTF_FUNC(2, 3); #ifdef EVENTLOG_SYSLOG_MACROS #define openlog evt_openlog #define syslog evt_syslog #define vsyslog evt_vsyslog #define closelog evt_closelog #endif #endif 070701000932d8000041ed0000000000000000000000034eee9e02000000000000010000010007ffffffffffffffff0000001300000000root/usr/local/lib070701000932d9000081a40000000000000000000000014eee9df7000147f00000010000010007ffffffffffffffff0000001f00000000root/usr/local/lib/libevtlog.a! / 1324260849 0 0 0 856 ` &,,```44444444evt_rec_freeevt_rec_refevt_rec_initevt_rec_get_syslog_prievt_rec_add_tagsevt_rec_add_tagsvevt_rec_add_tagevt_format$XAoAMiKt3p7OUoY.evt_formattersevt_log$XAoAMiKu3p7OkyY.evt_outmethods$XBoAMiKu3p7OkyY.evt_output_local.initializedevt_str_freeevt_str_initevt_str_get_strevt_str_append_escape_xml_pcdataevt_str_append_escape_xml_attrevt_str_append_escape_bsevt_str_appendevt_str_append_lenevt_ctx_freeevt_ctx_refevt_ctx_initevt_ctx_tag_hook_addevt_tag_printfevt_tag_errnoevt_tag_longevt_tag_intevt_tag_strevt_tag_freeevt_syslog_wrapper_init$XBoAMiKw3p7OUSZ.evt_syslog_wrapper_init.initializedevt_syslogevt_vsyslogevt_closelogevt_openlogsyslog_optssyslog_contextevtrec.o/ 1324260845 0 0 100644 10412 ` ELF+#(@@.shstrtab.text.bss.data.rodata.picdata.comment.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_t _\ h__\ t`H__t`__t`0ww_ (p  @w_ w_瀤h__@@_ (p  @w_ w_瀤o0wwwwwww__ߐ@@H@w_D 'G< 0w '_\ \ hw_瀤h_\`_\`H '_\ w_瀤oG'G<  w'w (@w_׀h _@_t _@_t _t _t  _$`G_$`_H_@w_w_߰@w_D` $`_w_0w_D $ 'G_$`G〤 H _\ @_\ w_h_\ w_@_w_o_\ @_@@(#)syslog.h 1.11 96/05/17 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@(#)syslog.h 1.11 03/06/10 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11 Vevtrec.c /var/tmp/eventlog-0.2.12/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -g -c evtrec.c -W0,-xp\$XAoAMiKt3p7OkhY.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiKt3p7OkhY.;backend;raw;cd;DBG_GEN 5.3.0evt_rec_add_tag.He-xtag-pD intchar__evttaget_next#et_tag#et_value# EVTTAGlong  H ## n HQ   #__evttaghooket_next#et_callbackD#et_userptr#void D H  EVTTAGHOOKMunsigned long__evtcontextxnec_ref#ec_formatter+#ec_formatter_fnn#(ec_outmethodw#0ec_outmethod_fn#Pec_prog#Xec_syslog_fac#`ec_tag_hooksb#hec_flagsk#p |EVTCONTEXTn__evtrec(#ev_ref#ev_syslog_pri#ev_desc#ev_pairs#ev_last_pair#ev_ctx# EVTRECevt_rec_add_tagsv<He;xtags;pt=hD va_listevt_rec_add_tagsI4HeHxfirstHp...HhapJ`Devt_rec_get_syslog_priSHeRxDevt_rec_call_hooksYHeXxetbZhres[dDevt_rec_initgHctxfxsyslog_priftdescfheHhXDevt_rec_ref~HHe}xDevt_rec_freeSHexppp_nexthD #p #__FILE__padS#p #off64_tftello pfseeko   # # fsetpos Y  #fgetpos  Y pFILE tmpfile   freopen     .fopen  n % 7p #off_tftello w nfseeko  # # fsetpos '  fgetpos W  Y W ifreopen  ` r   fopen   tmpfile  strdup S $mkstemp z mkstemp malloc kfree evt_tag_free  evt_ctx_ref ; |evt_ctx_free ; /var/tmp/eventlog-0.2.12/src/usr/include/iso/usr/include/usr/include/sysevtrec.cevt_internals.hevtlog.hstdarg_iso.hstdio_impl.htypes.hstdio_iso.h / % >0  }    -8}  %  9)} DD%.?  : ; @ ' D I: ;  D D $> I :  I8 I: I  !I/ ' ID  I' ID 4I : ;  .?  : ; @ ' ID . : ; @ ' ID &I.? < ' ID .? < ' ID .? < ' D .? < ' D  bGevt_rec_add_tag4evt_rec_add_tagsvevt_rec_add_tags4evt_rec_get_syslog_prievt_rec_initevt_rec_refevt_rec_free5 bevt_rec_call_hooks b__evttagEVTTAG__evttaghookMEVTTAGHOOK|__evtcontextnEVTCONTEXT__evtrec#EVTRECva_listp__FILEoff64_t FILE woff_tevtrec.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodataevt_rec_call_hooksevt_ctx_freeevt_tag_freeevt_rec_freeevt_rec_reffreestrdupevt_ctx_refmallocevt_rec_initevt_rec_get_syslog_prievt_rec_add_tagsevt_rec_add_tagsvevt_rec_add_tag_GLOBAL_OFFSET_TABLE_   />Q^kxh0(8H`h, H T6?6\6d6pK6S666xP6X666`66@66 66\66626J6o66 6666@  Ph$-6 x bBNW\lA}(X  p"  " " #  evtfmt.o/ 1324260846 0 0 100644 13324 ` ELF+-@@.shstrtab.text.rodata1.data.bss.rodata.picdata.comment.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.debug_varnames.strtab.symtab.rela.text.rela.data.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames.rela.debug_varnames A@`ww @w_瀤hHew__\ @@@@ ;_`]@@_\ h _`]@@_\ w_߀h6__\ @@_`]@@__\ @@@@ '_\ h _`]@@H _`]@@_\ w_߀o_@w_@ _w_ A@`ww @w_瀤hH^w_`]@@_\ w_߀h5__\ @@_`]@@__\ @@@@_\ h _`]@@H _`]@@_\ w_߀o__\ @@@@_`]@@_@w_@ _w_ A@`ww!@w_瀤hHdw_`]@@_\ w_߀h;_`]@@__\ @@_`]@@__\ @@@@_`]@@__\ @@_`]@@_\ w_߀o__\ @@@@_`]@@_@w_@ _w_ A@`ww_\ w_\ (h> '`]\ h'G,0`]\@_ @@ H G,0`] \@_t`(HG 'G,0`]\@oG,0`]\@h`]_t`(_\ (_@w_; ='', '<> I :  I8 I: I  !I/ ' ID I' ID  I!I.?  : ; @ ' ID  &I.? < ' ID .? < ' D .? < ' ID - evt_formatr Gevtrec_format_plainevtrec_format_xmlattrqevtrec_format_xmltags __evttagBEVTTAG__evttaghook}EVTTAGHOOK__evtcontextEVTCONTEXT__evtrecSEVTRECdsize_tu__evtstrEVTSTR"H uevt_formattersevt_formattersevtfmt.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L28.L35.L48.L56.L61evtrec_format_plain.L90.L101.L109.L114.L124evtrec_format_xmlattr.L146.L156.L159.L162evtrec_format_xmltagsstrcmpevt_format$XAoAMiKt3p7OUoY.evt_formattersevt_str_append_escape_xml_pcdataevt_str_append_escape_xml_attrevt_str_freeevt_str_get_strevt_str_appendstrlenevt_str_append_escape_bsevt_str_init_GLOBAL_OFFSET_TABLE_   />CHMR Wk(p0v8|@HX`hpX@>K[jq '$'8&h$%  #  ##  #0$H%hl x# #"!''0&X\ h## #$  #$( 4#d$x #"!''&8< H#pt ## #$ ##  ,#\$p| #"!'',0 PT l     x     ( 6?6_6g666666666056(=6,F6<N6,W6<_6,66666666@E @ X@  % - 6 ? KEW HeQ9u~TJ!*+ ,` -( -@ -X0-p evtout.o/ 1324260846 0 0 100644 8692 ` ELF+p@@.shstrtab.text.data.rodata1.bss.rodata.picdata.comment.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.debug_varnames.strtab.symtab.rela.text.rela.data.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames.rela.debug_varnames A@`ww_\ w`]D H `]$``]\ _\`X`]D D``_@w`]\ _D `]_@_@ 'G<  A@`ww_\ w_\ Ph> '`]\ h'G,0`]\@_ 0@@ H G,0`] \@_t`PHG 'G,0`]\@oG,0`]\@h`]_t`P_\ P_@'_@G'G< %slocal@(#)syslog.h 1.11 96/05/17 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@(#)syslog.h 1.11 03/06/10 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11 evtout.c /var/tmp/eventlog-0.2.12/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -g -c evtout.c -W0,-xp\$XAoAMiKu3p7OkyY.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiKu3p7OkyY.;backend;raw;cd;DBG_GEN 5.3.0evt_output_local4e3xinitialized5 msg6hctx7`DintcharP__evttagP et_next# et_tag# et_value# EVTTAGlong   aa    a__evttaghookB et_nextB# et_callback# et_userptrS#voidK S\ EVTTAGHOOKunsigned long__evtcontextx ec_ref# ec_formatteri# ec_formatter_fn#( ec_outmethod#0 ec_outmethod_fn#P ec_prog#X ec_syslog_fac#` ec_tag_hooks#h ec_flags#p EVTCONTEXT__evtrec(a ev_ref# ev_syslog_pri# ev_desc# ev_pairs# ev_last_pair# ev_ctx# EVTREC r eo_name# eo_outmethod_fn#aevt_outmethodsM   0 aevt_outmethodsM evt_logU eTxresVpctxWhi[dD strcmp\$mkstempmkstempfreeSevt_formatevt_rec_freeX /var/tmp/eventlog-0.2.12/srcevtout.cevt_internals.hevtlog.h 6 MH 1E0{ 0!( DD%. : ; @ ' ID I: ;  4I : ;  D D $> I :  I8 I: I  !I/ ' ID I' ID  I!I.?  : ; @ ' ID  &I.? < ' ID .? < ' D .? < ' D *Uevt_log3Gevt_output_local__evttagPEVTTAG__evttaghookEVTTAGHOOK__evtcontextEVTCONTEXT__evtrecaEVTREC\initializedevt_outmethods0evt_outmethodsevtout.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L33evt_output_localevt_rec_freestrcmpevt_log$XAoAMiKu3p7OkyY.evt_outmethodsfreeevt_formatsyslog_opts$XBoAMiKu3p7OkyY.evt_output_local.initialized_GLOBAL_OFFSET_TABLE_   />C Tah@pp   $@D `d pt    HL    <@ X \    6?6\6d66 6M6b6j66(6,6<6,6<6,q666666@E 8(` n%n-n6n?KW`Fe6u?hB8 HH0xh 0  ( @0X evtstr.o/ 1324260846 0 0 100644 13260 ` ELF+.@@.shstrtab.text.rodata1.bss.data.rodata.picdata.comment.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames0ww_\ _@@_t _\  2h 'G< 0www_\`\`_@ h_\_@ ϒH H'_\`\`__@@_ \_@t _\`\`- 'G< 0ww__@@@@'G< A@`wwww/_,0   ?#wנ 'Ӡ '_瀠hd_GL@4 H _GL@4 H_GϦ@`]_GL@,08408< @GϠ 'H"_GL@O怤H \_G,@GϠ 'O_G,@GϠ 'H _GL@_G,@GϠ 'G_,0h`]`]@@ sH H'ˠ 'GӠ 'G_瀤 o__Gϐ@@'Gߡ< A@`wwww_,p,p   ?#wנ 'Ӡ '_瀠h\_GL@4 H_GϦ@`]_GL@,08408< @GϠ 'H_GL@ "H_GϢ@`]@@GϠ 'H _GL@_G,@GϠ 'G_,p,ph`]`]@@ H H'ˠ 'GӠ 'G_瀤 o__Gϐ@@'G< A@`wwww_,p,p   ?#wנ 'Ӡ '_瀠hp_GL@4 H_GϦ@`]_GL@,08408< @GϠ 'H3_GL@ <H_GϢ@`]@@GϠ 'H_GL@ >H_GϢ@`]@@GϠ 'H _GL@_G,@GϠ 'G_,p,ph`]`]@@ H H'ˠ 'GӠ 'G_瀤 o__Gϐ@@'G< @w_\ w_0w @w_瀤h_ w__t`_t _@_t  _\ ,`_w_@w'GH_\ @_@\x%02xdst <= 4*unescaped_lenevtstr.c&#x%02x;"dst <= 6*unescaped_len<>@(#)syslog.h 1.11 96/05/17 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@(#)syslog.h 1.11 03/06/10 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)alloca.h 1.16 04/09/28 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11 evtstr.c /var/tmp/eventlog-0.2.12/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -g -c evtstr.c -W0,-xp\$XAoAMiKu3p7OU7Y.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiKu3p7OU7Y.;backend;raw;cd;DBG_GEN 5.3.0evt_str_grow9Mes8xnew_alloc8pD intunsigned longsize_tchar__evtstr< es_allocated# es_length# es_buf#EVTSTR< evt_str_append_len@Mes?xstr?plen?hD evt_str_appendP.MesOxstrOpD evt_str_append_escape_bsX MesUxunescapedVpunescaped_lenVhescape_charWg buf^X i`T dst`PD( evt_str_append_escape_xml_attr{Mesyxunescapedzpunescaped_lenzh bufX iT dstPD$ evt_str_append_escape_xml_pcdataMesxunescapedpunescaped_lenh bufX iT dstPD$ evt_str_get_strMesxD evt_str_initMYinit_allocx esMhD evt_str_freeMesxfree_buftD strlen strcpy.void. .?memcpy66Hlong__FILE __pad#off64_tftellofseekoU Ufsetpos^fgetposFILEtmpfile   freopen Z    Z  lfopen  c uoff_tftello   fseeko #  #fsetpos e ,fgetpos   sprintf     freopen 5    5  Gfopen  > Ptmpfile   __assert   __builtin_alloca6 "mkstemp Imkstemp prealloc6 6malloc6 free6 /var/tmp/eventlog-0.2.12/src/usr/include/sys/usr/include/usr/include/isoevtstr.cevt_internals.htypes.hstdio_impl.hstdio_iso.h 9,( 184$  4  EL!)( 1o,   -)L!%01p,   -)L!%0!%01k,     DD%. : ; @ ' ID I: ;  D D $> I: I :  I8 .?  : ; @ ' ID  4I : ;  .?  : ; @ ' D  &I.? < ' ID II !I/ .? < ' ID .? < ' D .? < ' D  Vevt_str_append_lenevt_str_append.evt_str_append_escape_bs evt_str_append_escape_xml_attrevt_str_append_escape_xml_pcdataevt_str_get_strevt_str_initYevt_str_free/ Gevt_str_grow size_t__evtstr\KPV \0b@hHn`thz @$HX($!(H7>QY4" !##  t x   !0#4# (, 8   !P#T# HL X     (!  D  6?6X6`6`n!6v6X66L6T6068666666 6 lk6s6 6!66 6C6v6666666@ X  0m  % - 6 ? KwWu=e u ; !o"`&X+ , - - - evtctx.o/ 1324260847 0 0 100644 17252 ` ELF+=@@.shstrtab.text.rodata1.bss.data.rodata.picdata.comment.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㾐A@`wGwww_\ wO@_O\ p h_`]@@@@_O\ p h_`]_O\ X@@@_O\ p h@wעW`]_א@ @_`]W@@@_O\ p h_`]_ߡ< @@@_O\ p h _׀h@wעW`]_א@ @_`]W@@@_O\ p h_`]xb@@@@ 'G<  A@`ww`]`]@@w_hH_@$@_@HO #HO HHv`]@@w`]@w_瀤h_߀hH]_L H _L H_L H_ߠ w_L O_L O_L O_`]@@ H _ _ߐ@ @H(_`]@@ H _ 0_ߐ@ @H_`]@@ H _ߐ@ ?_t`p_@$@_@Ox www @w_׀h H'__t`__t`_\ h_t`__t`h 'G<  A@`ww' x @w_߀h+_ߢ `]@@_ߢ 0`]@@ _$`! _t`p__t`XG_$``_`]@@@__w_0A@`ww_D H`]`]@@ H H' '_D` $`_w_ A@`ww_D H`]`]@@ H H' '_D $ 'G_$`G H_\ hw_瀤h_\ w_@_w_瀤o_@pidprog%Y-%m-%dT%H:%M:%S%zisostamputcstamp%ztzmsgid/etc/eventlog.confr formatoutmethodimplicit_tagsplainlocalctx->ec_ref > 0evtctx.c@(#)syslog.h 1.11 96/05/17 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@(#)syslog.h 1.11 03/06/10 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.44 10/01/04 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)assert.h 1.10 04/05/18 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11evtctx.c /var/tmp/eventlog-0.2.12/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -g -c evtctx.c -W0,-xp\$XAoAMiKv3p7OECZ.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiKv3p7OECZ.;backend;raw;cd;DBG_GEN 5.3.0evtrec_add_standard_tags:e9xvuserptr9pnow;`tmg<Xbufp=~ctx>~D intchars__evttags et_next# et_tag# et_value# "EVTTAGlong       __evttaghooke et_nexte# et_callback# et_userptrv# voidn v  EVTTAGHOOKunsigned long__evtcontextx ec_ref# ec_formatter# ec_formatter_fn#( ec_outmethod#0 ec_outmethod_fn#P ec_prog#X ec_syslog_fac#` ec_tag_hooks#h ec_flags#p EVTCONTEXT__evtrec( ev_ref# ev_syslog_pri# ev_desc# ev_pairs# ev_last_pair# ev_ctx# EVTREC time_ttm$g tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst#   evt_read_config^`ctx]xfp_pline`wkeywordhwvaluehwD } __FILE __pad`# }FILEevt_ctx_tag_hook_addkctxxvfuncpvuser_ptrhcbXDkevt_ctx_init progxsyslog_factctx`D evt_ctx_ref YctxxDevt_ctx_free ctxxphp_next`D  __assert R   Rstrtok  [ strncpy   strcpy    1strcmp r ( :lockf  truncate   off64_ttell  "n " ssize_tpwrite 4  + 4npread 4   4lseek   ftruncate 9 9truncate | B off_ttell | n pwrite 4  4pread 4C  4lseek |z |lockf pid_tgetpidftruncatemkstemp.mkstempUUstrtoul^gmallocvfreevcallocv}ftello I}fseekoIfsetposIfgetposItmpfile,freopenw#5wfopen}ftello |fseeko0IfeofTITfsetposI]fgetposIfgetsIfreopenZZlfopencutmpfileevt_syslog_wrapper_init size_t strftime_time_localtimegevt_tag_int  evt_tag_stre("evt_rec_add_tagen /var/tmp/eventlog-0.2.12/src/usr/include/sys/usr/include/iso/usr/includeevtctx.cevt_internals.hevtlog.htypes.htime_iso.hstdio_impl.hstdio_iso.h ; D @!4= @!4=!A 4$,,),H55555c   ,,- d d | DD%. : ; @ ' ID I: ;  4I : ;  D D $> I :  I8 I: I  !I/ ' ID I' ID . : ; @ ' D  I !I/.?  : ; @ ' ID &I.?  : ; @ ' D .? < ' D .? < ' ID .? < ' ID .? < ' D .? < ' D uevt_ctx_tag_hook_addevt_ctx_init evt_ctx_ref Yevt_ctx_freeSGevtrec_add_standard_tagsevt_read_config+"__evttagsEVTTAG __evttaghookEVTTAGHOOK__evtcontextEVTCONTEXT__evtrecEVTRECtime_ttm}__FILEFILE off64_t 4ssize_t |off_tpid_tsize_tevtctx.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L27.L36.L47.L49.L59.L77.L79.L90evtrec_add_standard_tags.L105.L106.L136.L168.L180.L192evt_read_config.L250.L252.L277.L278freeevt_ctx_free__assertevt_ctx_refevt_syslog_wrapper_initstrcpycallocevt_ctx_initmallocevt_ctx_tag_hook_addstrtoulstrncpystrcmpstrtokfeoffgetsfopenstrftimelocaltimeevt_tag_strgetpidevt_tag_intevt_rec_add_tagtime_GLOBAL_OFFSET_TABLE_    />CHM(R8WH\PaXf`x P 8%,AIQX_djpy 6$6L5l p x234  140  ,/8 < L1\4| 340 /   104PT h3x466  .$-0,pt + +X\ h*) *) *((L-X,&@6D6`$ # # ' "X6\6   668< DH X 6?6d6l666l6,6l 6D6T6D"6T'66%66( !6 %6 k6 s6 6t 6 6 6 6 666D'6c%6!66666@ X  ` 9 9% 9- 96 9?VK$W&e(]u(_)=7*t,H(1p:Xp < =X =p = evttags.o/ 1324260847 0 0 100644 9300 ` ELF+@@.shstrtab.text.rodata1.bss.data.rodata.picdata.comment.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_\ @_\ @_@0ww_h_hHw @w_߀h _@_t _@_t _w_A@`ww'`]G@ @_ǐ@@w_A@`www`]_@ @_ǐ@@w_㾰A@`w_w'g`]G@G@ @_g@@w_ wwwwwwwע__א@$@_א@@w_߰%d%ld%s (%d)@(#)syslog.h 1.11 96/05/17 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@(#)syslog.h 1.11 03/06/10 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11 evttags.c /var/tmp/eventlog-0.2.12/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -g -c evttags.c -W0,-xp\$XAoAMiKv3p7OELZ.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiKv3p7OELZ.;backend;raw;cd;DBG_GEN 5.3.0evt_tag_free9et8xDchar__evttaget_next#et_tag#et_value# EVTTAG evt_tag_strA|tag@xvalue@p pB`D |  evt_tag_intStagRx&valueRt buf5THD intlong  R- evt_tag_long\tag[x-value[p buf]HD   - evt_tag_errnoekttagdx&errdt buf}f~D k - evt_tag_printfn8AtagmxSformatmpd...mh apmoX bufpwD 8 Jvoid\ dva_list- strdupstrerror&mkstemp&%mkstemp&Lunsigned longmallocdLfreed --__FILE__pad# -off64_tftello"fseeko&c"-& -cfsetpos&"l-fgetpos&" FILEtmpfile  freopenh& h zfopenq -off_tftellofseeko& 1"-&  1vsnprintf& L :d  snprintf& L  - fsetpos& " fgetpos& F"  F  Xfreopen  O a   fopen   tmpfileh /var/tmp/eventlog-0.2.12/src/usr/include/iso/usr/include/usr/include/sysevttags.cevt_internals.hevtlog.hstdarg_iso.hstdio_impl.htypes.hstdio_iso.h 9 , ! 4$ 4$ H$ -$ DD%.?  : ; @ ' D I: ;  D D I$>  :  I8 I: .?  : ; @ ' ID  4I : ;  &I I !I/ I !I/.? < ' ID I.? < ' D .? < ' ID  Ievt_tag_free evt_tag_strevt_tag_intRevt_tag_longevt_tag_errnoevt_tag_printf __evttagEVTTAGmva_list__FILEoff64_tFILEoff_tevttags.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L63.L75.L87vsnprintfevt_tag_printfstrerrorevt_tag_errnoevt_tag_longsnprintfevt_tag_intstrdupmallocevt_tag_strfreeevt_tag_free_GLOBAL_OFFSET_TABLE_    0?DINXlgp0~p pp<(8D(,D H `t  8<T X d  6A6[6c6L6#666d6l6 6666,666+6D6]666@ 0@p%-6?H KTtW%eu"p xP P    evtsyslog.o/ 1324260848 0 0 100644 10368 ` ELF+#@@.shstrtab.text.data.bss.rodata.picdata.comment.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.debug_varnames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames.rela.debug_varnames0A@`ww''_G@@`]t G`]$`P A@`w'ww__@$@`]\ Gߐ@@w_@0wwww'wwG__ߐ@@H@A@`w`]D H!`]`]t``]`]t``]`]t` `]$` `]$`@(#)syslog.h 1.11 96/05/17 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@(#)syslog.h 1.11 03/06/10 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11 evtsyslog.c /var/tmp/eventlog-0.2.12/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -g -c evtsyslog.c -W0,-xp\$XAoAMiKw3p7OUSZ.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiKw3p7OUSZ.;backend;raw;cd;DBG_GEN 5.3.0evt_openlog1ident0xoptions0tfacility0pD$charintevt_closelog<Devt_vsyslogApri@|format@pap@hewB`msgbufRCwD$void va_listA __evttagA et_next# et_tag# et_value# EVTTAGlong  w RAw   R __evttaghook3 et_next3# et_callbackb# et_userptr#bw< EVTTAGHOOKkunsigned long __evtcontextx ec_ref# ec_formatterZ# ec_formatter_fn#( ec_outmethod#0 ec_outmethod_fn#P ec_prog#X ec_syslog_fac#` ec_tag_hooks#h ec_flags#p EVTCONTEXT __evtrec(A ev_ref# ev_syslog_pri# ev_desc# ev_pairs# ev_last_pair# ev_ctx# EVTRECqRevt_syslogLpriK|formatKp...KhapM`Devt_syslog_wrapper_initbinitialized Dsyslog_context,  R R __FILE __pad# Roff64_tftello fseekoL RRLfsetpos URfgetpos  FILEtmpfile freopen Q  Q cfopen  Z l Roff_tftello   fseeko  R vsnprintf p #R pfsetpos   yfgetpos    freopen ?   ? Qfopen  H Ztmpfile      __evtsyslogopts  x es_openlog # es_closelog # es_syslog # es_options# EVTSYSLOGOPTSsyslog_opts x- evt_log   evt_rec_initw <   <evt_ctx_init  Ecloselog syslog   openlog Q /var/tmp/eventlog-0.2.12/src/usr/include/iso/usr/include/usr/include/sysevtsyslog.cstdarg_iso.hevt_internals.hevtlog.hstdio_impl.htypes.hstdio_iso.h  1   <  ,8 ( )((( ! DD%.?  : ; @ ' D I: ;  D D $> &II4I : ;  I:  :  I8 I  !I/ ' ID I' ID I !I/4I?  : ;  .? < ' ID .? < ' ID ' D ' D .? < ' D .? < ' D .? < ' D Mevt_openlogevt_closelogevt_vsyslogqevt_syslogevt_syslog_wrapper_initbsyslog_context syslog_opts"va_list__evttagAEVTTAG__evttaghookkEVTTAGHOOK__evtcontextEVTCONTEXT__evtrecAEVTREC__FILEoff64_tFILE off_t __evtsyslogopts xEVTSYSLOGOPTS.;initializedevtsyslog.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodatasyslogcloselogopenlogevt_syslog_wrapper_init$XBoAMiKw3p7OUSZ.evt_syslog_wrapper_init.initializedevt_syslogevt_logevt_rec_initvsnprintfevt_vsyslogevt_closelogevt_ctx_initevt_openlogsyslog_optssyslog_context_GLOBAL_OFFSET_TABLE_   !2AHQYq`P d  $HPT dh  $4       $( 4 8 @D TX hl 6E6^6f6t66'6/6<66 6&6xU66 6666)6C 6666@  P$-6B]NUj\l.}:3 p H h"@x " " " 070701000932da000081ed0000000000000000000000014eee9df7000003ce0000010000010007ffffffffffffffff0000002000000000root/usr/local/lib/libevtlog.la# libevtlog.la - a libtool library file # Generated by ltmain.sh (GNU libtool) 2.2.6b Debian-2.2.6b-2ubuntu1 # # Please DO NOT delete this file! # It is necessary for linking the library. # The name that we can dlopen(3). dlname='libevtlog.so.0' # Names of this library. library_names='libevtlog.so.0.0.0 libevtlog.so.0 libevtlog.so' # The name of the static archive. old_library='libevtlog.a' # Linker flags that can not go in dependency_libs. inherited_linker_flags='' # Libraries that this one depends upon. dependency_libs=' -L/usr/local/lib' # Names of additional weak libraries provided by this library weak_library_names='' # Version information for libevtlog. current=0 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' 070701000932db000081ed0000000000000000000000014eee9df7000105e00000010000010007ffffffffffffffff0000002600000000root/usr/local/lib/libevtlog.so.0.0.0ELF+@ @8@B B B B D pJhJhOK  !"$%&(*,./01249:<=?@CGHIJ #')+-35678;>ABDEF(%:H<2:)8$S]el>0xK@7`0@Ld B `> &L@ F0H ?WL\cD} @`0L @60H%p8x0$;pT$)#HX>P4;AJJhS;Pp_<`mL8 B 90=d+x=l-X!Lh -:9(HHL`}'?8evt_rec_get_syslog_prifopenstrdupevt_tag_freesprintfevt_str_append_escape_bsvsnprintfreallocgetpidevt_vsyslog$XAoAMiKt3p7OEnY.evt_formattersevt_ctx_initstrcmpevt_rec_add_tagsvevt_str_free_edata__assert_GLOBAL_OFFSET_TABLE_evt_rec_add_tagevt_closelogevt_rec_initevt_syslog$XAoAMiKu3p7OkxY.evt_outmethodsevt_rec_add_tags_endmemcpy_PROCEDURE_LINKAGE_TABLE__lib_versionevt_rec_refsyslog_contextlocaltime_finievt_ctx_tag_hook_addevt_str_initstrncpyevt_logevt_ctx_reffeofevt_str_get_strevt_tag_longstrtokevt_ctx_freeevt_formatstrlenfgetsstrerror_DYNAMICevt_tag_intevt_tag_errno$XBoAMiKu3p7OkxY.evt_output_local.initialized_etextevt_rec_freecallocevt_openlogevt_str_append_escape_xml_attrevt_tag_printfevt_str_append_escape_xml_pcdatastrcpystrftimesyslog_optsevt_tag_strevt_str_append$XBoAMiKw3p7OURZ.evt_syslog_wrapper_init.initializedevt_str_append_lenevt_syslog_wrapper_initstrtoulmalloclibc.so.1SUNW_1.1libevtlog.so.0/usr/local/lib:/lib/64:/usr/lib/64:/lib:/usr/lib ='B(@B0@ B8@(B@@0BH@8BPxBX@@B`@HBh@PBp@XBx@`B@pB@xB@B@B@B$B@B@B@B@B@BABABA BA(BA0CA8CAPCA`CApC AxC(AC01@C8AC@ACHACPACXAC`AChACpACxACACBCBCBC CCAC6CC2CCCECK@LxL@LpL@L !PL@@LH$DDDID&EE ,E@E`9E#E/EEDF(F F@<F`>F F-F8FGG FG@G`G?GJG G4HBH H@@H`H0H'H*H$IHI :I@"I`GI+I1II JJ %J@ @ww_t _\ h__\ t`H__t`__t`0ww_ (p  @w_ w_瀤h__@@ _ (p  @w_ w_瀤o0wwwwwww__ߐ@@ H@w_D 'G< 0w '_\ \ hw_瀤h_\`_\`H '_\ w_瀤oG'G<  w'w (@ Iw_׀h _@ I_t _@ L_t _t _t  _$`G_$`_H_@ ?w_w_߰@w_D` $`_w_0w_D $ 'G_$`G〤 H _\ @ _\ w_h_\ w_@ _w_o_\ @ _@  A@ `ww @ w_瀤hHew__\ @ @@@  ;_`]@@ _\ h _`]@@ _\ w_߀h6__\ @@ _`]@@ ْ__\ @ Đ@@@ Ɩ '_\ h _` ]@@ ’H _`(]@@ _\ w_߀o_@ w_@  _w_ A@bww @ |w_瀤hH^w_`8]@@ _\ w_߀h5__\ @@ y_`@]@@ r__\ @ ]@@@ _\ h _`H]@@ \H _`P]@@ S_\ w_߀o__\ @ 7@@@ b_`X]@@ ;_@ @w_@ C _w_ A@`̮ww!@ w_瀤hHdw_``]@@ _\ w_߀h;_`h]@@ __\ @@_`p]@@__\ @ސ@@@ _`x]@@__\ @@ܒ_`p]@@Ւ_\ w_߀o__\ @@@@_`X]@@_@w_@Œ _w_ A@bԮww_\ w_\ (h> 'a]\ h'G,0a]\@_ @@ H G,0a] \@_t`(HG 'G,0a]\@oG,0a]\@h`0]_t`(_\ (_@w_ A@adww_\ wa]D H a]$`a]\ _\`Xa]D D``_@Swa]\ _D `]_@_@ 'G<  A@`<ww_\ w_\ Ph> 'a]\ h'G,0a]\@_ 0@@ H G,0a] \@_t`PHG 'G,0a]\@oG,0a]\@h`]_t`P_\ P_@'_@G'G< 0ww_\ _@@ג_t _\  2h 'G< 0www_\`\`_@ h_\_@ ϒH H'_\`\`__@@_ \_@t _\`\`- 'G< 0ww__@-@@@'G< A@`wwww/_,0   ?#wנ 'Ӡ '_瀠hd_GL@4 H _GL@4 H_GϦ@`]_GL@,08408< @LGϠ 'H"_GL@O怤H \_G,@GϠ 'O_G,@GϠ 'H _GL@_G,@GϠ 'G_,0h`]`]@@ sH H'ˠ 'GӠ 'G_瀤 o__Gϐ@@'Gߡ< A@bwwww_,p,p   ?#wנ 'Ӡ '_瀠h\_GL@4 H_GϦ@`]_GL@,08408< @”GϠ 'H_GL@ "H_GϢ@`]@@GϠ 'H _GL@_G,@GϠ 'G_,p,ph`]`]@@ H H'ˠ 'GӠ 'G_瀤 o__Gϐ@@p'G< A@`wwww_,p,p   ?#wנ 'Ӡ '_瀠hp_GL@4 H_GϦ@`]_GL@,08408< @:GϠ 'H3_GL@ <H_GϢ@`]@@6GϠ 'H_GL@ >H_GϢ@`]@@"GϠ 'H _GL@_G,@GϠ 'G_,p,ph`]`]@@ H H'ˠ 'GӠ 'G_瀤 o__Gϐ@@Ԕ'G< @w_\ w_0w @w_瀤h_ w__t`_t _@ _t  _\ ,`_w_@w'GH_\ @_@㾐A@`ܮwGwww_\ wO@_O\ p h_`]@@@@_O\ p h_`]_O\ X@@@_O\ p h@~wעW`]_א@ @{_`]W@@c@_O\ p h_`]_ߡ< @@I@m_O\ p h _׀h@IwעW`]_א@ @F_a]W@@.@J_O\ p h_a]xb@@@@8 'G<  A@b<wwa]a ]@@w_hH_@$@ _@HO #HO HHva(]@@wa(]@w_瀤h_߀hH]_L H _L H_L H_ߠ w_L O_L O_L O_a0]@@< H _ _ߐ@ @H(_a8]@@( H _ 0_ߐ@ @H_a@]@@ H _ߐ@ ?_t`p_@$@_@Ox www @}w_׀h H'__t`__t`_\ h_t`__t`h 'G<  A@bww' x @fw_߀h+_ߢ aH]@@_ߢ 0aP]@@ _$`! _t`p__t`XG_$``_a]@@E@K__w_0A@aww_D HaX]a`]@@ H H' '_D` $`_w_ A@`ww_D HaX]a`]@@x H H' '_D $ 'G_$`G H_\ hw_瀤h_\ w_@ɐ_w_瀤o_@@w_\ @_\ @_@0ww_h_hHw @zw_߀h _@_t _@}_t _w_A@b̮ww'ah]G@ @|_ǐ@@w_A@bDwwwap]_@ @Z_ǐ@@w_㾰A@aw_w'gax]G@CG@ @3_g@@Βw_ wwwwwwwע__א@$@!_א@@w_߰0A@`ww''_G@@ a]t Ga]$`P A@cw'ww__@$@Ֆa]\ Gߐ@@۔w_@ߐ0wwww'wwG__ߐ@@ΔH@A@bwa]D H!a]a]t`a]a]t`a]a]t` a]$` a]$`PP; ='', '<>ec_ref > 0evtctx.c%d%ld%s (%d)Jh0o0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0ow`0oo0og0o_0oW0oO0oG 0o?@0o7`0o/0o'0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0ow ? @ `  X oGopoh h ooDX `p ? @ @ @ B DJhKLdLh*L0!- @<ELhNKYLd- @j}ELhNKYLd- @ @ @  @( @0 @8x @@ @H @P @X @`p @p @x @ @!PELhNL8YLd- @ @"$ 3ELhNKYLd- @<'h\I @N @T @Z @` @f Al Ar A xELhNKYLd- @ A( A0 A8 AP A` Ap Ax A1@ A A A Af A A3 A A A A ELhNKYLd- @  B BI BELhNL`YLd- @#8(OU\:H<iq)8$>0K@7`0@Ld  B (`8> EV]L@ }0H ?LD @`0L @60H%p8x*/0$?;pL[`#HXR>Pkrx<Jh;Pp<`L8 B S90=d+x=l'-XHOXLh d:p(HL`'?8S.libs/libevtlog.so.0.0.0crti.svalues-Xa.cDrodata.rodataevtrec.cBbss.bssDdata.dataDpicdata.picdataevt_rec_call_hooksevtfmt.c.L28.L35.L48.L56.L61evtrec_format_plain.L90.L101.L109.L114.L124evtrec_format_xmlattr.L146.L156.L159.L162evtrec_format_xmltagsevtout.c.L33evt_output_localevtstr.cevt_str_grow.L87.L116.L117.L150.L163.L180.L225.L238evtctx.c.L27.L36.L47.L49.L59.L77.L79evtrec_add_standard_tags.L105.L106.L136.L168.L192evt_read_config.L250.L252.L277.L278evttags.c.L63.L75evtsyslog.ccrtn.s_END__START_evt_rec_get_syslog_prifopenstrdupevt_tag_freesprintfevt_str_append_escape_bsvsnprintfreallocgetpidevt_vsyslog$XAoAMiKt3p7OEnY.evt_formattersevt_ctx_initstrcmpevt_rec_add_tagsvevt_str_free_edata__assert_GLOBAL_OFFSET_TABLE_evt_rec_add_tagevt_closelogevt_rec_initevt_syslog$XAoAMiKu3p7OkxY.evt_outmethodsevt_rec_add_tags_endmemcpy_PROCEDURE_LINKAGE_TABLE__lib_versionevt_rec_refsyslog_contextlocaltime_finievt_ctx_tag_hook_addevt_str_initstrncpyevt_logevt_ctx_reffeofevt_str_get_strevt_tag_longstrtokevt_ctx_freeevt_formatstrlenfgetsstrerror_DYNAMICevt_tag_intevt_tag_errno$XBoAMiKu3p7OkxY.evt_output_local.initialized_etextevt_rec_freecallocevt_openlogevt_str_append_escape_xml_attrevt_tag_printfevt_str_append_escape_xml_pcdatastrcpystrftimesyslog_optsevt_tag_strevt_str_append$XBoAMiKw3p7OURZ.evt_syslog_wrapper_init.initializedevt_str_append_lenevt_syslog_wrapper_initstrtoulmallocanotate anotatep h $dx$`x 0LxLpL !PanotateP H &$&$ LH$anotate anotate8 0 81@81@anotate anotate @(#)syslog.h 1.11 96/05/17 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@(#)syslog.h 1.11 03/06/10 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11@(#)syslog.h 1.11 96/05/17 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@(#)syslog.h 1.11 03/06/10 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11@(#)syslog.h 1.11 96/05/17 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@(#)syslog.h 1.11 03/06/10 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11@(#)syslog.h 1.11 96/05/17 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@(#)syslog.h 1.11 03/06/10 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)alloca.h 1.16 04/09/28 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11@(#)syslog.h 1.11 96/05/17 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@(#)syslog.h 1.11 03/06/10 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.44 10/01/04 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)assert.h 1.10 04/05/18 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11@(#)syslog.h 1.11 96/05/17 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@(#)syslog.h 1.11 03/06/10 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11@(#)syslog.h 1.11 96/05/17 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@(#)syslog.h 1.11 03/06/10 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11ld: Software Generation Utilities - Solaris Link Editors: 5.10-1.500 bevtrec.c /var/tmp/eventlog-0.2.12/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -g -c -KPIC -DPIC evtrec.c -W0,-xp\$XAoAMiKt3p7OkgY.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiKt3p7OkgY.;backend;raw;cd;DBG_GEN 5.3.0evt_rec_add_tag.hTe-xtag-pD intchar__evttaget_next#et_tag#et_value# EVTTAGlong  T // z T]   /__evttaghooket_next#et_callbackP#et_userptr!#void P T !* EVTTAGHOOKYunsigned long__evtcontextxzec_ref#ec_formatter7#ec_formatter_fnz#(ec_outmethod#0ec_outmethod_fn#Pec_prog#Xec_syslog_fac#`ec_tag_hooksn#hec_flagsw#p EVTCONTEXTz__evtrec(/ev_ref#ev_syslog_pri#ev_desc#ev_pairs#ev_last_pair#ev_ctx# EVTRECevt_rec_add_tagsv<Te;xtags;pt=hD !va_listevt_rec_add_tagsI0p@TeHxfirstHp!...HhapJ`Devt_rec_get_syslog_priSTeRxDevt_rec_call_hooksYX TeXxetnZhres[dDevt_rec_initg8Tctxfxsyslog_priftdescfheThXDevt_rec_ref~`TTe}xDevt_rec_freeT_Texppp_nexthD /| /__FILE__pad_#| /off64_tftello |fseeko #  / / #fsetpos e  ,/fgetpos  e |FILE tmpfile   freopen  (  ( :fopen  z 1 C| /off_tftello  zfseeko  / / fsetpos 3  fgetpos c  e c ufreopen  l ~   fopen   tmpfile  'strdup _ 0mkstemp mkstemp malloc! wfree !evt_tag_free  evt_ctx_ref G evt_ctx_free G Wevtfmt.c /var/tmp/eventlog-0.2.12/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -g -c -KPIC -DPIC evtfmt.c -W0,-xp\$XAoAMiKt3p7OEnY.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiKt3p7OEnY.;backend;raw;cd;DBG_GEN 5.3.0evtrec_format_plain3xHe2xes4het5`res6XDcharintN__evttagN et_next# et_tag# et_value# EVTTAGlong   __    ___evttaghook@ et_next@# et_callback# et_userptrQ#voidI QZ EVTTAGHOOKunsigned long__evtcontextx ec_ref# ec_formatterg# ec_formatter_fn#( ec_outmethod#0 ec_outmethod_fn#P ec_prog#X ec_syslog_fac#` ec_tag_hooks#h ec_flags#p EVTCONTEXT__evtrec(_ ev_ref# ev_syslog_pri# ev_desc# ev_pairs# ev_last_pair# ev_ctx# EVTREC size_t__evtstr es_allocatedp# es_lengthp# es_buf# EVTSTRevtrec_format_xmlattrPp!$}eOxesQhetR`resSXDevtrec_format_xmltagsl!P#ekxesmhetn`resoXD %f ef_name# ef_formatter%#._evt_formattersf K .@ _evt_formatters Kevt_format#H$exctxh#p$t#$t#$tidDstrlenpstrcmp mkstemp >mkstemp eevt_str_get_str  eevt_str_append_escape_xml_pcdata  eevt_str_append_escape_xml_attr ? eevt_str_append_escape_bs  eevt_str_append  eevt_str_free  eevt_str_initevtout.c /var/tmp/eventlog-0.2.12/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -g -c -KPIC -DPIC evtout.c -W0,-xp\$XAoAMiKu3p7OkxY.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiKu3p7OkxY.;backend;raw;cd;DBG_GEN 5.3.0evt_output_local4$%e3xinitialized5 L8msg6hctx7`Dintchar\__evttag\ et_next# et_tag# et_value#  EVTTAGlong   mm    m__evttaghookN et_nextN# et_callback# et_userptr_#voidW _h EVTTAGHOOKunsigned long__evtcontextx ec_ref# ec_formatteru# ec_formatter_fn#( ec_outmethod#0 ec_outmethod_fn#P ec_prog#X ec_syslog_fac#` ec_tag_hooks#h ec_flags#p EVTCONTEXT__evtrec(m ev_ref# ev_syslog_pri# ev_desc# ev_pairs# ev_last_pair# ev_ctx# EVTREC ~ eo_name# eo_outmethod_fn#mevt_outmethodsM L@  < mevt_outmethodsM L@evt_logU%'<eTxresVpctxWh&' &' &' i[dD'strcmph0mkstempmkstempfree_evt_formatevt_rec_free evtstr.c /var/tmp/eventlog-0.2.12/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -g -c -KPIC -DPIC evtstr.c -W0,-xp\$XAoAMiKu3p7OU6Y.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiKu3p7OU6Y.;backend;raw;cd;DBG_GEN 5.3.0evt_str_grow9'h'Yes8xnew_alloc8pD intunsigned longsize_tchar__evtstrH es_allocated# es_length# es_buf#EVTSTRH evt_str_append_len@'(Yes?xstr?plen?hD evt_str_appendP() :YesOxstrOpD evt_str_append_escape_bsX)8+HYesUxunescapedVpunescaped_lenVhescape_charWg buf^X i`T dst`PD( evt_str_append_escape_xml_attr{+x-lYesyxunescapedzpunescaped_lenzh bufX iT dstPD$ evt_str_append_escape_xml_pcdata-/Yesxunescapedpunescaped_lenh bufX iT dstPD$ evt_str_get_str00YesxD evt_str_init0H0Yeinit_allocx esYhD evt_str_free01 Yesxfree_buftD strlen strcpy:void: :KmemcpyBBTlong__FILE __pad#off64_tftello fseekoa  afsetpos jfgetpos FILEtmpfile   freopen f  $  f  xfopen  o off_tftello   fseeko /   /fsetpos q  8fgetpos    sprintf     freopen A    A  Sfopen  J \tmpfile   __assert   __builtin_allocaB .mkstemp Umkstemp |reallocB BmallocB freeB"evtctx.c /var/tmp/eventlog-0.2.12/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -g -c -KPIC -DPIC evtctx.c -W0,-xp\$XAoAMiKv3p7OEBZ.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiKv3p7OEBZ.;backend;raw;cd;DBG_GEN 5.3.0evtrec_add_standard_tags:1@3  e9xuserptr9pnow;`tms<Xbuf|=~ctx>~D intchar__evttag et_next%# et_tag# et_value# .EVTTAGlong        __evttaghookq et_nextq# et_callback# et_userptr#voidz   EVTTAGHOOKunsigned long__evtcontextx ec_ref # ec_formatter# ec_formatter_fn#( ec_outmethod#0 ec_outmethod_fn #P ec_prog#X ec_syslog_fac #` ec_tag_hooks#h ec_flags#p EVTCONTEXT__evtrec( ev_ref # ev_syslog_pri # ev_desc# ev_pairs%# ev_last_pair%# ev_ctx# EVTREC time_ttm$s tm_sec # tm_min # tm_hour # tm_mday # tm_mon # tm_year # tm_wday # tm_yday # tm_isdst #   evt_read_config^36lctx]xfp_pline`w4T64l6|4l6|keywordhwvaluehwD  __FILE __padl# FILEevt_ctx_tag_hook_add670 wctxxfuncpuser_ptrhcbXD wevt_ctx_init7`8P  progx syslog_factctx`D  evt_ctx_ref8x9 ectxxDevt_ctx_free90:( ctxx9:(9:(9:(php_next`D  __assert ^  #  ^strtok  g strncpy   strcpy +  + =strcmp  ~ 4 Flockf     truncate    off64_ttell  . z . ssize_tpwrite @   7 @zpread @    @lseek     ftruncate  E  Etruncate   N off_ttell   z pwrite @   @pread @O   @lseek    lockf     pid_tgetpidftruncate  mkstemp :mkstemp aastrtouljs mallocfreecalloc&ftello U&fseeko U fsetpos Ufgetpos Utmpfile&8freopen/Afopenftello fseeko <U feof `U`fsetpos Uifgetpos Ufgets  U freopenf$fxfopenotmpfileevt_syslog_wrapper_init size_tstrftimek timeklocaltimesevt_tag_int% +evt_tag_str%q"4.evt_rec_add_tagqz evttags.c /var/tmp/eventlog-0.2.12/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -g -c -KPIC -DPIC evttags.c -W0,-xp\$XAoAMiKv3p7OkJZ.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiKv3p7OkJZ.;backend;raw;cd;DBG_GEN 5.3.0evt_tag_free9:H:|et8xDchar__evttaget_next#et_tag#et_value# EVTTAG evt_tag_strA:;$tag@xvalue@p pB`D   evt_tag_intS;P; )tagRx2valueRt bufATHD  intlong  ^9 evt_tag_long\;<8tag[x9value[p buf]HD   9 evt_tag_errnoe<`<wtagdx2errdt buff~D w 9 evt_tag_printfn==\DMtagmx_formatmpp...mh apyoX bufpwD D Vvoidh pva_list9 strdupstrerror 2mkstemp21mkstemp2Xunsigned longmallocpXfreep 99__FILE__pad# 9off64_tftello.fseeko2o.92 9ofsetpos2.x9fgetpos2. FILEtmpfile  )freopent 2 t fopen} 9off_tftello fseeko2 =.92  =vsnprintf2 X Fp  snprintf2 X  9 fsetpos2 ". fgetpos2 R.  R  dfreopen  [ m   fopen   tmpfileevtsyslog.c /var/tmp/eventlog-0.2.12/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -g -c -KPIC -DPIC evtsyslog.c -W0,-xp\$XAoAMiKw3p7OURZ.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiKw3p7OURZ.;backend;raw;cd;DBG_GEN 5.3.0 evt_openlog1==ident0xoptions0tfacility0pD$charintevt_closelog<>> "Devt_vsyslogA>0>pri@|format@pap@heB`msgbuf^CwD$void va_listM __evttagM et_next# et_tag# et_value# EVTTAGlong   ^M   ^ __evttaghook? et_next?# et_callbackn# et_userptr#nH EVTTAGHOOKwunsigned long __evtcontextx ec_ref# ec_formatterf# ec_formatter_fn#( ec_outmethod#0 ec_outmethod_fn#P ec_prog#X ec_syslog_fac#` ec_tag_hooks#h ec_flags#p EVTCONTEXT __evtrec(M ev_ref# ev_syslog_pri# ev_desc# ev_pairs# ev_last_pair# ev_ctx# EVTREC}^evt_syslogL>?priK|formatKp...KhapM`Devt_syslog_wrapper_init?8?ninitialized L`Dsyslog_context, L ^ ^ __FILE __pad# ^off64_tftellofseekoX^^Xfsetposa^fgetpos FILEtmpfile  freopen ]   ] ofopen  f x ^off_tftello   fseeko &^ &vsnprintf | /^ |fsetpos  fgetpos   freopen K   K ]fopen  T ftmpfile      __evtsyslogopts  es_openlog # es_closelog # es_syslog # es_options# EVTSYSLOGOPTSsyslog_opts - Lhevt_log   evt_rec_init H   Hevt_ctx_init  Qcloselog syslog   openlog  /var/tmp/eventlog-0.2.12/src/usr/include/iso/usr/include/usr/include/sysevtrec.cevt_internals.hevtlog.hstdarg_iso.hstdio_impl.htypes.hstdio_iso.h / % >0  } 0   -8}  % ` 9)}9t /var/tmp/eventlog-0.2.12/src/usr/include/sysevtfmt.cevt_internals.hevtlog.htypes.h x7,8( ()$(8 1x  p,()$(4 1x 4( !P,()($(4($x 4( #H1E0{ 0!(X /var/tmp/eventlog-0.2.12/srcevtout.cevt_internals.hevtlog.h $6 MH %1E0{ 0!( /var/tmp/eventlog-0.2.12/src/usr/include/sys/usr/include/usr/include/isoevtstr.cevt_internals.htypes.hstdio_impl.hstdio_iso.h 'h9,( '184$  (4 )8 EL!)( 1o, +x  -)L!%01p, -  -)L!%0!%01k, 0 0H  0 /var/tmp/eventlog-0.2.12/src/usr/include/sys/usr/include/iso/usr/includeevtctx.cevt_internals.hevtlog.htypes.htime_iso.hstdio_impl.hstdio_iso.h 1@; D @!4= @!4=!A 34$,,),H55555c 6 7` ,,- 8xd 90d |h /var/tmp/eventlog-0.2.12/src/usr/include/iso/usr/include/usr/include/sysevttags.cevt_internals.hevtlog.hstdarg_iso.hstdio_impl.htypes.hstdio_iso.h :H9 :, ! ;P4$ ;4$ <`H$ =-$Q /var/tmp/eventlog-0.2.12/src/usr/include/iso/usr/include/usr/include/sysevtsyslog.cstdarg_iso.hevt_internals.hevtlog.hstdio_impl.htypes.hstdio_iso.h = 1   >< >0 ,8 >( ?8)((( ! DD%.?  : ; @ ' D I: ;  D D $> I :  I8 I: I  !I/ ' ID  I' ID 4I : ;  .?  : ; @ ' ID . : ; @ ' ID &I.? < ' ID .? < ' ID .? < ' D .? < ' D  DD%. : ; @ ' ID I: ;  4I : ;  D D $> I :  I8 I: I  !I/ ' ID I' ID  I!I.?  : ; @ ' ID  &I.? < ' ID .? < ' D .? < ' ID  DD%. : ; @ ' ID I: ;  4I : ;  D D $> I :  I8 I: I  !I/ ' ID I' ID  I!I.?  : ; @ ' ID  &I.? < ' ID .? < ' D .? < ' D  DD%. : ; @ ' ID I: ;  D D $> I: I :  I8 .?  : ; @ ' ID  4I : ;  .?  : ; @ ' D  &I.? < ' ID II !I/ .? < ' ID .? < ' D .? < ' D  DD%. : ; @ ' ID I: ;  4I : ;  D D $> I :  I8 I: I  !I/ ' ID I' ID . : ; @ ' D  I !I/.?  : ; @ ' ID &I.?  : ; @ ' D .? < ' D .? < ' ID .? < ' ID .? < ' D .? < ' D  DD%.?  : ; @ ' D I: ;  D D I$>  :  I8 I: .?  : ; @ ' ID  4I : ;  &I I !I/ I !I/.? < ' ID I.? < ' D .? < ' ID  DD%.?  : ; @ ' D I: ;  D D $> &II4I : ;  I:  :  I8 I  !I/ ' ID I' ID I !I/4I?  : ;  .? < ' ID .? < ' ID ' D ' D .? < ' D .? < ' D .? < ' D  nSevt_rec_add_tag@evt_rec_add_tagsvevt_rec_add_tags@evt_rec_get_syslog_pri evt_rec_initevt_rec_refevt_rec_free- n evt_format*#aevt_log bevt_str_append_lenevt_str_append:evt_str_append_escape_bsevt_str_append_escape_xml_attrevt_str_append_escape_xml_pcdataevt_str_get_strevt_str_initeevt_str_freeu-evt_ctx_tag_hook_addevt_ctx_init evt_ctx_ref eevt_ctx_freeCB Uevt_tag_freeevt_tag_strevt_tag_int^evt_tag_longevt_tag_errnoevt_tag_printfNZYevt_openlogevt_closelog"evt_vsyslog}evt_syslog evt_syslog_wrapper_initnsyslog_context syslog_opts5 nevt_rec_call_hooksr n Sevtrec_format_plainevtrec_format_xmlattr}evtrec_format_xmltags3#Sevt_output_local/ Sevt_str_growS-Sevtrec_add_standard_tagsevt_read_config n__evttagEVTTAG__evttaghookYEVTTAGHOOK__evtcontextzEVTCONTEXT__evtrec/EVTRECva_list|__FILEoff64_t FILE off_t n __evttagNEVTTAG__evttaghookEVTTAGHOOK__evtcontextEVTCONTEXT__evtrec_EVTRECpsize_t__evtstrEVTSTR.# __evttag\EVTTAG__evttaghookEVTTAGHOOK__evtcontextEVTCONTEXT__evtrecmEVTREC size_t__evtstrHEVTSTR__FILEoff64_tFILE off_t+-.__evttagEVTTAG__evttaghookEVTTAGHOOK__evtcontextEVTCONTEXT__evtrecEVTRECtime_ttm__FILEFILE off64_t @ssize_t off_tpid_tsize_tCB __evttagEVTTAGyva_list__FILEoff64_tFILEoff_t"NZva_list__evttagMEVTTAG__evttaghookwEVTTAGHOOK__evtcontextEVTCONTEXT__evtrecMEVTREC__FILEoff64_tFILE off_t __evtsyslogopts EVTSYSLOGOPTSH n evt_formattersevt_formatters\#initializedevt_outmethods