/usr/include/time.h 644 2 2 611 3453177547 7430 /* @(#)unistd.h 1.1 venturcom */ /* Symbolic constands for the "lockf" function: */ #define F_ULOCK 0 /* Unlock a previously locked section */ #define F_LOCK 1 /* Lock a section for exclusive use */ #define F_TLOCK 2 /* Test and lock a section for exclusive use */ #define F_TEST 3 /* Test a section for a previous lock */ ; extern long timezone; extern int daylight; extern char *tzname[]; x) */ Width_status_line; /* # columns in status line */ struct strs strs; struct strs2 strs2; short Filedes; /* fi/* @(#)time.h 1.1 venturcom */ /* @(#)time.h 1.1 */ /* 3.0 SID # 1.2 */ struct tm { /* see ctime(3) */ int tm_sec; int tm_min; int tm_hour; int tm_mday; int tm_mon; int tm_year; int tm_wday; int tm_yday; int tm_isdst; }; extern struct tm *gmtime(), *localtime(); extern char *ctime(), *asctime(); extern void tzset(); extern long timezone; extern int daylight; extern char *tzname[]; x) */ Width_status_line; /* # columns in status line */ struct strs strs; struct strs2 strs2; short Filedes; /* fi/usr/include/ustat.h 644 2 2 366 3453177550 7633 /usr/include/unctrl.h 644 2 2 335 3453177550 7776 /* @(#)ustat.h 1.1 venturcom */ /* @(#)ustat.h 1.1 */ /* 3.0 SID # 1.1 */ struct ustat { daddr_t f_tfree; /* total free */ ino_t f_tinode; /* total inodes free */ char f_fname[6]; /* filsys name */ char f_fpack[6]; /* filsys pack name */ }; or exclusive use */ #define F_TEST 3 /* Test a section for a previous lock */ ; extern long timezone; extern int daylight; extern char *tzname[]; x) */ Width_status_line; /* # columns in status line */ struct strs strs; struct strs2 strs2; short Filedes; /* fi/* @(#)unctrl.h 1.1 venturcom */ /* * unctrl.h * * @(#)unctrl.h 1.2 (1.3 8/23/82) * 1/26/81 (Berkeley) @(#)unctrl.h 1.1 */ #ifndef unctrl extern char *_unctrl[]; # define unctrl(ch) (_unctrl[(unsigned) ch]) #endif sdst; }; extern struct tm *gmtime(), *localtime(); extern char *ctime(), *asctime(); extern void tzset(); extern long timezone; extern int daylight; extern char *tzname[]; x) */ Width_status_line; /* # columns in status line */ struct strs strs; struct strs2 strs2; short Filedes; /* fi/usr/include/utmp.h 644 2 2 2672 3453177550 7502 /usr/include/unistd.h 644 2 2 505 3453306407 7767 /* @(#)utmp.h 1.1 venturcom */ /* @(#)utmp.h 1.2 */ /* @(#)utmp.h 3.2 */ /* must be included. */ #define UTMP_FILE "/etc/utmp" #define WTMP_FILE "/etc/wtmp" #define ut_name ut_user struct utmp { char ut_user[8] ; /* User login name */ char ut_id[4] ; /* /etc/lines id(usually line #) */ char ut_line[12] ; /* device name (console, lnxx) */ short ut_pid ; /* process id */ short ut_type ; /* type of entry */ struct exit_status { short e_termination ; /* Process termi - 1) #define HIBITL (1L << BITS(long) - 1) /* largest short, regular and long int */ #define MAXSHORT ((short)~HIBITS) #define MAXINT (~HIBITI) #define MAXLONG (~HIBITL) /* various values that describe the binary floating-point representation * _EXPBASE - the exponent base * DMAXEXP - the maximum exponent of a double (as returned by frexp()) * FMAXEXP - the maximum exponent of a float (as returned by frexp()) * DMINEXP - the minimum exponent of a double (as returned by frexp()) * FMINEXP - the #define MINDOUBLE 2.9387358770557187699e-39 #define MINFLOAT ((float)MINDOUBLE) #define _IEEE 0 #define _DEXPLEN 8 #define _HIDDENBIT 0 #define DMINEXP (-(DMAXEXP + 1)) #define FMINEXP (-(FMAXEXP + 1)) #endif #if u370 #define _LENBASE 4 #else #define _LENBASE 1 #endif #define _EXPBASE (1 << _LENBASE) #define _FEXPLEN 8 #define DSIGNIF (BITS(double) - _DEXPLEN + _HIDDENBIT - 1) #define FSIGNIF (BITS(float) - _FEXPLEN + _HIDDENBIT - 1) #define DMAXPOWTWO ((double)(1L << BITS(long) - 2) * \ (1L << DSIGNInation status */ short e_exit ; /* Process exit status */ } ut_exit ; /* The exit status of a process * marked as DEAD_PROCESS. */ time_t ut_time ; /* time entry was made */ } ; /* Definitions for ut_type */ #define EMPTY 0 #define RUN_LVL 1 #define BOOT_TIME 2 #define OLD_TIME 3 #define NEW_TIME 4 #define INIT_PROCESS 5 /* Process spawned by "init" */ #define LOGIN_PROCESS 6 /* A "getty" process waiting for login */ #define USER_PROCESS 7 /* A user process */ #define DEminimum exponent of a float (as returned by frexp()) * MAXDOUBLE - the largest double ((_EXPBASE ** DMAXEXP) * (1 - (_EXPBASE ** -DSIGNIF))) * MAXFLOAT - the largest float ((_EXPBASE ** FMAXEXP) * (1 - (_EXPBASE ** -FSIGNIF))) * MINDOUBLE - the smallest double (_EXPBASE ** (DMINEXP - 1)) * MINFLOAT - the smallest float (_EXPBASE ** (FMINEXP - 1)) * DSIGNIF - the number of significant bits in a double * FSIGNIF - the number of significant bits in a float * DMAXPOWTWO - the largest power of two AD_PROCESS 8 #define ACCOUNTING 9 #define UTMAXTYPE ACCOUNTING /* Largest legal value of ut_type */ /* Special strings or formats used in the "ut_line" field when */ /* accounting for something other than a process. */ /* No string for the ut_line field can be more than 11 chars + */ /* a NULL in length. */ #define RUNLVL_MSG "run-level %c" #define BOOT_MSG "system boot" #define OTIME_MSG "old time" #define NTIME_MSG "new time" ng for login */ #define USER_PROCESS 7 /* A user process */ #define DEexactly representable as a double * FMAXPOWTWO - the largest power of two exactly representable as a float * _IEEE - 1 if IEEE standard representation is used * _DEXPLEN - the number of bits for the exponent of a double * _FEXPLEN - the number of bits for the exponent of a float * _HIDDENBIT - 1 if high-significance bit of mantissa is implicit * LN_MAXDOUBLE - the natural log of the largest double -- log(MAXDOUBLE) * LN_MINDOUBLE - the natural log of the smallest double -- log(MINDOUBLE) */ #if u3b/usr/include/values.h 644 2 2 10340 3453177551 10024 || u3b5 || m86 #define MAXDOUBLE 1.79769313486231470e+308 #define MAXFLOAT ((float)3.40282346638528860e+38) #define MINDOUBLE 4.94065645841246544e-324 #define MINFLOAT ((float)1.40129846432481707e-45) #define _IEEE 1 #define _DEXPLEN 11 #define _HIDDENBIT 1 #define DMINEXP (-(DMAXEXP + DSIGNIF - _HIDDENBIT - 3)) #define FMINEXP (-(FMAXEXP + FSIGNIF - _HIDDENBIT - 3)) #endif #if pdp11 || vax #define MAXDOUBLE 1.701411834604692293e+38 #define MAXFLOAT ((float)1.701411733192644299e+38) /* The following is kl/* @(#)values.h 1.2 venturcom */ /* @(#)values.h 1.16 */ #ifndef BITSPERBYTE /* These values work with any binary representation of integers * where the high-order bit contains the sign. */ /* a number used normally for size of a shift */ #if gcos #define BITSPERBYTE 9 #else #define BITSPERBYTE 8 #endif #define BITS(type) (BITSPERBYTE * (int)sizeof(type)) /* short, regular and long ints with only the high-order bit turned on */ #define HIBITS ((short)(1 << BITS(short) - 1)) #define HIBITI (1 << BITS(int)udged because the PDP-11 compilers botch the simple form. The kludge causes the constant to be computed at run-time on the PDP-11, even though it is still "folded" at compile-time on the VAX. */ #define MINDOUBLE (0.01 * 2.938735877055718770e-37) #define MINFLOAT ((float)MINDOUBLE) #define _IEEE 0 #define _DEXPLEN 8 #define _HIDDENBIT 1 #define DMINEXP (-DMAXEXP) #define FMINEXP (-FMAXEXP) #endif #if gcos #define MAXDOUBLE 1.7014118346046923171e+38 #define MAXFLOAT ((float)1.7014118219281863150e+38) /* @(#)varargs.h 1.1 venturcom */ /* @(#)varargs.h 1.2 */ typedef char *va_list; #define va_dcl int va_alist; #define va_start(list) list = (char *) &va_alist #define va_end(list) #ifdef u370 #define va_arg(list, mode) ((mode *)(list = \ (char *) ((int)list + 2*sizeof(mode) - 1 & -sizeof(mode))))[-1] #else #define va_arg(list, mode) ((mode *)(list += sizeof(mode)))[-1] #endif e)(long)(M_PI * H_PREC)) #define X_TLOSS (M_PI * DMAXPOWTWO) #define M_LN2 0.69314718055994530942 #define M_PI 3.1415926535897932384*/ static t_ct_(text) register char *text; { #ifdef LM_CT_ static int loop_start, next_stmt; static char *stmt[LM_CT_]; static long loops; register int i; register char *s; register char c; #endif /* return if tracing is off */ if (!tr_ct_) { return; } #ifdef LM_CT_ if (ts_ct_ == 2) /* if not tracing */ if (strcmp(text, stmt[next_stmt]) == 0) { if (strcmp(text, stmt[loop_start]) == 0) { ++loops; if (loops % 1000 == 0) PF_CT_" \b\n /* still repeating after %ld times */ \b",/usr/lib/ctrace/ 40755 2 2 0 3467743702 6703 loops); next_stmt = loop_start; } next_stmt = I_CT_(next_stmt + 1); vc_ct_ = 0; /* reset the var count */ return; } else { /* doesn't match next statement */ if (loops == 0) PF_CT_" \b\n /* repeated < 1 time */ \b"); else PF_CT_" \b\n /* repeated %ld times */ \b", loops); loops = 0; PF_CT_" \b%s \b", stmt[I_CT_(next_stmt - 1)]); /* print last statement */ ts_ct_ = 4; /* force var printing */ for (i = 0; i < vc_ct_; ++i) /* print its vars */ if (v_ct_[F - BITS(long) + 1)) #define FMAXPOWTWO ((float)(1L << FSIGNIF - 1)) #define DMAXEXP ((1 << _DEXPLEN - 1) - 1 + _IEEE) #define FMAXEXP ((1 << _FEXPLEN - 1) - 1 + _IEEE) #define LN_MAXDOUBLE (M_LN2 * DMAXEXP) #define LN_MINDOUBLE (M_LN2 * (DMINEXP - 1)) #define H_PREC (DSIGNIF % 2 ? (1L << DSIGNIF/2) * M_SQRT2 : 1L << DSIGNIF/2) #define X_EPS (1.0/H_PREC) #define X_PLOSS ((double)(long)(M_PI * H_PREC)) #define X_TLOSS (M_PI * DMAXPOWTWO) #define M_LN2 0.69314718055994530942 #define M_PI 3.1415926535897932384/usr/lib/ctrace/runtime.c 755 2 2 20043 3447113117 10562 6 #define M_SQRT2 1.41421356237309504880 #define MAXBEXP DMAXEXP /* for backward compatibility */ #define MINBEXP DMINEXP /* for backward compatibility */ #define MAXPOWTWO DMAXPOWTWO /* for backward compatibility */ #endif UBLE (M_LN2 * (DMINEXP - 1)) #define H_PREC (DSIGNIF % 2 ? (1L << DSIGNIF/2) * M_SQRT2 : 1L << DSIGNIF/2) #define X_EPS (1.0/H_PREC) #define X_PLOSS ((double)(long)(M_PI * H_PREC)) #define X_TLOSS (M_PI * DMAXPOWTWO) #define M_LN2 0.69314718055994530942 #define M_PI 3.1415926535897932384/* ctrace - C program debugging tool * * run-time package of trace functions * * @(#)runtime.c 1.2 */ #ifndef B_CT_ /* signal catching function used by u_ct_ */ static jmp_buf sj_ct_; static f_ct_() { longjmp(sj_ct_, 1); } #endif #ifdef LM_CT_ #define I_CT_(x) ((x + LM_CT_) % LM_CT_) /* global data used by loop detection code */ static int ts_ct_; /* trace state */ #endif /* global data used by duplicate variable trace code */ static int vc_ct_; /* var trace count within statement */ static str/usr/include/varargs.h 644 2 2 574 3453177551 10142 uct { /* var values within statement */ char *vn_ct_; /* var name */ int vt_ct_; /* var type (0 is string, > 0 is size) */ union { /* var value */ char *vs_ct_;/* string */ int vi_ct_; /* int */ long vl_ct_; /* long */ double vd_ct_; /* double */ } vv_ct_; } v_ct_[VM_CT_]; /* trace on/off control */ static int tr_ct_ = 1; static ctron() { tr_ct_ = 1; PF_CT_" \b\n /* trace on */ \b"); } static ctroff() { tr_ct_ = 0; PF_CT_" \b\n /* trace off */ \b"); } /* print the statement text ng for the loop end */ if (strcmp(text, stmt[loop_start]) == 0) { /* if start stmt */ ts_ct_ = 2; /* stop tracing */ PF_CT_" \b\n /* repeating */ \b"); stmt[next_stmt] = text; /* save as end marker */ next_stmt = I_CT_(loop_start + 1); return; } else if (strcmp(text, stmt[next_stmt]) != 0) /* if not next stmt */ ts_ct_ = 0; /* look for the start of a loop */ stmt[next_stmt] = text; /* save this statement */ next_stmt = I_CT_(next_stmt + 1); /* inc the pointer */ print_stmt: #en; /* save the var name and value */ v_ct_[vc_ct_].vn_ct_ = name; v_ct_[vc_ct_].vt_ct_ = _size; if (_size == sizeof(int)) { v_ct_[vc_ct_].vv_ct_.vi_ct_ = value.i; } else if (_size == sizeof(long)) { v_ct_[vc_ct_].vv_ct_.vl_ct_ = value.l; } else /* double */ v_ct_[vc_ct_].vv_ct_.vd_ct_ = value.d; ++vc_ct_; #ifdef LM_CT_ } if (ts_ct_ == 2) /* if not tracing */ return; #endif /* determine the variable type and print it */ PF_CT_" \b\n %s == ", name); if (_size == sizeof(ndif PF_CT_" \b%s \b", text); /* print this statement */ #ifndef B_CT_ fflush(stdout); /* flush the output buffer */ #endif } /* dump a string variable */ static s_ct_(name, value) register char *name; register char *value; { /* return if tracing is off */ if (!tr_ct_) { return; } #ifdef LM_CT_ /* save the var name and value */ if (ts_ct_ != 4) { /* if not forcing var printing */ v_ct_[vc_ct_].vn_ct_ = name; v_ct_[vc_ct_].vt_ct_ = 0; /* var type is string */ v_ct_[vc_ct_].vv_ct_.vs_ct_ = vint)) { PF_CT_"%d", value.i); /* decimal */ #ifdef O_CT_ if ((unsigned) value.i > 7) /* octal */ PF_CT_" or 0%o", value.i); #endif #ifdef X_CT_ if ((unsigned) value.i > 9) /* hexadecimal */ PF_CT_" or 0x%x", value.i); #endif #ifdef U_CT_ if (value.i < 0) /* unsigned */ PF_CT_" or %u", value.i); #endif #ifdef E_CT_ if (_size == sizeof(float)) /* float */ PF_CT_" or %e", value.i); #endif if ((unsigned) value.i <= 255) /* character */ if (isprint(value.i)) PF_CT_" or '%c'", valualue; ++vc_ct_; } if (ts_ct_ == 2) /* if not tracing */ return; #endif PF_CT_" \b\n %s == \"", name); /* flush before printing the string because it may cause an abort if it is not null terminated */ #ifndef B_CT_ fflush(stdout); #endif PF_CT_"%s\" */ \b", value); #ifndef B_CT_ fflush(stdout); #endif } /* dump a variable of an unknown type */ static u_ct_(name, _size, value) /* size is a macro in */ char *name; register int _size; union { char *p; int i; long l; double de.i); else if (iscntrl(value.i)) { switch (value.i) { case '\n': c = 'n'; break; case '\t': c = 't'; break; case '\b': c = 'b'; break; case '\r': c = 'r'; break; case '\f': c = 'f'; break; case '\v': c = 'v'; break; default: c = '\0'; } if (c != '\0') PF_CT_" or '\\%c'", c); } } else if (_size == sizeof(long)) { PF_CT_"%ld", value.l); /* decimal */ #ifdef O_CT_ if ((unsigned) value.l > 7) /* octal */ PF_CT_" or 0%lo", value.l); #endif #ifi].vt_ct_ == 0) /* string? */ s_ct_(v_ct_[i].vn_ct_, v_ct_[i].vv_ct_.vs_ct_); /* yes */ else if (v_ct_[i].vt_ct_ == sizeof(int)) u_ct_(v_ct_[i].vn_ct_, v_ct_[i].vt_ct_, v_ct_[i].vv_ct_.vi_ct_); else if (v_ct_[i].vt_ct_ == sizeof(long)) u_ct_(v_ct_[i].vn_ct_, v_ct_[i].vt_ct_, v_ct_[i].vv_ct_.vl_ct_); else /* double */ u_ct_(v_ct_[i].vn_ct_, v_ct_[i].vt_ct_, v_ct_[i].vv_ct_.vd_ct_); ts_ct_ = 0; /* start tracing */ } #endif vc_ct_ = 0; /* reset the var count */ #ifdef LM; } value; { #ifndef isprint #include #endif register int i; register char *s; register char c; /* return if tracing is off */ if (!tr_ct_) { return; } /* normalize the size (pointer and float are the same size as either int or long) */ if (_size == sizeof(char) || _size == sizeof(short)) _size = sizeof(int); else if (_size != sizeof(int) && _size != sizeof(long) && _size != sizeof(double)) /* this is an extern pointer (size=0), or array or struct address */ _size = sizeof(char *_CT_ if (ts_ct_ == 0) { /* if looking for the start of a loop */ /* if statement in list */ for (i = I_CT_(next_stmt - 2); i != I_CT_(next_stmt - 1); i = I_CT_(i - 1)) if ((s = stmt[i]) != 0 && /* saved text could be null */ strcmp(text, s) == 0 && /* if text matches */ (c = s[strlen(s) - 1]) != '{' && c != '}') { /* and is not a brace */ ts_ct_ = 1; /* look for the loop end */ loop_start = i; next_stmt = I_CT_(loop_start + 1); goto print_stmt; } } else /* if looki); #ifdef LM_CT_ if (ts_ct_ != 4) { /* if not forcing var printing */ #endif /* don't dump the variable if its value is the same */ for (i = 0; i < vc_ct_; ++i) if (_size == v_ct_[i].vt_ct_ && strcmp(name, v_ct_[i].vn_ct_) == 0) if (_size == sizeof(int)) { if (value.i == v_ct_[i].vv_ct_.vi_ct_) return; } else if (_size == sizeof(long)) { if (value.l == v_ct_[i].vv_ct_.vl_ct_) return; } else /* double */ if (value.d == v_ct_[i].vv_ct_.vd_ct_) return-null string */ if (setjmp(sj_ct_) == 0) { sigbus = signal(SIGBUS, f_ct_); sigsegv = signal(SIGSEGV, f_ct_); if (*value.p != '\0') for (s = value.p; ; ++s) { if ((c = *s) == '\0') { PF_CT_" or \"%s\"", value.p); break; } /* don't use isspace(3) because \v and others will not print properly */ if (!isprint(c) && c != '\t' && c != '\n') break; /* not string */ } } signal(SIGBUS, sigbus); signal(SIGSEGV, sigsegv); } #endif PF_CT_" */ \b"); #ifnd w$ % u u  < =5 #    =  @mpu-@ @ 7D 4-20 &"3 ^  j   P L @-7 ^  < ^ w( @ ^ D ^  5- N  @m& ~ % u 7 @e5ff  % w7 %)w- @mȥ-  @mc pNf @m& zef B_CT_ fflush(stdout); #endif } _) == 0) { sigbus = signal(SIGBUS, f_ct_); sigsegv = signal(SIGSEGV, f_ct_); if (*value.p != '\0') for (s = value.p; ; ++s) { if ((c = *s) == '\0') { PF_CT_" or \"%s\"", value.p); break; } /* don't use isspace(3) because \v and others will not print properly */ if (!isprint(c) && c != '\t' && c != '\n') break; /* not string */ } } signal(SIGBUS, sigbus); signal(SIGSEGV, sigsegv); } #endif PF_CT_" */ \b"); #ifnd P @mmF7%:f  ? "'5 N f %f Q %fe %  @mmȋ ?w ˥:W @mm @mmz 7: lw-f+ ^5 N f % { %fe %  @m7  @mmȋ 7 r7 DLw ԋ 7 D  Lt!%  Atep/usr/lib/dag 755 2 2 14366 3445630674 6175  Wtete ep  @ 4 w 7 AupuN N& & %w 7 N w 7 DC  ԋ@w 7 @e5Nff  %@ wH 7N DCT w& 70 D  ND  @ e-d  && %4 E %  4 w^ 7h D ԋwF 7P DCԔw. 0  6 >  67~ % 7   %d    7T LN %ff %5%  0 5%   & ~  wB  ef  & ~ 7*DC Cp@@`ew7Dfe ^ _Z Ce ˋ ʥ_5@: Ȃ x 5 @  %@ . f@w w w 7 5 uDC5 5 5  % _ @w e@-U +U U  #U 0U  `u5 U5  . >u5 u-u @  A ZU5Bw JU5   5 5  5     U &  C ~CB5W-o0ʋW-xdef X_CT_ if ((unsigned) value.l > 9) /* hexadecimal */ PF_CT_" or 0x%lx", value.l); #endif #ifdef U_CT_ if (value.l < 0) /* unsigned */ PF_CT_" or %lu", value.l); #endif #ifdef E_CT_ if (_size == sizeof(float)) /* float */ PF_CT_" or %e", value.l); #endif } else if (_size == sizeof(double)) /* double */ PF_CT_"%e", value.d); #ifndef B_CT_ /* check for a possible non-null pointer */ if (_size == sizeof(char *) && value.p != 0) { int (*sigbus)(), (*sigsegv)(); /* see if this is a noj A1 5ˋ  ʥ_ f  ʋw7 % =w % @ N @ E% 7r N e < 5    Nf N 7`@w 7eef z  w <      nN 33  ,& $ 33 3 33 3 7h @e5@0! @mp-0 ʋ x5ʕX05-eW-da5+Z5V S v r@ r ! f e0 9e'5e= !AӋC~ @ AB 5wHBA 5u`u` u`ff` Hew5  @0   Wp ` e0eӕ?7DCB@ N   @ ȕ N E&  @ @ EH @ N   inition of %s too many characters too many nodestoo many links %d %s: %d %s <> --: illegal option -- : illegal option -- : option requires an argument -- : option requires an argument -- ((((( H l dB oV x f e g c s: l| u@ ȕ w7$  $e- w7D w    ,  4 44  7D4  wv   -  7ND E%B: 0#^@E<EE % @EE@E54 fe& %% ) %"E%E%    -  D  wlD   @EE&  @EE r h(null) 6 l dB oV x f e g c s: l| u< 7*DD  4   @   & %  w 7DE%wzEU4   -D 4   @   7 D* Wtete   Atep   @w% 4 7D  -wVf 4@f@ww/usr/lib/eign 644 2 2 1302 3434347760 6322 w705 U7 U7    Ae vBh 5 7^  ^ 7X  %"55 a  a!_E - % wn  ` e !e vu@t 5 r $ rf5`5`  @5e vu@t 5@me@ u%| | `%|N `% 6 . @m@e  e  U?  U? _J a7   ?  U 7!  the of and to a in that is was he for it with as his on be at by i this had not are but from or have an they which one you were her all she there would their we him been has when who will more no if out so said what up its about into than them can only other new some could time these two may then do first any my now such like our over man me even most made after also did many before must through back years where much your way well down should because each just those people mr how too little state good very e_7.D E -  w7C5  5N D-wA vuA-u@ f& % @ ` ݂@ ` ` f@w 7\NeTf <%  w,70DCB 5Ԕ @wBFN& fwwwwNfwxmtpw.dwm^fwNw w@ 7F<<d:dag: bad option %c ignored redefmake world still own see men work long get here between both life being under never day same another know while last might us great old year off come since against go came right used take three o if out so said what up its about into than them can only other new some could time these two may then do first any my now such like our over man me even most made after also did many before must through back years where much your way well down should because each just those people mr how too little state good very .extra = 1 lush(stdout); #endif } _) == 0) { sigbus = signal(SIGBUS, f_ct_); sigsegv = signal(SIGSEGV, f_ct_); if (*value.p != '\0') for (s = value.p; ; ++s) { if ((c = *s) == '\0') { PF_CT_" or \"%s\"", value.p); break; } /* don't use isspaceAAzE֘jrDjnGeB j?ez\8B?ej632223(c) && c != '\t' && c != '\n') break; /* not string */ } } signal(SIGBUS, sigbus); signal( ofdGeXkn7e/usr/lib/em1/r+ 644 2 2 14 3434334410 6321 /usr/lib/em1/ 40755 2 2 0 3467743751 6130 /usr/lib/em1/f+ 644 2 2 13 3434334407 6312 /usr/lib/em1/c+ 644 2 2 14 3434334407 6310 .flow = 1 lush(stdout); #endif } _) == 0) { sigbus = signal(SIGBUS, f_ct_); sigsegv = signal(SIGSEGV, f_ct_); if (*value.p != '\0') for (s = value.p; ; ++s) { if ((c = *s) == '\0') { PF_CT_" or \"%s\"", value.p); break; } /* don't use isspaceAAzE֘jrDjnGeB j?ez\8B?ej632223(c) && c != '\t' && c != '\n') break; /* not string */ } } signal(SIGBUS, sigbus); signal( ofdGeXkn7e .count = 1 lush(stdout); #endif } _) == 0) { sigbus = signal(SIGBUS, f_ct_); sigsegv = signal(SIGSEGV, f_ct_); if (*value.p != '\0') for (s = value.p; ; ++s) { if ((c = *s) == '\0') { PF_CT_" or \"%s\"", value.p); break; } /* don't use isspaceAAzE֘jrDjnGeB j?ez\8B?ej632223(c) && c != '\t' && c != '\n') break; /* not string */ } } signal(SIGBUS, sigbus); signal( ofdGeXkn7e/usr/lib/em1/p+ 644 2 2 13 3434334407 6324 /usr/lib/em1/e+ 644 2 2 14 3434334407 6312 .prof = 1 lush(stdout); #endif } _) == 0) { sigbus = signal(SIGBUS, f_ct_); sigsegv = signal(SIGSEGV, f_ct_); if (*value.p != '\0') for (s = value.p; ; ++s) { if ((c = *s) == '\0') { PF_CT_" or \"%s\"", value.p); break; } /* don't use isspaceAAzE֘jrDjnGeB j?ez\8B?ej632223(c) && c != '\t' && c != '\n') break; /* not string */ } } signal(SIGBUS, sigbus); signal( ofdGeXkn7e/usr/lib/em1/c- 644 2 2 14 3434334410 6304 .flow = 0 lush(stdout); #endif } _) == 0) { sigbus = signal(SIGBUS, f_ct_); sigsegv = signal(SIGSEGV, f_ct_); if (*value.p != '\0') for (s = value.p; ; ++s) { if ((c = *s) == '\0') { PF_CT_" or \"%s\"", value.p); break; } /* don't use isspaceAAzE֘jrDjnGeB j?ez\8B?ej632223(c) && c != '\t' && c != '\n') break; /* not string */ } } signal(SIGBUS, sigbus); signal( ofdGeXkn7e .count = 0 lush(stdout); #endif } _) == 0) { sigbus = signal(SIGBUS, f_ct_); sigsegv = signal(SIGSEGV, f_ct_); if (*value.p != '\0') for (s = value.p; ; ++s) { if ((c = *s) == '\0') { PF_CT_" or \"%s\"", value.p); break; } /* don't use isspaceAAzE֘jrDjnGeB j?ez\8B?ej632223(c) && c != '\t' && c != '\n') break; /* not string */ } } signal(SIGBUS, sigbus); signal( ofdGeXkn7e/usr/lib/em1/p- 644 2 2 13 3434334411 6321 .float = 1 lush(stdout); #endif } _) == 0) { sigbus = signal(SIGBUS, f_ct_); sigsegv = signal(SIGSEGV, f_ct_); if (*value.p != '\0') for (s = value.p; ; ++s) { if ((c = *s) == '\0') { PF_CT_" or \"%s\"", value.p); break; } /* don't use isspaceAAzE֘jrDjnGeB j?ez\8B?ej632223(c) && c != '\t' && c != '\n') break; /* not string */ } } signal(SIGBUS, sigbus); signal( ofdGeXkn7e/usr/lib/em1/e- 644 2 2 14 3434334410 6306 /usr/lib/em1/t+ 644 2 2 13 3434334410 6322 .extra = 0 lush(stdout); #endif } _) == 0) { sigbus = signal(SIGBUS, f_ct_); sigsegv = signal(SIGSEGV, f_ct_); if (*value.p != '\0') for (s = value.p; ; ++s) { if ((c = *s) == '\0') { PF_CT_" or \"%s\"", value.p); break; } /* don't use isspaceAAzE֘jrDjnGeB j?ez\8B?ej632223(c) && c != '\t' && c != '\n') break; /* not string */ } } signal(SIGBUS, sigbus); signal( ofdGeXkn7e .test = 1 lush(stdout); #endif } _) == 0) { sigbus = signal(SIGBUS, f_ct_); sigsegv = signal(SIGSEGV, f_ct_); if (*value.p != '\0') for (s = value.p; ; ++s) { if ((c = *s) == '\0') { PF_CT_" or \"%s\"", value.p); break; } /* don't use isspaceAAzE֘jrDjnGeB j?ez\8B?ej632223(c) && c != '\t' && c != '\n') break; /* not string */ } } signal(SIGBUS, sigbus); signal( ofdGeXkn7e/usr/lib/em1/f- 644 2 2 13 3434334411 6307 .float = 0 lush(stdout); #endif } _) == 0) { sigbus = signal(SIGBUS, f_ct_); sigsegv = signal(SIGSEGV, f_ct_); if (*value.p != '\0') for (s = value.p; ; ++s) { if ((c = *s) == '\0') { PF_CT_" or \"%s\"", value.p); break; } /* don't use isspaceAAzE֘jrDjnGeB j?ez\8B?ej632223(c) && c != '\t' && c != '\n') break; /* not string */ } } signal(SIGBUS, sigbus); signal( ofdGeXkn7e   ` l  ``pN R  `H( :  ` &  `pHm!   m!  mp!H  mV!  m@!pH  `   m!   `  X  `  F  `  4  m   m `   `   mz   `  `X /usr/lib/em1/t- 644 2 2 13 3434334412 6326 @i  @i t  @ipH X  @iH 6  A~U@ UU @_p   _p  AU~@AH@H@_p   _p  A``a~  AfAU~^AfA@  v  AfA``^a~AfA@  :  6  2  .  *  &  IW JV CQ DP =K >J 7E 8D 1? 2> +9 ,8e)"0e)#/e)*e))e)$e)#e)e)e)  .test = 0 lush(stdout); #endif } _) == 0) { sigbus = signal(SIGBUS, f_ct_); sigsegv = signal(SIGSEGV, f_ct_); if (*value.p != '\0') for (s = value.p; ; ++s) { if ((c = *s) == '\0') { PF_CT_" or \"%s\"", value.p); break; } /* don't use isspaceAAzE֘jrDjnGeB j?ez\8B?ej632223(c) && c != '\t' && c != '\n') break; /* not string */ } } signal(SIGBUS, sigbus); signal( ofdGeXkn7ee) e)e) ` z  l ӋӤe) u#u- e)邮 @ _p  & AD T$~ uiuAepUA %r5A %ru5 @%t5A @tA@%v5@ A@vUuiu uiu u %e %e@U %eB@CU@ @ @@ 5@@ _p  A&DI TD~uY: @ _p  A&DTT~@ _p  A .prof = 0 lush(stdout); #endif } _) == 0) { sigbus = signal(SIGBUS, f_ct_); sigsegv = signal(SIGSEGV, f_ct_); if (*value.p != '\0') for (s = value.p; ; ++s) { if ((c = *s) == '\0') { PF_CT_" or \"%s\"", value.p); break; } /* don't use isspaceAAzE֘jrDjnGeB j?ez\8B?ej632223(c) && c != '\t' && c != '\n') break; /* not string */ } } signal(SIGBUS, sigbus); signal( ofdGeXkn7e/usr/lib/em1/em1------ 755 2 2 11374 3434334447 7215 /usr/lib/em1/r- 644 2 2 14 3434334411 6324 ,0$ 7@$_ 76$7 7,$ p<$k@<$f c# ##@ U7 #R#u# L4 e"Z#B$w#0 ( 0  v##  mr#~e^# z#x#v#wZ#  D#B# >#H#_l 7L# _  _ ) _ # V t p<  A``~E E D~E e$F~ e7e< 4 B!  B"_l _v      U~ @ b V L VU HU :U .U 6` a~@    @    mAP "HpAiAi@ _p  A&D ra HB# U@ _p  Af ~reHB#   F ԁA~U@ " mABCB E"CBqE@ ]  Ԅ?d A U~##/usr/lib/em1/em1-r---- 755 2 2 16444 3434334506 7321 # #### z&0  @7,@ %w eZ#J#f0 (   U fu-7U !  _ U_l  w@f~A@Dm A@^X7VwP# `|#7h(^e#Xz# >#7JЋ @7>#0n N$  r e0c  6#R$@&@5/7# "CAC@ Ee#%#d $ 7$_ 7$7 7$ _$s@$n k\$ H$R$@ ]7 @$Z>$u$$ L4 e"Z#J%w#0 0 0nW0 v##  m#~eZ# ###w#  ## ##_ 7# _ _) _ v# l t pP  A``~E E 2D~E "e%F~E @&F~ e7e|< 4hf&  % +#CCUC  0 B   UA@  7^  #W # W D p#70 # ԇno load fileload file errorprogram too large  $ ,  >D  DDDDDDDPhh . 2 0rVP$$$$$2 z T Z < d&&&2**********8hL\dD<Txl    - 0     0  z 5  z+- h0 Wp `  BW@ W B~  " "7 !\ B@e !  7!E !!7 ! B!  B"_ _F    @  2  `   ``pN  `H(  `  `pHm   ml   mR H t ,    ( tttttttttttttttttttt~xxxxxxxlvzzz 4 b\|r b ^ `X8\lf *jdD>F@6&,  JZNt  H > D :  X ` ^ ,2 Rp~r< n V m8  X  m" pH @  `  .  m   `    `   `   m   m `  `   m\ r  ` `  `X H  @i 6  @i "  @ipH   @iH  A~U@ UU @_@  _@  AU~@AH@H@_@ &DCx~@ _p t AQ ~@AUU@ _p D AU~uui " 5`   ?  ?$IeEA!@ _p  A` ~@ _p   &DAT~@  m@A$$ @`@W @A$ $@@W _j  m C`   _v p M   _v p BE @E E _| FD   @stack overflow$: on source line error b#z#em1_last  jj*H8* 0 { H0k`I HI8H0 2$lvzzz 4 b\|r b ^ `X8\lf *jdD>F@6&,  JZNt  H > D :  X ` ^ ,2 Rp~r< n V _@ d  A``a~ N  AfAU~^AfA@  $  AfA``^a~AfA@  :  6  2  .  *  &  IW JV CQ DP =K >J 7E 8D 1? 2> +9 ,8e)"0e)#/e)*e))e)$e)#e)e)e) e) e)e) ` (    ӋӤ%% e) u#u- e)邧 @ _@  & AD T$~ uiuAepUA %r5 0 6   UA@  7  #W # W D p#7d # ԇ " 7 %PPE7 DE!wEED5!5! w |<$W!wx:wT  R$wW! B  wx: wj@ wT(wT  b$E78 EUE@U@ Z%EUUW!e_% | BE?A %ru5 @%t5A @tA@%v5@ A@vUuiu uiu u %e %e@U %eB@CU@ @ %&% %& %%%U%@@ 5@@ _@ h A&DI TD~uY: @ _@ . A&DTT~@ _@  A&DCx~@ _@  AQ ~@AUU@ _@  AU~uui  5` e^%CE e%@E x$5:e5(5@eY% H e^% 5@> %; %66  %% `&e  %   %ebww5Q$B% N% f   EU P5*   PD%fPPQ7 5    5 C B A  `5  5w  5  eED% H  j ? 6 ?0@%IeEA!@ _@ * A` ~@ _@   &DAT~@  m@A$$ @`@W @A$ $@@W _: m C` v  _F p M D  _F p6 BE @E E _LF4   U~ @ b V L VU HU :U .U 6` a~@    @  "$ $5P $$ 5(  5  B%5@  w   wB%  D% (    U5@  B  UP  U \ UUEEX7Q7QPwUFwB% ( wbB% E^ URUJw6wHw@  7  a UW 8UP% W 8ED%fc     ` L%X%-hr a h h n m>AP "HpAiAi@ _@ @ A&D ra HB# U@ _@  Af ~reHB#%%5%5%%5%5   ~ ԁA~U@ Z mABCB E"CBqE@ s  Ԅ? A U~### #### &0 l7@ ;w|evZ#J#   D% L%a  ! " N%B%R BB% W !W e UETR5  5  Uw   B%N%   7 r@D%r@P%  e  \ JW!f%W!v% 5J7 Be  ,0" fD%    D%P%$ $$$P%& N & N  N N S C B A  eW!L%Շ w^ Nm rfT%5 e        W!P%D%_0 &0R5@D^# 6  Upfu-=U&f ! _ U_ wv@f~VVA@Dm A@7w# `#72u## >#7~Ћ t7r#0Jh$  r e0c  #$@&@5/7# "CAC@ Ee#%#d #CCUC P    0&D%d& dN & dN dC N eN e-    no load fileload file errorprogram too largeFL n lr ~ rrrrrrr~  $ >0f Vj ~ ~RRRRR`& 0 @ TTT`XXXXXXXXXXfzrj8& & "  <    `  ``pN  `H( t ` ` `pHm! @  m!  mp!H  mV!  m@!pH  `   m! W- D  @ W- ,  ( `,     \  `"   :  `"     mt "    mP "   V L VU HU :U .U 6` a~@    @   f mAP  *"HpAif NAif X@ _ & A&D ra HB# U@ _  AWt@   ~Af ~reHB#   x ԁA~U@ T mABCB E"CBqE@ v  Ԅ?\ A U~# (4>>>>>>>>>>>>>>>>Lp 6 *8F, ^ T   t 8FTfrl Z  8 2 (  0*x|F  ` Z , D>V f ` Z`" b \ R 2 xR   . z D< @stack overflow%  `  `   m    z  `& t  b  `& \ X D  @i& >  ,  @i& &    @i& pH  @i& H  A~U@&  Uf U @_  _ p  Af l U~@A& r H@& P H@_  _ (  Af $ ``a~  Af  fAf U~^Af fAf @: on source line error r##em1_last jj*H8* 0 { H0k`I HI8H0 $ZhxpX`hn,@R(R| Z  8 2 (  0*x|F  ` Z , D>V f ` Z`" b \ R 2 xR   . z D< @stack overflow%     Af fAf ``^a~Af fAf @  :  6  2  .  *  &  IW JV CQ DP =K >J 7E 8D 1? 2> +9 ,8e)"0e)#/e)*e))e)$e)#e)e)e) e) e)e) `   ӋӤe) u#u- e)邮 @ _ Z  & AD T$~ @  AW  @` @  AW   U@  AW  /usr/lib/em1/em1-----t 755 2 2 12574 3434334545 7326 v@p rU&D! ZA W  Lr V&D! 0A W  "r ,UW- 5 @%t5A @tA@%v5@ A@vUuiu  ui u  u  %e %e@U %eB@CU@ @ A) l@@ 5@@ _  A&DI TD~uY: @ _ L A&DTT~@ _ " A&DCx~@ _  AQ ~@AUU@,0$ 7@$_ 76$7 7,$ p<$k@<$f c# ##@ U7 #R#u# L4 e"Z#B$w#0 00  v##  mr#~e^# z#x#v#wZ#  D#B# >#H#_t 7L# _X _X) _X # V t p<  A``~E E D~E e$F~ e7e< 4 B!  B"_t _   @ _  AU~uui  5`   ?  ?$IeEA!@ _ H A` ~@ _   &DAf & T~@&   mJA$ H  @A$$ @`@W @A$ $@@W _ m C` n  _ pj M <  _ p BE @E E _Fb   U~ @ bNDV 8P F L B  ` ~B ^ 2 P , r|p P \ 4. @stack overflow$: on source line error b#z#em1_last jj*H8* 0 { H0k`I HI8H0 2$$000   > 8 . v l j f  6Zjd  b x r h  JH  @i& H v  A~U@& t  Uf N U @_z  _z   Af  U~@A& H@& H@_z  _z  Af ``a~  Af fAf U~^Af fAf @  x  Af p fAf f ``^a~Af R fAf ^ @  :  6  2  .  *  &  IW JV CQ DP =K >J 7E 8D 1? 2> +9 ,8e)"0e)#/usr/lib/em1/em1-r---t 755 2 2 17644 3434334605 7433 /e)*e))e)$e)#e)e)e) e) e)e) ` d   V ӋӤ%% e) u#u- e)邧 @ _z  & AD T$~ @  ^AW  R@` P@  :AW  . ,U@  AW  @p U&D! A W  r &D! A W  r UW- 5 @%t5A @tA@%v5@ A@vUuiu  bui Xu## #### &0  r7$@ >weZ#J#_X0 0.+ ( %"  Ufu-7U !H h_ UXRN_t wv@f~A@Dm A@$7w# `|#7.$e#z# >#7Ћ 7#0N$  r e0c  #R$@&@$ 7$_ 7$7 7$ _$s@$n k\$ H$R$@ ]7 @$Z>$u$$ L4 e"Z#J%w#0 0 0W0 v##  m#~eZ# ###w#  ## ##_7# _4 _4) _4 v# l t pP  A``~E E 2D~E "e%F~E @&F~ e7e|< 4hf&  % +5/7# "CAC@ Ee#%#d #CCUC  0 B   UA@  7$  #W # W D p#7 # ԇ7j 57T 7 6 7 4 7 07 D*$_no load fileload file errorprogram too largeT0    DDDDDDDP$ Z ` ` ` *6J p ,  - 0     0  z 5  z+- h0 Wp `  BW@ W B~  " "7 !\ B@e !  7!E !!7 ! B!  B"__    z l ` T ``pN : `H( " `  `pHm    ml   mR H . HHHHHh < 6 *T 6 <  dfft**********8b$ JZbB:Rvj   & 4  " 0 f b ^ | tttttttttttttttttttt~tttttttttz             $000   > 8 . v l j f  6Zjd  b x r h  J m8   m" pH z `  h m W-  W-  `,    `"    `" n  l   mV" J  H   m2" &  $ ` t  `  \  m J  <  (  `& "    `& X  @i&   @i&   @i& pHpAif Aif @ _z  A&D ra HB# U@ _z F AWt@   ~Af ~reHB#%%5%5%%5%5    ԁA~U@  m|ABCB E#CBqE@ _z 6 Ԅ? A U~### #### &0  7~@ Swrel  7 P L a : U> F W 8UP% W 8ED%fc     ` L%X%- a h h   D% L%a  ! " N%B%R BB% x W !W e UETR5X   5F   U8 w   B%N%   7 r@D%r@P%  e  \ JW!f%W!v% 5 7 e   fD%    D%P%$ $$$Z#J#_40 &0H5@:^# f.+ ( %"  Ufu-=U&f ! _U_wD@f~VVA@Dm A@XR7PwJ# `#7b~Xu#R# >#7DЋ :78#0.$  r e0c  #$@&@5/7# "CAC@ P%& N & N  N N S C B A  eW!L%Շ w^ Nm  rfT%5 e        W!P%D%P    0&D%d& dN & dN dC N eN e- ~ v no load fileload file errorprogram too large < F^h n P z R L rrrrrrr~ ` Xdx" <." j Thr h  vvvvv f 8H  Ee#%#d #CCUC  0 6   UA@  7X  #W # W D p#7* # ԇ7 57 7 j 7  7 7 _b 7%PPE7 6DE!wEED5!5! w |<$W!ww  R$wW! B  w w ww  b$tE7 XXXXXXXXXXf xph8&  (4>>>>>>>>>>>>>>>>L,8888888888888DDDDDDDDD>BR^^^ (6D    P H rN H >   ~ x n ^   &t x0$|Fr fjd JZT`   Hu > %e %e@U %eB@CU@ @ A) %&% %& %%%U%@@ 5@@ _z  A&DI TD~uY: @ _z  A&DTT~@ _z  A&DCx~@ _z R AQ ~@AUU@ _z " AU~uui  5`   ? z ?t@%IeEA!@ _EdU\E@TU@L HZ%EUUfdW!eX_%2>8  $BE? e^%CE e%@E x$5e55@eY% H e^% 5@b> %; %66  %|% `&e  %   %>e8bww5Q$B% N% f   EU P5   PD%fPPQ7 Tz  A` ~@ _z   &DAf t& nT~@& ^ N mA$ H  @A$$ @`@W @A$ $@@W _t m C`   _ p M   _ p BE @E$ E _FR   U~ @ b V L VU HU :U .U 6` a~@    @    m\AP  ~"5    5 C B A  `50  5w  5  eED%  "$ $5 $$ 5  5  B%5@p  w   wB%  D%* (    U5@  B  UP  U  UUEE 7Q7Q wU wB%  wbB%  E U U w6v wHn w@/usr/lib/em1/em1_tables 644 2 2 50200 3434334661 10113 mxs zsa 0 0 0 0 66 neg z 0 0 0 0 198 nop zs 0 0 0 0 89 nul z 0 0 0 0 0 pad zs 0 0 0 0 3 psb zs 0 0 0 0 117 rck xe 0 0 1 143 144 rcs zs 0 0 0 0 118 res zs 0 0 0 0 103 ret slx 2 199 1 67 68 rol zs 0 0 0 0 69 ror zs 0 0 0 0 70 rtt zs 0 0 0 0 119 sai sly 0 0 1 120 121 sar xe 0 0 2 201 203 sas zs 0 0 0 0 71 sde lxe 0 0 1 204 72 sdf slx 0 0 1 73 74 sdl lx 0 0 1 205 75 ses zs 0 0 0 0 76 set slx 0 0 1 77 78 shl z 0 0 0 0 206 shr zs 0 0 0 0 91 sig zs 0 0 0 0 122 ste xe 0 0 2 207 209 stf lxo 3 210 1 213 79 sti ly 2 2fmnem 1 nmnem 149 fpseu 150 npseu 30 filb0 180 nilb0 60 fcst0 0 ncst0 240 ilb1 240 ilb2 241 dlb1 242 dlb2 243 dnam 244 pnam 245 scon 246 rcon 247 cst1 248 cstm 249 cst2 250 lcon 251 cend 255 bss 0 con 1 end 2 eof 3 exc 4 exd 5 fwa 6 fwc 7 fwp 8 hol 9 ima 10 imc 11 let 12 mes 13 pro 14 rom 15 aar xe 0 0 2 138 140 aas zs 0 0 0 0 1 add z 0 0 0 0 129 adi l 0 0 1 156 2 and slxo 1 229 1 4 5 ans zs 0 0 0 0 6 beg lxo 3 252 1 255 7 beq lbo 0 0 1 165 8 bes zs 0 0 0 0 16 bge lbo 0 0 1 166 9 bgt lbo 0 0 1 167 10 ble 14 1 216 80 stl lx 10 217 1 227 81 stp lx 0 0 1 228 109 str sl 0 0 1 82 107 sts zs 0 0 0 0 83 sub z 0 0 0 0 130 teq z 0 0 0 0 230 tge z 0 0 0 0 231 tgt z 0 0 0 0 232 tle z 0 0 0 0 233 tlt z 0 0 0 0 234 tne z 0 0 0 0 235 trp zs 0 0 0 0 123 xor slx 0 0 1 86 87 xos zs 0 0 0 0 88 zeq lbo 0 0 1 236 94 zge lbo 0 0 1 237 95 zgt lbo 0 0 1 238 96 zle lbo 0 0 1 239 97 zlt lbo 0 0 1 240 98 zne lbo 0 0 1 241 99 zre lxe 0 0 1 242 92 zrl lx 0 0 1 243 93 add * loc * sub * - loc a1 sub * add * add *lbo 0 0 1 168 11 blm lx 0 0 1 173 17 bls zs 0 0 0 0 18 blt lbo 0 0 1 169 12 bne lbo 0 0 1 170 13 brb lbo 0 0 1 171 15 brf lbo 0 0 1 172 14 cal lc 122 134 1 174 19 cas zsc 0 0 0 0 20 cdi zs 0 0 0 0 21 cdf zs 0 0 0 0 100 cfd zs 0 0 0 0 101 cfi z 0 0 0 0 175 cid zs 0 0 0 0 22 cif z 0 0 0 0 157 cmd zs 0 0 0 0 23 cmf z 0 0 0 0 176 cmi z 0 0 0 0 177 cmp zs 0 0 0 0 84 cms zs 0 0 0 0 24 cmu slx 0 0 1 25 26 com slx 0 0 1 27 28 cos zs 0 0 0 0 29 csa z 0 0 0 0 178 csb z 0 0 0 0 179 dad zs 0 0 0 0 30 ddv zs 0 0 0 0 33 loc * add * - loc a1 add * add * adi 0 - - - - - - adi * adi * - - adi a0+a1- - adi * ldf * - - ldf a0+a1- - 1 adi * lof * - - lof a0+a1- - 1 adi * loi 2 - - lof a0 - - 1 adi * loi 4 - - ldf a0 - - 1 adi * sdf * - - sdf a0+a1- - 1 adi * stf * - - sdec z 0 0 0 0 134 dee slxe 0 0 1 34 35 del slx 0 0 1 36 37 div z 0 0 0 0 132 dmd zs 0 0 0 0 102 dmu zs 0 0 0 0 32 dsb zs 0 0 0 0 31 dup slxo 1 180 1 38 39 dus zs 0 0 0 0 40 exg zs 0 0 0 0 41 fad z 0 0 0 0 181 fdv z 0 0 0 0 184 fef zs 0 0 0 0 113 fif zs 0 0 0 0 114 fmu z 0 0 0 0 183 fsb z 0 0 0 0 182 hlt zs 0 0 0 0 0 inc z 0 0 0 0 133 ine xe 0 0 1 186 187 inl lx 5 188 1 193 42 inn lx 0 0 1 194 43 ins zs 0 0 0 0 44 ior slxo 4 158 1 45 46 ios zs 0 0 0 0 47 lab z 0 0 0 0 0 lae xe 13 100 9 113 122 lai sly 0 0 1 tf a0+a1- - 1 adi * sti 2 - - stf a0 - - 1 adi * sti 4 - - sdf a0 - - 1 beg 0 - - - - - - beg * beg * - - beg a0+a1- - brf * lab a0 - - lab a0 - - cmi * zeq * - - beq a1 - - cmi * zge * - - bge a1 - - cmi * zgt * - - bgt a1 - - cmi * zle * -    2 p ~ , Z .  B *"  @stack overflow%  : on source line error r##em1_lastjj*H8* 0 { H0k`I HI8H0 $Lnh^&, p8.:JZj^   &t x0$|Fr fjd JZT`  115 116 lal lx 7 92 1 99 48 lar xe 0 0 2 135 137 las zs 0 0 0 0 49 lde xe 0 0 2 145 147 ldf slx 0 0 1 50 51 ldl lx 7 148 1 155 52 lex slo 2 141 1 53 54 lin - 0 0 1 195 196 lnc lo 1 37 1 38 108 lni z 0 0 0 0 185 loc - 33 1 2 34 36 loe xe 20 56 4 76 80 lof xo 9 81 1 90 91 loi ly 5 123 1 128 55 lol lx 16 39 1 55 56 lop lx 2 162 1 164 57 lor sl 0 0 1 58 106 los zs 0 0 0 0 59 lsa sl 0 0 1 104 105 mod z 0 0 0 0 197 mon zs 0 0 0 0 60 mrk slm 4 244 1 61 62 mrs zsm 0 0 0 0 65 mrx sla 4 248 1 63 64 mul z 0 0 0 0 131 - ble a1 - - cmi * zlt * - - blt a1 - - cmi * zne * - - bne a1 - - cmp * teq * - - cmi * teq * - cmp * tne * - - cmi * tne * - cmu 2 teq * - - cmi * teq * - cmu 2 tne * - - cmi * tne * - div * neg * - - neg * div * - lab * brf * - - - - - 25 lab * a0+a1- - lal * loi 2 - - lol a0 - - lal * loi 4 - - ldl a0 - - lal * loi * lol @a0+a1- lal a0 loi a1+2 - lal * loi * ldl a0+a1- lal a0 loi a1+4 - lal * loi * lal a0+a1 loi * lal a0 loi a1+a3- lal * sti * stl @a0-2 - lal a2 sti a1+2 - lal * sti * sdl a0-4 - lal a2 sti a1+4 - lal * sdf * - - sdl a0+a1- - lal * stf * - - ret * - - - - - 35 lae * aas * - - aar a0 - - lae * adi * - - lae a0+a1- - 2 lae * blm 2 - - loi 2 ste a0 - lae * blm 4 - - loi 4 sde a0 - lae * las * - - lar a0 - - lae * ldf * - - lde a0+a1- - lae * lof * - - loe a0+a1- - lae * loi 2 - - loe a0 stl a0+a1- - lal * sti 2 - - stl a0 - - lal * sti 4 - - sdl a0 - - lde * lde a0+4 - - lae a0 loi 8 - lde * loe a0+4 - - lae a0 loi 6 - lde * sde a0 - - - - - lde * sde * lde a0+4 sde a1+4 lae a0 lae a1 blm 8 ldl * ldl a0+4 ldl a1+4 - lal a0 loi 12 - ldl * ldl a0+4 lol a1+4 - lal a0 loi 10 - ldl * sdl a0 - - - lae * loi 4 - - lde a0 - - lae * loi * loe a0+a1- lae a0 loi a1+2 - lae * loi * lde a0+a1- lae a0 loi a1+4 - lae * loi * lae a0+a1 loi * lae a0 loi a1+a3- lae * sti * ste a0-2 - lae a2 sti a1+2 - lae * sti * sde a0-4 - lae a2 sti a1+4 - lae * sti * loc * ste a0+a1 loc a2 lae a0 sti a1+2 lae * sti * lol * ste a0+a1 lol a2 lae a0 sti a1+2 lae * lae * blm * - - - - lex 0 - - - lal 0 - - lex * loi * lex a0 sti a1 - - - lex * lof * lex a0 stf a1 - - - lex * ldf * lex a0 sdf a1 - - - lex * mrs * - - mrk a0 - - lex * sdf * lex a0 ldf a1 dup 4 lex a0 sdf a1 lex * stf * lex a0 lof a1 dup 2 lex a0 stf a1 lex * sti * lex a0 loi a1 dup a1 lex a0 sti lde a0+a2 lae a0 lae a1 blm a2+4 24 lae * lae * blm * lae a0+a2 lae a1+a2 blm * - 36 lae * lal * blm * lae a0+a2 lal a1+a2 blm * - 36 lae * sas * - - sar a0 - - lae * sdf * - - sde a0+a1- - lae * stf * - - ste a0+a1- - lae * sti 2 - - ste a0 - - lae * sti 4 - - sde a0 - - lal * adi * - - a1 loc * loc * add * - loc a0+a1- - loc * loc * div * - loc a0/a1- - loc * loc * mul * - loc a0*a1- - loc * loc * sub * - loc a0-a1- - loc -1 add * - - dec * - - loc -1 bgt * - - zge a1 - - loc -1 ble * - - zlt a1 - - loc -1 div * - - neg * - - loc -1 loe * add * - loe a1 lal a0+a1- - 2 lal * blm 2 - - loi 2 stl a0 - lal * blm 4 - - loi 4 sdl a0 - lal * sti * loc * stl @a0+a1 loc a2 lal a0 sti a1+2 lal * sti * loe * stl @a0+a1 loe a2 lal a0 sti a1+2 lal * lae * blm * lal a0+a2 lae a1+a2 blm * - 36 lal * lal * blm * lal a0+a2 lal a1+a2 blm * - 36 lal * ldf * - - ldl a0+a1- - lal * lof * - - lol dec * - loc -1 loe * mul * - loe a1 neg * - loc -1 lol * add * - lol a1 dec * - loc -1 lol * mul * - lol a1 neg * - loc -1 mul * - - neg * - - loc -1 sub * - - inc * - - loc 0 add * - - - - - loc 0 beq * - - zeq a1 - - loc 0 bge * - - zge a1 - - loc 0 bgt * - * tgt * - - - - - 11 loc * zlt * - - - - - 12 loc * zle * - - - - - 13 loc * zeq * - - - - - 14 loc * zne * - - - - - 15 loc * zge * - - - - - 16 loc * zgt * - - - - - 17 loc * loc * blt * - - - s * - - and a0 - - loc * bes * - - beg a0 - - loc * bls * - - blm a0 - - loc * cas * - - cal a0 - - loc * cms * - - cmu a0 - - loc * cos * - - com a0 - - loc * dus * - - dup a0 - - loc * ins * - - inn a0 - - loc * ios * - - ior a0 - - - zgt a1 - - loc 0 ble * - - zle a1 - - loc 0 blt * - - zlt a1 - - loc 0 bne * - - zne a1 - - loc 0 cmi * teq * - teq * - - loc 0 cmi * tge * - tge * - - loc 0 cmi * tgt * - tgt * - - loc 0 cmi * tle * - tle * - - loc 0 cmi * tlt * - tlt * - - loc 0 cmi * - 18 loc * loc * ble * - - - - 19 loc * loc * beq * - - - - 20 loc * loc * bne * - - - - 21 loc * loc * bge * - - - - 22 loc * loc * bgt * - - - - 23 loc * loc * and 2 - - - - 27 loc * loc * ior 2 - - - - 28 loc * loc * mod * - tne * - tne * - - loc 0 ior 2 - - - - - loc 0 loe * add * - loe a1 - - loc 0 loe * mul * - loc 0 - - loc 0 lol * add * - lol a1 - - loc 0 lol * mul * - loc 0 - - loc 0 teq * - - loc 1 - - loc 0 ste * ste a1-2 - loc 0 sde a2 - loc 0 ste * - - zre a1 - - loc - - - 29 loc * loc * rol * - - - - 30 loc * loc * ror * - - - - 31 loc * loc * shl * - - - - 32 loc * loc * shr * - - - - 33 loc * loc * xor 2 - - - - 34 loc 1 add * - - inc * - - loc 1 bge * - - zgt a1 - - loc 1 blt * - - 0 stl * stl a1-2 - loc 0 sdl a2 - loc 0 stl * - - zrl a1 - - loc 0 sub * - - - - - loc 0 xor 2 - - - - - loc * aar * - - - - - 3 loc * lar * - - - - - 3 loc * sar * - - - - - 3 loc * rck * - - - - - 3 loc * neg * - zle a1 - - loc 1 div * - - - - - loc 1 loe * add * - loe a1 inc * - loc 1 loe * mul * - loe a1 - - loc 1 lol * add * - lol a1 inc * - loc 1 lol * mul * - lol a1 - - loc 1 mul * - - - - - loc 1 teq * - - loc 0 - - loc 1 sub * - - dec * - - loc 2 loe * add * st - - - - 4 loc * com 2 - - - - - 26 loc * loc * cmi * - - - - 5 loc * tlt * - - - - - 6 loc * tle * - - - - - 7 loc * teq * - - - - - 8 loc * tne * - - - - - 9 loc * tge * - - - - - 10 loce a1 ine a1 ine a1 - loc 2 loe * mul * - loe a1 loc 1 shl * loc 2 lol * add * stl a1 inl a1 inl a1 - loc 2 lol * mul * - lol a1 loc 1 shl * loc 2 mul * - - loc 1 shl * - loc 4 mul * - - loc 2 shl * - loc 8 mul * - - loc 3 shl * - loc 16 mul * - - loc 4 shl * - loc 32 mul * - - loc 5 shl * - loc * an * ste a0 - - - - - loe * loe a0 - - loe a0 dup 2 - loe * dup 2 adi * ste a0 loi a2 - - 37 loe * dup 2 adi * ste a0 sti a2 - - 37 lol * blm 2 - - loi 2 stp a0 - lol * dec * stl a0 - del a0 - - lol * inc * stl a0 - inl a0 - - lol * loc 0 mul * - loc 0 - - lol * loc 2 sub * stl a0 l a0 - sdl * loc * stl @a0+4 - loc a1 lal a0 sti 6 sdl * loe * stl @a0+4 - loe a1 lal a0 sti 6 ste * loe a0 - - dup 2 ste a0 - ste * ste a0-2 - - sde a1 - - ste * loc * ste a0+2 - loc a1 sde a0 - ste * lol * ste a0+2 - lol a1 sde a0 - stl * lol a0 ret 2 - ret 2 - - stl * lol a0 - - dup 2 stl a0 - stl @* stl @a0-2 - - del a0 del a0 - lol * loi 2 - - lop a0 - - lol @* lol @a0+2- - ldl a0 - - lol @* lol @a0-2 beq * - ldl a1 beq a2 - lol @* lol @a0-2 bge * - ldl a1 ble a2 - lol @* lol @a0-2 bgt * - ldl a1 blt a2 - lol @* lol @a0-2 ble * - ldl a1 bge a2 - lol @* lol @a0-2 blt * - ldl a1 bgt a2 - lol @* lol @a0-2 bne * - ldl a1 bne a2 - lol @* lol @a0-2 cm sdl a1 - - stl @* loc * stl @a0+2 - loc a1 sdl a0 - stl @* loe * stl @a0+2 - loe a1 sdl a0 - sub * loc * sub * - loc a1 add * sub * sub * loc * add * - loc a1 sub * sub * teq * teq * - - tne * - - teq * tne * - - teq * - - teq * zeq * - - zne a1 - - teq * zne * - - zeq a1 - - tge * t loc * los * - - loi a0 - - loc * res * - - ret a0 - - loc * ses * - - set a0 - - loc * sts * - - sti a0 - - loc * xos * - - xor a0 - - loc * pad * - - adi a0 - - loe * dec * ste a0 - dee a0 - - loe * inc * ste a0 - ine a0 - - loe * loc 0 mul * - loc 0 i * teq * ldl a1 cmi * teq * lol @* lol @a0-2 cmi * tge * ldl a1 cmi * tle * lol @* lol @a0-2 cmi * tgt * ldl a1 cmi * tlt * lol @* lol @a0-2 cmi * tle * ldl a1 cmi * tge * lol @* lol @a0-2 cmi * tlt * ldl a1 cmi * tgt * lol @* lol @a0-2 cmi * tne * ldl a1 cmi * tne * lol @* lol @a0-2 add * - ldl a1 add * - lol @* lol @a0-2 mul * - ldl a1 mul * - lol * sti 2 - - - - loe * loc 2 add * ste a0 ine a0 ine a0 - loe * loc 2 sub * ste a0 dee a0 dee a0 - loe * loe a0+2 - - lde a0 - - loe * loe a0-2 beq * - lde a1 beq a2 - loe * loe a0-2 bge * - lde a1 ble a2 - loe * loe a0-2 bgt * - lde a1 blt a2 - loe * loe a0-2 ble * - lde a1 bge a2 - loe * loe a0-2 blt * - lde a1 bgt a2 - loe * loe a0-2 bne * - stp a0 - - lol * stl a0 - - - - - lol * lol a0 - - lol a0 dup 2 - lol @* dup 2 adi * stl a0 loi a2 - - 37 lol @* dup 2 adi * stl a0 sti a2 - - 37 mul * neg * - - neg * mul * - neg * add * - - sub * - - neg * sub * - - add * - - neg * neg * - - - - - sde * sd lde a1 bne a2 - loe * loe a0-2 cmi * teq * lde a1 cmi * teq * loe * loe a0-2 cmi * tge * lde a1 cmi * tle * loe * loe a0-2 cmi * tgt * lde a1 cmi * tlt * loe * loe a0-2 cmi * tle * lde a1 cmi * tge * loe * loe a0-2 cmi * tlt * lde a1 cmi * tgt * loe * loe a0-2 cmi * tne * lde a1 cmi * tne * loe * loe a0-2 add * - lde a1 add * - loe * loe a0-2 mul * - lde a1 mul * - loee a0-4 - - lae a1 sti 8 - sde * ste a0-2 - - lae a1 sti 6 - sde * loc * ste a0+4 - loc a1 lae a0 sti 6 sde * lol * ste a0+4 - lol a1 lae a0 sti 6 sde * lde a0 - - dup 4 sde a0 - sdl * sdl a0-4 - - lal a1 sti 8 - sdl * stl a0-2 - - lal a1 sti 6 - sdl * ldl a0 ret 4 - ret 4 - - sdl * ldl a0 - - dup 4 sd - - tne * zeq * - - zeq a1 - - tne * zne * - - zne a1 - - * - - zle a1 - - tlt * teq * - - tge * - - tlt * tne * - - tlt * - - tlt * zeq * - - zge a1 - - tlt * zne * - - zlt a1 - - tne * teq * - - teq * - - tne * tne * - - tne * dL/VdgetegidL/Vdgetpid.lqʺ!getpidgetpidLVdgetuid.lqֺ>getuidgeteuidgetuidLVdgeteuidLVdgtty.lq uioctl.lq7ioctlerrnoioctlL6V.serrnoJdkill.lq8killerrnokillPL%V.serrnoJdlink.lq6linkerrnolinkL V.serrnoJdlock.lq7lockerrnol/usr/lib/em1_mon.a 644 2 2 10322 3434335762 7173 ockL5V.serrnoJdlseek.lq=lseekerrnolseekPLVserrnoJJdmknod.lq7mknoderrnomknodLV.serrnoJdmount.lq7mounterrnomountLV.serrnoJdmpx.lq":mpxcallerrnompxcallL8V.serrnoJdnice.lq'6niceerrnoniceL"V.serrnoJdopen.lq+4openerrnoopenLVseeaccess.lq59accesserrnoaccessL!V.serrnoJdacct.lqA7accterrnoacctL3V.serrnoJdalarm.lqL!alarmalarmLVdLchdir.lqQ7chdirerrnochdirL V.serrnoJdchmod.lqU7chmoderrnochmodLV.serrnoJdchown.lqa8chownerrnochownLV.serrnoJdchroot.lql9chrootrrnoJdpause.lq6!pausepauseLVdLphys.lqA7physerrnophysL4V.serrnoJdpipe.lqE?pipeerrnopipeL*VserrnoJdPuLdprof.lqJ!profilprofilL,VdLptrace.lqODptraceerrnoptraceerrnoGPPLVserrnoJdread.lqS6readerrnoreadPLVserrnoJdseek.lq^ deq * - - tlt * - - tge * tne * - - tge * - - tge * zeq * - - zlt a1 - - tge * zne * - - zge a1 - - tgt * teq * - - tle * - - tgt * tne * - - tgt * - - tgt * zeq * - - zle a1 - - tgt * zne * - - zgt a1 - - tle * teq * - - tgt * - errnochrootL=V.serrnoJdclose.lqp7closeerrnocloseLV.serrnoJdcreat.lqt5createrrnocreatLVserrnoJddup.lqbdupdup2errnodup.L)VserrnoJddup2PL@=vL)VserrnoJdexec.lqnexeclexecv_environerrnoexeclWQPexecvdexecvM_environL;VserrnoJdexece.lqkexecleexec- tle * tne * - - tle * - - tle * zeq * - - zgt a1 - - tle * zne * - - zle a1 - - tlt * teq * - - tge * - - tlt * tne * - - tlt * - - tlt * zeq * - - zge a1 - - tlt * zne * - - zlt a1 - - tne * teq * - - teq * - - tne * tne * - - tne * veerrnoexecleWQP..OexecvedexecveL;VserrnoJdexit.lqexitexit7drfork.lqepid_uidforkerrnopid_uidpid_uidforkLVserrnoJdspid_uidLdJfstat.lq9fstaterrnofstatPLV.serrnoJdoftime.lq!ftimeftimeL#Vdgetcsw.lq mgetgid.lqƺ>getgidgetegidgetgisyncsyncL$Vdetell.lq ctime.lq ctimes.lq timestimesL+Vdumask.lq8umaskerrnoumaskLBvMOBh@BhPLL`@BhM_curfilN.mPOBAL/PvGPvu@Bh@LLV'v LPLpLP LVP_wstrind'`Vwrl.lqS_wrl_wsl -2147483648_wrl'WPGL _wsld'_wsl'BvG.m L -2147483648EGWP@L P_wstrindLG -m G L +B uB OL0P.vuG L &.m L''LGL-P.vuWPPBP`P_wstrind'wri.lqF_wri_wsi-32768_wri'WGL_wsid'_wsi' BvP.vPLWP@LP_wstrindP\vPL UL0P.vuPL'B LP LV'L'LP LP LV'PPP z.vLLvPL 'B"GLV'P'PLPB"_uB"Bh@vM.v @BhPL UL0P.vuPL *.v' 'PBhLwBvBA.vPvPOPvPG`LLV P7d'>epee.lqprocentrprocexitspptrsizemrksizeRdcall ,...exit _extflprocentr' M_extflNvHvBRWmrksize`L_vWP@L_wrsWPPL_wrsGL(v LvG)PWPP _wrcL,v WGPv *.v''PL-P.vuWPPBP`P_wstrind' Gwrz.lqj_wrz_wsz_wrz'PvPOPvWGPP`_wrsd'_wsz'PvPOPvWGPP`P_wssd'wrc.lq.0 _wrc_wsc_wrs_wss_wrb_wsb_wln_pag_wstrintruefalse_wrc'PQuWP_putd'_wsc'WPBLP_wssd'_wrs'WGP._wssd'_wss'G PvWGG_O_wriPPPvWP@L_wrsGWPP _wrcWGPvO_wriWPL)_wrcWP_wlnd' procexit'M_extflNvWP@L_wrsWPPL_wrsWP_wlnd'opn.lq_opn_creopenclosecreatunlink lseekseekgetpid/usr/tmp/plf.xxxxxLOCAL_extfl_curfiltmpfil'LVv@.v vPLL0BhPLq.v''LPuPLLVP.vLLVP.vLLVLVPLLVvPL wstrind'_wrb'WGL_wsbd'_wsb'PWP@LP_wssdWP@LP_wssd'_wln'WPL _wrcPNL=Ptd'_pag'WPL _wrcPNL=Ptd'_wstrin'WP_wfPPzvPL QuWP_outcpt))PBAQuWP_outcptd'rdr.lq_rdrrpow10dig'1e17EEr9pow10d10.0ErE5P1krd'_rdr' LL@ruWP_rfWP_skipspWP_getsigvWVLePd'initfl'Ps_curfilP:PL@=vLvM_extflOPPLpM_extfl_OP:M_extflOP @PtPLPNLLWP_flushLLLPNLV Ld WP_clsWPtmpfilPt PLz.v LdMP L@MPLp_OPtWP_clsPL PNLLVLdPNLLVLePtþPL 'P''LLPUz'Pt PPtPwPPtLd'_opn'WGLinitflLPt d'_cre'WGLinitflPN Pt d'wrf.lq;P_fstdigv WP digWP_nxtdig.v ''QOL.WP_incptWP_fstdigv WP dig(pow10WP_nxtdig.v ''QOLe'QOLE 'WP_incptMpow10WP_getintspow10Mpow10.v P\v1.0Em)P 10.0GE5m Mpow10 ErG2krErG5krP'LEr6d'Erd' _rdl.lqԱ_rdl_rdl'WP_rfWP_skipspWP_getsigvWP_fstdigvLmL G,P-mWP_nxtdig.v''P'Gd'LG-d_wrf_wrf 'Bv PLP LPvWGPBB_fcvtv PL-B hPL0B hP O'B A''L0'B h)P''P L.B h:P )P L0B h )P P O'B A''L0'B h WPBP B`P_wstrind'wrr.lq`_wrr_wsr_wrr'WPGL _wsrd'_wsr'`BvPJ.vL LvWGPBB _ecvtv P 'L-''L 'BhP OL0:B ABhL.Bh)PB ABhLeBh)PP\vL-BhL+BhPL *L0BhPL UL0BhWPBPB`'rdi.lqɱ_skipsp_getsig_fstdig_nxtdig_getint_rdi_skipsp'QOL 'QOL 'WP_incptd'_getsig'QOL-{.v'QOL+'WP_incptPd'_fstdig'QOJ0.v'PL 'LiPd'_nxtdig'WP_incptQOJ0.v'PL 'JdPd'_getint'WP_getsigvWP_fstdigvPL ZPzvWP_nxtdig.v''P'Pd'P\d'_rdi'WP_rfWP_skipspWP_geti_lastpvQPQvQwPNP_PPNPNPtPv PwQvPNP_P PNPNPtQwQP Ps_highpPs_lastpd'nnew.lqm_lastp_highp_newhp_lastp_lastp_highp_highp_new'M_lastp.vQ.vNPPNPz.PtG QwPM_highp Ps_highpPs_lastpPNP_v P.vM_lastp''RP`.vxPwPP_vG LBh d'Nass.lq2_ass_ass'PPsLDdLzvPJ GL@2mPLvP GLPp5mP GLP\p2mPG5d'_exp'LGLdLEmaxf6GLdGEmaxfLA 1.701411733192644270e38E dGElog2e5mWGfloorv 0.5GP6E 6..m5mEp2G5Ep11G5Ep01G5mGEq21G5Eq11G5Eq01m WG G1Esqrt25G G62Pldexpd'log.lqa$_loglog20.693147180559945309e0ln102.302585092994045684sqrto20.707106781186547524e0p0-0.240139179559210510e2p1ntd'drdc.lq_rdc_rln_rdc'WP_rfQOvWP_incptPd'_rln'WP_rfPNLWP_incptPNLPtd'och.lqz_put_wf_outcptwrite_curfil_put'WP_wfWP_outcptd'_wf'Ps_curfilPNLLLHPNLL`d'_outcpt'PNLPtQPN_wPN PNz.Pt PwPN Pt PPN PNLV'LJ'PN Lhd'efl.l'gto.lq'B_gtolbsp_gtoPOkPNH_HxxL@$sav.lq>_sav_rsthp_savRwd_rstQxdpac.lq_pac_pac 'PNPN 'PQz.v'PNPPN 'LEPPNPZ_vPN8PNZvPNL)PBABhd)PBABhd'unp.lq_unp_unp 'PNPN 'PQz.v'PNPPN 'LFPPNPZ_vPN8PNZvPNL)PBABhq_efl_eln_curfil_efl'Ps_curfilPNLLLHPNLWP_incptPNL d'_eln'WP_rfPNL LbPNLd'ich.lq8_wdw_get_rf_incpt_curfilread_wdw'Ps_curfilPNLLWP_incptQd'_get'WP_rfWP_incptd'_rf'Ps_curfilPNLLLHPNLLaPNLWP_incptd'_incpt'PNL LbQPNd)PBABhd'asz.lq0_asz_asz'PNPN8Zd'sin.lq_cos_sinsinustwoopi0.63661977236758134308p00.1357884097877375669092680e8p1-0.4942908100902844161158627e7p20.4401030535375266501944918e6p3-0.1384727249982452873054457e5p40.1459688406665768722226959e3q00.8644558652922534429915149e7q10.4081792252343299749395779e6q20.9463096101538208180571257e4q30.1326_wPNL=PtPN PwPPN PNLVdPt dLLgPN PNL(=PtPNLPtLQudPN PNz.Pt LcPNL@PNLPtQOLLjQOL  PNL=PtL Qud'abi.lqul_abi_mdi_abi'P'Pd'P\d'_mdi'PLGGU.vGvPd'abl.lq_abl_mdl_abl'LG'Gd'LG-d'_mdl'LGLGGG+mLGGG%mGd'tabr.lq534908786136358911494e3_cos'LGLG6mWGLsinusd'_sin'WGLsinusd'sinus'GmLGLG6mPLvGEtwoopi5mLGWGB_fifmGP1m 0.25WE G5B _fifGLG 56vGvGP6mPPLvPLLG6mPL LG6mGG5mEp4G5Ep31G5Ep21G5Ep11G5Ep01G5mGEq31G5Eq21G5Eq11G5Eq01m GG 2d'exp.lq_expp0 0.2080384346694663001443843411e7p1 0.3028697169=_abr_abr'LG'Gd'LG6d'rnd.lqW_rnd_rnd'-0.50.5LG'E''E'G1d'bcp.lqP_bcp_bcp')PPOPO JdBABA LdLd'bts.lq@_bts_btsPv)PLG PPnP>:Pcdis.lqݰ_dis_lastp_highp_dis'QvPPtM_highp.vP.uGM_lastpPM744036299076048876e5p2 0.6061485330061080841615584556e2q0 0.6002720360238832528230907598e7q1 0.3277251518082914423057964422e6q2 0.1749287689093076403844945335e4log2e1.4426950408889634073599247sqrt21.4142135623730950488016887maxf10000.0floor'LGLG6mWGB_fifLGL1mLG6mWGB_fifGd'ldexp'LvLGLG6mJvWGB_fefmPP.vL LA 1.701411733192644270e38PE 5dPJ LdPL GL@5mP1G5Eq012.mG5d'1cvt.lqа9_ecvt_fcvtcvt_ecvt 'WBO Lcvtd'_fcvt 'WBO Lcvtd'cvt P'PPLOLNv Lw@vLGLwLG6mWGB_fifmLG@PvLG0.03WGL 2B_fifE1L 5.vL0P.vu: @PP BABh LG GL 5.mL Gm)  P@_vP PP _vP wP@L@u@dG@PPWGL 5B_fifmG.vL0Bh@PPL@Ou@dPvP 5N w7T .T .T .w7  %S@  bN = wf7p# j wH7R7 |Q 47 Q7 R7 O7 P&WpN б7QWpN б7QWp N б7|Qt б7lQt б7^Q@Qe7:QWpm,Qw,Q2Q2QWpm$Qw$QtmQ7QtmQ7QQ Qwt7~O X 7 7 O7 O7 O7 O7 7 O tP7 $lP7 "7 P7 P7 xP7 vP7 fP7 dPO7 ^P^P XPvP @OLPuPOL9 L0PuP@P.vO8PuL1PuQ8wP P@L0PuPvLPu@d'fif.lqI_fif_fef1.0_fifGE4Pud_fefG3wdfLwLG6mWGB_fifmLG@PvLG0.03WGL 2B_fifE1L 5.vL0P.vu: @PP BABh LG GL 5.mL Gm)  P@_vP PP _vP wP@L@u@dG@PPWGL 5B_fifmG.vL0Bh@PPL@Ou@dPvP0 0 e-^PPPC> Y)5 @t` Y@t` Y " Y Y Y e 8 2 e-O7 ROOOe7O. @ u  87 7 7 nO7 hO7 7 7 xO7 vOm7 5 @ 0 V % 7 O Dza& & za&  eni&  eza&  e nwL7Vf , )u- 'N f fe eNe u @ A pU u- w 0.309572928215376501e2p2-0.963769093368686593e1p30.421087371217979714e0q0-0.120069589779605255e2q10.194809660700889731e2q2-0.891110902798312337e1_log'LGLB -1.701411733192644270e38E dWGB_fef.mEsqrto2GL5m)GL6GL12..m5m Ep3G 5Ep21G 5Ep11G 5Ep01.mG Eq21G 5Eq11G 5Eq012.mG5PElog251.md'sqt.lq_sqt_sqt' LGLGLCLdWGB _fefmP LGL/usr/lib/f77pass1 755 2 2 247432 3467745166 7046 5m) 0.5LG1E5mP L GL@5mP Lzv P J GL@2mP Lv P GLP L*p5m GLP \L*p2mPL 0.5GG2G1E5m: Gd' atn.lq[_atnsatanxatansq2p12.414213562373095048802e0sq2m10.414213562373095048802e0pio21.570796326794896619231e0pio40.785398163397448309615e0p40.161536412982230228262e2p30.26842548195503973794141e3p20.11530293515404850115428136e4p10.178040631643319697105464587e T: 0  6 >  67^ % z7j  _@ȥ-_ 5_@ r y_7 __@CR_ @e5% B O_wO_r_Z_\_B>_@_ @ c- n. q s  x@d ʴ AWp B`eu 5 @CR v b}_ 247 x4p00.89678597403663861959987488e3q40.5895697050844462222791e2q30.536265374031215315104235e3q20.16667838148816337184521798e4q10.207933497444540981287275926e4q00.89678597403663861962481162e3_atn'LGWGsatandLWLG6satan6d'satan'GEsq2m1WGxatandGEsq2p1Epio2WLG2xatan6dWGL6GL12xatanEpio41d'xatan'GG5mEp4G5Ep31G5Ep21G5Ep11G5Ep01.mGEq41G5Eq31G5Eq21G5Eq1~sb@ ʴ XXP _ '_. 2_ 8_@ ʴ 3 _$ !_  $ '_ *_ :_ ;@6_6_e _x e _`#N ʴ @ 7Q@ 7vQ@ 7hQ #N z ` N %N %   5 Q N @w>   ( ^3 P5 7 @8 :N zw7 f K |& ƻ NA v5:f& ̞%! " _l5$E-IA vE%f& t%8! HEE1PUA vE%_l _l 7v7J_l& D-  `i! µ&&   .e _l&& & &QzQ& %p%h y! " && &  _l .TG  ! µ7 I_l7I_l  & x  _l & x & 4 $ µ& A_lzA_lpA_lfA_l \A_lRA_lHA_l>A_l & & o_H $ µ& & & ֒ && 3$ µ& && & x &_ _l X_  jU_  Td> lV_ TT> f& r>_HT:> J & >e _ T> J && V_ H$ صT= V_H U$ صT= d$ صT=%__ _t$_A v57I4_l ! ̳ _l 2! µ7 VI.G_lTG L 5mGw,I_l ! µF_l _l! µ_l  F_l _l"&& 2@% O_l^O& B%_l&& 2@% O_l^O&7O O_l % tzx7OwO_lBH_l8H_l.H_l$H_l " ص H_lH_l -" µ G_l A" صG_l U" صG_lNG_l5 rf" $ " l= EE1P& _8 @j7 _l 7 _l i j n_l&_ & _8 & _8 7 =_l&&& e_l_& & & _F& && e_l_& & &%}E$_v  & B 7 _lTD< f& t_H @_l & _   %}ZE _PE& 6A & _$_v 7 2E_ _ _  _  & x _7=_l%}D_ D D0__  l& µAAt5 @  7 pG ~" ̳_8 @7XG_l " µ@G_l& & &/%7,G& ?_8 7G&7G& & ?_ TD .B_l " µ A_l-$q" Wp mrEu@0 @0 0 @0 0 =_l б7pF0_l б7\F0?RF_l , & D- %_l _lNefe &M " 7 L T _l7 D_l& XL_8 &% |7E_lU 5D- %v_l _l b_l ƙ |_l & Z;% _l$<_l<_l<_l<_l;_l;_l  ƙ > 0& ƙ_8  & :%& & :% D~_ ;_l|;_lr;  ƙ V;  ƙ  & _  & x _Z & x  0{_l7z7 z 7 x N d wP7ZT wB7LDD =~Dw(72h 0 -* lD dD  HD@D :DNf A 5% 5 5 u @ pT@ pT u- 7WQXQ7 Q7 Q7 Q7 QQzQxQvQe%Y w<RQPQNQJeN@ N 5%- .Q `7$Q7 QmQ%@ $5 -PPNNu P P@ x5%- P 7P7 P0e%@p-e -~P@5  ?^P : xn DP  N e5% $ %@ 5$_z5t5_l"_$U _l 0 _l#_$ vL_l^hL&_5N p@  AWpmCU _ @  AWp mC_ @_ _ 1# ̳ _  б5@p5 @Ap u @Ap u @Apue 8 f x 7&D& 4 A1_l7Z7 B7 B_l& 4_ 7 K_l-0KN#-"KJt0 ^Jt0^b# J_l-J-%X݃_ O_O_wO@ 5N52 @ PM@ @ 5 Db 5% $5 A p _z@ D @ L@ @ 5 Db 5%  $5 A p  @ D 5$wNNNN _l x| -   7 _lA vE% _lEU_l _l7 _l ! " _l 7 I7 J_b (N $N_ NN %7h7JJt0^J7K_l%}J_lJ J0__lT$A f& %_ _lv#_@_l7PJ_l&HJBJU > >߿ E%> >w->   Z% %_t %   Z߿ E% %_t   eNe T+7*%J+;67t* B* O# X Z  b o x z 5T5' _'' _'5= z5 @-' d5@T7*%% _' _'45CR_(5 5 5 5_+. 5c _,4e-44CR4CR[Q} U4d4-44 4+- 4 |4x4CR wj4 55! Z4-X4T4N4CRd>4e64 2> .>w-(> &>DCR0C_x fCR -CR -=_ 7 =7 =fCRCR e f& == eee@ 7z=wx= % fڂ_x t=2' 7 T=7 R=7 7 F=7 D=7 B=.`'CR!̥'̥"]5˕B-= @- 6+' e -<ֆ 7<.`CR09 9 9-99d99o!9 <79%--99(9/9 9CR.~97 9w47>z9CRwf9e5 e@ 5e#B9 ̢̋̋09 $9 Z ' @ eB-چ7  0 e %T%e e 0e 0ee w^7h48$ 8T8 88 z8@T7-=7 - w -$!D8*<8/4857%G% :& \%@& p%% F 4& %$  $=%7% X   V  V  0 % < 0 %8%  lw*74D  x)d% X3& F  lw* v7 <%%*% (% r& $=%55 $$ N&   dwz7 $%b_3%V_3@    qĜ 7%  @7`$w^$% % * " G  Zef&j :ef&J e5 @t`f& e " wD7N _ < _< _ < v5 p5 A f&&& *e  6+ ̳ A A f&A A f&A A mm@ ee@ f& ef& ܮe4t22  r2% 55 @t5x5z @5@f&fe 2e@7 &$w "$*% *-# V z 1V@ pV% " d  37V 37L@ #>6 |o 34t5  37% %V#   $=%7>#4#33@5@ v5 32u @51@ v5" qU &   3 |o 2%" 3u @ w%X"7 T"@t+ ̳ tmtmt  _:e 8e-0_:w7C =  $  4-4-+ %   + 4- 4-444 4 e-w7@   @ Y@ f& %A1f x 7w7DC% AAt5 @55, b t5x5z A f& A f& A mm@ ee@ f& ~ef& be7bw` бʕzmB"7>"@w7#+x X >"_ 6_6555%% e )+ _5%e%a% @ 5&   `e  'f f A mm@ ee@ f& Tef& 8e7wN  b7u5f& %& ewmwmw % vE%%e ܩ  %9%5  AAt5 F+ ̳ %   A% ff %2r rE E 2P ff& e7`w`w   f& (%2wb7lD % >, v % AAt5 @555 4E, w@! vEA-% 5, 5, }uu N&f $=%U wN 7rNf n>%wN7XDC W, & ܩ  5 @w@ ^, @ 7@t5 k+ ̳ e-N _ 4 UWp m6 LWp m& @u5  :  rlee@ f& үef& e7FwD ff %& ewmwmw ˂ -$˨w7+ X x  08e-\w7 B!AA vEN@f&f hr%& lee-ۂwn7xDt5x5z K G@AAAt5 f&fe Je At5, ̳ @  f x @& 4 A1 w7DCB ^%    YL  4B @ <,5 A 4% * ( %4  % f& &% , ̳ wʸ7ԸDC 7 x)%w% , %% 7 8w 4 %%, v 7DD - ̳  v5Ep U  f&fe eA@w 7  @ +. %fe 6q%&  V% 5 5 @t p5t58_9 e p%& V%& 4e %   f&f P e f f0 ޤe e5` & &    e   _:+ V% mN + %@W+ ̳ vE%5- ̳ e S- ̳ w7D n- ̳  v5Ep U  vE%- ̳ w67@D@te б54} %A15 A- ̳ _.E@t@mI@ @- @ Y@0 -  D%AWtAm1@t@m0 u-@t@m %@e5_D@t@m @t@m X dr% % dr%r  u  wĭN 7ĭD   w7D   wx7DC !t5  5 Y˥g/  Yw"̥e^f&@ w5A @  5u tA @ 4tA r @-fffAWp m f He5-ll@ 5 u . ̳ / \7ĮAWp Dm, AWp Cm  @A f&& & xde4t @A f&&& de4t s33s (u@&r-"=L@p  prr u-@ @5_PR ff fff Ue N0N %A 5`u`u _PR0 v _PR7p% 2_T% 107xNf  fӕ ̋%f7U fw7D˥ v5S T  Ne 8w Y7Nf f fff/N ew7D б˕3wf7pD JU3 wF7P JUtt%% W-w7D JU3 w|\ a_V[u-_|\Nf v%5%%_|\%˥_|\5t5_|\u- Nf W  Z4u-_|\f_$]N& v%5_|\@E%_|\@ f W  ZA1  D_|\_|\@E%!_|\1 b_|\5_|\7D   x1 W wr 1 B E      - 7 4 X 4_ 4_4 Y Y X б˕ s& n%3 p 8n7D ̥_D  0!JV Pw -7N i %-nN p 4_4 W 75 _`@\ 5%" W   X=;   8n-%%   a 5  di% Z4 @wИ7ژD p 8nw7D5 5@5_lbAAt5 _lb@ % " Y5t5  %w2 %f W  X@ 55t5  Y1 @AAt5 H BpJV-660, Qw7D6& D%55 25)@ X ZA Aa1-RJX5 j  p5 _ku   }-e 5 @ _k s @ @a5 @t@m Xf dr%@ @a& dr%5 @ Xf dr%5  .l 5  X tzxf& %5f dr%5f dr%5   &e& {e Y+t5 %  \% D%&$ dr%%  X %  %27Z f dr%tw.78 f! dr%w7 D  w5% &0 ` @ s x0  & L 3 X3 X3 X3 5 @& P & x 3  @& 2 & x u X3 X3E  X3 X3 X3NR1   f&@ r%& dr% B[@  , Y 5t5<t5t5 :%%ʥ%ޞ N2 .ee%  W N W @ &"1fNf 5&t50N W  x%&2fN W  P%&2 .e% W  _a7RD ̥ w.5U537 e 5 sEp U B 7D  D x0   Y  wv7v" v5E-Ue-w`vE-EE4P7HvN w.v78vDC̥ 8  Y Y( %}8 &t   mH0  %8 @i, E  Y 7 u"& vE%E%7 du--Tu_w4m7>m N g5AAt59: N Uf t wl7lDCB N Z5AAt5< T: N Y& &f &ff v   &f ewZl7dlN & Ȗ%&ff e& H N w"l7,lD% t}:  % s%s:   %t}  Z& $ & t wu7u @Ep U0  q@   8 ̳ w\u 5Nf x 3@     8 u @0 p 7t  f 2@% ff o% c4  N f& % ̼wt7tD ̥: 29 "  Y & lV #&& t%%5 5Nf L 4 f ϖ%4 9t5   W9 " F H wk% s67kN gt5 :  wk7k@7E5 vEu vEu _ƒ5 @"@r W 3@f 5 @ _ xEu5t5 _x%&%_ƒ @&&%_ƒ@@&f dr%5Ne 8N @wHju%q5t5A%=@5@5 Nf V 59 j% ̼ws7s (p  7{@0 5 e 9 @ 0 _ g5AAt5<9 _ϰ U  i u g55 @55 u @ @ae&@& t5<9u %Ne 8@  x*899 0Ζ%5 %1 %1Nf W f h? 1*Nf W 1 5: EtpNfe W ffe ǖ%& dr%%_ƒ@f WBteD5 @-e u-Ne ^F @ _ " xEtPPf& Ė%_t0P&& e _E bAWp Dev@ Rp@- F µ5 @-e u-AWp Dev@%$p 4 e @-_ƒ@-_xN ` @f v@ r & %5_l  te2E & ̮ 5NfEN?PJ f h? 81E. %&1 $1KG v5?N Xf T & t xN Y_N X& " & dr% up% !:  p v5K xHZ XN@& & dr%Nf & dr%5f vE% dr% HP N& & & t C wN&  & dr% dr%f & t |we & ̮ 5Nf dr% B[5_%C5t5<_x@p f% dr%5pu%n uNf W _NF ʴ Ne 6F_7f @a  Ap %:0fe % #EE7PEtEx7P EtE?7Pw^fe  7Zf@ A vE%Ne F @7*& vEuE%%  7yD̥7 b + x3     44wTy44 8 v 76yDCB 5@525@555#58 b 25@25 535 35 2 5@ 535 5 3Ku54wbx7lx +1f H w4x7>xE%&  j+1~ r F+b1ZR v5 N>& & t ( v5W & e& H  & e& H | N di5 N gf  D xE%+%+'%/#AWp Dev@%Lme e & ̮ 5Ne F @ zEF ʴ w6 (& 8%1  7    $=%7д 䳖%&  X%%b ³%  X% N76  &     7 %L Ю  7 7%%    $=%7 %&  X%Խ 7 x`G | %AWp FAWpNF Y %w` N  oH vH|H pXH ʴ 7`5 7t85WpNF -WpNFT % Wpq=FwN`5 %؆ AWpNFH T H @ 7`DC %Y %H  X% X  X%  X% N  X% N   N    X%sx_s%ijrw7^ sd7KZ7jJB ie7/7,x Xf j%  £ T YwJ7 wV7Vt5  X X%oJ    X  X%J  ֦ `t5  X J & % X%* ֦ Nx %%f p%% %H7WpeFu@ % %   Z@NH @ w<_7F_% I N ֚eXf  w^7_u@̥" *5&  ֚N  u Ne 8w^̥: 7 2 p % a& D & (   di 깖%& d W?IR̥ X Z˥ C%;5  X" ֦  ֦  ֦ N XJ j% wU7U*t5 " X X% ֦  XJ j% J w*U74U2 VJ  X X% 0J   *%     *% *%$" *%*( *%0. *%64 *%<: *%@ B FD *% X K j5 ·f& %& h? 5f & t @ Y@pNdI  Y_7v]D 5%5t5N %& dr%5% ̥ X @tzxf& %4N W  Z5%"ff n%& x%&I ef%II .e wb\7l\ E & %&^  & e& H h#b& ·%&( &%%% wS7Sܠ#t5  X X%< Xf j% K wxS7SD Xsf % dr% Z3 :̥& & ܪe  Y Y t wR7SD & % X Xf X% 1K wR7RD 3f (& %& Ue f&&& 6e & &    X& ⭖%f X%wR7RAWpDF̥t5 X wIA @7I Nf 5% %%@wI7I QQ wQ QwnI7xINff V%& dr%tw>I7HI  f x f x f x f x  Z5ff b%wH7H  f x f x f x  Z5ff b%wH7H  f x f x  Z5ff b%wfH7pH f x  Zff b%w5 !@ @aAp %Nef  @ @a0 %Nef  w >7> Ei  EXAWpNFNK @ & v%f X%wQ7QAWpDF   Xf X%f ֦ wdQ7nQDCBҔ wHQ7RQDCB  w*Q7.QDC Bm @m5u- u-  ̢@  C-˥   C-̢ewP ̥   7PDC wP 7P б̕twXP7bPDC `XZXVXTX б2w$P7.PDC 2f !˥ ˋ22f2fwO7ODC NN>8jL$N e *wF7FdNffe %Ne wfF7pFdNffe %Ne wM     5- wM5-e-e-~~sK tt " EEEEE7L TTwL7Lff V%@ v5ff %K  v5 EE4PU vE%L EU ff %L " wK7KCK 7MtKt7xK7zK`K 7KwC7CN Z KK 4 7K7 KwC7CNf dr% B[ w\C7fCNf dr% ̼wP B _7+ 5  fef %& |  f hږ%w*7*D̥EP B 5 55 _@E% gNf ^AAAt5 Z@ S,O@IAAAt5 =@ 6,2fef %& | fef %% *7( w=7=:i w=7= w=7=& w=7=D Z% % rN  Y "Ng  Ș w0=7:=No w=7$=Np w=7=N " Vw<7u7@˥2+ W  X@   F & x f 4 5u % #At5   f h? 5qP w"5t55  @5& | 5  f & | %  W    u_<@˥      | Ct5 h7  /˥,  %5&  0%!_, N! 5 @!N  v E  7u n@_@7u n% 6!4!&  |ܖ%&! |ܖ%7t!5  &  |ܖ%5 @f |ܖ%e @    f |ܖ%e G5 )@t` @t` X Z@t`& w & x & t "  Z X x & v & h? 5f & N  f | f hږ% 5 u  Ne 8u  @ W   "5 u Ne 8  Nd  @_  7!D̥P B 5E% 55   f h? 5 f h? 5N Xf T & dr%5f 8 &f , &f ʘe& dr%5 B[5@f ~ & N u% @ft   ,t@ Ut v & t @ w7r Nr Dr_ 4r 0rȕ_N fwb7l      N  (  P xw7w 76 % &Qq eTs7%>Q@( 3msQfe %De e NƖ%&Q q ee-r̂Qq  w> ҂ xQ& 5  fQfe e N& |  f hږ%P @NfMP .e  f hږ% Y wl)7v)D̥TP B 5 55 @hAAAt5 \@ U,Q@KAAAt5 ?@ 8,4fef ^%& | fef B%& | E &M   f hږ%Nf]P .e4& %4  w,(76(DC5  5 f n>%5 f n>%55 N ~ & N - N Xf ~ & N u  ff hږ%N Bff %w 7" D ff %w 7 D _ __ r) w_ U"@+ @ a U  f %5'4 t  r4a & f Re  w 4 1RT7 S AStepRT  ~ @w% 4 7D RT RT-wVf 4@f@w]w]Sw705 ofU7ofU7ofofoooAe vBo5 7o o 7o  %"55 a  a!_tE -jo%f wn\o Loe !e vu@t 5 r $ rf5`5`nn @5e vu@t 5@meQQfe e7DQf   % ,&Qf e %wx7NQf %w^7h Qf  0u  W-0uffQf few7NRf %w7 @55@e5Neff %=w7C  *5!'ABA  D & r&@rr @`   BJwF& @N   C 5  N & A- A B A @ A- A -\f w e7 D ԋw %A%Z7 DCԔw~ f@wdwdw dVSw f@wdwd^Sw fwdwdwddSw 7 5 uDC5 5 5  % _ @w e@-U +U U  #U 0U  `u5 U5  . >u5 u-u @  A ZU5lSBw JU@ u%| | %|N % :nn@m@e tne hnU?`n\nfU?Pn_ a7>n 6n8n?0n,nU 7!(nn ne_^7.DmE -mmw7C5  5N D-wA vuA-u@ f& % @ ` ݂@ ` `Zmf@w 7\NeTf %  w,70DCB 5Ԕ @wBFN& f678>9?A@CBD6$678>=<;:?A@CBDefs13678>=<?A@CBDf&678>=<;:?A@CBDYf678>=<;:?A@CBD678>=<;:?A@CBD1wZwZwZ|TwNfwlZmhZdZTw.XZwmRZfwBZTw w4Z 7_F Z @(#) FORTRAN 77 PASS 1, VERSION 2.10, 16 AUGUST 1980 -O%d: too many register variablesinvalid flag -N%cTable size too smallinvalid flag -I%c invalid flag %c arg count %d%s: Bad parse, return code %d missing END statementwcannot open intermediate file %swriting errorfloating exception during constant evaluationSS678>=<;:?A@CBDf  7-HT<EY%A.)CGB"! V#(&89:15*W?'D+X=S Q@3UI>FR\ffx{|}f  .dataMAIN_ characters out of order in implicit:%c-%c#NMJ  NOMYJN[\]^_`NNNNWXb~0M! rwhm ffffEff7-T<Y.V89:1WX=SQ3U>zRHfEACGB?D@IFwvtu]8df.^_`678,fp678>=<;:?A@CBD678>= f2?A@CBD678^_(f' cfevu  #$a5f)-+Jz5{G5T tcZu[RSVlG678>k5j nglkhijoihI[}h(''hhhhh hhhh^hl&u%3[hh^|uh h2hi2u((T  h I h2^ [hhh-uIuqi*iiiiibAAA(mgsvyr\5`abcd~pq5555f55"*54F5HIKOfQFPfUn]5555555555F~[yPONMeLKJ;0/5s, o555xGw}|/q55 5eeee%2NLZ4h  h^jh]%hY2O>8A(((ta<h>^sYh/$..uuuIhA(((>RjjhG1K>u+uMF:h 986+$# KNNKNLLKKKNKMNKKJNKKNNNNKNRSNJ KNQNFJMRKNKKNKKKKKN  !"$%&(9Mz-./012345678s{'XZ[@sionsIMPLICIT statementimplicit item must be single lettercannot be a namelist namedeclaration among executables.EQV. operator.NEQV. operatorconcatenation operator //substring operator :substring operator :hex constantoctal constantbinary constantconcatenation operator //no backward DO loopstoo many alternate returnscomputed GOTO list too longVeJ f(J)K=L,N+P-Q*R/S$O:M'V(W(Z ( ( ([(`"(\&(^*(].(_2(X8(Y=(D(N(X(b(k %   ;2( *!'- &#"|,6666666777777;3 44!!888888888888  111122<<==>>G55??HIKJJLL,,,,BBMMDDN#FFPOOQQ**RR@@SVTUUWW AAXC%%%&&&&&&&&&&&&&& $$$$''++/////,s  d?dCEGLb`qo:<BDFKp   d9f_IOtYA\=m9+>H/.000(())))))))9999999ZYYYYYYYYYYY[\\\\EE"--:]^^^^^^^^^^^^^^_fffahhhcc``iijjjjjjbdeeg       cuwy|}); *egilkJNPRTVWr]^nhQUavx~ jlST $4l8l * 8 L l &Bllllllllf~FPZdn :Rlzll&ll@plllllll llB\lll l2Nll`jllrll           %<E,(B+9!$#'*5)270@1-./:D4?"6H C>I;A&38,NNNNNNNSUS  l l lllHZfr~H",6@JTbz ll<Rbl llHZfrl$l0@FLXbpll~,DLTZlll  l$(l66@@@6@6@lDNXlblvll ( l8888HH(Xyacc stack overflowsyntax errorstatement cannot be reachedlabel already that of a formatunclassifiable statementlabel %s already definedthere is a branch to label %s from outside blocknamed BFRJRTJ PQJRNJJJNJJJZLJJKRJJJJRTRSTUNJNJRKRJSNJSSRSTYXWVU[]\_^`RGKNKKNRTKNNNNKNLOCKDATAmisplaced entry statement () argument listname declared as argument after usealtenate return argumentSAVE statementSAVE statementPARAMETER statementDOUBLE COMPLEX statementCHARACTER statementAUTOMATIC statementSTATIC statementlength specification *nlength must be a positive integer constantlength specification *(*)INTRINSIC statementequivalencestoo few initializerscan only save static variablescannot make %s parameterinconsistent storage classestoo many dimensionstoo many dimentable leng on nonargument .data%s: may not appear in namelist%s: common alignmentadjustable array in common_BLNK__ incompatible lengths for common block %sautomatic variable of nonconstant lengthmktmpnadjustable length_BLNK_%s cannot be a common block nameincompatible common declarationincompatible storage declarationsincompatible type declarationslengtypeincompatible type-length combinationincompatible use of intrinsic functioninvalid intrinsic declarationunknown intrinsic functioninsubscripts on scalar variablewrong number of subscripts on %ss_rngesubscript on variable %s out of rangemkaddr. vtype=%d, vclass=%d mkaddrno qualifiers on parameter name %sused as variableadjustable automatic arrayattempt to use undefined variableattempted division by zeromkexprnonarithmetic operand of arithmetic operatornonarithmetic operand of negationNOT of nonlogicalnonlogical operand of logical operatorillegal comparisonorder comparison of complex datacomparison of nonarithmetic datavalid external declarationinvalid external declarationonly variables may be arraysonly last bound may be asteriskFhGhGFhGhGhGhGhGFFIKKIKKKKKJHJ1-dim subscript in EQUIVALENCEnonconstant subscript in equivalence adjustable in equivalencebad storage class in equivalenceinconsistent equivalencebad alignment forced by equivalenceattempt to extend common %s backwardinconsistent common usageeqvcommon%s %05ld %05ld %dRRRSSSSRSinvalid repetition count in DATA statementnon-constconcatenation of nonchar dataimpossible conversioncktypefoldconsnegopconspowerinteger ** negative power inline mod of nonintegersgn(nonconstant)conssgncomplex division by zeroDDP`elseif out of placeelse out of placeendif out of placeloops or if-then-elsescontrol stack emptyassignment to a non-variablestatement function amid executablesredeclaration of statement functionnon-variable argument in statement function definitionpause/stop argument must be constantpause/stop argument must g(q(w(~(((( ("(($(#(&('(%((()(*(+(,)- )2))3#)5-)45)6=)7F)HK)8P)9Z):`);f)<n)=t)>y)?~)@)A)B)C)D)E)F)H)Iincludes nested too deepr%s/%sr/usr/include/%srCannot open file %simpossible lexstate %dillegal continuation card ignorednondigit in statement number fieldunbalanced quotes; closing quote supplied%dH too bigunbalanced pareant initializertoo many initializersbad impldoblock 0%orpllist emptyattempt to initialize adjustable arrayinitialization of string of nonconstant lengthnonconstant implied DO parameternon-character datum initialized with character stringincompatible types in initialization %d %d setdata  Y:YYYTYY6Y:ZZbZ>ZTZvZZ,ZZZZ4[ZZZ]]]6]]|\|\|\|\|\|\N\]]]]]]|\|\\\\^|\]|\|\|\|\(_(_^N_x_N_j_D_j_D_11111invalid complex constantmkconvcpexprfrexprfixtypefunctionntheses, statement skippedNot a Fortran 66 keyword: %sfunctionname %s too long, truncated to %dbad bit identifierinvalid binary characterand.or.not.true.false.eq.ne.lt.le.gt.ge.neqv.eqv.assignautomaticbackspaceblockdatacallcharacterclosecommoncomplexcontinuedatadimensiondoubleprecisiondoublecomplexelseifelseendfileendifendentryequivalenceexternalformatfunctiongotoimplicitincludeinquireintrinsicintegerlogicalnamelistnoneopenparameterpauseprintprogrampu invocation of subroutinefixexprleft side of assignment must be variablec_divz_divaddr of addrshortenpow_iipow_ripow_dipow_cipow_ziinteger**negativepow_hhpow_ddpow_zzd&e:eHeVnnnnnLonDoLonnLon"qqttrsTsuvvTsTsuTsTsTsTsTsTsTsuuTsTsTsTsTssTsTsTsXvTsTsTsXvTsTsTsTsTsvvvvv6wdwdwdwdwNwwxwxwxwxwxwxw4x4x"x"x"xx4xvfxfxfxjx4x4xxjx4x4x4x4x4xz{ydyyy{Vz{{{{{{{{{{{{4z{`y`y`y{{{{{zyz{BzV|V|V|V|f|f|"|"|n|n|B|B||{||||||}}}}}}6~6~Z~Z~N~N~v~nchreadrealreturnrewindsavestaticstopsubroutinethenundefinedwrite000000000FAAFAjA AFAJAFAXAFAFAFAmissing end statementDO loop or BLOCK IF not closedmissing statement number %sMAIN__MAIN_ %sMAINBLOCK DATA %s: invalid entry nameexternal name already used entry %s: retvalnoncharacter entry of character functionmismatched character entry lengthscharacter entry of noncharacter function .bsslocal variable %s never usedadjustable dimension on non-argumentadjusv~~~~~~~~~~~hhBB``||Dummy procedure not declared EXTERNAL. Code may be wrong.invalid class code %d for functionno substring of function callattempt to use untyped functionrecursive callmkfunct: impossible recursionmkfunct: impossible vprocclass %dattempt to use untyped statement functiondisagreement of argument types in statement function callstatement function definition and argument list differsubstring of noncharacter %smore than %d subscriptsindeximagaimagdimag conjg!dconjg"sqrt#dsqrt$csqrt%zsqrt&exp'dexp(cexp)zexp*log+alog+dlog,clog-zlog.log10/alog10/dlog100sin1dsin2csin3zsin4cos5dcos6ccos7zcos8tan9dtan:asin;dasin<acos=dacos>atan?datan@atan2Adatan2BsinhCdsinhDcounitfmterrendiostatrecreclfilestatusaccessformblankexistopenednumbernamednamesequentialdirectformattedunformattednextrecunlabeled format statementbad format numberbad end= clausebad err= clauseiostat must be an integer variablef_backf_rewf_endimpossible iostmt %dinvalid control %s for statementunknown iocontrol %sillegal positional iocontrolillegal * iocontroliocontrol %s repeatedno I/O list allowed in NAMELIST read/writeattempt to i/o array of unknown sizenon-left sidshEdcoshFtanhGdtanhHlgeIlgtKlleMlltOepbaseepprecepeminepemax eptiny ephugeepmrspfpexpnQfpabspUfprrspWfpfracYfpmake[fpscal]r_intd_intr_nintd_ninth_ninti_ninth_dnnti_dnntr_absh_absi_absd_absc_absz_absh_modi_modr_modd_modr_signh_signi_signe in READ listdo_liodo_fiodo_uioattempt to use internal unit array of unknown sizebad unit specifierbad REC= clausebad format descriptorunformatted internal I/O not alloweddirect list-directed I/O not alloweddirect namelist I/O not alloweduflnbad unit in openbad file in openbad reclf_openf_closbad unit in close statementinquire by unit or by file, not bothmust inquire by unit or by filef_inqubad unit in I/O motion statementnon-character control clauseimpossible inquire parameter %s*d_signr_dimh_dimi_dimd_dimd_prod h_len i_len h_indx i_indxr_imagd_imagr_cnjgd_cnjgr_sqrtd_sqrtc_sqrtz_sqrtr_expd_expc_expz_expr_logd_logc_logz_logr_lg10d_lg10r_sind_sinc_sinz_sinr_cosd_cosc_cosz_cosr_tand_tanr_asind_asinr_acosd_acosr_a*<<<<$xV`0123456789abcdeftoo many digits in floating constantnamesstatement numbersillegal branch to inner block, statement %smay not branch to a formatillegal label %sexternal symbolsimproper use of builtin %sout of memoryWarning on line %d of %s: %s Error on line %d of %s: %s Declaration error for %s: %sDeclaration error %sExecution error %sCompiler error line %d of %s: %s Impossible %s %d in routine %sopcodetagstorage classtypeToo many %s. Try the -N%c optionFortrabe integer or strings_stops_pausnested loops with variable %sbad type on do variablebad type on DO parametertoo few DO parameterstoo many DO parameterszero DO incrementDO range never executednoninteger assign variableinvalid type of arithmetic if expressionRETURN statement in main or block dataalternate return in nonsubroutineassigned goto variable must be integerintrealdblecmplxdcmplxifixidintfloatdfloatsnglichartan d_atan r_atn2 d_atn2 r_sinh d_sinh r_cosh d_cosh r_tanh d_tanh hl_ge l_ge hl_gt l_gt hl_le l_le hl_lt l_lthr_expnir_expnhd_expnid_expnr_abspd_abspr_rrspd_rrspr_fracd_fracr_maked_maker_scald_scal     sqrtexplogsincostanasiniacharchar achar maxmax0amax0max1amax1dmax1and$or#xor%not&lshiftrshift'minmin0amin0min1amin1dmin1aintdintanintdnintnintidnintabsiabs dabs cabs zabs modamoddmodsignisigndsigndimidimddimdprodlenacosatanatan2sinhcoshtanhАА88u5 u-u @  A ZU5:Bw JU5   5 5  5%dq.%dmemname%s: .globl _%s .comm _%s,%ld. MAIN__MAIN__~~%s = _%s %o%s+%o%s%o~%s = %s ~~: .byte %o%c%s . = .+30000. . = .+%ld. %s: ((((( H 0d     U &  C ~CB5W-o0ʋW-x0 ʋ x5ʕX05-eW-da5+Z5V S v r@ r ! f e0 9e'5e= !AlӋC~ @ AB 5wHBA 5u`u` u`ff` Hew5  @0   Wp ` e0eӕ?7DCB@ N oxjfjejgJcPsl,urh(null)Z\ZZPTZ6f 0d J @ ȕ N E& J @ @ EH @ N  J @ ȕ w7$~ e- w7D w   & |  j 4 44  7D4  wv   - n 7ND E%B: 0# ^@E<EE % @EE@E54 fe& F %% ) n%"E%E%/usr/lib/flip 755 2 2 10150 3445630677 6362    -  D  wlD n  @EE& J @EE< 7*DD   4    @   & F %  w 7DE%wzEU4  x -D  4    @   7 D* WteZte   Aztep   < @w% h 4n 77 feature used: %sF77 compiler extension used: %s()*+%65<="?<A>=@ddPFH.,aZ0/1&-RHV ff*ƺԺκimpossible element in concatenationputconstputconstnon-logical expression in IF statementcomputed goto index must be integer@@ľľľľ:VVھھ¿\<<<< <<<<<..<<<Úº ͜&2 0  6 >  67 % 8 7Z  := @3Nef( %Ne 5w 7 @e5ff % w 7 u  ~ %)   ~f ne5@5a7`7aZ]  L J  u- wD 2@ ~   =@7* DCB  w 7 D  x ND~ @ e-8  7D    -wVf 4@f@w"wtw705 U7 U7  z x z Ae vB` 5 7V  V 7P  %"55 a  a!_2 E - % wn   e !e vu@t 5 r $ rf5`5`  @5e vu@t 5@me@ u%| | %|N % . /usr/lib/lex/ncform 444 2 2 7660 3437217104 7456 & @m@e  e  U?U?_  a7 ?U 7!e_ 7.DE -w7C5 j  5N h D-wA vuA-u@ f& h % @ ` ݂@ ` `f@w 7\NeTf %  w,70DCB 5Ԕ @wBFN& fwwwJwNfw|mxtRw.hwm/* @(#)ncform 1.1 venturcom */ /* @(#)ncform 1.2 */ int yylineno =1; # define YYU(x) x # define NLSTATE yyprevious=YYNEWLINE char yytext[YYLMAX]; struct yysvf *yylstate [YYLMAX], **yylsp, **yyolsp; char yysbuf[YYLMAX]; char *yysptr = yysbuf; int *yyfnd; extern struct yysvf *yyestate; int yyprevious = YYNEWLINE; yylook(){ register struct yysvf *yystate, **lsp; register struct yywork *yyt; struct yysvf *yyz; int yych, yyfirst; struct yywork *yyr; # ifdef LEXDEBUG int debug; # endif char *yylastch; /* bfwRRw wD 7<F%s : %s ((((( H dox(f(e(gcsluFrrh(null) jjstart off machines */ # ifdef LEXDEBUG debug = 0; # endif yyfirst=1; if (!yymorfg) yylastch = yytext; else { yymorfg=0; yylastch = yytext+yyleng; } for(;;){ lsp = yylstate; yyestate = yystate = yybgin; if (yyprevious==YYNEWLINE) yystate++; for (;;){ # ifdef LEXDEBUG if(debug)fprintf(yyout,"state %d\n",yystate-yysvec-1); # endif yyt = yystate->yystoff; if(yyt == yycrank && !yyfirst){ /* may not be any transitions */ yyz = yystate->yyother; if(yyz == 0)break; if(yyz-r6  dox(f(e(gcsluFrrh(null) jj>yystoff == yycrank)break; } *yylastch++ = yych = input(); yyfirst=0; tryagain: # ifdef LEXDEBUG if(debug){ fprintf(yyout,"char "); allprint(yych); putchar('\n'); } # endif yyr = yyt; if ( (int)yyt > (int)yycrank){ yyt = yyr + yych; if (yyt <= yytop && yyt->verify+yysvec == yystate){ if(yyt->advance+yysvec == YYLERR) /* error transitions */ {unput(*--yylastch);break;} *lsp++ = yystate = yyt->advance+yysvec; goto contin; } } # ifdef Y/usr/lib/lex/ 40755 2 2 0 3467744004 6226 YOPTIM else if((int)yyt < (int)yycrank) { /* r < yycrank */ yyt = yyr = yycrank+(yycrank-yyt); # ifdef LEXDEBUG if(debug)fprintf(yyout,"compressed state\n"); # endif yyt = yyt + yych; if(yyt <= yytop && yyt->verify+yysvec == yystate){ if(yyt->advance+yysvec == YYLERR) /* error transitions */ {unput(*--yylastch);break;} *lsp++ = yystate = yyt->advance+yysvec; goto contin; } yyt = yyr + YYU(yymatch[yych]); # ifdef LEXDEBUG if(debug){ fprintf(yyout,"tr/usr/lib/lex/nrform 444 2 2 6111 3437217106 7465 { if (state > 0) state = sfall(state) if (state .gt. 0) r = stoff(state) if (state .gt. 0 .and. r .ne. 0) goto 1984 call unput(yytext(yyleng)) yyleng = yyleng -1 break } 2001 continue } while (lsp .gt. 1){ lsp = lsp -1 ilsp = yylsta(lsp) yyfnd = atable(ilsp) if (yyfnd .gt. 0) if (vstop(yyfnd) .gt. 0){ r = vstop(yyfnd) if (extra(r) .ne. 0){ for(;;){ ilsp = yylsta(lsp) if (yyback(atable(ilsp), -r) .eq. 1) break lsp= lsp -1 call uy fall back character "); allprint(YYU(yymatch[yych])); putchar('\n'); } # endif if(yyt <= yytop && yyt->verify+yysvec == yystate){ if(yyt->advance+yysvec == YYLERR) /* error transition */ {unput(*--yylastch);break;} *lsp++ = yystate = yyt->advance+yysvec; goto contin; } } if ((yystate = yystate->yyother) && (yyt= yystate->yystoff) != yycrank){ # ifdef LEXDEBUG if(debug)fprintf(yyout,"fall back to state %d\n",yystate-yysvec-1); # endif goto tryagai/* @(#)nrform 1.1 venturcom */ # @(#)nrform 1.2 block data integer cshift, csize, yynlin common /yyllib/ cshift, csize, yynlin data yynlin/YYNEWLINE/ end block data common /yyldat/ yyfnd, ymorf, yyprev, yybgin, yytop integer yyfnd, yymorf, yyprev, yybgin, yytop data yybgin/1/ data yyprev/YYNEWLINE/ data yytop/YYTOPVAL/ end integer function yylook(dummy) common /Lverif/ verif common /Ladvan/ advan common /Lstoff/ stoff common /Lsfall/ sfall common /Latable/ atable common /Lextra/ extra common /Lvstop/ vstop n; } # endif else {unput(*--yylastch);break;} contin: # ifdef LEXDEBUG if(debug){ fprintf(yyout,"state %d char ",yystate-yysvec-1); allprint(yych); putchar('\n'); } # endif ; } # ifdef LEXDEBUG if(debug){ fprintf(yyout,"stopped at %d with ",*(lsp-1)-yysvec-1); allprint(yych); putchar('\n'); } # endif while (lsp-- > yylstate){ *yylastch-- = 0; if (*lsp != 0 && (yyfnd= (*lsp)->yystops) && *yyfnd > 0){ yyolsp = lsp; if(yyextra[*yyfnd]){ /* muinteger verif(Sverif), advan(Sadvan),stoff(Sstoff),match(Smatch) integer sfall(Ssfall),atable(Satable),extra(Sextra), vstop(Svstop) integer state, lsp, r integer ch, n common /yyldat/ yyfnd, yymorf, yyprev, yybgin, yytop, yylsp, yylsta(YYLMAX) common /yyxel/ yyleng, yytext integer yyfnd, yymorf, yylsta, yylsp, yytext, yyprev, yyleng, yytop integer lexshf, yytext(YYLMAX), yyback, yybgin integer z, t if (yymorf .eq. 0) yyleng = 0 else yymorf=0 1776 lsp = 1 state = yybgin if (yyprev .eq. YYNEWLINE) stst backup */ while(yyback((*lsp)->yystops,-*yyfnd) != 1 && lsp > yylstate){ lsp--; unput(*yylastch--); } } yyprevious = YYU(*yylastch); yylsp = lsp; yyleng = yylastch-yytext+1; yytext[yyleng] = 0; # ifdef LEXDEBUG if(debug){ fprintf(yyout,"\nmatch "); sprint(yytext); fprintf(yyout," action %d\n",*yyfnd); } # endif return(*yyfnd++); } unput(*yylastch); } if (yytext[0] == 0 /* && feof(yyin) */) { yysptr=yysbuf; returate = state + 1 for (;;){ r = stoff(state) if (r .eq. 0){ z = sfall(state) if (z .eq. 0) break if(stoff(z) == 0) break } ch = input(dummy) ich = lexshf(ch) yyleng = yyleng+1 yytext(yyleng) = ch 1984 if(r .gt. 0){ t = r + ich if (t<= yytop){ if (verif(t) .eq. state){ if(advan(t) == YYERROR){ call unput(yytext(yyleng)) yyleng = yyleng - 1 break } state = advan(t) yylsta(lsp) = state lsp = lsp +1 goto 2001 } } } in(0); } yyprevious = yytext[0] = input(); if (yyprevious>0) output(yyprevious); yylastch=yytext; # ifdef LEXDEBUG if(debug)putchar('\n'); # endif } } yyback(p, m) int *p; { if (p==0) return(0); while (*p) { if (*p++ == m) return(1); } return(0); } /* the following are only used in the lex library */ yyinput(){ return(input()); } yyoutput(c) int c; { output(c); } yyunput(c) int c; { unput(c); } } if (yytext[0] == 0 /* && feof(yyin) */) { yysptr=yysbuf; returf(r < 0){ t = r + ich if (t <= yytop .and. verif(t) .eq. state){ if(advan(t) == YYERROR){ call unput(yytext(yyleng)) yyleng = yyleng - 1 break } state = advan(t) yylsta(lsp) = state lsp = lsp +1 goto 2001 } t = r + match(ich) if(t <= yytop && state == verif(t)){ if(advan(t) == YYERROR){ call unput(yytext(yyleng)) yyleng = yyleng - 1 break } state = advan(t) yylsta(lsp) = state lsp = lsp + 1 goto 2001 } } else /* @(#)lib.b.sh 1.1 */ scale = 20 define e(x){ auto a, b, c, d, e, g a=1 b=10 c=b d=1 e=1 for(a=1;1==1;a++){ b=b*x c=c*a+b d=d*a g = c/d if(g == e) return(g/10) e=g } } scale = 20 define s(x){ auto a, b, c, d, e, g, y y = -x*x a=1 b=x c=b d=1 e=1 for(a=3;1==1;a=a+2){ b=b*y c=c*a*(a-1) + b d=d*a*(a-1) g=c/d if(g==e) return(g) e=g } } scale = 20 define c(x){ auto a, b, c, d, e, g, y y = -x*x a=1 b=1 c=b d=1 e=1 for(a=2;1==1;a=a+2){ b=b*y c=c*a*(a-1) + b de__.SYMDEF:_main:_s_rnge4 _abort_V _getarg_L_iargc__getenv_<_signal__s_stop0_s_paus_system__pow_ci"_pow_dd_pow_di_pow_hhX_pow_iiN_pow_ri_pow_zi!_pow_zz#_c_abs&_c_cos&_c_div'_c_expd*_c_log+_c_sin,_c_sqrt-_z_abs/_z_cos0_z_div1_z_exp>4_z_logh5_z_sin6_z_sqrt7_r_abs9_r_acosH:_r_asin:_r_atanl;_r_atn2;_r_cnjg<_r_cos:=_r_cosh=_r_d=d*a*(a-1) g=c/d if(g==e) return(g) e=g } } scale = 20 define l(x){ auto a, b, c, d, e, f, g, u, s, t if(x <=0) return(1-10^scale) t = scale scale = 0 f = 1 s = x while(s > 0){ s = s/10 f = f + 1 } scale = t + f f=1 while(x > 2){ x = sqrt(x) f=f*2 } while(x < .5){ x = sqrt(x) f=f*2 } u = (x-1)/(x+1) s = u*u b = 2*f c = b d = 1 e = 1 for(a=3;1==1;a=a+2){ b=b*s c=c*a+d*b d=d*a g=c/d if(g==e){ scale = t return(u*c/d) } e=g } } scale = 20 define a(x){im^>_r_exp>_r_imag?_r_int?_r_lg10@_r_loghA_r_modA_r_nintC_r_signC_r_sinD_r_sinh&E_r_sqrtE_r_tanJF_r_tanhF_srand_nG_irand_nG_rand_nG_d_absH_d_acosFI_d_asinI_d_atanjJ_d_atn2J_d_cnjgK_d_cos8L_d_coshL_d_dim\M_d_expM_d_imagN_d_intN_d_lg10O_d_lognP_d_modQ_d_nintR_d_prodR_d_signVS_d_sin,T_d_sinhT_d_sqrtPU_d_tanU_d_tanhtV_i_absW_i_dimW_i_dnntnXnput(yytext(yyleng)) yyleng = yyleng -1 } } yyprev = lexshf(yytext(yyleng)) yylsp = lsp yyfnd = yyfnd + 1 yylook = r yytext(yyleng+1) = 0 return } call unput(yytext(yyleng)) } if (yytext(1) .eq. 0){ yylook=0 return } yyprev = input(dummy) call output(yyprev) yyprev = lexshf(yyprev) yyleng = 0 goto 1776 end integer function yyback (isub, n) common /Lvstop/ vstop integer vstop(Svstop) if (isub .ne. 0) while (vstop(isub) .ne. 0){ if (vstop(isub) .eq. auto a, b, c, d, e, f, g, s, t if(x==0) return(0) t = scale f=1 while(x > .5){ scale = scale + 1 x= -(1-sqrt(1.+x*x))/x f=f*2 } while(x < -.5){ scale = scale + 1 x = -(1-sqrt(1.+x*x))/x f=f*2 } s = -x*x b = f c = f d = 1 e = 1 for(a=3;1==1;a=a+2){ b=b*s c=c*a+d*b d=d*a g=c/d if(g==e){ scale = t return(x*c/d) } e=g } } scale = 20 define j(n,x){ auto a,b,c,d,e,g,i,s s= -x*x/4 if(n<0){ n= -n x= -x } a=1 c=1 for(i=1;i<=n;i++){ a=a*x c = c*2*i } b=a d=1 e=1 fm){ yyback = 1 return } isub = isub + 1 } yyback = 0 return end exshf(yytext(yyleng)) yylsp = lsp yyfnd = yyfnd + 1 yylook = r yytext(yyleng+1) = 0 return } call unput(yytext(yyleng)) } if (yytext(1) .eq. 0){ yylook=0 return } yyprev = input(dummy) call output(yyprev) yyprev = lexshf(yyprev) yyleng = 0 goto 1776 end integer function yyback (isub, n) common /Lvstop/ vstop integer vstop(Svstop) if (isub .ne. 0) while (vstop(isub) .ne. 0){ if (vstop(isub) .eq. or(i=1;1;i++){ a=a*s b=b*i*(n+i) + a c=c*i*(n+i) g=b/c if(g==e){ return(g) } e=g } } cale + 1 x= -(1-sqrt(1.+x*x))/x f=f*2 } while(x < -.5){ scale = scale + 1 x = -(1-sqrt(1.+x*x))/x f=f*2 } s = -x*x b = f c = f d = 1 e = 1 for(a=3;1==1;a=a+2){ b=b*s c=c*a+d*b d=d*a g=c/d if(g==e){ scale = t return(x*c/d) } e=g } } scale = 20 define j(n,x){ auto a,b,c,d,e,g,i,s s= -x*x/4 if(n<0){ n= -n x= -x } a=1 c=1 for(i=1;i<=n;i++){ a=a*x c = c*2*i } b=a d=1 e=1 f/usr/lib/lib.b 644 2 2 3140 3415574236 6367 /usr/lib/libF77.a 644 2 2 76254 3416562642 6711 HHHHHHHXiy999999H_xargc _xargv _main"csav _signal _ldfps _f_init _MAIN__ _f_exit cret __iob_signal_"csav _signal cret s_stop.o:y`7 0 , 5  &@ E& A 5 u   w@ E? STOP statement executed (8)(H(8Yhy))_s_stop"csav __iob _fprintf __flsbuf _f_exit _exit _fflush _fprintf _abort _exit s_rnge.o:j`7N  %  '@ E& %_ A@e@ f& e @ E?  !@ E& % I < 8w4@ E?4 0Subscript out of range on file line %d, procedure . Attempt to access the %ld-th element of variable . (8)(H cret s_paus.o:d7 d " 5  5@ E& A 5 u k  R v @ E?h dNE F%g" > ,E $%o   E % #    e\  w7wPAUSE statement executed To resume execution, type go. Any other input will terminate job. (9)))(H(8Yiy))_s_rnge"csav __iob _fprintf __flsbuf __cleanu _abort cret abort_.o:T7 wFortran abort routine called (8IYi_abort_STOP To resume execution, execute a kill -%d %d command Execution resumes after PAUSE. (8)(H(8)X(8)(h)))))(h)))(h))(8y(8(8_i_indxXY_i_lenZ_i_modT[_i_nint\_i_sign\_h_abs]_h_dim\^_h_dnnt^_h_indx__h_len`_h_modPa_h_ninta_h_signb_l_geFc_l_gtd_l_led_l_lte_hl_genf_hl_gt0g_hl_leg_hl_lth_ef1asc_vi_ef1cmc_Lj_s_catk_s_cmpl_s_copyBn_erf_o_erfc_p_derf_p_derfc_:q_cabsq_tanhVs_sinht_cosht_mclock_w_outstr_x_suboutyVersion.o:d* @(#)LIBF77 VERSION 2.01 "csav __iob _fprintf __cleanu _abort cret getarg_.o:\<7D@ f& &%  @ m Ԕ  5  u ˋԕ  5 u wz)9I_getarg_"csav _xargc _xargv cret iargc_.o:.`07 w11 AUGUST 1980 main.o:P>7ww   5  5   v r nwj7fP  wT7Pc  w>7:l  w(7$ x  w7   w7D  %      wFloating ExceptionIOT TrapQuit signalInterruptKilled%s 9 )9_iargc_"csav _xargc cret getenv_.o:KT07 BBm Cԥ=*̋( =  ˥ C @e    wv)9_getenv_"csav _environ cret signal_.o:`l07Nf w(9av _system cret pow_ci.o:J<7 =5@05Nfefe %5=@50w(9_pow_ci"csav _pow_zi cret fltused pow_dd.o:<7=&=& ew)9_pow_dd"csav _pow cret fltused pow_di.o:07@5=5@zz.o:kx7 @0&=& e& e5=&@0& e5=5Aqu& e5@05}u5& re5=5& \e5A1wH)9IYiy_pow_zz"csav _cabs _log _atan2 _exp _cos _sin cret 55   55wA@  5u@555555A@v5uv5)_pow_di"csav cret fltused pow_hh.o:T$7uu AApu5Aupu @@wfltused c_abs.o: <7@0&=& ew)9_c_abs"csav _cabs cret fltused c_cos.o:,^`7@0& e&=& e=@0& e&=& eA1w)9IYi_c_cos"csav _cosh _cos _sinh _sin cret fltused c_div.)_pow_hh"csav cret pow_ii.o:07 @u5v@  w @555 fffe eA@v5uv fffe peA@)99_pow_ii"csav cret almul pow_ri.oo:P<7 =5@5@05@55515 =Aq5@0uAW@5=5Aq5=@05}'@0}5uAW@5=Aqu5=@0}u5A1w):307@5=5@55   55wA@  5u@555555A@v5uv5)_pow_ri"csav cret fltused pow_zi.o:SP<7@55@=@0  f XA@  9_c_div"csav _abort cret fltused c_exp.o:VT7=& e5@0& e5=@0& e5A1w)9IY_c_exp"csav _exp _cos _sin cret fltused c_log.o:NT7=&@0& eA1@0&=& e& e=_s_paus"csav __iob _fprintf __flsbuf _isatty __filbuf _f_exit _exit _getpid _signal _pause cret system_.o:V07D  W-A@ BBaeCe ̋ Ne w(9_system_"cs 5uNfe 5=5Aqu5=5Aqu15=A@v5uv!5uA5A55555=5@05w(9_pow_zi"csav _z_div cret fltused pow_w)9IY_c_log"csav _atan2 _cabs _log cret fltused c_sin.o:(\`7@0& e&=& e=@0& e&=& eA1w)9IYi_c_sin"csav _cosh _sin _sinh _cos cret fltused c_sqrt.o:9IY_z_log"csav _atan2 _cabs _log cret fltused z_sin.o:(\`7@0& e&=& e=@0& e&=& eA1w)9IYi_z_sin"csav _cosh _sin _sinh _cos cret fltused z_sqrt.o:H7@0&H7@0&=& e5@@0F=5@& e=@0}AA1+5}@& |eA1@0@01@0AqA=w6)99I_c_sqrt"csav _cabs _sqrt cret fltused z_abs.o:=& e5@@0C}=5@& e=@0=AA1'5=@& |eA1@p01@0A1A=w<)99I_z_sqrt"csav _cabs _sqrt cret fltused r_abs.o:p07=w=$ <7@0&=& ew)9_z_abs"csav _cabs cret fltused z_cos.o:;,^`7@0& e&=& e=@0& e&=& eA1w)9IYi_z_cos"csav _cosh _cos _sinh _sin cret fltused z_div.o:YH<)_r_abs"csav cret fltused r_acos.o:x<7=& ew)9_r_acos"csav _acos cret fltused r_asin.o:x<7=& ew)9_r_asin"csav _asin cret fltused r_atan.o:x<7=& ew)9_r_atan"csav _atan cret fltused r_7 =5@5@05@555/5 =A15@0uAW@5=5A15=@05=(@0=5=uAW@5=Aqu5=@0}u5A1w)atn2.o:"<7=&=& ew)9_r_atn2"csav _atan2 cret fltused r_cnjg.o:8"07==@0A1w)_r_cnjg"csav cret fltused r_cos.o:Rx<7=& ew)9_r_cos"csav _cos cret fltused r_cosh.o:fx<7=&9_z_div"csav _abort cret fltused z_exp.o:oVT7=& e5@0& e5=@0& e5A1w)9IY_z_exp"csav _exp _cos _sin cret fltused z_log.o:NT7=&@0& eA1@0&=& e& e=w) ew)9_r_cosh"csav _cosh cret fltused r_dim.o:{x07=}w)_r_dim"csav cret fltused r_exp.o:x<7=& ew)9_r_exp"csav _exp cret fltused r_imag.o:`07@0w)_r_imag"csav cret fltused r_in)I))_srand_"csav cret _irand_"lmul _rand_"Nfltused d_abs.o:x07}=w=)_d_abs"csav cret fltused d_acos.o:x<7=& ew)9_d_acos"csav _acos cret fltused d_asin.o:x<d_nint.o:8<7} =@& ew@=& e)9)_d_nint"csav _floor cret fltused d_prod.o:d07=}w)_d_prod"csav cret fltused d_sign.o:2>07=5555}555w)_d_st.o:.<7=& ew=& e)9)_r_int"csav _floor cret fltused r_lg10.o:<7=& e7w?[7r()9_r_lg10"csav _log cret fltused r_log.o:x<7=& ew)9_r_log"csav _log cret fltused r_mod.7=& ew)9_d_asin"csav _asin cret fltused d_atan.o:x<7=& ew)9_d_atan"csav _atan cret fltused d_atn2.o:<7=&=& ew)9_d_atn2"csav _atan2 cret fltused d_cnjg.o:+"07==@0A1wo:P<7=}5@& e 5& e5=}uw))9_r_mod"csav _floor cret fltused r_nint.o:6<7= @& ew@}& e)9)_r_nint"csav _floor cret fltused r_sign.o:'407)_d_cnjg"csav cret fltused d_cos.o:@x<7=& ew)9_d_cos"csav _cos cret fltused d_cosh.o:Zx<7=& ew)9_d_cosh"csav _cosh cret fltused d_dim.o:qx07===w)_d_dim"csav cret fltused d_exp.o:==5=5w5)_r_sign"csav cret fltused r_sin.o:<x<7=& ew)9_r_sin"csav _sin cret fltused r_sinh.o:Wx<7=& ew)9_r_sinh"csav _sinh cret fltused r_sqrt.o:lx<7=& ewx<7=& ew)9_d_exp"csav _exp cret fltused d_imag.o:`07@0w)_d_imag"csav cret fltused d_int.o:2<7} =& ew=& e)9)_d_int"csav _floor cret fltused d_lg10.o:<7=& e)9_r_sqrt"csav _sqrt cret fltused r_tan.o:x<7=& ew)9_r_tan"csav _tan cret fltused r_tanh.o:x<7=& ew)9_r_tanh"csav _tanh cret fltused rand_.o:,`T7@7T7Pw7mNA<6 ee90@ w&7 vE@w7 Hw7w?[7r()9_d_lg10"csav _log cret fltused d_log.o:x<7=& ew)9_d_log"csav _log cret fltused d_mod.o:N<7==5@& e 5& e5=}uw))9_d_mod"csav _floor cret fltused u-ۇ wpA@e@ )_i_indx"csav cret i_len.o:T$7A@w)_i_len"csav cret i_mod.o:%,07@f&@f& ew)9_i_mod"csav lrem cret cret l_gt.o:3807ff f fff e   w)9_l_gt"csav _s_cmp cret l_le.o:H807ff f fff e   w)9_l_le"csav _s_cmp cret l_lt.o:c807ff f fff e   i_nint.o::@<7=@& e @}& e &w))9_i_nint"csav _floor cret fltused i_sign.o:VP$7@ @  5u@ @wA@  )_i_sign"csav cret h_abs.o:lh$ w)9_l_lt"csav _s_cmp cret hl_ge.o:y407ff f fff e  w)9_hl_ge"csav _s_cmp cret hl_gt.o:407ff f fff e  w)9_hl_gt"csav _s_cmp cret hl_le.oign"csav cret fltused d_sin.o:Kx<7=& ew)9_d_sin"csav _sin cret fltused d_sinh.o:bx<7=& ew)9_d_sinh"csav _sinh cret fltused d_sqrt.o:wx<7=& ew)9_d_sqrt"csav _sqrt cret fltused d_tan.o:x7 @w@ )_h_abs"csav cret h_dim.o:l$7}/@@w )_h_dim"csav cret h_dnnt.o::<7} =@& e @=& ew))9_h_dnnt"csav _floor cret fltused h_indx.o:p$7 @ @ 5@<7=& ew)9_d_tan"csav _tan cret fltused d_tanh.o:x<7=& ew)9_d_tanh"csav _tanh cret fltused i_abs.o:($7@ w@  )_i_abs"csav cret i_dim.o:>$7@B "2,@B @m55 @@m5uu-@ A H u- w@ )_h_indx"csav cret h_len.o:L $7@w)_h_len"csav cret h_mod.o:\$7A =r@w)_h_mod"csav cret h_nint.o:8<7=@w )_i_dim"csav cret i_dnnt.o:B<7} =@& e @=& e &w))9_i_dnnt"csav _floor cret fltused i_indx.o:t$7A @@ A e@ 5u@@m55 5 @@m5uu-@ A Heu u-& e @}& ew))9_h_nint"csav _floor cret fltused h_sign.o:.$7 @@ 5 w@ )_h_sign"csav cret l_ge.o:807ff f fff e   w)9_l_ge"csav _s_cmpw@)_s_cat"csav cret s_cmp.o:@$7DC Bm @m5u- u- C-̢ ̢@  C-˥  ew ̥   %zگ\.0l4aѶoqB;%zmGt -ϭ)))9)9))_sinh"csav _exp cret _cosh"fltused mclock)_s_cmp"csav cret s_copy.o:4(z$7@@m 5u- u-  u-$}  @@m5}  u-  u-w)_s_copy"csav cret erf_.o:Jx<7=& ew)9_erf_"csav _erf cr_.o:$07 Ne AAmAm w(9_mclock_"csav _times cret outstr_.o:F<7DE&  E?   w(8)))I_outstr_"csav __iob __flsbuf cret subout.o:/h`7N  %  '@ E& %_ et fltused erfc_.o:fx<7=& ew)9_erfc_"csav _erfc cret fltused derf_.o:{x<7=& ew)9_derf_"csav _erf cret fltused derfc_.o:x<7=& ew)9_derfc_"csav _erfc cret fltused cabs.o:p<7A@e@ f& e @ E?  !@ E& % F < 8w4@ E?4 0Subscript out of range on line %d of procedure . Attempt to access the %ld-th element of variable . (8)(H(9)))(H(8Yiy)):407ff f fff e  w)9_hl_le"csav _s_cmp cret hl_lt.o:407ff f fff e  w)9_hl_lt"csav _s_cmp cret ef1asc_.o:>07@ f&@e@ Ef&ff e w5555 5 5 5 5 555 555 55 55w5 55@& |e55)9_cabs"csav cret _sqrt fltused tanh.o:(hH7@55 555B55w5& e&5& e5@)9_ef1asc_"csav _s_copy cret ef1cmc_.o::07@ f&@f&ff e  w)9_ef1cmc_"csav _s_cmp cret s_cat.o:$7@ 55 }   u-:u@t@mf&A &%  @t@m5A 5 u @ @m5   )9I_tanh"csav cret _cosh _sinh fltused sinh.o:H@8H7555B5(5& e@A5 5& e&5& eD@Aw@555757575755uwuwuw557555B5 5& e@Aw5& e&5& e/usr/lib/libI77.a 644 2 2 216614 3416562704 6727 0 0  @  N N @ LN 5uAA f&ff e5u   AA f&fe eAA f&fe ne fff e@ _ _f eNfe eA   f&  fff eNfNfe e5e5@@m A A     &  @  H6 _ fff e__.SYMDEF:T_f_back_s_rdfeH_c_dfeH_y_getcH_y_errH_y_rskH_s_wdfeH_y_putcH_y_revH_e_rdfeH_e_wdfeH_s_rdueR_c_dueR_s_wdueR_e_rdueR_e_wdueR_z_getc"_z_putc"_z_rnew"_s_rsfi"_c_si"_y_ierr"_s_wsfi"_z_wnew"_e_rsfi"_e_wsfi"_f_inquF,_f_rew9_s_rsfej;_x_getcj;_x_endpj;_xrd_SLj;_x_revj;_rd_edA_rd_IA_rd_LA_rd_AA_rd_AWA_rd_FA_rd_nedA_rd_eN u55u W- 5 5 backspacebackspacebackspacebackspace)8)8)8IXhxPOSA_rd_HA_s_rsueV_c_sueV_s_wsueV_e_wsueV_e_rsueV_do_us^_do_uio^_do_ud^_s_wsfec_x_putcc_xw_endc_xw_revc_x_wSLc_pr_putc_e_rsfek_c_sfek_e_wsfek_pars_fn_f_sn_op_genn_f_listn_i_temn_ne_dn_e_dn_gt_numn_ap_endn_en_fion_do_fion_type_fn_fmt_bgn_s_rsnex_c_nlex_getwordx_finditx_getvarx_s_wsnex_s_wslef_t_putcf_l_writef_e_wslef_lwrt_If)8_f_back"csav _errno _fatal cret _units _t_runc _nowread _lwrt_Lf_lwrt_Af_lwrt_Ff_lwrt_Cf_ltabX_t_getcX_e_rsleX_l_readX_l_RX_l_CX_l_LX_l_CHARX_rd_intX_s_rsleX_c_leX_do_lioX_f_open6_isdev6_fk_open6_f_closh_f_exith_flush_h_g_char_b_char_inode_mvgbt_f_end_t_runc_mv_cur_w_ed_wrt_I_wrt_IM_wrt_L_wrt_A_wrt_AW_wrt_E_wrt_G_wrt_F_w_ned_wrt_AP_wrt_H_F_err_fatal_ftell lrem aldiv almul _fseek _fread dfe.o: 8L7   N p5w    r77 @  drd d X 7P J F >N p5w,7 (7 &   *77 @  dd d 7 w7 w77 7  w|7v7r_subout"csav __iob _fprintf __flsbuf __cleanu _abort cret ange on line %d of procedure . Attempt to access the %ld-th element of variable . (8)(H(9)))(H(8Yiy))_f_init_canseek_nowread_nowwrit_icvt_ecvtL_fcvtL_ten_powL_ltostrVVersion.o:\l. @(#) LIBI77 VERSION 2.05 5 NOVEMBER 1981 backspace.o:v8(7.@  ,@ C@  ee e, 9@  j"j j@  rl,r rwTAAWp&eu@  @  ,wpwh 7b7^7Z@  ,@ U@  e(#e e>@f& e ;@  h,h h +@  f0f fwAAWp&ew~ ztrn d  @  4@7 : @ee@ f&A f& ef& e0 0  7 $ !-%   E -w7   w_pars_f _errno _fatal _fmt_bg _s_wdfe"_nowwrit _y_putc"*_putn _w_ed _w_ned _y_rev"_e_rdfe"T_en_fio _e_wdfe"b_sequent _externa _formatt _elist _recpos _scale _cursor _fk_open _units _cf lmul _fseek __filbuf __flsbuf due.o:x"D7 N x5w    7 N x5w7 7    7  pl b X TE5% @<-8%@   7   8 7 -%  fE w AEH  npAn n7VR%-F w<8-4 ( 7 7  nFn nwstartiostartwrtstartchkdfedfedfereadingddoutdfe))9Yiiy| t@  ,@ @  eBe ew* w$7w7w AAWp&eww '@f& e @  hh h  @  fpf fV  @   2@  rr r_ A f&@ee@ f& ef& e0 0  _7%- wA f&y 9IXix))9Yiiy 9IXixYY99IIYYiyixixx elA f&^ Z f& PevB  2  7 dwstartioduecduecduecduesyserr9IIYYh9IIY9  Y)Y9YIYixYyyyyyIyyyyyyyYyYyyyyiiiiixiyyyYYYYIhYY9YIhYI)9_s_rdue"csav _c_due"xcret _reading _curunit _nowread _s_wdue">YiixyyYyyyiixY_s_rdfe"csav _init _f_init _c_dfe"pcret _reading _curunit _nowread _y_getc"r_getn _rd_ed _doed _rd_ned _doned _y_err"_donewre _dorever _y_rsk"_doend _fmtbuf _nowwrit _init _f_init _errno _fatal _formatt _sequent _recpos _externa _units _elist _fk_open _cf lmul _fseek _e_rdue"P_ftell lrem _e_wdue"iio.o:H n,7-   n r  w 2   nvn n7r-nl!f  nV}n n r 2 . w($ 2  plus _cblank _e_rsfi"_en_fio _e_wsfi"_elist inquire.o: Xl7 @ H Ne@  f&@& eNe 5 5 5 AWp&u,u,AWp& AWp&eu %5 5 @ ,@  AWp&eu5 @ &       @ @ 0 @    &   @ @ A r&&YYYYiy 7 f&  elw7 w7 N 5w >77 7x N 5wd7 `7 ^VPJ>7B7>8 70@7 &" @  dd dw  w77w7 7  w w77ww 777f& f& zemrwn 7f r  V RN HD2 7 : 6w27. (57 w7 5@ @    @  @ @ 0 @ 2  @f&@&fe @ @f&@&@& e@ , ) &@ @ f&@&@ f&@& Pe@ "/   @ @&$f&@&"@&$f&@&" e@ (/   @ @,*f&@&(@,*f&@&( e@ ., 7  2 r @w 2 r  7  nn nwendfilerecendinwriterecendstartintiioi )y II))yi )y II))i)99) Ii@  @20f&@&.@20f&@&. e@ 4, @  @86f&@&4@86f&@&4 e@ :> @  @><f&@&:  @><f&@&:@><f&@&: 6e@ @ @&@@ @ B# @ A f&f f& ee@ BBr @ D4 1@  )@  @HFf&@&D(9Iiyi9iyiy ))99IYYii)I9) ) i II)I9ii9)II) iy@HFf&@&D  Ne wDdirectsequentialnoyesyesnounformattedformattednoyesyesnounknownzeroblank(8HHHHH_icptr _icend _svic _icnum _icpos _z_getc"csav _errno _fatal cret _z_putc"_z_rnew"lmul _s_rsfi":_c_si"_reading _rd_ed _doed _rd_ned _doned _getn _y_ierr">_donewre _dorever _doend _s_wsfi"_w_ed _w_ned _putn _z_wnew"_fmtbuf _pars_f _fmt_bg _formatt _sequent _externa _scale _cHYYY  (9Hix ))99 H XY YXh9 YY_s_rsfe"csav _init u  5@ 5 575 % 5AWtq575 % 5AWtq5 55 W- 5=5=s7_h _h7 5  5w% @ =  A 5 u  7A 5 Fu B5  5@w f A @A &% 5  P5%  =  A 5 u 5  5%  =  u-5    _f_init _c_sfe cret _reading _sequent _formatt _externa _elist _recpos _cursor _scale _fmtbuf _units _curunit _cf _pars_f _errno _fatal _x_getc"n_getn _rd_ed _doed _rd_ned _doned _fmt_bg _x_endp"_doend _xrd_SL"_donewre _x_rev"_dorever _cblank _cplus _nowread __filbuf _ungetc rdfmt.o:[t7  5@  A @C f&A &% 75  5w%  @=  u-7Zu}@p 65w,%  @= TTTTTT$: "nO(k1_p6Afmtfmtrd_ed, unexpected code: %d %s rd_ned, unexpected code: %d %s )9IXiyyyyyyY_f_inqu"csav _g_char _inode _units _b_char _ftell ldiv cret rewind.o:Ll7 @  ,@ .@  ee e '@  jj jwAAWp&eu @ @  N N N @0 nV n nw  m    e7 x@  x`  jPZ j j6f^  e  f f@&f .e:@f  *f ff ef f@&f f f@&@&f e 5_z0h_@7`@  x. Hf}  e 0@ w @@& Z  @7l@ 7@0  rewindrewind)8)8IXhx_f_rew"csav _errno _fatal cret _units _nowread _t_runc _rewind rsfe.o:,7   N 5w    w 777 @7 77D `@e55 5  5w%,% }  =@e5 -75 +0 B >*& fe ,e 09Ae f&ff& eee@ 5u   A@  5u W- } W- }@pHs7t_X _X7fX@e5 R5wH%,% }  =@e5 . t@ @ 0  AWp&ew|zv @  dZd dn>82 .("777 7    7      E5% % 77w7   wtp f \ XE5%%  >8f @% 7   7 w7 wstartio))9HYiiyyft77j@e555  5w @  ,= =@e5 -&5 +  4 05 B095 BAeA5  5 . 5 %de0 0 :95 BAeA5 0  x t5 Bb -5 + 5  +@@5'9AWp B`eu 0   AWp umartstartiosuesuesue)99Iiyy)99Iiyy( 8)iIIYYiixI)i)i)))i)( 88i)8i_recloc _s_rsue"csav _init _f_init _c_sue"^cret _reading _recpos _curunit _nowread )i_rd_ed"csav _getn _elist _errno _fatal cret _cursor _recpos _curunit _cf _fseek _fmtbuf __iob _fprintf _abort _rd_I"._rd_L"_rd_A"_rd_AW_cf _reclen _fread _errno _fatal _s_wsue"_nowwrit _ftell _fseek _sequent _externa _formatt _units _elist _fk_open _e_wsue"_fwrite _e_rsue"uio.o:7  <f f@f& emw-  nn nw@&f f e f f@f& ^emVwRN@&f f 74 0 ,f fff ew f ff9IXIiyyy)i"D_rd_F":_rd_ned"_rd_POS"_rd_H"Z_donewre _cblank almul lmul _scale _ten_pow fltused sue.o:r4D \7   N ^5w 7     e%= @  dD J0@  20J&  7   N ^5w7 7 7     7wI)iI)i&  e 7@  ,@ @  elPe ewT wL7F7Bw@7 :7 8AAWp&ew"w '@f& e @  rXr r  "@  g\  @  `g gj  7\T e< 5u ,&" e e ff e w7e&&  e wstartst)IYY iyiy99_reclen _do_us"csav _reading lmul _recpos _elist _errno _fatal cret _cf _fread _fwrite _do_uio"_sequent _do_ud" _curunit wsfe.o:  f4$f fwAAWp&eu @  7 wstartiosfesfe)9IixixixII_e_rsfe"csav _en_fio _fmtbuf cret _c_sfe"_errno _fatal _fk_open  7   N 5w7 7    w 777 7 7 @7 AWp&ewzvtp @  dTd d82,4&T  7 7  77   7   fE  AEHw7 %   DfEv > --)7 7 %0 H > :ȕ #%1(  _units _e_wsfe" fmt.o:D D7 777 f 0 5w 7  @ ȥ( w %w & f e N 5  @7X 1  N $5  , )  &  e @w & & 7)@Nef  Nef  @wNef . 5 & f e5 Nf 0 7P5 @ ȕ   AEHw7 7 7 w7   w7    w7@wstartio))9HYiiyy)8IXy)99IIX))h))Y r y  & & !_ zZ & & _ & & _  @pP & & f_ & & _ Nef . 5@ H) P X h  p x_ @ 5 & f_ & f_ f f eum_ & f eN =As  @rRNef . 5  & f_4 &  _T _T t _  wp _ _T _T  & )))h))))))))))YyYyYyY_s_wsfe"csav _init _f_init _c_sfe cret _reading _sequent _formatt _externa _elist _recpos _cursor _nonl _scale _fmtbuf _units _cur_  _T  & &  e } _J _T _  @sS__ _ _T  @lL_ _ _< __T _ _T _T _785 5 uNef . 5 & f e@ A .C x Nef . 5 -.  Nef . 55 E'e# ff% e } P} wDf 7f f@f& emwp F%B  nn nB@&f f e  B r )\  L  2 .&@&f f e weof/uioeof/uioeof/uio)99IYY iyI )unit _cf _pars_f _errno _fatal _x_putc"_putn _w_ed _doed _w_ned _doned _xw_end"4_doend _xw_rev"T_dorever _x_wSL"_donewre _fmt_bg _cplus _cblank _nowwrit __flsbuf _pr_put"T_workdon sfe.o:7 57 w7 @  ,@ U@  ee e>@f& e ;@  rd r r (@ Nef . 5Nff%Nef . 5  & f Nef . 5  & f  09Nef . 5  & f_ & & _Nef . 5 _.  Nef . 55  ff_Nef . 5 _.  Nef . 55  ff_Nef . 5 _. & f_ Nef . 5 fyf _72 ,te5%,   % }@p@p@p  w75 5 }@w0AWp B`eu u 9 7d & & fe ew>7:5 E,f  e  d d d_ f  te5 H  ł xR um A B _ r ه_   x _ h ^ Xf fff DY)ye56  (&  ]     D  Ap_"  Ap_"   _"   7_& 7x7t@7j   ` \ wR N H5_& _" 0 *_" 7 "7 _"  _" @7_" 7 7 _"  _" 7 77777 77w7@  x @w 7p u  Z  dJ }Y)))))yYy }@ d w`BP d"P d": R " x      h n t z ` ` ` ` ` ` ` ` ` format too complicated: %s unknown code in do_fio: %d %s do_fiofmtfmtbad stringY)9yYy9YyY)))Y8YY8yy YY8iiHY8YiiiH)YiY9yYyY)yyy)9999IYYYYYy)iYyyI9yYyYy 6 5w w77w wv7p7lwjd    @5 : 0  ȕ   &  ȕ&f    ȕ    ȕ @e5f z p= ` \ȕ=@ 5@5Z5V$ '  ȕ'u' @ E& '  A EH IIIY))9Yiiyy_syl ` _parenlv _pc _revloc _pars_f"csav _f_s"0cret _op_gen"_f_list"_i_tem"$_ne_d"_e_d"_gt_num"._ap_end" _fmtbuf __iob _fprintf _abort _cnt _ret _cp _rp _workdon _nonl _en_fio"_do_fio"_elist _errno _fatal  ȕ' 6, 0@5@ _ xZ Nev fe % xn 7 5 C   ,  / 1* 5@ L5Am@ W P 7 p 5 @  A 5 u w87455555@5$ B5e %P 7 7 &  fe e e%P 7 &  fe e w|7xte%P 7 ^ ( 5& e, 5 & e) w75 -@  x u @55ff %@@m 5 A B r ȇ w==  5 x5 f5% %,Rf D_ % 45%*B&  p  p p    w7 5f 5%. 5@ F T f t@7lf` \5 %7D@  % $f _ _ _ _7 / +f  % 5%*'  p p pw7 5y)9HXXXXYtf f5%'%"&u J F@ N 7*5 "9  (q +@  % % f _   q q5 0% 4%0 u-)%_p % 3@\ u-} D5A@ u-eN" 7@m 5 5A@  u-f = _ 7   N 5w   XXyYX))9H)9HX))Xy|7 x7 v7 pl  \  7N#H@  ,@ =@  e+e e&@f& e +@  f1f fw 77wAAWp&ew |  @  g\5g g 7>@f&f f ff e wddddttX)YX)9H)9HyXX)YX pt p p55Ne :5Bf  (5%. 5f  5& @Ne :5  5 Ne :5f @ 55 57z _@ 555 5 B5 u-5555 5 B5 555 5 B5 5u 5557_@7  5 %-%+&   B5DLlist inlist inlist inrepetition%dcomplex formatlreadno starlread%lfno comma%lfno )%dno starlreadlogical%dno starno quoteno spacelist iostlerliolioYiyiYiyY)9Hyi9)X9@5 vh& 555= w@78 2_.7 ( $5%(`  % 5 % %,_4f      p p pZ  p  E N %% >5%*!0f "        5%(_f w 5 f   % 5 %))X))999H9  YyYYiiyy9) iiY9H9Hy)iiii9HY y@ _Ne@  f&@& eNe  B2 r @555 55Ne 5_p_N7$f fcfe e uu @e5Ne 5 5 %ln5%pr5# 5 5 Ne w(7$ Nef % @E5%%@w    openopenopenno spacerr+w+openropentmp.FXXXXXXopenfort.%ldsdfu_lioproc _ltab# _l_comma _l_first _t_getc"csav _curunit cret _cf __filbuf _e_rsle"h_lquit _lcount _ltype _lchar _lx _ly _l_read"_elist _errno _fatal _ungetc _l)8IX)8hx)))8)8_R"_l_C"_l_L"_l_CHAR" _b_char _rd_int":__ctype _fscanf _free _malloc _realloc _s_rsle", _init _f_init _c_le" _reading _externa _formatt _nowread _fmtbuf _fk_open _recpos _scale _units _do_lio" fltused open.o:Z 7@  ,@ @  e&e ewAAWp&eu _x@Ap@  z@ )8)@0 0 @ @ @0 0 @n  x@f@ @ @   k+k kNe@  f&@& e@0 "0 $@ _o_ fe _@  RP0F <_N5q q_NNe@& @0 0 Ne  >fe = T@  Ne@fe = Cfe =& f e @  F@ hx(8hHiIxI)9HyX)9X)HXY))9Kfe =:& f e@0 0 N &@ Ne  Br2 &W #@  l@ _ _2_Ml l_N@   @  N _N@$ "Rfe Ne Ne  A1@ _@  _q_@0 "0 $@   _ _^_*Ne@  f&@& e fe %fe  @ @ _z& _f_open"csav _errno _fatal cret _units _g_char _access _strcpy _isdev"_fopen _fseek _canseek _inode _rewind _mktemp _strlen _malloc _creat _close _f_clos _fk_open",_sprintf _stat close.o:<N7 @ H,DAAWp&eu 7@0 0 @ > d+ k@  N u^@-`A-b@  @ fej @  N Nej fej 5h & f _ + @&fej e @&fej-! e0  Ned d_Z  _o_N `W-bfbfez e5f 5 `u bubf fAf 5`ub `Nhfffez e ` bNh 5 f \5d%_| f% f  7o o_Nh Nej _N  @ @ @0 = wXN @  @ ",$7$  5 5 u Ne %w7 5 AWp& AWp&N %w(8HYhyHy?endfiletmp.FXXXXXXw/bin/cpcp/usr/bin/cpcpno cp endfileendfile)8HXyyX((y_f_clos"csav _units _t_runc _fclose _abort _free cret _unlink _f_exit"_flush_"_fflush util.o:T7@@m 5@ @m 5@0= u- } u-w7 5 }   A 5 u    A 5 u w:76Nef w@7 Aupu5;5 75)(8HY8hx_f_end"csav _errno _fatal _units _nowread _t_runc"cret _ftell 3uu A r5u- }ee w@ @mA AmH uu u- } @@mAAmH ))X)_fseek _strcpy _mktemp _fopen _execl __iob _fprintf _exit _wait _fread _fwrite _fflush _fork _fclose _unlink wrtfmt.o:,l 7  'm%  n n n  e7 w  x  jh j j7N J  Bw>@  xl &f  e  f f@&f ef f@)_g_char"csav cret _b_char"f_inode"_stat _mvgbt"endfile.o:H 7 @  ,@ @  ee e0  +AAWp&eu @ @ w@  N N wN7J@  w6N 5`ub& f eN 5\&@&f |e f f@&f f ff ef f@&f f f@&@&@&f @e f f@&@&@&f f f@&@&f 7@  x f  e w@ 7@7@7l@ N@@&  7fD  W- uW-  @5  @55fefeff e5@@5   5   5 5 B5  @-@ A AmAm@55 * f u- wR5  D u- - & "+  5 @& u-. 5 0 @ @-u- @& u-0@Zp:d8p~Xd@>left offfmtw_ed, unexpected code: %d %s w_ned, unexpected code: %d %s )9)))))))))))) 5 * u- w5  u- -  + v 5 @& ` u-7L W- uW-  @5  @55 fefeff e5   5 @@m@-@@m@-$5 * u-j  5  r u-U u-@@@@@55  , u- -  + 5 0 @@999IYix99Yix @-5 @& u- w7  wuu } }@& ` 7X u L  Dw@@  @& & 7 W- uW-  @5  @555  @ @-  tf w7  @&  x A@   wZ7V u   @ A 5  @&  " @   w7    W-==5 I999))))Nefef5& e 5   @@m@-5 * u- wn5  ` @AAm@@- - 6 2+ & f@ -`. 5 0  @-5 @& @m@-O@e-25 @& -. 5 @& p @b@-V N. D 5 @& . u-=5 %d %e - @ 5))))))))+ % %dA rde0& A rdu% A r e0& A r e0f n _7d@5T W-==555575ff f fff e K  5 B55 u-557 @ e5ff fNfNf 2e 55  v u-wb@wZ7V W- ==5 2 ,55 5 B5 -Nefef5& e 5@ @-)))))))))) &@ @ @  &@ @ @0 0  &@ @ @ w7Ne@& @ w 7@0 0 N 5uN@& % w| fff e 7^N 5u@ N@& % N@& % w fff e FVj'D`r_units _init _elist _reading _cplus _cblank _fmtbuf _externa _doed _doned _doend _donewre _dorever _sequent _formatt _getn _putn _cf _curunit _recpos _cursor _scale _F_err#_fatal"csav _perror __iob _fprintf __cleaerror in formatillegal unit numberformatted io not allowedunformatted io not alloweddirect io not allowedsequential io not allowedcan't backspace filenull file namecan't stat fileunit not connectedoff end of recordtruncation failed in endfileincomprehensible list inputout of free spaceunit not connectedread unexpected characterblank logical input fieldbad variable typebad namelist namevariable not in namelistno end recordvariable count incorrect%s: illegal error number %d %s: nu _abort cret _f_init"0_canseek"_fstat _isatty _nowread">_ftell _freopen _fseek _nowwrit"fmtlib.o:`<7D  = A@  5u  ( = 0fw& ff ee0@3& fe xe   =e)9I))))))end of file %d %s: %s apparent state: unit %d named %s last format: %s lately %s %s %s %s IO readingwritingsequentialdirectformattedunformattedexternalinternalrr+w+)))iiyy99))_mv_cur"csav _putn _cursor _recpos _elist _errno _fatal _cf _fseek cret _curunit _w_ed"_fmtbuf __iob _fprintf _abort _wrt_I"_wrt_IM"_wrt_L"_wrt_A"n_wrt_AW"_wrt(HXhHXXh_E"_wrt_G" _wrt_F" _w_ned"_donewre _wrt_AP"N_wrt_H"_icvt _cplus _scale _ecvt _fcvt fltused err.o:T 7%d N $%zNf Nf: @ RfN e x r&&V e ^Ry % @ < * &     e w7  LM nO(k[u+p))Xiy)))_abspath"L4PL10001bL110L13bL16pL21L24L32~abspathcsav pSccsidPstateslashesstktopL6nslashinptrcL7)_ecvt"csav cret L20004 L12NL20022@L20024H_push"L20025jL27L29L34L3_pop"6L30L20005cret ~pushchrptrstktop~pop6stktopchranystr.o3r007 @m N w@(#)anystr.c 6.19_Sccsid0_anystr"~anystrcsav s1s2ic_fcvt"$_ten_pow#\_frexp lmul ldiv _ltostr fltused ltostr.o:h<7D  ff eu5f& ef@e0$A@u5  w)9I_ltostr"csav ldiv lmul cret _ecvt"csav cret L5L6*_any L4&cret bal.o3875C@ wD 5 ̋D%5!@@m5Neff e`AAmA@  ̋D5 ̋@(#)bal.c 6.19 _Sccsid_balbrk"~balbrkcsav stropen_icvt"csav cret lrem aldiv ecvt.o:y\XTx7 fff 5& Jew7fff 5& Jew75 =5555@5 5ȕ0C % _@%_ _0Ne5& e@BA f& eeee@ f& ee u  @ @m5 D   W  C% ett0&55E%/usr/lib/libPW.a 644 2 2 101766 3415001242 6670  ett0&55E` 5WtqT  5 WtqT5e55 &u5f& %5C` ` %  D   W  5a _@ t0T u&55 WtqT 5 uWt1T5B5 & %!_0̥5̕0D-  1   e %9DDm %ӕ0! }@w BCzEG@HPtJ$eabspath.o39P 7 n5 @55P@ K xb/ Nefe  /.5 .//5 %Nefe  u=@#Ne 6%/ u-Ne 6u- Ne 6u-Ӄw7@AH  w7 @5@w@(#)abspath.c 6.10bp/B  / ?  w   x& %fe %Nebfe _reF%8߂_ru-ne   /   5   fe& %%_r 5 Be  /| x?t@_@(#)curdir.c 6.1hsread/writeread only.//etc/mnttabcurdir: cannot open /etc/mnttab! /dev/%s....&_giveup"~giveupcsav dumpL5L68_chdir _signal _abort cret imatch.o3P x7DCԤ̋w @(#)imatch.c 6.19_Sccsid _imatch"~imatchcsav prefixstringL5 L6L4cret index.o3db7DC̋T@ 5 5@ @w@HxHHxhHx@m @(#)index.c 6.19_Sccsidb_index"~indexcsav as1as2s1s2coffsetL20001 L5L20003L4PL82L9FL10Tcret lockit.o3 $87DC, &fe % ffe &*< eNefe  @-_SccsidR_curdirp_flgdL2hL3s_mtab_mp8_super:_curdir"~curdircsav strn_findir" _chdir cret ~findir flagfdinumtpslashptmpdevrentrysbL10}_stat L20012 @-@AA @@@-wd  _<f F% &  _0_84 & _fe %5 % A 7 w  P%&  w-w-  f %  u5 W <  W-<< @A f& ,% __< 7D  &  u- wfe % %7 $f 5$fef L12L13_open _fstat L15zL20014r_close L20004L17_read L18"L21L22L20008L20007L9L20011 L27__iob _fprintf L25L31NL28L34_sprintf L35L38L39L42L46L48L50L51 L52 L53$L560L57,L59Ffdfopen.o3(p:7D%N Nf N N %R% J4f w672D  &   u-w fe % %@(#)lockit.c 6.1%s/%u.%ldlockit9(9Xhy8h999hx99closend pscoppL7L9"L20002L4cret L120L13(L18L19:L16L20005@L20007FL24L25curdir.o3Rl|07w N aw7Neb} oCd%_ub  ]Neb&  Pu-b9@e5 fe& %%= /Nebf u-b@fE%@C&  L& w N@(#)fdfopen.c 6.1wr9hx_Sccsid:_fdfopen"~fdfopencsav fdmode_Statbuf _fstat L50L4,L20001 L7LL20004$_fdopen cret L8Ngiveup.o3>&7 8   w@(#)giveup.c 6.1/9x_Sccsid8h999(99IHH9hx9Xx9hx6L42cret patol.o3p7D5 5 ̥9 f& ff eee@ ee@ 5u̥0̋@wA@@(#)patol.c 6.19_Sccsidp_patol"~patolcsav siL5RL20001L6Xlmul L7fL4bcret regcmp.o4 _Sccsid_lockit"~lockitcsav lockfilecountpidfdretopidltimeomtimeL5<tempfile<dir_namesbufmin_mode_cat _time _dname L6*_sprintf _stat _getegid L7r_geteuid L8L9L20000L4cret L20002L12L13_onelock"F_Statbuf L10000L10_open _read _close L10002.P,7P@e7@e7@e5 555 Ne 5` @e5Be@ e  wz@e5_%^ӕ %*_%+_%{_ _Be_%*%{%+ $_F (4 )> *_. +_ ._ [_^ \_X {_hӕ_%_@7@ , _ӕ<ӕ_ 5_%$%0_%9_ӕ @= e_ӕ,S  * + {L16j_unlink L200056_errno L17|L10004R_kill L10006L20L10007_sleep _unlocki"~unlockilockfilepidfdnopidL25$L20008 L24 L20007~onelockFpidtempfilelockfilefd_creat L30_write _link L31L20011L20014L29L344_xmsg _mylock"~mylocklockfilepidfdn(_D@e55 80 %%_} }_ӕ_D_5 %}_5 %0_%9_AWp aeu%}%,%_S%,@ _%}_x  S_EE@ U_ӕ@P<_ [D<S O8ʋ_@ _@ӕ,ӕ%^ /%- % ʥ]Ӝ %]@p_ _ӕ4 % _JN _7 opidL38L20017L37L20016logname.o3T7" w@(#)logname.c 6.1LOGNAME9Xi_Sccsid_logname"~lognamecsav L5"_getenv cret move.o3T7BDC@x55 A vB w~BE @(#)move.c 6.19 @ ȋ@w7% w7e- w@(#)regcmp.c 6.1i)8y9_SccsidT_move"~movecsav abnxymL4:L6JL7*L10@cret L12>L15Lpatoi.o34:7D ̥9 Wp @@`e̥0̋w@(#)patoi.c 6.19_Sccsid:_patoi"~patoicsav siL5$L20001 L6*L7 ԋ E`fefe %@  & % _x@  & %   e_& % _x`_b & % _x 0_b 0 pe_bԋ_xԋkԢ_xԢ b & N _xEtE@`5 Nm& V  V & N 5 -D & % _x & % ` _R _x_Sccsid___brasl ___brael ___loc1 ___brava ___st f___eptr_ ___lptr_ ___cflg _regex"~regexcsav addrcaddrla1a2 a3 a4a5curinadxp1p2L8 ___execu"L13NL10L16zL20001iyiyi)y_SccsidP___sp_ ___stmax ___i_siz _regcmp"~regcmpcsav cs1cs2cs3cs4 cs5 cs6cs7cs8cs9cs10cepspadxicflglastepsepep& N 5_z _x7 Du"@ L L @̥T ~  w7-  % xerjdw\7X  %L @< %d4e,(w$7 @E =@% N@E@=w@(#)regex.c 6.1lxxxxxxxtXzlxxxxxxxxxxx~xxx~xxxxxxstack overflow trbracketbracketpnbrangrpcclcntstackL5NL20001<___size"_malloc L7L20007L4cret L8L9L13L20002L15L17L50FL20fL21L49.L48L47L52^L34XL35hL58@L20003DL20006J___rpush",L20008x___rpop"L22L26L25L27L23L310L32HHH( XiXy9XiXy9 XiXy &L36rL39L38L42L45L56zL57L20004_free ~__sizestrgiL62L20010~__rpopL10003 L66~__rpush,ptrL70DL69@regex.o4M75 @ 0 @  % 7 Nf 5De5 @ @ @  aҔ@ %  hu- wX@7NDCd<6˥ +7, (H& N 5d & N 5 7@ Lԋ@w˥d& N 5ԋ7DC5  ? x* w   & V ԋ̋ TEt@`E5 @me& V Nmfefe %@ & N  V @  _& N 5 _ fefe %@ T_x@ T  e_fefe %@ ԋ_x@ iy yyii XyyyXiii  L142~__xpopiL146L10016L20037L145~__getrnijkL150L151rename.o4il7 5 5 5N %N 5Nf -N 5N N N @wJ@(#)rename.c 6.19_Sccsid_Mesg#L2"L36L4EL5NL6WL7jL8qL9{L10L11L12_setsig"~setsigcsav jnL19_setsig1"._signal L16"cret _preface_endmsg~setsig1.sigL27_strlen _write L28_clean_u L29_open L30_abort _userexi _exit sname. _Sccsid_rename"~renamecsav oldnamenewnameholdsigretval_signal _unlink L5^_errno _xunlink _xlink _Fvalue L6xcret repeat.o4|&7DC B  @w@(#)repeat.c 6.19_Sccsid&_repeat"~repeatcsav resultstro4^7N  @`ȥ/ @`ȥ/ @mD̥/ 5 ̋@w@(#)sname.c 6.19_Sccsid^_sname"~snamecsav spnj_strlen L5<L8"L6 L14RL15BL12Pcret strend.o4T7Dԋ w@(xL10000L4cret ~__execuaddrcaddrlp1p2ciL22&___advan"NL20007L20010L20004L24L20006L21"L20009L26L30,L10013*L85L114L111lL76L88L20011xL42tL96L94L61XL83zL49L45~L46L47L43L54L50L107L87L48repfacrsL7L8L12cret repl.o4$l7Nfefef ew@(#)repl.c 6.19x_Sccsid$_repl"~replcsav stroldnew_trnslat cret satoi.o4 67DC ̥9 Wp @@`e̥0w@(#)satoi.c 6.19L91L89L68L102~__advanNalpaeplpepcurlpsepdpnextepilcntdcntgflgL38bL34z___xpop"___xpush"V___getrn"L55L56L20014L20016<L590L119L20023RL121L62rL63L65L66L67L20027L69L70L72L73L77 L78:_Sccsid6_satoi"~satoicsav pipsumL5(L20001L6.cret setsig.o4L7.& & %w7@ +  %@  @ & %  %f N     6  w$@(#)setsig.c 6.1"6ENWjq{SIGNAL: (ut12) Illegal instructionTrace/BPT trL10004"L10005&___cclas"L80<L81hL10006TL10007XL82pL20024L20026L92L97L20019:L20021dL10008xL10009|L115L10010L10011~__cclasasetacafsetcnL20036JL128BL20032 L132:L134<L20033&L126LL20035,L10014P~__xpushVipL139|L140_write _exit L141apIOT trapEMT trapFloating exceptionKilledBus errorMemory faultBad system callBroken pipeAlarm clockdump.coreHHiHH9HXi19_Sccsidp_userdir"~userdircsav uidpw2L5ouidL6ldiricpL10000L7j_getpw L80L4,cret L96L11<L13BL15HL20PL18fusername.o4O4p7D7!x r(Ne2& YyHHHYH_SCCSID_Freelis#_Freeend#_Lastbrk#_end _xalloc"~xalloccsav asizeusizenpcptotasizellastbrklxcpL5RL4NL20004&L20000^L15Hcret L9lL20002fL11lL10000L10001L10002L10003 % @`23%: %307 (w@(#)username.c 6.1%d9(i_Sccsidp_usernam"~usernamcsav uidpw2L5ouidL6lnamL7lptriL10000L8h_getpw L9<L10_sprintf L11^L15>L13Zcret verify.o_sbrk L16TL17L18,L10005:L20DL21 _fatal L22b_xfree"t~xfreetaptrptrcpnpL25L27L20006L29L30L31_xfreeal"~xfreeal_brk xcreat.o4:P7N   f % &    % N Nf wf @(#)xcreat.c 6.1directory `%s' nonex4b847DC& @w ˋ@(#)verify.c 6.19_Sccsid4_verify"~verifycsav astr1str2str1L7*L8_any L5(L4$cret any.o3Yx7D̋Tw @(#)any.c 6.19_Sccsid_any"~anycsav cistent (ut1)xcreat9(8(HXh_Sccsid_xcreat"~xcreatcsav namemodefdd_strlen _alloca _cat _Statbuf _dname _stat L10000@L10001DL5`L6_Error _sprintf _fatal _unlink _creat L7L4#)strend.c 6.19i_Sccsid_strend"~strendcsav pL5cret substr.o44,7D CCmB Ҕ  @w@(#)substr.c 6.19_Sccsid,_substr"~substrcsav asaresultoriginlensresultL5L6L7$cret trnslat.o4d8sL5L6L4cret xalloc.o4.|7 5 5 5 5 5 D e"a2  eweE_l !ރ-%5eE555 h5 A@@mAm@  W N %? 5 %%e e 755 @e @  W ۃ %  B@e @m7Je t_l7 '-#De7DC Bʋ @ wҢ@@m @(#)trnslat.c 6.19_Sccsid8_trnslat"~trnslatcsav stroldnewresult roL7L8L12L14$L5cret userdir.o4(4p$ 7D7!r l)Ne2&  wBe2ҥ:ҥ:ҥ:ҥ: ʥ: % 3@(#)userdir.c 6.!c bb! c33w07, &7 w@(#)xalloc.c 6.1out of space (ut9)yYHy_link L5z_errno L10000&L6\L100014L100028L7_Error _sprintf _fatal L4Xcret L8jL9_xmsg xopen.o4rf 7Nf +%  N %NN % f w@(#)xopen.c 6.1`%s' unreadable (ut5)`%s' unwritable (ut6)`%s' unreadable or unwritable (ut7)xopen9x_Sccsid_xmsg"~xmsgcsav filefuncstr_errno L9PL11fL7JL15L13L18_Error _sprintf L5@_fatal cret L8L10L20003X_strlen _alloca _cat _dname L12L14L16 alloca.o3Fd  E I@(#)alloca.s 6.1(8hy_Sccsidr_xopen"~xopencsav namemodefd_open L5l_errno L6\L7.L8L20002HL10@L11L13_Error _sprintf _fatal L20003jL15_xmsg cret xpipe.o4&7N  w_alloca"cat.o3&7DBeԔ e@w@(#)cat.c 6.19_Sccsid&_cat"~catcsav destsourcedsspL7L8L10cret dname.o3pL7N  D` ̥/ @w D-/.@0@(#)dname.c 6.19x66 @(#)xpipe.c 6.1pipeIx_Sccsid&_xpipe"L56~xpipecsav tp6_pipe L7L4cret _xmsg xunlink.o4&7N 8f w @(#)xunlink.c 6.1xunlink9X_Sccsid&_xunlink"~xunlinkcsav f_unlink L5"L68_xmsg_SccsidL_dname"~dnamecsav pcs_strlen L7.L8L5,L20000$cret L11Bfatal.o3(7 5H  %  %  % % %N f % %5@Z 5 Lf B