# PaCkAgE DaTaStReAm CSWgzip 1 593 # end of header 0707010031385f000081a40000271000002710000000014b61ed18000001a60000010000010024ffffffffffffffff0000001000000000CSWgzip/pkginfoPKG=CSWgzip NAME=gzip - GNU zip ARCH=sparc VERSION=1.4,REV=2010.01.28 CATEGORY=application VENDOR=http://mirrors.kernel.org/gnu/gzip/ packaged for CSW by Dagobert Michelsen EMAIL=dam@opencsw.org PSTAMP=dam@build8s-20100128210125 CLASSES=none HOTLINE=http://www.opencsw.org/bugtrack/ OPENCSW_REPOSITORY=https://gar.svn.sf.net/svnroot/gar/csw/mgar/pkg/gzip/trunk@8214 OPENCSW_MODE64=32 WORKDIR_FIRSTMOD=../build-isa-sparcv8 0707010031385e000081a40000271000002710000000014b61ed18000002630000010000010024ffffffffffffffff0000000f00000000CSWgzip/pkgmap: 1 593 1 f none /opt/csw/bin/gunzip 0755 root bin 2259 58300 1264708878 1 f none /opt/csw/bin/gzip 0755 root bin 242160 45366 1264708880 1 l none /opt/csw/bin/uncompress=/opt/csw/bin/gunzip 1 d none /opt/csw/share/doc/gzip 0755 root bin 1 f none /opt/csw/share/doc/gzip/license 0644 root bin 35147 30328 1264708882 1 d none /opt/csw/share/man/man1 0755 root bin 1 f none /opt/csw/share/man/man1/gunzip.1 0644 root bin 16 1263 1264708879 1 f none /opt/csw/share/man/man1/gzip.1 0644 root bin 16053 33122 1264708879 1 i copyright 68 6367 1264708882 1 i depend 60 5306 1264708885 1 i pkginfo 422 34934 1264708888 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!0707010031385f000081a40000271000002710000000014b61ed18000001a60000010000010024ffffffffffffffff0000000800000000pkginfoPKG=CSWgzip NAME=gzip - GNU zip ARCH=sparc VERSION=1.4,REV=2010.01.28 CATEGORY=application VENDOR=http://mirrors.kernel.org/gnu/gzip/ packaged for CSW by Dagobert Michelsen EMAIL=dam@opencsw.org PSTAMP=dam@build8s-20100128210125 CLASSES=none HOTLINE=http://www.opencsw.org/bugtrack/ OPENCSW_REPOSITORY=https://gar.svn.sf.net/svnroot/gar/csw/mgar/pkg/gzip/trunk@8214 OPENCSW_MODE64=32 WORKDIR_FIRSTMOD=../build-isa-sparcv8 0707010031385e000081a40000271000002710000000014b61ed18000002630000010000010024ffffffffffffffff0000000700000000pkgmap: 1 593 1 f none /opt/csw/bin/gunzip 0755 root bin 2259 58300 1264708878 1 f none /opt/csw/bin/gzip 0755 root bin 242160 45366 1264708880 1 l none /opt/csw/bin/uncompress=/opt/csw/bin/gunzip 1 d none /opt/csw/share/doc/gzip 0755 root bin 1 f none /opt/csw/share/doc/gzip/license 0644 root bin 35147 30328 1264708882 1 d none /opt/csw/share/man/man1 0755 root bin 1 f none /opt/csw/share/man/man1/gunzip.1 0644 root bin 16 1263 1264708879 1 f none /opt/csw/share/man/man1/gzip.1 0644 root bin 16053 33122 1264708879 1 i copyright 68 6367 1264708882 1 i depend 60 5306 1264708885 1 i pkginfo 422 34934 1264708888 0707010031386e000041ed0000271000002710000000024b61ed18000000000000010000010024ffffffffffffffff0000000800000000install07070100313870000081a40000271000002710000000014b61ed150000003c0000010000010024ffffffffffffffff0000000f00000000install/dependP CSWcommon common - common files and dirs for CSW packages 0707010031386f000081a40000271000002710000000014b61ed12000000440000010000010024ffffffffffffffff0000001200000000install/copyrightPlease see /opt/csw/share/doc/gzip/license for license information. 07070100313860000041ed0000271000002710000000034b61ed18000000000000010000010024ffffffffffffffff0000000500000000root07070100313861000041ed0000271000002710000000034b61ed18000000000000010000010024ffffffffffffffff0000000900000000root/opt07070100313862000041ed0000271000002710000000044b61ed18000000000000010000010024ffffffffffffffff0000000d00000000root/opt/csw07070100313863000041ed0000271000002710000000024b61ed18000000000000010000010024ffffffffffffffff0000001100000000root/opt/csw/bin07070100313864000081a40000271000002710000000014b61ed0e000008d30000010000010024ffffffffffffffff0000001800000000root/opt/csw/bin/gunzip#!/bin/bash # Uncompress files. This is the inverse of gzip. # Copyright (C) 2007 Free Software Foundation # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. bindir='/opt/csw/bin' case $1 in --__bindir) bindir=${2?}; shift; shift;; esac PATH=$bindir:$PATH version="gunzip (gzip) 1.4 Copyright (C) 2007, 2009-2010 Free Software Foundation, Inc. This is free software. You may redistribute copies of it under the terms of the GNU General Public License . There is NO WARRANTY, to the extent permitted by law. Written by Paul Eggert." usage="Usage: $0 [OPTION]... [FILE]... Uncompress FILEs (by default, in-place). Mandatory arguments to long options are mandatory for short options too. -c, --stdout write on standard output, keep original files unchanged -f, --force force overwrite of output file and compress links -l, --list list compressed file contents -n, --no-name do not save or restore the original name and time stamp -N, --name save or restore the original name and time stamp -q, --quiet suppress all warnings -r, --recursive operate recursively on directories -S, --suffix=SUF use suffix SUF on compressed files -t, --test test compressed file integrity -v, --verbose verbose mode --help display this help and exit --version display version information and exit With no FILE, or when FILE is -, read standard input. Report bugs to ." case $1 in --help) exec echo "$usage";; --version) exec echo "$version";; esac exec gzip -d "$@" 07070100313865000081a40000271000002710000000014b61ed100003b1f00000010000010024ffffffffffffffff0000001600000000root/opt/csw/bin/gzipELF6x44 (44gggg4mm/usr/lib/ld.so.1ok  !"#$%&')*/12479<=>?ABEFGHIJKMPRUVYZ[\`cehjklnpqrstvy{}~    !"$%(*+.245789<=ABDEFHIJKLNOQRSTUVWXZ[^_`adefgh (+,-.03568:;@CDLNOQSTWX]^_abdfgimouwxz|  #&'),-/0136:;>?@CGMPY\]bcijk h(  !M 07=| BXt MhTjilDo< |"8 n/k@tT  @ N nnl2lX  kT@L( (  "k+  9N  ?lG@( R t$ cO|$ v?T j0XiP= llP?p$ 9 A ,mm> 6x   d , ?, 'j[6p /n:r@hMTnt^jeh<livhT}ng 2h0h$ T l0`lk 7Xp p2  2 >\$ 2kx9j4B=4 Ti\jpc$ k2v0{/s;@ >T h84 )P i8 >@ l0pkk$ln#i+!0 6  Qnd\(  n znhkjLXT j9xl L  F m? i\` ihj@(w*  6D, @  ( G \ N;4 V? P l vN w[hgl\| )P \ nn%\4 g , NPD 6,h4> 4 IT Ul\jd T *P lj|F| siDz wm!: 0lnix@8$ lthHn|;0 h 2  j0!: 2D` <ihmF4P0 Xl_b( jmyk02H  8 s k9 :8 ilhW   H  +8h 6:HkHj!0x,r2np:| B8D ;iNlU2]h`d"0 xxר P 0 ! @  @  4 l" 0@!;, i,=h $   @ hx l\ k #  +h` 3? F?, Zk a0    q" k > 2 @$( hl kl 2  T l  n $8 7 j( :X < 0 'j ,2 4= h =  E2 Ql X$T ip o"T,  i i     \ P jw @ k  !D 7 i8 %= 2k< $i 9Fd Eit N>\t YpT ^j X   g)d yk i h !, 8t h$ h jdk t 4$, ; (PD "$0 hjX l, O  0h !l <N .l8 4n 0  =`< Hi Tw _  k8 G,| vn` k  n\ sn 0 p  $ p h nx 9\ n  $\ ) 8J  D h M=d Xk` _$ cj j2 sj,P y6 J 0@< sS0  i 8 __urem64sigprocmaskhuft_buildlocale_charsetoutcntquotearg_nfprint_offisattygetenvopenat_needs_fchdirclose_stdoutopen_saferfile_methodistat_Q_divrpl_strerrorcheck_zipfilefd_saferdup_saferlevelno_nameifnamelchownmaindisplay_ratio_Q_utoqfree_cwdset_quoting_stylevasnprintferror_at_line_finiseekdirxalloc_dieopenat_save_failquoting_style_argssave_cwd.stret4z_lenfchownquotearg_n_mem_Q_itoqmemchrquotearg_custom.st_llonglongest_matchofd___Argv_DYNAMICquotearg_charmatch_startwrite_bufrpl_mbrtowclm_initsprintfforegroundlbitsstrcatflush_windowrecursiveutimesmemsetsigaddsetperrorrsync_etextz_suffix_exitgzip_base_namefseterrclock_gettimebytes_innl_langinfowctombrpl_vfprintfprintf_fetchargsread_bufrpl_mbsinitpart_nbtotal_outquotearg_style_mem_Q_feqfseeko64quotearg_n_stylexmallocfstat64xmemduprpl_optargprevinptrpkzipquotearg_freequotearg_char_mematexitxreallocset_char_quotingfile_read.ld_doublequotearg_stylemax_chain_length__builtin_alloca_Q_fgefscanfdo_lzwlseek64rpl_getoptclose_stdout_set_file_namedecompressget_quoting_styleflush_blockforce_Q_fgtfdopendirfchmodat__assertquotearg_buffer_getopt_internal_rlutimens__cg92_usedquotearg_n_customfchmodinflate_blockraisememcmprpl_fcntlkeyexit_failureread_bufferhuft_freeunpackstrlwrbi_initquotearg_n_custom_membytes_out_lib_versionrpl_optopt_GLOBAL_OFFSET_TABLE___fpendinginflate_fixedset_custom_quotingflush_outbufquiettest__printf___PROCEDURE_LINKAGE_TABLE_xcallocdeflatesave_orig_name__div64quotearg_n_style_memclose_stdinungetcstrncmpfstatatstrchrfflushabort_gziprpl_opterr_environ.st_floatprogram_nameexit_codetolowerfill_inbufchdir_longmemcpyverbosesend_bitslstat64good_matchmemrchr__rem64header_bytes.st_float_forefffdutimensreaddir64openat_permissivembtowcbbinflate__environ_lock_Q_fltcopyxstrdupext_headermake_simple_name_Q_qtodquotearg_allocquotearg_alloc_memsigactionbkfcloseunlzhclose_stdin_set_file_namerpl_isnanlinsize_Q_qtoiifile_sizedbitsno_timect_initwrite_error_Q_fne__xargvstrlen_getopt_long_only_r_edataunlzw__ctypeprintf_frexplunzipgzip_error_get_exit_frame_monitorrpl_frexpl__iob.st_double_foreffstrrchrbi_windupfreadaheadupdcrcatoix2realloc__umul64xunlinkwarningquotearg_colon_memquotearg_custom_memwcslenclose_stdout_set_ignore_EPIPEstrstartmask_bits_Q_addquotearg_colonerror_message_countrestore_cwdstrcmpprintf_frexplast_membermaxbitsct_tally.ld_int__flsbuf.st_doublexgetcwdfile_typedup2__xargcquoteargxzallocprev_lengthfdopenopenat_proc_nameerrnorpl_getopt_long_onlytime_stampsignallocaltime__fsr_init_valueerror_print_prognameerror_one_per_lineclose_streamyesnoopen64_Q_neg_endrpl_getopt_internal.ld_llongstrcspnquotearg_mem_Q_mulgl_futimensclosedircopy_blockworkiswprintset_quoting_flagsisnansigismemberstrcpyrpl_getopt_long.ld_floatfilenofwritehuftsopenatprintf_parseclone_quoting_options_getopt_long_r__filbufquoting_style_valsblock_startgettimeofdayldexplongoptsclear_bufssigemptysetrpl_optindrpl_fprintfadd_envoptto_stdout__udiv64asciiblock_modeinflate_dynamicread_erroropenat_restore_failinflate_codesmemmovelist.st_intwindow_sizedecrypt__1cG__CrunMdo_exit_code6F_v_rpl_getcwdinflate_storedgl_signbitdfchownatbi_reverse_Q_subifdstrspntotal_inabortofnamegl_signbitlcrc_32_tabnice_matchlibrt.so.1SUNW_1.2libc.so.1SUNW_1.18SUNWprivate_1.1/opt/csw/lib/$ISALIST:/opt/csw/lib  ='  y  Nq nV0dp 0Ah^h$.h0Dh<>hHhT@h`hlhxh/hh+hhhhh:h}hQhijiai i,i8iDiP'i\zihit"iCii?i*iii|iUiiii j j^jj(j4Sj@~jLrjX7jd0jpVj|jjj6j`j%j%jjtjj=kk Ikk$gk0k<kHkTk`\klkxRkkkfk1kJkkkkqk)kl)ll l,8l8>lD lP*l\lhltlldl lGl;ll llhlIl @ "bD "b"a, @' $+`-` `?-)!- =--% # @=@:"" "@.@@D@'@( "      **`* @*  ""  "     + **      + **     **   㿘 "    //// 77㿘 "" "   ////    ////   7777 `" 2 2 *@2 *`2 *`*`2@2`""2 2 **2 **2`*2`*2`**222`22"㿘`" 6 6 6 6 .@.`.`.`'6@6`'㿘" &"6 6 6 6 ....6`6`6`....?6`6666?&`" 2 2 2 2 *@*`*`*`2@2`"""2 2 2 2 ****2`2`2`****2`2222"? 3`#`# `b" 㿠; `ȶ`Ȯ&@;;.5 -ԥ5 cԟ,`bԀ 3,>(%`  ,6  %`@.6` %`> *@.  . &`4%@ &<@6.@&. 56 `   3 @ +`  3 @ +` 3`㿠;9 ``Ⱥ"5`#`c )>  * '`$6 @!@-'``> `'`@+@@-6 `)'`@ -@-6&㿠; /bb7A'@ .`+@6`-`.``0@+@@-$``=`(@@-y$``# >`+ ,3`$`:*@`>`,+4?`@-_$`` $`@,@-W``&` `$`N @- @-I`%` 㿠?`'+@.`4. )% 'k@07@  3@b @b%@ !@1` `$ 5 ?$#`&"!#&p1`. )% 'k@07@   "; b%!``$ آ?/ $Ԁ #`"b %p`6` ` ``` 6`;`  c 9 `h"؟ƀ@!`耧a& "`&@5 9&ذؚ#  @ ,@ &  " 㿠; 9`#+`b/ 7`b3 `p )4`" @%'%  +@%"0 @R@ ?2O ``@2J` `D`` ` 0  ` *`   ` $`  ``         `@ `    `*ψ ! 1`&#   ?*``㿠+b)``#" &`? '? ' - @ؒ@?;`!`c# @'c&$#% ?"@%?1?hk@ $h0`/, @&` $@<`',@4: &* 48"(4> %.4<`'&8`,@4>(@4. 4,  &; + 7, /+ 0/*  #` "9 ") 08 "(0>'@.0? %/09 ""< ) 0>,0.  0*    @>`.@4 * @ %  `c   %  % 㿠;`1`ؠ9 "W  $ I&@&-6@@ &@ &7 ? @  $@$/2$* @ 9 &"؂?@` $/2`$``$@㿠#5 ` ; &  J`h+k`%  /+b0 ?ؠc0b `#*`# # @ @/  % +0@ 4%`%b`c'!  8 %`/`"@ @Ғ& `⨤ % "?H?`#  &5` @& +` % /  &j6` f M@@*   @ / /  *@ `0@5. .  @+ `2` 2(( @)  `6` 0@+ `+  *@ 0 2ү/  /  + 2 5*(0@7#@ @* ) ` *676 %  `#cC/  * (  @*312 %  `"c-/` "*`% / @ `"     `"##`%  `/ # % ` ⨀` ?1`#@%? "  `"@ @>  ` $! `       ` ` )`5 ذ@#%@㿠5 4-`9   h` j`3  k+cb ?"ئ0b03!`#(`  !" + 1`# @(@20@"  8  `b "` - "" $ "  1 ` 쀢8 `#" @     " Ⰰ` n "j  #`"c !`'`;@6 b b #`# "`" b"   1`b#`   "  @() `#"@(342  b`##`@ ! #$`  `#   #`쀧`  `#  @ @: ` %`F `#! @ΐ "``Ԁ@ `#$`Ԣ  2 !` `  @@ `!"%쀣` `  `# ``#c"";⨀ ,`@ #$`Ԣ  ;`c$@Җ `#%`쀢`  ` ``` `  "" ! `䀣!! 耣   쀠a`耢 䀢!``   ؘ%` @3  ; bذ&@ D T L 㿠 @@  & & 㿠 P@  & & 㿠 H@  & & 㿘?''@  & & 㿠; 9`l; bP@-"@@ 㿠; 9`l;@3Ðb" 5Ӳ1ծ"`@3```㿠; 7`l;9b@3#؀ 1Ӳ""/լ`@3```㿠;@3c;հc@3㿠;9cp; "P`l73@-$&cp/ @=%✁,h`x0,D@㿠'D; +'H@'q`@'`l@ؐ`T!  l՚#`@#,' l&,@DH+)+@'c4%" 3H1&"c<7 @&H9 ' X-c@D@2& ?9U-#xcĮ'`1E-5 @ó"J ! 0`   `lՐ"P@,d %J ! 0D1 + @Í"b; ) '`X%"}D  \xD! $"`sD% $dnD)"h`%"hhD@ ݐ bD-1  b`%d&"xYD@ ΐ SD  pND pJD ""l"pCD5"bp&l=D"| #b6D! $"t1D% $,D/  `%d b#D"|  ""|D@  D lbP5@,o D#bDxDH@1l ?N'`1!"p+'%d$pbl /1;"d'bl7\D '  5 l ՐP@,7# X`"d2!'  X`+' % #lbP!@, @ 4 +b  3bd`7k-,%T ` @ !cD cĚ &) H@/ D  !"x%` ?@?)@+)@ "'✁㿠;bd`) "1 / "㸀@2 7 5 ̀@2  @%; ?" 9 '#  㿠;7bhx@.d`0 "@@Y@Zbd #) ;``) ' l%֐P# @+`l!d@+"P@  7 1֐/ @7 |3@3`-+ @)0@0c5ː@    <#  # ??# $`x;`bp`x?$ # 'x 1 /`#HL%% @$   !"` 59+@b0d'"$ +@$"b@ F;bx +$b@ځ)'"@T@ϐ@̐T@H9"9+5`"$35@`9%%%@@ @|%b `ֲ@* "d/ +`b  ``b``d@ B @&J`ֲ`@*΁㿐;ֲ`@q- `)%"` ; cc@&+C#b$ <!b$"t `@ #@``` #5 !l"P/ @*b! 7&✁)"`"`+ " 9 3֐bPl` @*wb";+1 &"b$@*(` #5 !l"P/ @*\b 7&`@+b  3 `lbPa8- @*C` 9'"`@1"h :b" # 5`lPh! @*#"  % `@؁ -` s   3֐bPal / @*  % `@  $`xbp?#x#  " "xD `cHL c;&1  $ ?? "x5`px?"&`%x`- +`HcL%c$`3 7xc`H#L"#%  `  "@a @`@^@# "d#b  7@(`#`@L5x "  @=`@B`@$#@,b@+"," @'d) "Ѐ-|` "#   l P̖b3 @)Xb bЀ  ! "l`?#b| 3%#֐Pa @)Ab3-/+`,b,T@T?X@`% ` `!"" ?% @`" @$X U @c1+@",@$f@Ð ?#b; @#4b̀ @ . 5 p@ % 5` 1&" + )`l"P%'@(ْ`3/ %b p @ob " 1 Q@ K1"| F;b`"P@(a-)!"d 3 ```)`"``e" D@ @$ )`# `` ) ```  g@ `` @ @#" /-֐+ @(ubԲ@(r㿐;1b;+ / b, %cpԒ@ @-!&`'  @ `2N$@@ @-~!&` '  @ `倥N`@̒+@"$ ~+@b$ `!"d%` 3+ )'`l"P@( b 9'" x; 9b;'`X@"`7X#`X`@ ܐ@# @@!@ۤ @%M/ $@{  &@   㿠;9b`"h@@{"?+<'(  Z1&#p?@,@Z 73p@U&cp?㿠; 9bȬb' |@3#l b̐@;(!dV#p RnŐ?p@@ bt/|   |@ @d1@(!3 @ `) ' "%@# @$pb́?! ~"́?z?5 3-lbPx @'1?&"㿠; 7b; @b9 "d`O5)"t/-x@5 |  b`  9"|"t "   lbP" @&֖"2a  #✁ @ ݐ!֒"@q #֒b@k%. %֒@m )"h-|`71t"@24 ;9  lbЖ"̐bP@&   "@;b   X$ " @Oԁ  ` +' %#֐Plb! @&y"b  / %✁㿐5; hc3 c%b#b`  `' cx /@͐ / ` ' x /9?@ /3?`%' x * @ *  :` /` ' x /@ / ?`#' cx/@ /? + "- %`'ւ` ┶"" `%@ʔ /֒@Ô  א <@  `!אx D@ zb@' # T@" ?#  $b[%אL@   7y-)%T %"J1א P@   u5 # T  b&7 א T@t  #u c #T #" "#'h +b`  1"x ' | / H `T %⨠ "  ⸀"% O `  #x ' 5@ڐ  5 &1' #l# bP! @%T" #✁?`7z+@%`T@`)' #x @ @  % 9 3; lbPcL@%3/ %✁?   5`l#tP @%"bbh " $ΰ? 7 +l- cbP@% !#"h $b$? ` ' #x `@o  ` ' #x * @a *  `  #' cx * @R *  ` ) ' #x * @C *   bp `"`"` ' `@.  `@`' @$  ,` ' cx `@  ` ' x'@  '|  *  @ `l ֐"P7 @$ >`  ' x `@  ` ' #x * @ڐ *  b| !   l')֖̐P#@$R `$`` ' @  &2`` "lI``"xB7 ⸀`<  @T"!5  Ԫx` ' * @ * ;  ,  @ `@0@ @̒x`  #$bx7`x @ ' * @\ *  8`2`"` + ' cx  @G  `cx  '  @7  2` `"9  '  &`% # lbP!@# X #b?+b &Ob3`1`#x  ' `@  `"`7| ".?3b  ;lbP`x5 @#m "2? "b?  %! P l` @#U"`?9 '"㿘 9#?` @  &`! ;`;#`"|  %@) #b2|?7-`?7)'(!@#\@(g?# )``x`x %""`` `#``$"9 "2 k?P? "" 9`""`|` 3@(ΐah1"|+ " 2; + b'b@ %@z@(#`bbb@@p; @(!1 ``"`/`-"7״`ᐐ`@蒆 B @*@@( '`xx  $ ```! `$`$ ?C + b ?< ??@e 5 &`?`%?,  `` B `' @Q  "@*`",`(`-`+`""-@ $  "|`@0c.`Ӓ#Xנa@ @(6 % 81   ,@()! )@($! ``@5@ږ9@(`@bb@ϖ@(!; ````?@)`"% 1 & ` #b"?$ "``b``  #  &`# "  5 `b`b@E  !"" @ 7`  -`A %%  9`# $``1 #?"'"`& ` ` $  $  &`#` ``7 5 Ԅ` @@ @6@װ@'㿠@_;bd  ` @!ܒ*@.  ` #"״&b@BF5׺   /@g2 O @`O '   O    -Mh@G/@zN `7 & 7 L , ` L ,  `2L $ 7 @ @㿠;bh`1 lbP"8 @!>b`!@"0@'P%@!.P#@ bP@_7 /+P-@! xb 2 5 & 7 @KԀ 9  g"ԁ㿐 /da @' D' H' L')`#`#? @+? |'';אPb  @ ߔ"+ ",@/$b `+) 'cp lP%@ Ȓ`3 &b  cp9 @_"+` &+, @ $+,@#"  cp lP@ b# &b  '$p% @2ԁ &㻠@ 7֐@7נ""pp@\9 / @,@'@ @ c@ ,@$`7 /-lP@ A+ %b$`@%̰ ``@㿀; `;@bb@ 䀣@   $ 19c  "'%#  ' b ' '''@`$  @ ` `$ 㿠;`` @{95+' 3+/@ &b -@%@m㿐;`;@ b ?95 @'"@Ԓ @ 㿠 Ё㿠;`@ @@F #d#\ #`#h@: D`&6`` -`"2( # ( #62\@n 2\ ! c#t  $#t* * * * " \' &   -````-` / @@ / /  % @ +@& + `-`@*@#l l$ ?'| & 2    @"  2 +`    @ "?@ "    "?@?"?@ "? "? @ "   6 `  ;c@@     (x * " * /    -x@-``'@&  $ / x@'x'.#,#|?#p #t  #x?t |ؤ$ (#^@p@ `%& +'8    |*  * *#@a+`-`t \  #t "#\" %`/$/4 `'-`&` ! `4`/`x@ & " @ & tx/  c/ 4 xh`  * x/7#x4 h4 dx#`- #x/7@ +*`@ @ %@ %@ *` @ # %@ *` 002 `*@  "&`-@ ? @ &`"`-@  2/`x@$1|#|$!|l @ @ @㿠'`@`'` 㿘.++b.9!;c)+- ' #d #`"") Ԭx#\㸀@ b̀@  `  ; 'b@  #*` @  ` , `0`c+'` $@ @4 % ̀@ @ `   #b@  㸑)`@ % /` * @ `ـ`c   4`$@-; / ' @%㸮 @`瀤@ ̀@   `!#  #b@  c*` @  /`$@@@ 4 ̀@  `"c  "@^  +` @  \ /` /c+$`$@@4 ̀@  `"#   #b@7  c*` @  ,` (` ـc` `$@@4 b̀@  `"  #b@   #(@`@  ,`$@d% 4 @ % $  $8" @ @@  @(4` @` -   *?! "@`-  @#b  @d1+3 &b5+&"& 㿠9+1+"; 5 "c) `cԯ5Ԫ&@`"!#x@ `& ' @  *` `*?%`- 5'x@  `& ' @f  ,@*?(@4` `,% &`1 xb؀`@ `& ' @?  +` `*/@`@5@'  $`% ߀`' 7+-+&%   &  &!,   $``$$`, !@  %%% , a    % ` a%?a  %  15'||x#\ &! ! &`&`&`&` &`&`&`&`&` &`$&`(;&`,ta&`0p &`4&`8&`<&`@&`D&`H&`L&`P&`T&`X&`\&``&`d&`h&`l&`p&`t3#\ad't~ x`$p~|t rxpp 㺠3+1+b 9 "! #Ԩ#Ԧ"̰cx`  @ %  %`@f  *` `*'` 6   %  %`@J  (  *'  6@ %  %`@2  . @ *``` I $ 7`    %  %`@   + @ *.`7`$ (# ․ K % 6``..`@+ 6".+ % .- 7`$ .     +  .`&(#@+".` "@.`&$  #\ '    '  Դ    !ܕ(    %  %`@|   * @ *@* ' 7@ $ ."  5 `  %  %`@Q  +@ @ *` @8˶ $ ~7` ." w# " # 2"m 7   %  %`@  + @ * `` 8 7`$ `"H .#`#`"@ `#`` 2#` 5   %  %`@  ( @ * `  8` $  7`# ."`  "`"` `"2"`  83+&b! "1+#\a&' &"!/,'-5#\d'v  vt xjh@  㿠;+7 b;+3 b/ Ԣc `cx$` '`@Z ` ) @ *'  `& `5``1#x  $` '`@= ` +` `*6++&`%b9+'" 㿘9 7+'"15+&#t&&#t1`"&+` %% `& '`7` "'``4 '`$ `:'`- ++%%b`$ $ `63 /+&c%@F 㿠;b` 5-P+&@Zb 9'" 㿠!; rr! '`aa$"#a`#a#a#a" ;)1"c&!㜬= %   -` ` ` " !(`` (@(` $%?o)9 ` ">-   ` #`*`@ *@  *```$ ``+8o-` %?-   `  "&, ,, * ``&%6,< x6,> 6,@6,B6,D6,F6,H6,J6,L6,N6,P6,R6,T6,V6,X6,Z4`. 5 + x@  5 ``+ `4 ` 5 `+  6`$5 4 + x ` 3` (`0` 3` (``6 $3`4!+ xa   6` (!3! 6`(4`$64x4x@!~j 6  ~h4 $6 @  3 ` a3?2t " 2x 2|222222222222222222222222222222222222222 22222 2$2(24h"?"?* " " " ) 㿠/';'.`b.`@1,.`@@-@@(    4``.`-`2%  @ %.`-`@׻.`%㿠 ;'/)bܲ w  *  , @ 5؀"=6`6`6`6`6` 6` 6`6`6`6`6`6`6`6`6`3 " 3. w  +` *@ ` @`1 *@7   #@+` Q$ Q @$ "<$+`. w (`*`@ @`5(@7  @(`@ U $ "<$`n.@`(@@ @ # ` #` #`(' 0`5"`6Fw >". .4. "  ??" ?" ) %@ 2\@  $. &.@7  ``?,`@`# 4`X$ `&2㿀)  ccآ .`7 .`4 .7 `  `*` a06  $ 㿠 /'+" "=)'%ܲ?  ܂`"` " 1 `(/`'  $ `4`` ` `/``%,`3@ " , " &`  `7` `` /`/``#*`3@" * &` `7`@=`  & $ A?  ..4  /`$ $ , , $ / #+`#(@  5   -01 $ - 5`6   $ *`!9*   *`*`  ?`I1  !#  ?    "7  * @) 03@"   (* @3@  3   `3  3             㿠 `  `  `W 7!! ? c   "D   ,` ?2`&`5"*,??ʒ `  ?  `߻?߸ `            `@㿠;97!3c\;5;ac#x-!6||  +` "`? 6 ` !"-  %@@$ 㿠>s p m ;9! cc# -`]@$ 7T?!b|P㿠9"+   9"  '?`- 9@2#D//` 5`$` C3 $䀢 `    -쒂 B $B $ߴ -   ' %!@p`G`$$  \#x`| !a@ϒ|`$E$3 C얆 $C`$# < 0@D 7  -`4,@d  쐂 B`$ ?$ X *:3 "cx*  a*``2&(?&# @ d*` `2 &! +`&:" @ +`mt@  3@  *#p 3@ (( J(o(*   (=/;+  mxmt"" ``` Q@ `P ``` P@  Q @`P `P@3  3` ` #h#@2`? ?;  `? `? 㿘 " ]5&;#`"&#\(cp   తb tx``2` @``#\\`#` @ "t.   -\+@@ . `-&-!) 6  ) ` \Ȑ&  \`> `#\*`ݻ   @@@  ! *` @@ `}` ``@@    @ &** a      ` `@ a       & 3` @`?2㿠7* ?. -5)7 + ) cc#x̰& .@*2@ *  1 7 @ "   ' `$ @'  '  '? 4& #'?6@.`6 7 㿠 '@;*` >*#   3`#`(7ޠ܀ 77777777777777#\57 ()#@ #  ?` `) ``@ 4-`@4 (` 2 7 @.`@@`4@*@7 +   @  -    $ ,5 +@1 (5 (5`- `2 +4`", `2 +  2%,`2 (``0%/2 ,  3$`2  ?/ - 62 ڀ #@ c4' p ;@ "6  & ,@5$ ```$,@``5>@3$,@``593$>@3`=3``,@5`$@$`` -`& -`4$@;@4-``E %` 5```   $)-```05-` `)`3 ``)&.(  %@)0 `)0 `) 0 ` .)0 `).< 2 -.!- -5   @ -  - \ 4 -  ?\- $  $5` `5 5`     "@k--+b0#0(@@ @ t& "2`@  g*# \, `0` # 22 4U4 2R4 ,0*\I2@*\2 *A4 2\(`9 `&0`  -2@-2@3`0(*(*`20 -1-100+*+*@`604 *w 㿠 *%" ?  ` % ,, , * 6`5``5B *  3 ? @5`@ 5` @5` @ GcL? ? ?a-?# % +  `+?`+ &$  $ -``--` }㿠g   `b.  .?* 36  cp7  7?S '*%k ** +0Ԧ`""0;    @, 3`, 3` @  %      @# &@ +``+ @+``@?.@`@&a# bԨa@  .`a.a.Զp! 㿠;*b bԐ &!  ݔ `  ה?#p;$`&  a  3+-kb00/`4/`4a7g@㿠;*7*` ?`?   #+!kb0"0. 3 . 3  +*bF & } .㿠;*'b㿠;*'`;)'c㿠9*   ' +c .  4'`'`6)#s!& &.'`&" @'`?'` @. @ '`'` '㿠;+5)'b$9+'",7%7 ؐ `` `@` H#\7 9 "#`   "#x @ # ####d `#h3b` )  7אbP lX9 @ \""` /%d `# ! ' l%- P̘@ E 5 & # ; b̺!`c+  #|?# "#t!#l#x##7+!0 #p@!9  "آ`,`$` %.@#1n`l##x#/++ ' # #|#0b5  "̛<@&+ b̂% `  @    ( - ( $ - `@ %/t/ %'  ̒@~`?#t@# t1 ``=`"̆@B "`&"" t# ' `````> ̪E$`` `$t`! # x x% x  - x- rT@"̐"@* # p) x"̐#+` 8'##p|=    +`( #< @א@nl#, #1E"h "A#%+ 0!@!x*`#p?`@ `@=`@"@?$ #x#!##| ##+=`@.) ]%@ ?%# #!#x#|##p   l\< @``'`@'`b` 2@*` "`"` ,@*` , "`*`:"`"` ' #*6 1l@n'p##@ 4`l@]  l\@`< `'`E'` @4p # 4(tp(#p(2#4pt`2@'x*`?%  >  #@  %  ?> .+ ]@&?d x  #x@#  x#|#,@ #Ux x- ##|#K∀  l\< @6``@'`C'` 㿠; 5+&|/ 1cc|̪ #x̀ $ `@  `(`@$``$   $ $@ $ 1*;@c  f"+ذ` `   @ `$ %`@b  %` `?' @ `'`+$ &@ߐ`  *@ "@1@ `l $`  @  @`$ .@% . 6 ` @$$/  - @@$@ +*`x`<⨉(``h   `#;  " ! " @ ;  " ! ""  " : "  "@ " ;  ! " " "   ;  @* "<*Ԁ`/  ` @ ( "? `"  )?! ) &)?!  `!   ) )?!  2! `@؄ @ bԀbԚ! ` `( ( )?㿠;+9+'b$#+/*'",h7 * `x5*<, 㸥,  **&8*  cx"آ#x; @b*<  "̀@ "c -`-*3 %4@< c**84-`5**<@#"8  *<"5@  @ *<"@3@21*"<. @`.  b̀    -`-*%4@ *  8*#-`4*@ b8 "`5@ @ ٲ`+ x *#4@I3+``|b 1@x @  ԑ.  Ԉ (Ԁ@2"+*-*@-%b48 *4"t*㿠9 #cx b5+&$````-- @`'# C%`P```-(@-`5` #b7─ ) '% lP# !@ b̞ $" `-``%; l`ĐbP5 @1 &"  ` @ "c !#  ؐbPl h @ " 㿐;+9+'", 7'b$@ 㰀z%㴘  ? ? ?* ?,  ?/  ? ?,-@(@@ ) ?  ?) " `bV,@`, " @/` ? ? ? ?,@+  *`" %ؐbP@ؐ,@ '/ - + ̢  bԺ% - cx``$`@ %*@@@'`2 @:`'─  @g!X`  @j`%@W``2; b+ b̤cc cx $. @ .  $ . * + ,`*(@ 6c 0 9 ## x @%-@o -``$-+`(`@,-  *b@   ` ؐ"P`lx @˖̰ ` #1 ؒabP l  @"`A- + c :' %5҈{P ?? ? (+`(` %)"`-` 9 75 lP/ @b` "" &`  bP"l @y̰ &` "㴁 #b $b 㿠 ?w@@@yV@Eh㿠 ?w@@@kV@@Ef㿠`2&`  @w`?&` 7*⪬u@M7`&`T@EE@E2㿠' ;'cp;`b#! cx@ @$E $@' 2@89 ' ` `&` ?J cD52 `1c  `)  2   *` 2    `)  2 @   ( 2 @6  c(@ 2 @2 "㸁? `#b  " "````#c#""" 㿠;  cx'b5+b3 $&@ @1`?  @$  / @    ?@=#p@ / ``#'  $㸪@ F %` cx%c  @c  @F㿠; bԀ;+b,3`) b9@+"`"b%"ԮF&b%`㿠+ bԀ`b') 5"∀3`/+`- ,@ `b b$`F&b& 㿠?@&@X@@㿠N ; `@`"/ @/ O  㿠@ /2 @֞㿠@ .@"`'@@  _'`O``.@/`'` _'`O` .@/`'`㿠@  @CJ )'ج"8 <@M )@cN` -M`  & @C ``&` #@zb@ '  ؀ l & @C ``&` '@a@ '  تbH@W'  M` M ` M  `2M ?8`&'`;  ,  " &  '  2' & '?`'?'  ` '  6' @ 㿠; 9`l;bP"L7 @'㿠; 9`l;bP@ڒ"\㿠;b` 51 /- lPt+ @Ȗb` 9'"㿠;9cp; "P7`l@⌀/%p+ @Tb53ؐPb1 @"㿠;9cp; "P`l73@&cp1 @:"؁AC0@Y~ c #h#l  #`#d, h`TT,!)̵̍$%:;J\ N #pb #tptx@\``'`  @g 0 " /` @ @'` -/`'@  @Q`0/`  @ @2'`'@ ?   &  $ ,4 @  & &O```.@*  @ 瀐O`@`㿘7+#M` 'L`;`"9+/+c -,Ԛ  7 '"$%,%.. .(. .#? c "bԺ ?`.bԕ6.!6.1 + ;o"@`-x'``'` -o` bЀ  `'`N.@[`N  / Ӯ ``@ c`-@` *`2 ,`@-@c7'``` @- 7 +@,'``c 1 .1 (%@2.'`2`* `3*@ '``%  d(c(`5-3   d(! '` d`c *2.'` `d`3c 7 ,'`7 ,@5 7 @,'`/ d5``'`- 0-@`5 5  B&!  㿠;+b$ "?7 9+```' @F &`%`   㻠@d @` $@% @H-@C@㻠@> @: @$ @ %` @"-@ @@m@@  "+#`㿠;b0@@  @n  @-@D.++@D*++` 3+@`1/-ؖ#pԘ@ 975ؔ#p@ @@;c@   㻠@ @ $@% @-@@㻠@ @ @$ @ %` @o-@j @@@@  "+#`++`㿠;@Cb@&+K`#cp 9'+/+@ -+)ؖpb"@d 7531ؔbp"@Z  79@C\"P;@ 9c@㿠;@b@ @ ;b@@;㿠@;9ش"bP;زc@K㿠;9 @>bP"``'"#bP $bPbP `5`&`-`@P  )"P@@ 5@㿠'P'T'X;@̐b@ ;`@f 7@@;`b܀ )`"ܟ P/ -Pl+@cP㿠'X;`b؀`+  8@3''`+b@@ /`@* /`@/`܀`ܟ@ %  l#@Œc ' )  @Xk㿠'D'H'L'P'T'X;@A'L@+cp  $` ߔ$?$` $` Ҕ`@  @ ? 95#p@)&p?L@ @C3@C/ @B~@Bz @@㽘;ؐc$;@גcp@c1` ` `` `Y`z(@ @?U@L @ Ð3@>c(@ @?H@ @Ȑ"&@&'L,'P'T'X''@L' @,"?1)#p?@ސ%#p,3@Րc@  O7?&p@>u@>q?@ @B@B @Aܞ@A؞ @@㽘7 ?"p?e!S ~N``/y!@$#p(#@L@@@x   Yz?$@  @>   @  $?@w 1?@ $@@i@ А@>h@ Ӑ$@ @>Y@ Đ@ہ@A   㻠@ @ $@% @-@@ܐ㻠@ @ @$ @ %` @g-@b @@@@  "㿠`$`` _@](`.& @.`"$.`  `    %?$ 4 &   %  $$ &&ـ``$` )&`  ``$$4 ` $$``$@.``$` &&`$&` 㿠&& &$ 3@Dc,@ &N - & +& `?&㿠N \: 6$ ?  `2`$` –$" N 2c$4 $$4$ @  3@2$ @-`I `-2`I `$@-`$$@-`@ /@g<2$ $$$$ $$$ @|+`@K-2jKe ;-`?$*@ I `-`/I  @2'  N ? =2 d N   ? = N``=2 M `@& 2`@`&@92 ```  20`@n& 2`@`&@2`` 2  `@ 2 `  "` ``  2`` 7!ؐP.#@@`@ ?$$$e``$N "*G$ (@ J` - `##`bP J`;cbP@v ?$ $"$(@$  (@)P#`@W$ $N : ? :@I @$2'  "v   & ,`@ J- K`@2(5.@O`- `)c"Pr 5O`/ِPi5 ?$$`$$$H@N` $ `: J J  Wʀ;ɀ:N`"$ `$$7!`P D.$N: ? :+$@$ $N= N =2        @5& 2 @ &&2     2` ِP`p+ @ `@`$@$ ?QN"`5$ 5%`P@c ?$ "$.@$  .@ bP `@D@$N:t ? :@8 $2' `"e  '` $ W:YJ :2NN" $ $ $$$ "$ `$$!1`"P T$N:2  ? :$ $/ @$ $19`"P (;$ ? ?`$+` @$  $2$?㿘\7;ȘcĒ;+3+``#\$-) $##`%%"$ć㿠 #\  ך 㿠#\̚ 㿘#\#`š 㿠#\ 㿘#\#` 㿠a'L L@@>%㿠 ?w@@V@8㿠 ?w@@V@@8㿠`2&`  @w`?&` 7*⪬u7`&`T@8@8PN`. Ѐ1ِa@ ?$  ( @@{Hِ<@uX\ @ H $?$@ @Ԑ "9@869ْ!H@U㿠'H'L'P'T'X;b@@7VH㿠 ?w@@#V@8㿠 ?w@@V@@8㿠`2&`  @w`?&` 7*⪬u7`&`T@7@7ܞ   㻠@^ @Z $@% @B-@=@㻠@8 @4 @$ @ %` @-@ @@g@@  "㿠9뺐#p7+@7 0;'cp+`a`+#`a#` `22+a ?`  0 `*! +a`#`㿠`;+a  & & (& ,@7& (p'Аؒ '@ @. 0`ِaX8tp DPh\t $ $ $  $ h $ 8 $ $ $ h h h h h h h h h h h h h h h h $ $ $ $( h h h h h h h h h h h h h h h h h h h h h h h h h h $ h $ h $ h h h h h h h h h h h h h h h h h h h h h h h h h h $  l l l l l l l l l l l l l l l l l l l l l#l3 #xb'X#t\ #h #"0#p`?#x` x/`@ #| #x + #|  ###v #  #x #|i!#| ###g X  @ #|   l  "h,`  #1#!#N Xx @ #|` ';ِx'`ax'd|  `N``  `l@h,@M``2l d##@g# X@ #|#  !l` h '.!ن!# # |  ' @ xX@  '  \'䀠bT'?#@ ##?#@ t'  0' ?#`?# @ "#pLtp耤 M`t@ M`@ M`|` M`  ~ի, @ŀ&|l@h,@t` : 0pN 0 8 0l@`h,@ l h,  0`2xx " | t|pN ?xpL `P"`!q* |  `l@`h,@lh,lh. lh*L a  b f n  r  t  v 2Il \ ' 5|tpM " t` Ax` |8l@h,@l`@`h,@l : h-      W@ ^ @ t @ @p#tt"p%@@> A>)  p`H@ ` ! [쀡 ^`怡 |`*p@n @?hϪ t@  N `t@  pM@`  8  | ` l@ h,@`l@h,@p`N 뀦`|I/l@h,@l`@`h<  0,@l< h ` 0(l@  h`0,@ p`N`l 0 Ol` l@ h,@`Al@h,@p`N 뀦`K` l@  h,@ `'l@ h,@p`N 뀦`   4   + 2|` |l@h,@ `l@h,@`t`x`|2*lX`d?#`#d#\thlpx| K l@h,@`#N2ll@ h+X# `##@ #|@U v 㿘'+;; #\ (cp#` ,#d  9'#p  @㿘+ap# ( #`,#\#d @2(#`,#\#d%##p&( #`,#\#dw @2Đ(#`,#\#d7g&p㿠;cc` `  /``@ `@ /` '+1@!&`++`&`#؀" @{7 &` &`㿘1#9#p[#?'`9ؤ#@`?   ,@2y ?% " ?" ?@2o% ?*$ *@ @ %?/`(@#`,#\#d ++`%@&@2:%(#`,#\#dݚ;'cp@P?+a?+a    pА#@0{?pА#@0n        p;+Զa ,'.Г:` А I*` :? : :ޞ?@p+aԮ ,@&А"          ڞ㿠;& a  & @16& ?   ` @ @4}㿠 & @ @Q㿠@";+O`";+9Ӑa#7+@{ D T L 㿠 @@  & & 㿠 P@  & & 㿠 H@  & & 㿘?''@  & &  `@ ?    ` ?   $  㿠B ``"#沠b   ` && ;沶b  "  +沨b4&  1&#p?&    &  "`?@ِ!@Д Y 㿠`   2 @ '  D'  '` @9  H'  L' @9  ഐB'' '''{캐 ?`4@2d?`8`2P`1`` P@Y  @"?9P" /'` p?@S? /'@`]@ @==`$'D`'H Z @; :"@ 'L@   Y;'cp?@)  { ?v(``'`'` '''캐?` P@s"?P "h 'P@_?h7<3(5?; Y'cp? @*?  @*?@ *? *? @ *?@ *? * ?㿐 ;@aO .`2/ > 㿐#\ ` ` `   \%@0 %#`@(.  &6  ," . @ $?$ $  $ \  .#h @ #dH ./ h ":"@d  / @ `  @ `D@ &  C-  - -` @ @` D % C@@ - )     ```&,` #`$,`"#`\`' ' h#\ @/ 耦`` &.`  ` &`.`" ' %@#`.*@ '  .#`@.#d#h[`@#` O#d.d- ." " `   8`@#@ 6     $``'`? @e'`@b $` $``'` @P'`@M `$` $ #h#h &d/`#h%@ 0  0$ 0$:0 0$:$ $ 7 #`e.@S.$/ @/ 7 #` R`   -%@: /  " & @    ` d> ` @ .@ 2 , *@ E`6@  ` c`; ` @ .@ 2@+@ *@@ E 2@@O  / $>  .#@6  @     ` ?c`; ` * 2@*@ .@ @  E  6     `  c> ` +@ @2* *@@ E2 / #|&#l' `#d.`@#h `& ?`##p#t#x##lf`#@-@#@!p , @( @%.    @ l@*:$ lx*p - p . @  $@b @@:$(d    &'@ 8`@ - # t   @і@ D@<` @@8% 2  @@ ?D@;` B<`% 6`@F$  &'@ > | $@ t ` @ '``;@ @ `;@`?`2d`  '``9 `?9 @@ `6d*$d$l pl$`#p$#l#lhd'`,` #h' , $,@`"8/h # +`6   #  +  + @( &  ‣hd` /`h`  /`d %`h@ /`h d(!#h` "d@`d\"`h"`@  @' *@"8 *@@5C0= BO㿠- c0c(Ѝ$%ƭ 24 6#\\ `)  #\\`,`*?@])6 0 /``/`/`` ` 0/``/``2/``|@%333`( 0%333.`&`('沪  `!6`` `.%`  @_%@\ % %%`  @F%@C % ͮV@22 @* &W@0``0/`0`.' P@7  0/`7  @* ` `0/`` `&`+&`.`@@` @@O0'`@@O 0"'`/`2/` 0/``/`?@@H '@ '  ` )#@#X;`;h@0#X?;;;;?@Q/Ьhh;;;;@ЀBcxcxВ`;;#@;;@;?;;@@#@В#@;;@PXX?;P;p;X?;x@zphh0;0;@;8;H@n@)##;;#@;;@`;?;;@Zp@Y#@p#@; ;(@R `cXcX ?;`;;?;h@3-hh@`;@;P;X;H@'P,`& ㈺ ?@?H?P?`?X?h@p0H;0; #@;8;(@ px;?;;@@#@`#@;;@``hh?p;;?x;;@ݒЀypPXx;;;;@Ӓlp@Hx;;#@;;@ǒ;?;;@`@#@`#@;p;x@pP`h;P;@??;X;H@@<P0X;0; ;(;8@ /`. /`$2y   ' % - `"'&&&`@O@K)@GD,`@Cp@?Һ`?@@C0@h'D ''H@ ' DH@S! s!` n` F``\#\$ ą*+ \d` `` J``T#\9.Υ01ҁ \V` R-` `&  V`\#\&8Ƒ !ȁ\E`A` F``N#\$(ę*+́\7`3.``@& @1   '$,@ "'&&&@;```@;``` @;``-@;``` @;``̣.`@ C0=@ഐ2#d #\#hi#l!h 2 hl%x @=`&#ԅ,=`#`ԧI/@ ' #l7 #h̍$%ƻ3=#І @,`Ҷ &` _ hhx< `" #ԩ l :<"7 ԭ67ؗI>+#Є`@+@ &`  #`5 h`#`' ŀ h'1x7  (? &#lԩ>%@7 $%ơ,0#И`@ @,w &`  (Bh#` +ӄc#p cԨ  $C`&p@ `:(``     @ܖ@ & E  $ `(`   -(` -@    @@ E % -` ,`%  hl  = ''d@O-ј %@ "   "$` `$  $``  $``*$` Z d ` 6 .$@:` @ "@&   ` c:?` ) 3@* +@ @ $``E2`   ` `:`?` , 2@, * @ @$`E`6` A$@$``=$@:d & 6$@;` .@ "   & @   $``2 $@  `%`%%  $` `6 $@> ;`####@v$@r@p\ X#`l  T d#  ### 谐> .@ %`7@ `" ` ` " !    !?  !    -`%`@ -` ,@ (`$####@@@\   LJ   $6`   ` `c:`?` (@@, 4 @%) E6`  ` g < ?` +@ @ ,  4@ %,@ E2` %R1&%`.%@-`@ @ &` %`-`.'%`-`. #%`.-`'@%`&6  .$* ""`"`"h''`dx#x##|#(d####Ԕ@~P@~N\ 2 ##`@~@@~<\ P h ;h;p`#`#d㿈.`#`#dі??@@@@@?栞f;?f;Ϳ?蟙Zӭ? 1?X?r<}Q{??Xl??Ge+@???DPy(  9#@!h;;@*X!h?;;;;?@~!5xx`;;;;@~9!h!h0;0; ;(;8@~ 1 'ሸሒP ;@;P;X;H@}@ ;1axax!!`-`;`;p;h;x#@@}ߒpВ`?;;;;?#@@}ϐА;;??;;@}F1/!!xxА`)!;;;;#@@}!#@;;@}??؆;; ;;(#@@}| @?;@;?;H;@}k2'P;P;X;`;h@}Z` ?? ;;#@;;@}M#@;p;x@}Cp'??axaxᨒ  ;;;;#@@}> ;0;8@}!0 )?`@  (?;P;@;H;X#@@}P`#@;0;8@} 0'??%!x!x;;;;#@@};p;x@|p 1? 0 8?;;;;#@@|ڒ#@;;@|А'??!Ȳ!xx`;;;;#@@|̒;;@| @? ? H;;#@;;@|p #@;;@|px'??axaxؒ`@ ;@;P;H;X#@@|P`;0;8@|v0 P?? X;;;;#@@|i`#@;p;x@|_p`h'??  ;;;;@|H\??;;;;@|>ЀO#((;;; @|I   ZB 0 ( TR H8@ JX `PX ^\pxޅ\hTBFH@VP N?FF #  @{9@{#(??>@?p@p?@0?@@?栞f;?f;Ϳ?蟙Zӭ? 1?X?r<}Q{??Xl?Ge+@?DPy㿈@{; c ć!cD1  T ^X  @HLLܶ)L' 'HN(T0' DF8 J@'LXHHP'TP DX' JVLH#h`hؙxhpHZTRD@J\ȡH ʵ \Ѕ RZ ^V @TH N?^^ #hh@@z;``U@z;``#h  J 02  `2J J `1"J  `??ꗍO;d@AA@0??@??B8BHBHBHB8B8B8BHBHBHBHBHBHBHBHBHBHBHBHBHBHBHBHBHBHBHBHBHBHBHBHBHB8BHBHBHB8B8B8BBBBCBCBCBE(F FGHIJKdLHM@N8OP PQRS??~ #d'H@. @-f6@y쀤 @y5&p   /  d * @z\('d?8?@y'ddH`### #ff L/ -/~ n#`?#`?' +'l a N' A i/y f I/w F %/u # '/s l /r  0/t/v/x/z/{/|/}'##`J%@=`  . @ @ 8@Zd# @y R@yh  J@y` H@x@x#L`$ %S`(e  =   +  8 @d# @y @y @y  @xOu.#``,']``(  nG,#@-` "" !"(,``,'4`2 ``,`'+`& ``,'#`# ``,'`! ! ``,'` sn,&. ` `@ #)`` M`?`..`@ 2M` -#,  &  #``n` + " +&_`(`(N M ?--` 2M`((쀥$ * (| `"x @x *q @2 jd@x䀦@x@x 쀥  X@x9 '#p`(. $*`@  D`((#@د* `  @xn*  2`+ `@x^ @`` d@wʐ䀦@w@w쀤` X@w; 'cp ؀XZ``V&- B  @8(# ##@8@pd @w j@w b@wx `@w  @w#h ْ B  @8 ( # #Ò#@8@d @w3 @w@w$   @v``\ @w[ @v@# 2eNa `L@wkKh C  8+`# #RM#8@d @w6 @v @v `@vF@vA#* ؀ )((``#& C  8* # ## @8@ Kd @vb E@vА`=@vS ;@u @uߔ#``,'` a A,$쀣 f*  F e E g G2 `$ `8 ``'#` ` 2`#/` .#L(@.}#`2L  +`S`# #`# '``*` . "- A` &L`$#  M. @. >`2M L`$a   A" L  "L`$ f FV`(*`" +?;?;@%耐Dж;;#@;;@vȐ;(;0@u(/H`;H;8;@;P@uɐ8К;X#@;`@uX????;h;ph*ɒ *Ò "'ܦ 8 @u7`(+` -`?;x?;@%x"L`$# A   O{,Oz,, %,O|,, %;;@-=Ȯ;#@;@uO~??,7"O},7`7,7;;;;@u^.;;#@;;@uK;;@u."L`$L`$ A`  Ow-O{-Ov- /%Oy--Ox- &%L`$fhFeePENgG  ``;;;; @t: -1-&  $ %& $4`"$  $- $%ޖ$` "-- Ϯ-̬%;(;0v(& #@8##,;8;@  # & ##@s$   @t: H#;H$;P#,Ԓݐd& |X;X,;`’`@s#X@sX @sX@sd $#L0  #K@0"&N- ax#@-6&#+ & &1   & N-2&`??K .#  &N? -6&`78-0& &&?!`%;`6@ "    & "&&N- &@sXڬ%# "J`"`J`-"`J`-  -J` "`-@s1%?- -  &-6   - 2- -? - -&&&# % > 6 ! `  & "&&N- &@rd%#&J#" J*? "J*?   * J "-@r=%&#@N-h-J#&&&6` `@"%; " & "& &N- &%L`$"  & #K # K - # K -  -K # -L`$-ِ@rM  M M2@rMϬ%7(;;(;0; @r2 -  (L`$, ߤ & ,6  ",  , 2,L`$` ,`,`&L`$,L`$;8;@98&H#$;H;PÒ  #܈  ##@q' yno@q2 @q &X#$;X;`#2d< h;h$;p`@qa@q#ܬ &@q&@qd&ܤ#4N - FJ,@&4? "$8 6   @` N,"܀  K`#` K)?#K)?)   K`#`,@qPL`$,!@qM Mì%M2%;;@pؐV%&%#@ %:5#  & "% %M-8%7& "@  "K`#`K`-@#`K`-@  -K`@ #`-6  }-8- o-)& & -6  "- -& 8-&  .?.-?&   % >  ! @5    M-@p% K# J+?"J+?+    K#-@p^% *L`$ f F$`(+"@* #x#|;`x@p|`Z Z:#x;#|x|*篒 *穒 "'ܦ 8 @p`(-`&)  #x#|;x@p|"L`$#`A  O{,Oz,,x%,O|,,p%#x#|;x@(|耐O~,`"O},`, H =L`$\\#L`$L`$# A`  Ow-O{-Ov-:%Oy--Ox-1%fUFReEECgG8  `H B: -G.&  $  % & $4`"$  $- $% $  "(( -%#x& #|;x|#&#0,줐8; # #@n耢&   `;@o6耦:#x #|; # #0x|褐2; d;#x0#|x|@n#\@o\ @o\@nd $#L`0 #J0"&N-a#<-6&#+ & &2  & N-2&`I ?(!  &N-6&` 7O-0&&&!`%;`6@ "   & "&&N-&@no%$ % K`##`K`* #`K`* *K`#`-@nGɬ%?-#-  &-6   - 2- -? - &-&&&&% :6 ! `  & "&&N-&@mz%"& "H H- H-  -H -@mҐT%&# $ %%`  M%`@ (@* %M( "% M`%%K#-K--%  %M(  & -6 "- -2-!  *? *  -!܀$" B<`  +  8@/d# @jD '@j@j5 `@i@iĔ"@j#``,'}``#?` !$`###1# A`@*`#L?ȫ*@ -o#` 2LL`$ ! *@@  # #Ȇ # #И# A & '+ `@ #Ou#Ou.`Os) l#O~,`O},",Ot,Ԁ "` ,` `@ @i2``@ @i)$ #%+  ŀ Or,Or,L`$O,L`$FOx,Ou,Ou,,,쀢` ` `  ` ) "@(  '# ` @ +`! .   -` `#൒  A   +# #ࡒ  #8 d @i  @i~ @i  @h."@8'"`+`` `"`(`""`(`(-#) K @iXܛ(#@܇*`J @iIܑ-ܞ"+J#\@i8܀` `"`(`""`({`(+ #@ ܓ(  @iܑ-ܞ"+ @ivܗ+`ܘ" + @#\@he܀` `"`(`""`(F`(ܒ-"* V @hLܗ+`" ܅+ @P@hז=܇-ܔ *Q #\@h,܀` `"`(`""`(`(*& +` `@h܇-ܔ * @h܉. ܖ!* #\@h܀` `"`(`""`( `(-"@( @ht܉. !* @he܅-ܒ *` #\@hT܀` `"`(`""`( `() #. @  @h;܅-ܒ *` @h,ܑ+܈") `#\@h܀` `"`(`""`( r`(-#ܓ( @hhܑ+") `@gYܛ-ܘ#@+ @#\@gH܀` `"`(`""`( =`(ܒ* "+@gɔ/ܛ-#@܅+ @@g ܇*ܐ *  #\@g܀` `"`(`"%`( `(*#@ ܙ- `` @gܓ(ܔ"@*  #\@g~ܟ) ܚ#+` #`#\@gk܀` `"`(`"%`( `((#*`  @gQܑ+܈")   #\@g@ܱ*ܮ& - ` `#\#`@g-`(`* * ` `܀` #xܐ#|x@g|v#x#|#\x@g|i#x#|#`#\@fx[`(`+`! .   ?  ?Ѐ`"Ȁ`" VȖhА;h;p@fԔ:Иx;x;@fǖ-Оܚ;#\;@f܀` `"`(`""`( '`((#܇*` @fܟ) #+`ܖ@fܗ+ ܄" ( #\@f܀` `"`(`""`( `(ܒ+")   @ffܗ+ ܄" ( @fWܕ* ܞ"+`#\@fF܀` `"`(`""`( `(*& + ܆@@f-ܕ* "+`@fܛ. ܖ#@* `#\@f s܀` `"`(`""`( `(ܒ* * @eZܛ. #@ܙ* `@eKܓ(ܔ"@* #\@e:܀` `"`(`""`( S`(-#@.  @e!ܓ(ܔ"@* @e܉+`ܮ! - #\@eܮ6_L`2,m . x (   l    8 d# @dא  @eE @dȐ @d\! ˬ'܀&Lܮ ܆ H ܖ6 'ܖ'܀2, '܀7ܔ *t U  . ((    *8@ Hd# @d]  @@d˒  8@dN  6@c"QO'd@d)䀤@d#@d!쀥  O@d; 'cp`ЀȀ }Ȧ#ێ[ۍ- ۪G$( zۘ 4$8@d#@cא @ck@d<@c ܆$#Nܤ -"LAZ"a 8ܤ ̚@'܀  spL  ?"@!``"="  ` #M%+*# H+#"? H  #`H +`H+`+#` # H+#& (4 "( (2( *  *?(܀K  ?%@#@  % ;"   # J"+ * #  H+ # "  H %J"- J--%  #  H+ # B& (4`"( (2(2܀` (`(`&&(#܀& (4"( (2( -``-(L`$`F-+2 L& a?,2L #``,'`L% a?,6L #``,'`d@bO䀧 @bI@bG쀦 @bA# $cp,%@`.@#` `## ,`` L?,@,ٞ` 2L . $- `= # #``  - ` @*`# **6     M ,,Z`2M  '`DH9ȇJ#xx\#x x *9 *4 "#$ 8 @a`((&*@?;?;@"L`$A  O{.Oz...O|..;;@ X#@;H;P@aHX`O~??.  "O}. `.  ;;;;@aАG;;x#@;;@ax;;@a" L`$A  Ow-O{-Ov-SOy--Ox-JH ;H;x;;P@ax(#@;(;0@ f ?? x ;x;h;p;@a}h  '??T`DH9ȣJ#xx`@#x x`?Q;;@a2ج@a^#@x#@;;@a*x?? 0 8?X?`X(%``;;#@;;@a(0?;?;x;@a(@a,#@8x#@(;; @`8`@??2Q;8;@@`8X@a #@HX#@;H;P@`ِHH`P?4? 0 8?X?`XhX`;X;h#@;`;p@`hhp?;?;x;@`@`#@x#@;;@``??4  ;;;;@`耐2 $  ;;;;@`؀"  (;;; ;#@@`s?? x;8#@;@@`8x ?? ;;;;@`Ȁ@>#4 `!`!h?H?PHP;;;;#@@`.??6!`!h?H?PHP;;;;#@@`??2;;h;;p#@@`"h??-L`$-;;@_@`#@ؒ#@;;@_ؔ`0??-4  ;;;;@_؀-  ;;;;@_r-  ;;;;@_ϐ -  ;;;; @_N  0 8 ?8?X?`?@X(`;(;8#@;0;@@_}8?;X?;x;`@_vXx@_#@hxx#@;h;p@_nhhp?? $ 0L`$?-8@;;;;@_r؀2 & -4 "- -2-L`$ --&L`$-L`$-/@^M``M``M``2```P@9B#xx B#x/ x@ * * "#$ 8 f@^a`(+ % *#x#|;Px@^|"PL`$A  O{.Oz...O|..#x#|;Px@|PO~.`P"O}.`P`.`P=)`PN N#`PL`$A  Ow . O{. Ov. SOy.  . Ox. Jʀ   #x#|x@N| Ā  ' `P`` V H9ȓ\#xxF#x x6@#x xR`   !  LZ؀  #LZ# 4L7LT  # LH#2L%@#xx`./FB#6 7FB#4F`X7 `` `X=```P`P/R%#4 ` aNN2NJa HH6HJ. @L`$. #x x`0.  ! `P  ];H-`PH ހ  2 0;H-`PH €    `P;H-`PH `P` L\#xx $ 0L`$?- ʮ- L!& -4`"- -2-L`$ --&L`$-L`$ْ`-@]M` `M` `M`2`  %@ $$@& -`3 "-` -``2-`! ---`! sq@L%@`%@?% #@  "<$ %@@%@ # L$+ *# %`M`@+ # "@%@  M%` H (H((  # %`M`@ + # & -`3 "-` -``2-`~!` .  `.?`q-`o!@K%@%@?%&`" 8 # %@@%@ " M%`@* @+" %`M`@* " "@%@ %`M$M%,M,,$ " %`M`@* " & -`3"-` -``2-`! *  *?-`! # B7 < *`  8 @d#  @[ z@\ r@[ p`@[@[$"@[k#``,'`  U c?+ # #̒ ?ƒ #8$d@[; `@[`"#.@[- (@Z.d"䀦@[䀧 (@[$.d  @@[x2䀡 @Z@Z쀣"H@ZH%`@Z쀦 @Z# $cp@[@[L`$`(耣 n@[ ``,'4`@[`-`#@,O @Z` +`& -`\@Z㤐 @Z㦐@Z@Z㴐@Z@Z`*$ -`@Z` .%@*`@Z%@Z^@Z^@Z蓀@Z@Z"@Z@Z%@Z;& @Z;%;@Z;Q@Z;O;@Z;耤"R;@Z;M;@Z@Z`(L`$%*^ @Zt`-%@,@Zj` ("@* @Z`v@Z\r@ZXn@ZTj@ZPf@ZLb@ZH^@ZDZ@Z@V@Z<R@Z8N@Z4J@Z0F@Z,B@Z(>@Z$:@Z 6@Z2@Z܄ 6F'܄'C@Z `* + @Z` +`# . @YȺ'',ߤ' @YՖ,"?1)#p?@Y%#p,3@Yc@  O7?&p@3@/?㿠 ?w@@V@㿠 ?w@@V@@㿠`2&`  @w`?&` 7*⪬up7`&`T@h@U㿠 @ђ ;cp` V㿠 ?w@@IV@8㿠 ?w@@;V@@6㿠`2&`  @w`?&` 7*⪬u7`&`T@@㿠@X 㿠@YZ`㿠`2&` @ &`9*"7`&`ށ㿠 ʹ@XW㿠@YL㿠@XF㿠@XI 㿠9"0"0"'"0& y Y  ?2 && ?2%@Y0• y/@Y 0 `  ` *  @(@$ @s@o    㻠@WՐ @Wѐ $@X%% @W-@W@X㻠@W @W @$ @W %` @W-@W @@Wސ@@  "㿠;c;b@X㿠;c;b4@W㿀@X)| @#`c#d'<`@XOd&?@? ;’0cc ?;0;;?;8@Wt @  (??;`?;@;H??;h?@WԒ` T  + `;;#@;;@WА;;??#@;= =  <`<``;;@Wp;p?;P?;;x;X#@@WP ; ??;(;;@W > > `?+? `(???p?x??;;;;#@@W]px?;;;?;@WI0ؐ`;;#@>>< <  ;;@W9;;??;;#@@W) ($??6`;`;p;x;h@Wp> > I``> > |&`-´/?`/`% ?p?x *' @  pP  ;P;@;X;H#@@V@p0pxx?;0; ;(;8?@Vϒ  `ڨ% > > B&`> > `:   /`$`??&``;;;;@V ,` ;;;;#@@V`h??`ڢ$`> > &`  ;;@  > > ?eaS"  @V4㿠  @U* >;ف9ٰbd"t ?@VA㿠 @(?&  㿠;ْb@U㿘@V)#pN@U#?eaS' ْb@U  $@Vi / N9?'#p/  /`/ 7٬ @UĐN  N bĀLN /iـmٔ$. /3/٦ / $bc@Д&.d[%.@U$  N##p?l %@U%N %p` 1@U * = *-1&#p?;!ِb"@U }ِ"@U~ ~gِbȒ@Uw  ِb"@Up $@Uk+ِdbt@Ud ?1㿠@U ` @ @U@ " @  5p` ? 7&p? Y#cp? @Þ@ @@  84㽘7 ?"p?e!S ~N``/y!V#p(#Ē@Uc@@T   Yz?$    - $?@T 1?$}@U$S@T @@ a] 㽘9@ ?"cp?eS L /}p§*!@@T@T?@S?     Y z?$g    } $?@S 1?o$@@Ts?@Tp?PS$AD@ @TH@TH㿠  @ Đ;cp9@SB'#p?@?}@  ;@;H@Ő@  ?p?x0px#@;0; ;(;8@Sْ px;;@S;cȪcȒpx`;;;;@S  p?x#@ ;;@S?p?x> > `px`;;;;@SwѠ ` p`0`(x`8??;?;;??;?@Sa TЮж  +@Аؠ ;;#@;;@SNА0;0; ??#@;====;8;(@S5 ДP;P;`??;;X;h#@@S$`p;p??;x;@;H@S@  > >   ?pE?x, pPx;;;;@RШ%  ? ?*?ش&px;;P;X;@Rے% p Ї)x;;;;#@@R˒?p?x> > pЬp x.ظ#@;;;p;x@Rp> >  `0pp` `8x`(??;p;`??;x;h??@R` QЬЮ  +P' Ƞ ;P;@#@;X;H@R@0;0; ??#@;=`=``==;8;(@Rf ;;?#@?;;@RV?;;;;?@RE  > >   ?p;?xpx, ?д $?&?;;;;@R ,@p' ;;;;#@@Rpx?? ڤ$> >   `?p?x`px#@;;@R`h?p?x> > px&`??px&`??;`;h@`  > > 㼈#\ #d\d#l\#h#`l\  #$cp $#l@QYlw#`#hl`!ِ#,@$#|,@Q8V8L##9H#0@P8K8HL#t#p#x   px@@   cp",h! . /;<-`h8**@PӐ 퀥 "8@P2/8HL###@Q!h۴ - @@ ' @Pې2M` `ʀ@Q @Pΐ  M`  '  . M`ހ.M`` ``@ `"' `@Pc  *@ &. @* h@@Ph@P}#h * +  * * -@ *@ ** @P1h @P%8@PCP @8HL@||` @P!d l* 9#l`@Pl3&l@ " @O@#|#`| "' ) |&@O& #|.?t# #px@ 2-` "l@P2;/ l '  5@P 1l`"|@ | /# #|+?h@"`@Ph`|l'@Oʔd `@Pr#\\ 2\`#\\/ph"\@Oh\`)@O`%#p   `@ ?    ` ?   $  㿘 @Pv @Pt & .'@/ .`& ?㽰;ʶ#@c(-#;;;;@P?;;?#@@P p#@;;@O`p`x;;??;;#@@Oڒ`  '??'Р@O!   @O @  㿘`-+5ٲ4  N2N?    V  "NP /N/N/N`, `N`/@` `N`/@`@O`" "@ @@Nc8JO ``"ߴ   X`׀`2 XO  @6̴  Xƀ&Ŵ  X퀧` O `@倣`6 ` X&`ڀ`6ٸ X` O   @& θ Xc@@NN` `O _^ (  X2 XO `2 XO  `?_^*  XْH@N+m#ْcP@N%g%ْX@Na-ْ`@N`2O O &\  X"W  X "Q } Xْch@M%`2O O n> (< h X p S8c XO  `?Ѐ \`- O  }(' S X'ْp@MҐ`2J XO ` D  @ ? ( : X`27 XO `?_^1 X N` .N`.N`.).?@N X   `?`?@  4%. X;'cp?7&p?@N .?@N @N.J `? `$  #  ( 2#  +`@@@  ) `#  * 2 ":#  "#   "`#    TP  ɞŞ#P  P @㽘;?eaSN /!@M~#p`@M<```` `  `Y`z"cpª Pp뀥#p' @M>9#p9@MC3cp1   ¥% $p?@M 7p!@M$#p„  #cp`@L )#p' |1&#p@M㽠;ِcx@M  5ٔ|V @ @L@Lu  4H\x4H\p` `͘cԄ`` `8?*@  *`x   *`s   2`n   2`i   "`d   "`_   "`Z   "`U    "`"` N    "`"` G    :`A   `:``:`9   "`4   "`/   `")"`"`'   "!"`"`   "`   "`   "`   "`    "`   "` `` *z` ?  @*?  @*?@ *? *? @ *?@ *? *  \\\\\\\\\\\\\\\\\\\\\\\\\\\ \ \ \\\\\\\\\\\ `\\\\ ,\\\\\\\\ \ \ \\\\ p , \\ 0\ ,\\ ,㿘&`@Kx ,&`&&N` #\Q*9;t]#\#+ff"`]#`  #d c?a%9*`&$@ . # *# $`$` $`$`$`$`$` $`(N `0` 4 N`0 `9- J `0`9 % `$" N0?9: .(ж`H`%0` "&`H` `'`-$`N`'`+$`N`'` $`Nꀠ`'`#$`N†`'`0$`Nڀ`' $`NӀ`'`* `0$` $`N# 0 AN`0 `9:`K``0`9`2`$/N0'9" @Ѕ*` -@N#0` ` @"`$`````2 $`` ` )(/  *o/ "+ @j`@J `@Ji `&X`@ `&*`" + @ @`. ")    @$NV:N N` $` N#0  N 0 9$` $`` $`& *N`.Đ N*&$`$`N 0 @N 0 9:J 0 92` $.N`0'`9" б* +@ N"`0  "$` ` ``퀠`ꀠ`` 2 $` `  ܀` )(/ * "/ #*`@J `@I`&`@ `&*`# +` @ @`- (  \  #\ @# \ :#\ #\ &$`N# 0 N#`0 ($`& \*#\ N`h  (N`L`l N`j N`z N"`Z"`t `%N S:) d€(` :@   (` :@(` ; @ (`:` @ (`: @(` ;`{@   (` ;q@ (`: k@  (`8`d@ (`>  ]@(` =X@  (`(` 8N@8 J@ (`9  C@(` :>@  c:@ (`;  3@(` :`.@  s*@   (` ;` @(` ;@  (`: @  (`8` @(`>  @(`=S,`$"$`($`(`(@ @ *(/ `* "i/ #*d`@Hݐ`@Hb`&Q`@ `&*`# +` @ @`/`!/` @,`$R,`$$``  &`*, ` &,  @+#@*@@H`&``N2Ķ*% `.! (%&`\&`  ```"`@G` & @G" ` ` ````"`@Gߐ`  @G'$p? !$#p?2  ` 3` 87+ @GΐO ٸc@GZ)@GV#`%`O /`@G@ @G> /.@@G` @G/-ْ@G)@G rc3ْc@H= @G3/fĨ j%$?R    #[%$ ?? 2@Hٔ̒#Ȗ@H 0@F̸@F  `@G<`   @G  `%@ $@@Fے̒@Fؐ @G@G@G 2.ٰc@G 3+53+&b@G?@G?㿠@GŐ 1ٰc1J "@FL`*L@F @F N@N @FzN `;ٰc܁  㿠 㿠PDPxPPQ8RhRRRSSLSlSST T<TTTU4UlUUUVV8VhVlVV\\\]]] ]]]e\edele|eeeeUnknown error (%d)}q 5= 1-eJQHs%+.2d%+.2d(NULL)bad pack levelCopyright (C) 2007 Free Software Foundation, Inc.Copyright (C) 1993 Jean-loup Gailly.This is free software. You may redistribute copies of it under the terms ofthe GNU General Public License .There is NO WARRANTY, to the extent permitted by law.asciito-stdoutstdoutdecompressuncompressforcehelplistlicenseno-namenamequietsilentrecursivesuffixtestno-timeverboseversionfastbestlzwbitsrsyncableTry `%s --help' for more information. Compress or uncompress FILEs (by default, compress FILES in-place).Mandatory arguments to long options are mandatory for short options too. -c, --stdout write on standard output, keep original files unchanged -d, --decompress decompress -f, --force force overwrite of output file and compress links -h, --help give this help -l, --list list compressed file contents -L, --license display software license -n, --no-name do not save or restore the original name and time stamp -N, --name save or restore the original name and time stamp -q, --quiet suppress all warnings -r, --recursive operate recursively on directories -S, --suffix=SUF use suffix SUF on compressed files -t, --test test compressed file integrity -v, --verbose verbose mode -V, --version display version number -1, --fast compress faster -9, --best compress better --rsyncable Make rsync-friendly archiveWith no FILE, or when FILE is -, read standard input.Report bugs to .Usage: %s [OPTION]... [FILE]... %s %s %s %s Written by Jean-loup Gailly. %s: .exeGZIP.gzab:cdfhH?lLmMnNqrS:tvVZ123456789%s: -b operand is not an integer %s: -Z not supported in this version ab:cdfhH?lLmMnNqrS:tvVZ123456789%s: option --ascii ignored on this system %s: incorrect suffix '%s' %s: compressed data not %s a terminal. Use -f to force %scompression. For help, type: %s -h stdinstdoutstandard input OK -%s: %s is a directory -- ignored %s: %s is not a directory or a regular file - ignored %s: %s is set-user-ID on execution - ignored %s: %s is set-group-ID on execution - ignored %s: %s has the sticky bit set - file ignored %s: %s has %lu other link%c -- unchanged stdout%s: %s compressed to %s %s: %s: OK -- replaced with %s %s: %s: warning, name truncated .gz.z.taz.tgz-gz-z_zz.gz.z-z.Z.gz%s: %s: file name too long %s: %s: unknown suffix -- ignored .tgz.taz.tar%s: %s already has %s suffix -- unchanged %s: %s: file name too long %s: %s: unknown method %d -- not supported %s: %s is encrypted -- not supported %s: %s is a multi-part gzip file -- not supported %s: %s has flags 0x%x -- not supported %s: %s: part number %u %s: %s: extra field of %u bytes ignored corrupted input -- file name too largePKPK %s: %s: not in gzip format %s: %s: decompression OK, trailing zero bytes ignored %s: %s: decompression OK, trailing garbage ignored storecomprpack lzh deflamethod crc date time %*.*s %*.*s ratio uncompressed_name (totals) %5s %08lx %s%3d %02d:%02d ??? ?? ??:?? %s name too shortcan't recover suffix .tar.tgz.internal error in shorten_name%s: %s already exists; do you wish to overwrite (y or n)? not overwritten %s: time stamp restored %s: %s: ...%s: %s/%s: pathname too long output in compress .Z format not supported block vanished-l used on binary fileBad table Bad table Bad table %s: %s: warning, unknown flags 0x%x %s: %s: compressed with %d bits, can only handle %d bits corrupt input.invalid compressed data -- Huffman code > 32 bitstoo many leaves in Huffman treetoo many leaves in Huffman treeinvalid compressed data--length error %s: %s: not a valid zip file %s: %s: first entry not deflated or stored -- use unzip %s: %s: encrypted file -- use unzip invalid compressed data--format violatedlen %ld, siz %ld invalid compressed data--length mismatchinternal error, invalid method %s: %s: invalid compressed data--crc error %s: %s: invalid compressed data--length error %s: %s has more than one entry--rest ignored %s: %s has more than one entry -- unchanged argc<=0 %s: %s: %s %s: memory_exhausted %s: %s: warning: %s %s: %s: unexpected end of file %s: %5.1f%%error closing file%s: %s%swrite error%s: %s%sUnknown system error: %s%s: %s:..POSIXLY_CORRECT--%s: option '%s' is ambiguous %s: option '--%s' doesn't allow an argument %s: option '%c%s' doesn't allow an argument %s: option '%s' requires an argument %s: unrecognized option '--%s' %s: unrecognized option '%c%s' %s: invalid option -- '%c' %s: option requires an argument -- '%c' %s: option '-W %s' is ambiguous %s: option '-W %s' doesn't allow an argument %s: option '%s' requires an argument %s: option requires an argument -- '%c' /proc/self/fd/proc/self/fd/%d/%s/proc/self/proc/self/fd/%d/%sliteralshellshell-alwayscc-maybeescapelocaleclocale""`''.timespecutimens.c%#.0f%+d%+d%+d%+d%+.2d%+.2d%+.2d%+.2dunable to record current working directoryfailed to return to initial working directory! close_failchdir-long.c/0 < lenchdir-long.cPATH_MAX <= lenchdir-long.c//*dir != '/'chdir-long.cdir <= dir_endchdir-long.cslash - dir < PATH_MAXchdir-long.c./UTF-8EUC-JPEUC-KRGB2312BIG5EUC-TWGB18030SJIS/.(NULL)charset.aliasCHARSETALIASDIR/opt/csw/libr%50s %50sASCIIm00<0H0T0`0l0x00000000000000 0,080D0P0\0h0t0000000000000~0{0x(0u40r@0oL0lX0id0fp0c|0`0]0Z0W0T0Q0N0K0H0E0B0? 0<09$06003<00H0-T0*`0'l0$x0!0000000 0 00000 0,080D0P0\0h0t00000000000000  N N  #  X o'o1o11X oogl      QpaQxcQcQdQdQfQhQlQLQnQNQqQqQrQSQtRTRvRVR1R 9R(ZR,bR4RZ<Z@ZDZLZTZXZ\ZdZhZlZp      #+3;CScscc !1Aa  0@` ??  yr |prr     w0a, Qmpjc5dۈ2yܸو L+~|-dj qHA}mԵQӅlVdkbze\Ocl=c ;n Li^`Agqr<KG k5Blۻ֬@2lE\u ϫ=Y&0Q:Qa!V#Ϻ(_ ٲ $/o|XhLaf-=vAq *q3xɢ4 j m=-dlc\kkQlabe0bNl{WeP|b-I|LeMaX:QΣtԻ0JߥA=ؕפmCij4ngF`D-s3 L_ |Pq<'A  Wh% of a^)ɘИ"רY=. \;l  tҚG9w&sc d; mj>zjZ '}DhibW]egl6qnkv+zZgJoC`֣ѓ~8ORѻgWg?H6K +گ L6JAz``ègU1nFiyaf%oҠRh6 w G"U&/ź; (+Z\j1,ٞ[ޮd°c&ujm 6?rgWJz{+ 8Ҏվ | !Bhݳڃn&[owGwZjpf; \ebiaklE x NT9§g&a`IiGM>nwۮjJZ@ f7;𩼮S޻G0齽ʺŠS0$6TW)#gfz.aJ]h*o+ 7 Z-?w1.4read fromwritten todecompresseduncompressedJanFebMarAprMayJunJulAugSepOctNovDec.corrupt input.corrupt input. Use zcat to recover some data.%s:%d: ..cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07acomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)signal.h 1.38 99/08/10 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)signal.h 1.54 99/07/26 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)stat.h 1.2 99/05/19 SMI@(#)stat_impl.h 1.1 99/05/04 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/02/14 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)unistd.h 1.58 99/11/11 SMI@(#)fcntl.h 1.14 97/12/05 SMI@(#)fcntl.h 1.45 98/07/17 SMI@(#)dirent.h 1.29 99/03/11 SMI@(#)dirent.h 1.32 99/05/04 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)unistd.h 1.58 99/11/11 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)stat.h 1.2 99/05/19 SMI@(#)stat_impl.h 1.1 99/05/04 SMI@(#)fcntl.h 1.14 97/12/05 SMI@(#)fcntl.h 1.45 98/07/17 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)unistd.h 1.58 99/11/11 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stat.h 1.2 99/05/19 SMI@(#)stat_impl.h 1.1 99/05/04 SMI@(#)fcntl.h 1.14 97/12/05 SMI@(#)fcntl.h 1.45 98/07/17 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)unistd.h 1.58 99/11/11 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)stat.h 1.2 99/05/19 SMI@(#)stat_impl.h 1.1 99/05/04 SMI@(#)fcntl.h 1.14 97/12/05 SMI@(#)fcntl.h 1.45 98/07/17 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/02/14 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)unistd.h 1.58 99/11/11 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)stat.h 1.2 99/05/19 SMI@(#)stat_impl.h 1.1 99/05/04 SMI@(#)fcntl.h 1.14 97/12/05 SMI@(#)fcntl.h 1.45 98/07/17 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)locale.h 1.19 99/08/10 SMI@(#)locale_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/02/14 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)unistd.h 1.58 99/11/11 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)stat.h 1.2 99/05/19 SMI@(#)stat_impl.h 1.1 99/05/04 SMI@(#)fcntl.h 1.14 97/12/05 SMI@(#)fcntl.h 1.45 98/07/17 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)locale.h 1.19 99/08/10 SMI@(#)locale_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)stat.h 1.2 99/05/19 SMI@(#)stat_impl.h 1.1 99/05/04 SMI@(#)fcntl.h 1.14 97/12/05 SMI@(#)fcntl.h 1.45 98/07/17 SMI@(#)unistd.h 1.58 99/11/11 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)types.h 1.69 03/08/07 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stat.h 1.2 99/05/19 SMI@(#)stat_impl.h 1.1 99/05/04 SMI@(#)fcntl.h 1.14 97/12/05 SMI@(#)fcntl.h 1.45 98/07/17 SMI@(#)unistd.h 1.58 99/11/11 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/02/14 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)dirent.h 1.29 99/03/11 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)dirent.h 1.32 99/05/04 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)unistd.h 1.58 99/11/11 SMI@(#)stat.h 1.2 99/05/19 SMI@(#)stat_impl.h 1.1 99/05/04 SMI@(#)fcntl.h 1.14 97/12/05 SMI@(#)fcntl.h 1.45 98/07/17 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/02/14 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)types.h 1.69 03/08/07 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stat.h 1.2 99/05/19 SMI@(#)stat_impl.h 1.1 99/05/04 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/02/14 SMI@(#)fcntl.h 1.14 97/12/05 SMI@(#)fcntl.h 1.45 98/07/17 SMI@(#)unistd.h 1.58 99/11/11 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)dirent.h 1.29 99/03/11 SMI@(#)dirent.h 1.32 99/05/04 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)unistd.h 1.58 99/11/11 SMI@(#)stat.h 1.2 99/05/19 SMI@(#)stat_impl.h 1.1 99/05/04 SMI@(#)fcntl.h 1.14 97/12/05 SMI@(#)fcntl.h 1.45 98/07/17 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)locale.h 1.19 99/08/10 SMI@(#)locale_iso.h 1.1 99/08/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)unistd.h 1.58 99/11/11 SMI@(#)stat.h 1.2 99/05/19 SMI@(#)stat_impl.h 1.1 99/05/04 SMI@(#)fcntl.h 1.14 97/12/05 SMI@(#)fcntl.h 1.45 98/07/17 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)types.h 1.69 03/08/07 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stat.h 1.2 99/05/19 SMI@(#)stat_impl.h 1.1 99/05/04 SMI@(#)fcntl.h 1.14 97/12/05 SMI@(#)fcntl.h 1.45 98/07/17 SMI@(#)unistd.h 1.58 99/11/11 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/02/14 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)stat.h 1.2 99/05/19 SMI@(#)stat_impl.h 1.1 99/05/04 SMI@(#)fcntl.h 1.14 97/12/05 SMI@(#)fcntl.h 1.45 98/07/17 SMI@(#)unistd.h 1.58 99/11/11 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)stddef.h 1.16 99/08/10 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)wctype.h 1.18 99/08/10 SMI@(#)wctype_iso.h 1.1 99/08/09 SMI@(#)locale.h 1.19 99/08/10 SMI@(#)locale_iso.h 1.1 99/08/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/02/14 SMI@(#)types.h 1.69 03/08/07 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stat.h 1.2 99/05/19 SMI@(#)stat_impl.h 1.1 99/05/04 SMI@(#)fcntl.h 1.14 97/12/05 SMI@(#)fcntl.h 1.45 98/07/17 SMI@(#)unistd.h 1.58 99/11/11 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/02/14 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)unistd.h 1.37 98/10/28 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)time.h 1.39 99/08/10 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)assert.h 1.9 92/07/14 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/02/14 SMI@(#)stat.h 1.2 99/05/19 SMI@(#)stat_impl.h 1.1 99/05/04 SMI@(#)fcntl.h 1.14 97/12/05 SMI@(#)fcntl.h 1.45 98/07/17 SMI@(#)unistd.h 1.58 99/11/11 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)utime.h 1.8 92/07/14 SMI@(#)utime.h 1.9 97/08/12 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)alloca.h 1.15 99/03/11 SMI@(#)types.h 1.69 03/08/07 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)locale.h 1.19 99/08/10 SMI@(#)locale_iso.h 1.1 99/08/09 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/02/14 SMI@(#)float.h 1.18 99/05/04 SMI@(#)langinfo.h 1.10 94/11/21 SMI@(#)nl_types.h 1.14 00/11/20 SMI@(#)math.h 2.11 00/09/07 SMI@(#)math_iso.h 1.3 03/04/08 SMI@(#)floatingpoint.h 2.5 99/06/22 SMI@(#)ieeefp.h 2.8 99/10/29acomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/02/14 SMI@(#)unistd.h 1.58 99/11/11 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)stat.h 1.2 99/05/19 SMI@(#)stat_impl.h 1.1 99/05/04 SMI@(#)fcntl.h 1.14 97/12/05 SMI@(#)fcntl.h 1.45 98/07/17 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)stddef.h 1.16 99/08/10 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)stddef.h 1.16 99/08/10 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/02/14 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)types.h 1.69 03/08/07 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stat.h 1.2 99/05/19 SMI@(#)stat_impl.h 1.1 99/05/04 SMI@(#)fcntl.h 1.14 97/12/05 SMI@(#)fcntl.h 1.45 98/07/17 SMI@(#)unistd.h 1.58 99/11/11 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)dirent.h 1.29 99/03/11 SMI@(#)dirent.h 1.32 99/05/04 SMI@(#)locale.h 1.19 99/08/10 SMI@(#)locale_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)float.h 1.18 99/05/04 SMI@(#)math.h 2.11 00/09/07 SMI@(#)math_iso.h 1.3 03/04/08 SMI@(#)floatingpoint.h 2.5 99/06/22 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)ieeefp.h 2.8 99/10/29acomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)float.h 1.18 99/05/04 SMI@(#)math.h 2.11 00/09/07 SMI@(#)math_iso.h 1.3 03/04/08 SMI@(#)floatingpoint.h 2.5 99/06/22 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)ieeefp.h 2.8 99/10/29acomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)unistd.h 1.58 99/11/11 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)stat.h 1.2 99/05/19 SMI@(#)stat_impl.h 1.1 99/05/04 SMI@(#)fcntl.h 1.14 97/12/05 SMI@(#)fcntl.h 1.45 98/07/17 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)assert.h 1.9 92/07/14 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/02/14 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/02/14 SMI@(#)stdio_ext.h 1.2 99/06/10 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)types.h 1.69 03/08/07 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stat.h 1.2 99/05/19 SMI@(#)stat_impl.h 1.1 99/05/04 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/02/14 SMI@(#)fcntl.h 1.14 97/12/05 SMI@(#)fcntl.h 1.45 98/07/17 SMI@(#)unistd.h 1.58 99/11/11 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)dirent.h 1.29 99/03/11 SMI@(#)dirent.h 1.32 99/05/04 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)unistd.h 1.58 99/11/11 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)stat.h 1.2 99/05/19 SMI@(#)stat_impl.h 1.1 99/05/04 SMI@(#)fcntl.h 1.14 97/12/05 SMI@(#)fcntl.h 1.45 98/07/17 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/02/14 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)dirent.h 1.29 99/03/11 SMI@(#)dirent.h 1.32 99/05/04 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/02/14 SMI@(#)unistd.h 1.58 99/11/11 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)stat.h 1.2 99/05/19 SMI@(#)stat_impl.h 1.1 99/05/04 SMI@(#)fcntl.h 1.14 97/12/05 SMI@(#)fcntl.h 1.45 98/07/17 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)math.h 2.11 00/09/07 SMI@(#)math_iso.h 1.3 03/04/08 SMI@(#)floatingpoint.h 2.5 99/06/22 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)ieeefp.h 2.8 99/10/29@(#)float.h 1.18 99/05/04 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)unistd.h 1.58 99/11/11 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)stat.h 1.2 99/05/19 SMI@(#)stat_impl.h 1.1 99/05/04 SMI@(#)fcntl.h 1.14 97/12/05 SMI@(#)fcntl.h 1.45 98/07/17 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/02/14 SMI@(#)dirent.h 1.29 99/03/11 SMI@(#)dirent.h 1.32 99/05/04 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)time.h 1.39 99/08/10 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)float.h 1.18 99/05/04 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)unistd.h 1.37 98/10/28 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)stddef.h 1.16 99/08/10 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/02/14 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)stddef.h 1.16 99/08/10 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)unistd.h 1.37 98/10/28 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)types.h 1.69 03/08/07 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stat.h 1.2 99/05/19 SMI@(#)stat_impl.h 1.1 99/05/04 SMI@(#)fcntl.h 1.14 97/12/05 SMI@(#)fcntl.h 1.45 98/07/17 SMI@(#)unistd.h 1.58 99/11/11 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)dirent.h 1.29 99/03/11 SMI@(#)dirent.h 1.32 99/05/04 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/02/14 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)stddef.h 1.16 99/08/10 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)stddef.h 1.16 99/08/10 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)types.h 1.69 03/08/07 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)errno.h 1.16 99/07/26 SMI@(#)errno.h 1.20 00/02/14 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)math.h 2.11 00/09/07 SMI@(#)math_iso.h 1.3 03/04/08 SMI@(#)floatingpoint.h 2.5 99/06/22 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)ieeefp.h 2.8 99/10/29@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)float.h 1.18 99/05/04 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)unistd.h 1.37 98/10/28 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)math.h 2.11 00/09/07 SMI@(#)math_iso.h 1.3 03/04/08 SMI@(#)floatingpoint.h 2.5 99/06/22 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)ieeefp.h 2.8 99/10/29@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)float.h 1.18 99/05/04 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)unistd.h 1.37 98/10/28 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)types.h 1.69 03/08/07 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stat.h 1.2 99/05/19 SMI@(#)stat_impl.h 1.1 99/05/04 SMI@(#)fcntl.h 1.14 97/12/05 SMI@(#)fcntl.h 1.45 98/07/17 SMI@(#)unistd.h 1.58 99/11/11 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMI@(#)string.h 1.24 99/08/10 SMI@(#)string_iso.h 1.2 99/11/09 SMI@(#)langinfo.h 1.10 94/11/21 SMI@(#)nl_types.h 1.14 00/11/20 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07cg: Sun Compiler Common 11 Patch 120760-22 2009/05/07@(#)types.h 1.69 03/08/07 SMI@(#)isa_defs.h 1.20 99/05/04 SMI@(#)feature_tests.h 1.18 99/07/26 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.6 97/08/20 SMI@(#)select.h 1.16 98/04/27 SMI@(#)time.h 2.67 03/08/07 SMI@(#)time.h 1.39 99/08/10 SMI@(#)time_iso.h 1.1 99/08/09 SMI@(#)time_impl.h 1.5 99/10/05 SMI@(#)stddef.h 1.16 99/08/10 SMI@(#)stddef_iso.h 1.1 99/08/09 SMI@(#)stat.h 1.2 99/05/19 SMI@(#)stat_impl.h 1.1 99/05/04 SMI@(#)fcntl.h 1.14 97/12/05 SMI@(#)fcntl.h 1.45 98/07/17 SMI@(#)unistd.h 1.58 99/11/11 SMI@(#)unistd.h 1.37 98/10/28 SMI@(#)stdlib.h 1.47 99/11/03 SMI@(#)stdlib_iso.h 1.3 02/10/10 SMI@(#)wait.h 1.21 97/04/08 SMI@(#)resource.h 1.25 98/06/30 SMI@(#)siginfo.h 1.54 98/03/27 SMI@(#)machsig.h 1.15 99/08/15 SMI@(#)procset.h 1.20 00/02/14 SMI@(#)limits.h 1.52 03/08/07 SMI@(#)limits_iso.h 1.1 99/08/09 SMI@(#)int_limits.h 1.6 99/08/06 SMI@(#)inttypes.h 1.1 96/04/02 SMI@(#)inttypes.h 1.2 98/01/16 SMI@(#)int_const.h 1.2 96/07/08 SMI@(#)int_fmtio.h 1.2 96/07/08 SMI@(#)stdio.h 1.78 99/12/08 SMI@(#)stdio_iso.h 1.2 99/10/25 SMI@(#)va_list.h 1.12 99/05/04 SMI@(#)stdio_tag.h 1.3 98/04/20 SMI@(#)stdio_impl.h 1.8 99/06/10 SMI@(#)stdarg.h 1.45 99/08/10 SMI@(#)stdarg_iso.h 1.1 99/08/09 SMI@(#)wchar.h 1.34 04/08/10 SMI@(#)wchar_iso.h 1.2 99/11/10 SMI@(#)wchar_impl.h 1.3 99/07/26 SMI@(#)ctype.h 1.33 99/08/10 SMI@(#)ctype_iso.h 1.1 99/08/09 SMIacomp: Sun C 5.8 Patch 121015-07 2009/04/22iropt: Sun Compiler Common 11 Patch 120760-22 2009/05/07ld: Software Generation Utilities - Solaris Link Editors: 5.8-1.302.interp.hash.dynsym.dynstr.SUNW_version.rela.data.rela.bss.rela.plt.text.init.fini.rodata.rodata1.got.dynamic.data1.symtab.strtab.debug_info.debug_line.debug_abbrev.comment.shstrtab  p  X X"## o11P-B1X1X  8B1d1d$ BB11 L6x6x@RNNXNN ^NN`fP4P4oggGgg  tmm2mm }ww=xx Px4 07070100313866000041ed0000271000002710000000044b61ed18000000000000010000010024ffffffffffffffff0000001300000000root/opt/csw/share0707010031386a000041ed0000271000002710000000034b61ed18000000000000010000010024ffffffffffffffff0000001700000000root/opt/csw/share/man0707010031386b000041ed0000271000002710000000024b61ed18000000000000010000010024ffffffffffffffff0000001c00000000root/opt/csw/share/man/man10707010031386d000081a40000271000002710000000014b61ed0f00003eb50000010000010024ffffffffffffffff0000002300000000root/opt/csw/share/man/man1/gzip.1.TH GZIP 1 local .SH NAME gzip, gunzip, zcat \- compress or expand files .SH SYNOPSIS .ll +8 .B gzip .RB [ " \-acdfhlLnNrtvV19 " ] .RB [ \-S\ suffix ] [ .I "name \&..." ] .ll -8 .br .B gunzip .RB [ " \-acfhlLnNrtvV " ] .RB [ \-S\ suffix ] [ .I "name \&..." ] .br .B zcat .RB [ " \-fhLV " ] [ .I "name \&..." ] .SH DESCRIPTION .I Gzip reduces the size of the named files using Lempel-Ziv coding (LZ77). Whenever possible, each file is replaced by one with the extension .B "\&.gz," while keeping the same ownership modes, access and modification times. (The default extension is .B "\-gz" for VMS, .B "z" for MSDOS, OS/2 FAT, Windows NT FAT and Atari.) If no files are specified, or if a file name is "-", the standard input is compressed to the standard output. .I Gzip will only attempt to compress regular files. In particular, it will ignore symbolic links. .PP If the compressed file name is too long for its file system, .I gzip truncates it. .I Gzip attempts to truncate only the parts of the file name longer than 3 characters. (A part is delimited by dots.) If the name consists of small parts only, the longest parts are truncated. For example, if file names are limited to 14 characters, gzip.msdos.exe is compressed to gzi.msd.exe.gz. Names are not truncated on systems which do not have a limit on file name length. .PP By default, .I gzip keeps the original file name and timestamp in the compressed file. These are used when decompressing the file with the .B \-N option. This is useful when the compressed file name was truncated or when the time stamp was not preserved after a file transfer. .PP Compressed files can be restored to their original form using .I gzip -d or .I gunzip or .I zcat. If the original name saved in the compressed file is not suitable for its file system, a new name is constructed from the original one to make it legal. .PP .I gunzip takes a list of files on its command line and replaces each file whose name ends with .gz, -gz, .z, -z, or _z (ignoring case) and which begins with the correct magic number with an uncompressed file without the original extension. .I gunzip also recognizes the special extensions .B "\&.tgz" and .B "\&.taz" as shorthands for .B "\&.tar.gz" and .B "\&.tar.Z" respectively. When compressing, .I gzip uses the .B "\&.tgz" extension if necessary instead of truncating a file with a .B "\&.tar" extension. .PP .I gunzip can currently decompress files created by .I gzip, zip, compress, compress -H or .I pack. The detection of the input format is automatic. When using the first two formats, .I gunzip checks a 32 bit CRC. For .I pack, gunzip checks the uncompressed length. The standard .I compress format was not designed to allow consistency checks. However .I gunzip is sometimes able to detect a bad .Z file. If you get an error when uncompressing a .Z file, do not assume that the .Z file is correct simply because the standard .I uncompress does not complain. This generally means that the standard .I uncompress does not check its input, and happily generates garbage output. The SCO compress -H format (lzh compression method) does not include a CRC but also allows some consistency checks. .PP Files created by .I zip can be uncompressed by gzip only if they have a single member compressed with the 'deflation' method. This feature is only intended to help conversion of tar.zip files to the tar.gz format. To extract a .I zip file with a single member, use a command like .I "gunzip , Internet RFC 1952 (May 1996). The .I zip deflation format is specified in P. Deutsch, \s-1DEFLATE\s0 Compressed Data Format Specification version 1.3, , Internet RFC 1951 (May 1996). .SH OPTIONS .TP .B \-a --ascii Ascii text mode: convert end-of-lines using local conventions. This option is supported only on some non-Unix systems. For MSDOS, CR LF is converted to LF when compressing, and LF is converted to CR LF when decompressing. .TP .B \-c --stdout --to-stdout Write output on standard output; keep original files unchanged. If there are several input files, the output consists of a sequence of independently compressed members. To obtain better compression, concatenate all input files before compressing them. .TP .B \-d --decompress --uncompress Decompress. .TP .B \-f --force Force compression or decompression even if the file has multiple links or the corresponding file already exists, or if the compressed data is read from or written to a terminal. If the input data is not in a format recognized by .I gzip, and if the option --stdout is also given, copy the input data without change to the standard output: let .I zcat behave as .I cat. If .B \-f is not given, and when not running in the background, .I gzip prompts to verify whether an existing file should be overwritten. .TP .B \-h --help Display a help screen and quit. .TP .B \-l --list For each compressed file, list the following fields: compressed size: size of the compressed file uncompressed size: size of the uncompressed file ratio: compression ratio (0.0% if unknown) uncompressed_name: name of the uncompressed file The uncompressed size is given as -1 for files not in gzip format, such as compressed .Z files. To get the uncompressed size for such a file, you can use: zcat file.Z | wc -c In combination with the --verbose option, the following fields are also displayed: method: compression method crc: the 32-bit CRC of the uncompressed data date & time: time stamp for the uncompressed file The compression methods currently supported are deflate, compress, lzh (SCO compress -H) and pack. The crc is given as ffffffff for a file not in gzip format. With --name, the uncompressed name, date and time are those stored within the compress file if present. With --verbose, the size totals and compression ratio for all files is also displayed, unless some sizes are unknown. With --quiet, the title and totals lines are not displayed. .TP .B \-L --license Display the .I gzip license and quit. .TP .B \-n --no-name When compressing, do not save the original file name and time stamp by default. (The original name is always saved if the name had to be truncated.) When decompressing, do not restore the original file name if present (remove only the .I gzip suffix from the compressed file name) and do not restore the original time stamp if present (copy it from the compressed file). This option is the default when decompressing. .TP .B \-N --name When compressing, always save the original file name and time stamp; this is the default. When decompressing, restore the original file name and time stamp if present. This option is useful on systems which have a limit on file name length or when the time stamp has been lost after a file transfer. .TP .B \-q --quiet Suppress all warnings. .TP .B \-r --recursive Travel the directory structure recursively. If any of the file names specified on the command line are directories, .I gzip will descend into the directory and compress all the files it finds there (or decompress them in the case of .I gunzip ). .TP .B \-S .suf --suffix .suf Use suffix .suf instead of .gz. Any suffix can be given, but suffixes other than .z and .gz should be avoided to avoid confusion when files are transferred to other systems. A null suffix forces gunzip to try decompression on all given files regardless of suffix, as in: gunzip -S "" * (*.* for MSDOS) Previous versions of gzip used the .z suffix. This was changed to avoid a conflict with .IR pack "(1)". .TP .B \-t --test Test. Check the compressed file integrity. .TP .B \-v --verbose Verbose. Display the name and percentage reduction for each file compressed or decompressed. .TP .B \-V --version Version. Display the version number and compilation options then quit. .TP .B \-# --fast --best Regulate the speed of compression using the specified digit .IR # , where .B \-1 or .B \-\-fast indicates the fastest compression method (less compression) and .B \-9 or .B \-\-best indicates the slowest compression method (best compression). The default compression level is .BR \-6 (that is, biased towards high compression at expense of speed). .SH "ADVANCED USAGE" Multiple compressed files can be concatenated. In this case, .I gunzip will extract all members at once. For example: gzip -c file1 > foo.gz gzip -c file2 >> foo.gz Then gunzip -c foo is equivalent to cat file1 file2 In case of damage to one member of a .gz file, other members can still be recovered (if the damaged member is removed). However, you can get better compression by compressing all members at once: cat file1 file2 | gzip > foo.gz compresses better than gzip -c file1 file2 > foo.gz If you want to recompress concatenated files to get better compression, do: gzip -cd old.gz | gzip > new.gz If a compressed file consists of several members, the uncompressed size and CRC reported by the --list option applies to the last member only. If you need the uncompressed size for all members, you can use: gzip -cd file.gz | wc -c If you wish to create a single archive file with multiple members so that members can later be extracted independently, use an archiver such as tar or zip. GNU tar supports the -z option to invoke gzip transparently. gzip is designed as a complement to tar, not as a replacement. .SH "ENVIRONMENT" The environment variable .B GZIP can hold a set of default options for .I gzip. These options are interpreted first and can be overwritten by explicit command line parameters. For example: for sh: GZIP="-8v --name"; export GZIP for csh: setenv GZIP "-8v --name" for MSDOS: set GZIP=-8v --name On Vax/VMS, the name of the environment variable is GZIP_OPT, to avoid a conflict with the symbol set for invocation of the program. .SH "SEE ALSO" znew(1), zcmp(1), zmore(1), zforce(1), gzexe(1), zip(1), unzip(1), compress(1), pack(1), compact(1) .PP The .I gzip file format is specified in P. Deutsch, \s-1GZIP\s0 file format specification version 4.3, .BR , Internet RFC 1952 (May 1996). The .I zip deflation format is specified in P. Deutsch, \s-1DEFLATE\s0 Compressed Data Format Specification version 1.3, .BR , Internet RFC 1951 (May 1996). .SH "DIAGNOSTICS" Exit status is normally 0; if an error occurs, exit status is 1. If a warning occurs, exit status is 2. .TP Usage: gzip [-cdfhlLnNrtvV19] [-S suffix] [file ...] Invalid options were specified on the command line. .TP \fIfile\fP\^: not in gzip format The file specified to .I gunzip has not been compressed. .TP \fIfile\fP\^: Corrupt input. Use zcat to recover some data. The compressed file has been damaged. The data up to the point of failure can be recovered using zcat \fIfile\fP > recover .TP \fIfile\fP\^: compressed with \fIxx\fP bits, can only handle \fIyy\fP bits .I File was compressed (using LZW) by a program that could deal with more .I bits than the decompress code on this machine. Recompress the file with gzip, which compresses better and uses less memory. .TP \fIfile\fP\^: already has .gz suffix -- no change The file is assumed to be already compressed. Rename the file and try again. .TP \fIfile\fP already exists; do you wish to overwrite (y or n)? Respond "y" if you want the output file to be replaced; "n" if not. .TP gunzip: corrupt input A SIGSEGV violation was detected which usually means that the input file has been corrupted. .TP \fIxx.x%\fP Percentage of the input saved by compression. (Relevant only for .BR \-v and .BR \-l \.) .TP -- not a regular file or directory: ignored When the input file is not a regular file or directory, (e.g. a symbolic link, socket, FIFO, device file), it is left unaltered. .TP -- has \fIxx\fP other links: unchanged The input file has links; it is left unchanged. See .IR ln "(1)" for more information. Use the .B \-f flag to force compression of multiply-linked files. .SH CAVEATS When writing compressed data to a tape, it is generally necessary to pad the output with zeroes up to a block boundary. When the data is read and the whole block is passed to .I gunzip for decompression, .I gunzip detects that there is extra trailing garbage after the compressed data and emits a warning by default. You have to use the --quiet option to suppress the warning. This option can be set in the .B GZIP environment variable as in: for sh: GZIP="-q" tar -xfz --block-compress /dev/rst0 for csh: (setenv GZIP -q; tar -xfz --block-compr /dev/rst0 In the above example, gzip is invoked implicitly by the -z option of GNU tar. Make sure that the same block size (-b option of tar) is used for reading and writing compressed data on tapes. (This example assumes you are using the GNU version of tar.) .SH BUGS The gzip format represents the input size modulo 2^32, so the --list option reports incorrect uncompressed sizes and compression ratios for uncompressed files 4 GB and larger. To work around this problem, you can use the following command to discover a large uncompressed file's true size: zcat file.gz | wc -c The --list option reports sizes as -1 and crc as ffffffff if the compressed file is on a non seekable media. In some rare cases, the --best option gives worse compression than the default compression level (-6). On some highly redundant files, .I compress compresses better than .I gzip. .SH "COPYRIGHT NOTICE" Copyright \(co 1998, 1999, 2001, 2002 Free Software Foundation, Inc. .br Copyright \(co 1992, 1993 Jean-loup Gailly .PP Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. .ig Permission is granted to process this file through troff and print the results, provided the printed document carries copying permission notice identical to this one except for the removal of this paragraph (this paragraph not being relevant to the printed manual). .. .PP Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. .PP Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the Foundation. 0707010031386c000081a40000271000002710000000014b61ed0f000000100000010000010024ffffffffffffffff0000002500000000root/opt/csw/share/man/man1/gunzip.1.so man1/gzip.1 07070100313867000041ed0000271000002710000000034b61ed18000000000000010000010024ffffffffffffffff0000001700000000root/opt/csw/share/doc07070100313868000041ed0000271000002710000000024b61ed18000000000000010000010024ffffffffffffffff0000001c00000000root/opt/csw/share/doc/gzip07070100313869000081a40000271000002710000000014b61ed120000894b0000010000010024ffffffffffffffff0000002400000000root/opt/csw/share/doc/gzip/license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!