From: drl7x Date: Mon, 7 Jan 2002 02:36:40 +0000 (+0000) Subject: Fixed problems in library headers. X-Git-Tag: splint-3_0_1_2~27 X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/commitdiff_plain/4aadc959f0b7e060a1646ec96378febd8a40ebc4 Fixed problems in library headers. Remove splint generated files. --- diff --git a/config.h b/config.h deleted file mode 100644 index f8d1fec..0000000 --- a/config.h +++ /dev/null @@ -1,40 +0,0 @@ -/* config.h. Generated automatically by configure. */ -/* config.hin. Generated automatically from configure.ac by autoheader. */ - -/*@-constmacros@*/ - -/* The directory where Splint's library files live */ -#define DEFAULT_LARCHPATH ".:/usr/local/share/splint/lib:/af10/evans/LCLintDev/lib:" - -/* Splint's imports directory */ -#define DEFAULT_LCLIMPORTDIR ".:/usr/local/share/splint/imports:/af10/evans/LCLintDev/imports" - -/* system include directory */ -#define GCC_INCLUDE_DIR "/usr/include" - -/* alternate include directory */ -#define GCC_INCLUDE_DIR2 "/usr/local/include" - -/* String describing who compiled this binary and how */ -#define LCL_COMPILE "Compiled using gcc -g -O2 on Linux matthews.cs.Virginia.EDU 2.4.3-12 #1 Fri Jun 8 13:35:30 EDT 2001 i686 unknown by evans" - -/* Splint's version number */ -#define LCL_PARSE_VERSION "Splint 3.0.1" - -/* Define to disable support LCL files */ -/* #undef NOLCL */ - -/* Splint's version number and configure/build date */ -#define SPLINT_VERSION "Splint 3.0.1 --- 06 Jan 2002" - -/* The system's main include directory */ -#define SYSTEM_LIBDIR "/usr/local/include" - -/* Define if you're on a Unixy system */ -#define UNIX 1 - -/* Define if `lex' declares `yytext' as a `char *' by default, not a `char[]'. - */ -#define YYTEXT_POINTER 1 - -/*@=constmacros@*/ diff --git a/imports/Makefile b/imports/Makefile index fe5686a..6db29b7 100644 --- a/imports/Makefile +++ b/imports/Makefile @@ -38,10 +38,10 @@ pkglibdir = $(libdir)/splint pkgincludedir = $(includedir)/splint top_builddir = .. -ACLOCAL = ${SHELL} /net/af10/evans/LCLintDev/config/missing --run aclocal -AUTOCONF = ${SHELL} /net/af10/evans/LCLintDev/config/missing --run autoconf -AUTOMAKE = ${SHELL} /net/af10/evans/LCLintDev/config/missing --run automake -AUTOHEADER = ${SHELL} /net/af10/evans/LCLintDev/config/missing --run autoheader +ACLOCAL = ${SHELL} /net/af9/drl7x/reQuickFix/LCLintDev/config/missing --run aclocal +AUTOCONF = ${SHELL} /net/af9/drl7x/reQuickFix/LCLintDev/config/missing --run autoconf +AUTOMAKE = ${SHELL} /net/af9/drl7x/reQuickFix/LCLintDev/config/missing --run automake +AUTOHEADER = ${SHELL} /net/af9/drl7x/reQuickFix/LCLintDev/config/missing --run autoheader INSTALL = /usr/bin/install -c INSTALL_PROGRAM = ${INSTALL} @@ -57,7 +57,7 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = host_triplet = i686-pc-linux-gnu -AMTAR = ${SHELL} /net/af10/evans/LCLintDev/config/missing --run tar +AMTAR = ${SHELL} /net/af9/drl7x/reQuickFix/LCLintDev/config/missing --run tar AWK = gawk BISON = bison CAT = cat @@ -79,7 +79,7 @@ RM = rm VERSION = 3.0.1 am__include = include am__quote = -install_sh = /net/af10/evans/LCLintDev/config/install-sh +install_sh = /net/af9/drl7x/reQuickFix/LCLintDev/config/install-sh AUTOMAKE_OPTIONS = 1.5 foreign diff --git a/lib/Makefile.am b/lib/Makefile.am index 02c5c3d..166ff49 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -5,17 +5,20 @@ AUTOMAKE_OPTIONS = 1.5 foreign ## Put these files in $prefix/share/splint/lib splintlibdir = $(pkgdatadir)/lib +UnixHeaders = stdio.h stdlib.h + ## List of files splintlib_DATA = \ ansi.h ansi.lcd ansistrict.lcd posix.h posix.lcd posixstrict.lcd \ unix.h unix.lcd unixstrict.lcd CTrait.syms CTraitGen.lcl bool.h \ file.mts file.xh filerw.mts filerw.xh \ lclinit.lci linux.h lslinit.lsi tainted.mts tainted.xh \ - stdio.h stdlib.h + stdio.h stdlib.h $(UnixHeaders) ## Include them in the distribution EXTRA_DIST = $(splintlib_DATA) + ## Rules to make splint & the dumps SPLINT = $(top_builddir)/src/splint$(EXEEXT) @@ -39,10 +42,10 @@ posixstrict.lcd: ansi.h posix.h $(SPLINT) -$(SPLINT) -nolib +impconj -DSTRICT ansi.h posix.h -dump posixstrict @touch $@ -unix.lcd: ansi.h posix.h unix.h $(SPLINT) - -$(SPLINT) -nolib +impconj ansi.h posix.h unix.h stdio.h stdlib.h -dump unix +unix.lcd: ansi.h posix.h unix.h $(UnixHeaders) $(SPLINT) + -$(SPLINT) -incondefs -nolib +impconj ansi.h posix.h unix.h stdio.h stdlib.h -dump unix @touch $@ -unixstrict.lcd: ansi.h posix.h unix.h $(SPLINT) - -$(SPLINT) -nolib +impconj -DSTRICT ansi.h posix.h unix.h stdio.h stdlib.h -dump unixstrict +unixstrict.lcd: ansi.h posix.h unix.h $(UnixHeaders) $(SPLINT) + -$(SPLINT) -incondefs -nolib +impconj -DSTRICT ansi.h posix.h unix.h stdio.h stdlib.h -dump unixstrict @touch $@ diff --git a/lib/Makefile.in b/lib/Makefile.in index 32be5e5..0f09e52 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -85,12 +85,14 @@ AUTOMAKE_OPTIONS = 1.5 foreign splintlibdir = $(pkgdatadir)/lib +UnixHeaders = stdio.h stdlib.h + splintlib_DATA = \ ansi.h ansi.lcd ansistrict.lcd posix.h posix.lcd posixstrict.lcd \ unix.h unix.lcd unixstrict.lcd CTrait.syms CTraitGen.lcl bool.h \ file.mts file.xh filerw.mts filerw.xh \ lclinit.lci linux.h lslinit.lsi tainted.mts tainted.xh \ - stdio.h stdlib.h + stdio.h stdlib.h $(UnixHeaders) EXTRA_DIST = $(splintlib_DATA) @@ -253,12 +255,12 @@ posixstrict.lcd: ansi.h posix.h $(SPLINT) -$(SPLINT) -nolib +impconj -DSTRICT ansi.h posix.h -dump posixstrict @touch $@ -unix.lcd: ansi.h posix.h unix.h $(SPLINT) - -$(SPLINT) -nolib +impconj ansi.h posix.h unix.h stdio.h stdlib.h -dump unix +unix.lcd: ansi.h posix.h unix.h $(UnixHeaders) $(SPLINT) + -$(SPLINT) -incondefs -nolib +impconj ansi.h posix.h unix.h stdio.h stdlib.h -dump unix @touch $@ -unixstrict.lcd: ansi.h posix.h unix.h $(SPLINT) - -$(SPLINT) -nolib +impconj -DSTRICT ansi.h posix.h unix.h stdio.h stdlib.h -dump unixstrict +unixstrict.lcd: ansi.h posix.h unix.h $(UnixHeaders) $(SPLINT) + -$(SPLINT) -incondefs -nolib +impconj -DSTRICT ansi.h posix.h unix.h stdio.h stdlib.h -dump unixstrict @touch $@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/lib/ansi.lcd b/lib/ansi.lcd deleted file mode 100644 index e1f5042..0000000 --- a/lib/ansi.lcd +++ /dev/null @@ -1,1803 +0,0 @@ -;;; Splint Library ansi.lcd -;;Splint 3.0.1 --- 06 Jan 2002 -;;lib:296 -;;ctTable -0 u-2 19 38 -0 p1|-2 20 39 -0 b-2 21 40 -0 p3|-2 22 41 -0 p4|-2 23 42 -0 p5|-2 24 43 -0 p6|-2 25 44 -0 p7|-2 26 45 -0 p8|-2 27 46 -0 p9|-2 28 47 -0 p10|-2 29 48 -0 p11|-2 30 49 -0 p12|-2 31 50 -0 p13|-2 32 51 -0 p14|-2 33 52 -0 p15|-2 34 53 -0 p16|-2 35 54 -0 p17|-2 36 55 -0 p18|-2 37 56 -1 t0|0 315 -1 -1 t1|1& -1 t2|2& -1 t3|3& -1 t4|4 316 -1 -1 t5|5& -1 t6|6& -1 t7|7& -1 t8|8& -1 t9|9& -1 t10|10& -1 t11|11& -1 t12|12& -1 t13|13& -1 t14|14& -1 t15|15& -1 t16|16& -1 t17|17& -1 t18|18& -2 y0|0& -2 y1|1& -2 y2|2& -2 y3|3& -2 y4|4& -2 y5|5& -2 y6|6& -2 y7|7& -2 y8|8& -2 y9|9& -2 y10|10& -2 y11|11& -2 y12|12& -2 y13|13& -2 y14|14& -2 y15|15& -2 y16|16& -2 y17|17& -2 y18|18& --2 ?! -0 a0|& -0 s10|& -0 s11|& -0 s12|& -0 s24|& -0 s25|& -0 s26|& -0 s27|-1 384 -1 -0 s28|& -0 a29|-1 402 -1 -3 C0.5/20|! -3 C0.68/2|! -3 C0.2/5|! -3 f0 (70|@7|$#,)! -3 f1 (70|@7|$#,)! -3 C0.4/3|! -3 C0.5/73|! -3 f0 (74|$#,)! -3 f2 (74|$#,)! -3 f70 (74|$#,)! -3 f0 (74|$#,)! -3 f2 (74|$#,)! -3 f70 (74|$#,)! -3 f0 (74|$#,)! -3 f2 (74|$#,)! -3 f70 (74|$#,)! -3 f0 (74|$#,)! -3 f2 (74|$#,)! -3 f70 (74|$#,)! -3 C0.2/5|! -3 f0 (74|$#,)! -3 f2 (74|$#,)! -3 f87 (74|$#,)! -3 C0.5/73|! -3 f0 (91|$#,)! -3 f2 (91|$#,)! -3 f87 (91|$#,)! -3 f0 (91|$#,)! -3 f2 (91|$#,)! -3 f87 (91|$#,)! -3 f0 (91|$#,)! -3 f2 (91|$#,)! -3 f87 (91|$#,)! -3 f0 (91|$#,)! -3 f2 (91|$#,)! -3 f87 (91|$#,)! -3 C0.2/5|! -3 f0 (91|$#,)! -3 f2 (91|$#,)! -3 f104 (91|$#,)! -3 C0.5/73|! -3 f0 (108|$#,)! -3 f2 (108|$#,)! -3 f104 (108|$#,)! -3 C0.4/5|! -3 f0 (108|$#,)! -3 f4 (108|$#,)! -3 f112 (108|$#,)! -3 f0 (108|$#,)! -3 f4 (108|$#,)! -3 f112 (108|$#,)! -3 Slconv{23|@1|0@0@3&#decimal_point,23|@1|0@0@3&#thousands_sep,23|@1|0@0@3&#grouping,23|@1|0@0@3&#int_curr_symbol,23|@1|0@0@3&#currency_symbol,23|@1|0@0@3&#mon_decimal_point,23|@1|0@0@3&#mon_thousands_sep,23|@1|0@0@3&#mon_grouping,23|@1|0@0@3&#positive_sign,23|@1|0@0@3&#negative_sign,4|@1|^#int_frac_digits,4|@1|^#frac_digits,4|@1|^#p_cs_precedes,4|@1|^#p_sep_by_space,4|@1|^#n_cs_precedes,4|@1|^#n_sep_by_space,4|@1|^#p_sign_posn,4|@1|^#n_sign_posn,}! -0 s46|-1 126 -1 -3 f0 (5|$#,23|0@5@7&#,)! -3 f19 (5|$#,23|0@5@7&#,)! -3 f23 (5|$#,23|0@5@7&#,)! -3 f0 ()! -3 f19 ()! -1 t120|120& -3 f126 ()! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,17|$#,)! -3 f17 (17|$#,17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,5|$#,)! -3 f17 (17|$#,5|$#,)! -3 f0 (17|$#,24|4@0@7&#,)! -3 f17 (17|$#,24|4@0@7&#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,17|$#,)! -3 f17 (17|$#,17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,36|4@0@7&#,)! -3 f17 (17|$#,36|4@0@7&#,)! -3 f0 (17|$#,17|$#,)! -3 f17 (17|$#,17|$#,)! -0 a124|& -3 f0 (172|4@0@7&#,)! -3 f5 (172|4@0@7&#,)! -3 f0 (172|$#,5|$#,)! -3 f1 (172|$#,5|$#,)! -0 s133|& -3 ?! -3 f178 (5|$#,)! -3 f1 (5|$#,)^181 -1 t180|180& -3 ?! -3 f182 (5|$#,)! -3 f1 (5|$#,)^185 -1 t184|184& -3 ?! -3 f186 (5|$#,)! -3 f1 (5|$#,)^189 -1 t188|188& -3 ?! -3 f190 (5|$#,)! -3 f1 (5|$#,)^193 -1 t192|192& -3 f0 (5|$#,193|0@5@7&#,)! -3 f19 (5|$#,193|0@5@7&#,)^196 -1 t195|195& -3 ?! -3 f197 (5|$#,)! -3 f19 (5|$#,)! -3 f1 (5|$#,193|0@5@7&#,)! -3 f1 (5|$#,)! -3 f201 (5|$#,193|0@5@7&#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -0 a139|& -3 f0 (205|4@0@7&#,!.,)! -3 f1 (205|4@0@7&#,!.,)! -3 f0 (205|$#,)! -3 f1 (205|$#,)! -0 a142|-1 212 -1 -0 a143|-1 290 -1 -1 t210|210& -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (23|$#,23|$#,)! -3 f5 (23|$#,23|$#,)! -3 f0 ()! -3 f19 ()! -3 f212 ()! -3 f0 (23|@5|4@5@7&#,)! -3 f19 (23|@5|4@5@7&#,)! -3 f23 (23|@5|4@5@7&#,)! -3 f0 (212|$#,)! -3 f5 (212|$#,)! -3 f0 (212|0@5@7&#,)! -3 f5 (212|0@5@7&#,)! -3 f0 (23|$#,23|$#,)! -3 f19 (23|$#,23|$#,)! -3 f212 (23|$#,23|$#,)! -3 f0 (23|$#,23|$#,212|$#,)! -3 f19 (23|$#,23|$#,212|$#,)! -3 f212 (23|$#,23|$#,212|$#,)! -3 f0 (212|$#,23|0@5@19@2@0#,)! -3 f1 (212|$#,23|0@5@19@2@0#,)! -3 f0 (212|$#,23|0@5@19@2@0#,5|$#,63|$#,)! -3 f5 (212|$#,23|0@5@19@2@0#,5|$#,63|$#,)! -3 C0.5/1|! -3 f0 (212|$#,23|$#,!.,)! -3 f5 (212|$#,23|$#,!.,)! -3 f237 (212|$#,23|$#,!.,)! -3 f0 (212|$#,23|$#,!.,)! -3 f5 (212|$#,23|$#,!.,)! -3 f0 (23|$#,!.,)! -3 f5 (23|$#,!.,)! -3 f237 (23|$#,!.,)! -3 f0 (23|$#,!.,)! -3 f5 (23|$#,!.,)! -3 f0 (23|4@0@7&#,23|$#,!.,)! -3 f5 (23|4@0@7&#,23|$#,!.,)! -3 f237 (23|4@0@7&#,23|$#,!.,)! -3 f0 (23|4@0@7&#,23|$#,!.,)! -3 f5 (23|4@0@7&#,23|$#,!.,)! -3 f0 (23|$#,205|$#,)! -3 f5 (23|$#,205|$#,)! -3 f0 (212|$#,23|$#,205|$#,)! -3 f5 (212|$#,23|$#,205|$#,)! -3 f0 (23|4@0@7&#,23|$#,205|$#,)! -3 f5 (23|4@0@7&#,23|$#,205|$#,)! -3 f0 (23|4@0@7&#,63|$#,23|$#,205|$#,)! -3 f5 (23|4@0@7&#,63|$#,23|$#,205|$#,)! -3 f0 (212|$#,)! -3 f5 (212|$#,)! -3 f0 (23|@5|4@0@7&#,5|$#,212|$#,)! -3 f19 (23|@5|4@0@7&#,5|$#,212|$#,)! -3 f23 (23|@5|4@0@7&#,5|$#,212|$#,)! -3 C0.5/4|! -3 f0 (266|$#,212|$#,)! -3 f5 (266|$#,212|$#,)! -3 f0 (23|$#,212|$#,)! -3 f5 (23|$#,212|$#,)! -3 f0 (212|@7|$#,)! -3 f5 (212|@7|$#,)! -3 f0 ()! -3 f5 ()! -3 f0 (23|4@0@7&#,)! -3 f19 (23|4@0@7&#,)! -3 f23 (23|4@0@7&#,)! -3 f0 (266|$#,212|@7|$#,)! -3 f5 (266|$#,212|@7|$#,)! -3 f0 (266|$#,)! -3 f5 (266|$#,)! -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (266|$#,212|$#,)! -3 f5 (266|$#,212|$#,)! -3 f0 (20|4@0@7&#,63|$#,63|$#,212|$#,)! -3 f63 (20|4@0@7&#,63|$#,63|$#,212|$#,)! -3 f0 (20|$#,63|$#,63|$#,212|$#,)! -3 f63 (20|$#,63|$#,63|$#,212|$#,)! -1 t211|211& -3 f0 (212|$#,290|4@0@7&#,)! -3 f5 (212|$#,290|4@0@7&#,)! -3 f0 (212|$#,9|$#,5|$#,)! -3 f5 (212|$#,9|$#,5|$#,)! -3 f0 (212|$#,290|$#,)! -3 f5 (212|$#,290|$#,)! -3 f0 (212|$#,)! -3 f9 (212|$#,)! -3 f0 (212|$#,)! -3 f1 (212|$#,)! -3 f0 (212|$#,)! -3 f1 (212|$#,)! -3 f0 (212|$#,)! -3 f5 (212|$#,)! -3 f0 (212|$#,)! -3 f5 (212|$#,)! -3 f0 (23|0@5@7&#,)! -3 f1 (23|0@5@7&#,)! -3 f0 (23|$#,)! -3 f17 (23|$#,)! -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (23|$#,)! -3 f9 (23|$#,)! -1 t19|19& -1 t23|23& -3 f0 (23|$#,316|4@5@7&#,)! -3 f17 (23|$#,316|4@5@7&#,)! -3 f0 (23|$#,316|4@5@7&#,5|$#,)! -3 f9 (23|$#,316|4@5@7&#,5|$#,)! -3 f0 (23|$#,316|4@5@7&#,5|$#,)! -3 f10 (23|$#,316|4@5@7&#,5|$#,)! -3 f0 ()! -3 f5 ()! -3 f0 (6|$#,)! -3 f1 (6|$#,)! -3 f0 (63|$#,63|$#,)! -3 f19 (63|$#,63|$#,)! -3 f20 (63|$#,63|$#,)! -3 f0 (63|$#,)! -3 f19 (63|$#,)! -3 f20 (63|$#,)! -3 f0 (20|@5|4@5@2&#,63|$#,)! -3 f19 (20|@5|4@5@2&#,63|$#,)! -3 f20 (20|@5|4@5@2&#,63|$#,)! -3 f0 (20|4@5@2&#,)! -3 f1 (20|4@5@2&#,)! -3 f0 ()! -3 f1 ()! -3 f0 (5|$#,)! -3 f1 (5|$#,)! -3 ?! -3 f342 ()! -3 f1 ()^345 -1 t344|344& -3 f0 (345|$#,)! -3 f5 (345|$#,)! -3 f0 (23|$#,)! -3 f19 (23|$#,)! -3 f23 (23|$#,)! -3 f0 (23|0@5@7&#,)! -3 f5 (23|0@5@7&#,)! -3 ?! -3 f353 (20|$#,20|$#,)! -3 f5 (20|$#,20|$#,)^356 -1 t355|355& -3 f0 (20|$#,20|$#,63|$#,63|$#,356|$#,)! -3 f19 (20|$#,20|$#,63|$#,63|$#,356|$#,)! -3 f20 (20|$#,20|$#,63|$#,63|$#,356|$#,)! -3 ?! -3 f360 (20|$#,20|$#,)! -3 f5 (20|$#,20|$#,)^363 -1 t362|362& -3 f0 (20|$#,63|$#,63|$#,363|$#,)! -3 f1 (20|$#,63|$#,63|$#,363|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 S!2{5|@1|^#quot,5|@1|^#rem,}! -0 s222|& -0 s223|& -3 f0 (5|$#,5|$#,)! -3 f370 (5|$#,5|$#,)! -3 f0 (9|$#,)! -3 f9 (9|$#,)! -3 S!3{9|@1|^#quot,9|@1|^#rem,}! -0 s226|& -0 s227|& -3 f0 (9|$#,9|$#,)! -3 f377 (9|$#,9|$#,)! -3 f0 (5|$#,)! -3 f66 (5|$#,)! -3 f0 (212|$#,)! -3 f66 (212|$#,)! -1 t65|65 466 -1 -3 f0 (384|@5|$#,5|$#,212|$#,)! -3 f19 (384|@5|$#,5|$#,212|$#,)! -3 f384 (384|@5|$#,5|$#,212|$#,)! -3 f0 (65|$#,212|$#,)! -3 f66 (65|$#,212|$#,)! -3 f0 (384|$#,212|$#,)! -3 f5 (384|$#,212|$#,)! -3 f0 (212|$#,5|$#,)! -3 f5 (212|$#,5|$#,)! -3 f0 (212|$#,384|$#,!.,)! -3 f5 (212|$#,384|$#,!.,)! -3 f0 (212|$#,384|$#,!.,)! -3 f5 (212|$#,384|$#,!.,)! -3 f0 (212|@7|$#,)! -3 f66 (212|@7|$#,)! -3 f0 ()! -3 f66 ()! -1 t67|67& -3 f0 (23|$#,63|$#,402|0@5@7&#,)! -3 f63 (23|$#,63|$#,402|0@5@7&#,)! -3 f0 (384|0@5@7&#,23|$#,63|$#,402|0@5@7&#,)! -3 f63 (384|0@5@7&#,23|$#,63|$#,402|0@5@7&#,)! -3 f0 (402|0@5@7&#,)! -3 f5 (402|0@5@7&#,)! -3 f0 (384|0@5@7&#,316|$#,63|$#,402|0@5@7&#,)! -3 f63 (384|0@5@7&#,316|$#,63|$#,402|0@5@7&#,)! -3 f0 (65|$#,212|@7|$#,)! -3 f66 (65|$#,212|@7|$#,)! -3 f0 (65|$#,)! -3 f66 (65|$#,)! -3 f0 (384|$#,63|$#,384|$#,!.,)! -3 f5 (384|$#,63|$#,384|$#,!.,)! -3 f0 (384|$#,384|$#,!.,)! -3 f5 (384|$#,384|$#,!.,)! -3 f0 (66|$#,212|$#,)! -3 f66 (66|$#,212|$#,)! -3 f0 (212|$#,384|$#,205|$#,)! -3 f5 (212|$#,384|$#,205|$#,)! -3 f0 (384|$#,63|$#,384|$#,205|$#,)! -3 f5 (384|$#,63|$#,384|$#,205|$#,)! -3 f0 (384|$#,205|$#,)! -3 f5 (384|$#,205|$#,)! -3 f0 (23|4@5@7&#,65|$#,402|0@5@7&#,)! -3 f63 (23|4@5@7&#,65|$#,402|0@5@7&#,)! -3 C0.1/384|! -3 f0 (384|@5|4@0@9&#,384|$#,)! -3 f1 (384|@5|4@0@9&#,384|$#,)! -3 f429 (384|@5|4@0@9&#,384|$#,)! -3 f0 (384|@5|$#,65|$#,)! -3 f19 (384|@5|$#,65|$#,)! -3 f384 (384|@5|$#,65|$#,)! -3 f0 (384|$#,384|$#,)! -3 f5 (384|$#,384|$#,)! -3 f0 (384|$#,384|$#,)! -3 f5 (384|$#,384|$#,)! -3 f0 (384|@5|4@0@9&#,384|$#,)! -3 f1 (384|@5|4@0@9&#,384|$#,)! -3 f429 (384|@5|4@0@9&#,384|$#,)! -3 f0 (384|$#,384|$#,)! -3 f63 (384|$#,384|$#,)! -0 s262|-1 446 -1 -1 t445|445& -3 f0 (384|4@0@7&#,63|$#,384|$#,446|$#,)! -3 f63 (384|4@0@7&#,63|$#,384|$#,446|$#,)! -3 f0 (384|$#,)! -3 f63 (384|$#,)! -3 C0.1/384|! -3 f0 (384|@5|4@0@9&#,384|$#,63|$#,)! -3 f1 (384|@5|4@0@9&#,384|$#,63|$#,)! -3 f451 (384|@5|4@0@9&#,384|$#,63|$#,)! -3 f0 (384|$#,384|$#,63|$#,)! -3 f5 (384|$#,384|$#,63|$#,)! -3 f0 (384|@5|4@0@9&#,384|$#,63|$#,)! -3 f1 (384|@5|4@0@9&#,384|$#,63|$#,)! -3 f451 (384|@5|4@0@9&#,384|$#,63|$#,)! -3 f0 (384|@5|$#,384|$#,)! -3 f19 (384|@5|$#,384|$#,)! -3 f384 (384|@5|$#,384|$#,)! -3 f0 (384|@5|$#,65|$#,)! -3 f19 (384|@5|$#,65|$#,)! -3 f384 (384|@5|$#,65|$#,)! -1 t384|384& -3 f0 (23|0@5@7&#,466|$#,63|$#,402|0@5@7&#,)! -3 f63 (23|0@5@7&#,466|$#,63|$#,402|0@5@7&#,)! -3 f0 (384|$#,384|$#,)! -3 f63 (384|$#,384|$#,)! -3 f0 (384|$#,384|$#,)! -3 f19 (384|$#,384|$#,)! -3 f384 (384|$#,384|$#,)! -3 f0 (384|$#,466|0@5@7&#,)! -3 f17 (384|$#,466|0@5@7&#,)! -3 f0 (384|0@5@7&#,384|$#,466|$#,)! -3 f19 (384|0@5@7&#,384|$#,466|$#,)! -3 f384 (384|0@5@7&#,384|$#,466|$#,)! -3 f0 (384|$#,466|0@5@7&#,5|$#,)! -3 f9 (384|$#,466|0@5@7&#,5|$#,)! -3 f0 (384|$#,466|0@5@7&#,5|$#,)! -3 f10 (384|$#,466|0@5@7&#,5|$#,)! -3 f0 (384|0@5@7&#,384|$#,63|$#,)! -3 f63 (384|0@5@7&#,384|$#,63|$#,)! -3 f0 (66|$#,)! -3 f5 (66|$#,)! -3 f0 (384|$#,65|$#,63|$#,)! -3 f19 (384|$#,65|$#,63|$#,)! -3 f384 (384|$#,65|$#,63|$#,)! -3 f0 (384|$#,384|$#,63|$#,)! -3 f5 (384|$#,384|$#,63|$#,)! -3 f0 (384|@5|$#,384|$#,63|$#,)! -3 f19 (384|@5|$#,384|$#,63|$#,)! -3 f384 (384|@5|$#,384|$#,63|$#,)! -3 f0 (384|@5|$#,384|$#,63|$#,)! -3 f19 (384|@5|$#,384|$#,63|$#,)! -3 f384 (384|@5|$#,384|$#,63|$#,)! -3 f0 (384|@5|$#,65|$#,63|$#,)! -3 f19 (384|@5|$#,65|$#,63|$#,)! -3 f384 (384|@5|$#,65|$#,63|$#,)! -3 f0 (384|$#,!.,)! -3 f5 (384|$#,!.,)! -3 f0 (384|$#,!.,)! -3 f5 (384|$#,!.,)! -0 s286|& -0 s287|& -3 C0.2/5|! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f507 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f507 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f507 (66|$#,)! -3 f0 (66|$#,505|$#,)! -3 f2 (66|$#,505|$#,)! -3 f507 (66|$#,505|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f507 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 C0.2/5|! -3 f525 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f525 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f525 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f525 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f525 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f525 (66|$#,)! -3 C0.2/5|! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f542 (66|$#,)! -3 C0.66/5|! -3 f0 (66|$#,506|$#,)! -3 f66 (66|$#,506|$#,)! -3 f546 (66|$#,506|$#,)! -3 f0 (66|$#,)! -3 f66 (66|$#,)! -3 f546 (66|$#,)! -3 f0 (66|$#,)! -3 f66 (66|$#,)! -3 f546 (66|$#,)! -3 f0 (23|$#,)! -3 f506 (23|$#,)! -3 f0 (23|$#,)! -3 f505 (23|$#,)! -3 f0 (23|$#,63|$#,)! -3 f5 (23|$#,63|$#,)! -3 f0 (384|0@5@7&#,23|0@5@7&#,63|$#,)! -3 f5 (384|0@5@7&#,23|0@5@7&#,63|$#,)! -3 f0 (23|4@5@7&#,65|$#,)! -3 f5 (23|4@5@7&#,65|$#,)! -3 f0 (384|4@0@7&#,23|$#,63|$#,)! -3 f63 (384|4@0@7&#,23|$#,63|$#,)! -3 f0 (23|4@0@7&#,384|$#,63|$#,)! -3 f63 (23|4@0@7&#,384|$#,63|$#,)! -3 C0.1/20|! -3 f0 (20|@5|4@0@9&#,20|$#,63|$#,)! -3 f1 (20|@5|4@0@9&#,20|$#,63|$#,)! -3 f570 (20|@5|4@0@9&#,20|$#,63|$#,)! -3 f0 (20|@5|4@0@7&#,20|$#,63|$#,)! -3 f1 (20|@5|4@0@7&#,20|$#,63|$#,)! -3 f570 (20|@5|4@0@7&#,20|$#,63|$#,)! -3 C0.1/23|! -3 f0 (23|@5|4@0@9&#,23|$#,)! -3 f1 (23|@5|4@0@9&#,23|$#,)! -3 f577 (23|@5|4@0@9&#,23|$#,)! -3 f0 (23|@5|4@0@9&#,23|$#,63|$#,)! -3 f1 (23|@5|4@0@9&#,23|$#,63|$#,)! -3 f577 (23|@5|4@0@9&#,23|$#,63|$#,)! -3 f0 (23|@5|0@0@9&#,23|$#,)! -3 f1 (23|@5|0@0@9&#,23|$#,)! -3 f577 (23|@5|0@0@9&#,23|$#,)! -3 f0 (23|@5|0@0@9&#,23|$#,63|$#,)! -3 f1 (23|@5|0@0@9&#,23|$#,63|$#,)! -3 f577 (23|@5|0@0@9&#,23|$#,63|$#,)! -3 f0 (20|$#,20|$#,63|$#,)! -3 f5 (20|$#,20|$#,63|$#,)! -3 f0 (23|$#,23|$#,)! -3 f5 (23|$#,23|$#,)! -3 f0 (23|$#,23|$#,)! -3 f5 (23|$#,23|$#,)! -3 f0 (23|$#,23|$#,63|$#,)! -3 f5 (23|$#,23|$#,63|$#,)! -3 f0 (23|4@5@7&#,23|$#,63|$#,)! -3 f63 (23|4@5@7&#,23|$#,63|$#,)! -3 f0 (20|$#,5|$#,63|$#,)! -3 f19 (20|$#,5|$#,63|$#,)! -3 f20 (20|$#,5|$#,63|$#,)! -3 f0 (23|@5|$#,266|$#,)! -3 f19 (23|@5|$#,266|$#,)! -3 f23 (23|@5|$#,266|$#,)! -3 f0 (23|$#,23|$#,)! -3 f63 (23|$#,23|$#,)! -3 f0 (23|@5|$#,23|$#,)! -3 f19 (23|@5|$#,23|$#,)! -3 f23 (23|@5|$#,23|$#,)! -3 f0 (23|@5|$#,266|$#,)! -3 f19 (23|@5|$#,266|$#,)! -3 f23 (23|@5|$#,266|$#,)! -3 f0 (23|$#,23|$#,)! -3 f63 (23|$#,23|$#,)! -3 f0 (23|@5|0@0@9&#,23|$#,)! -3 f19 (23|@5|0@0@9&#,23|$#,)! -3 f23 (23|@5|0@0@9&#,23|$#,)! -3 f0 (23|@5|0@5@7&#,23|$#,)! -3 f19 (23|@5|0@5@7&#,23|$#,)! -3 f23 (23|@5|0@5@7&#,23|$#,)! -3 C0.1/20|! -3 f0 (20|@5|4@0@7&#,5|$#,63|$#,)! -3 f1 (20|@5|4@0@7&#,5|$#,63|$#,)! -3 f622 (20|@5|4@0@7&#,5|$#,63|$#,)! -3 f0 (5|$#,)! -3 f19 (5|$#,)! -3 f23 (5|$#,)! -3 f0 (23|$#,)! -3 f63 (23|$#,)! -0 s333|& -0 s334|-1 640 -1 -3 Stm{5|@1|^#tm_sec,5|@1|^#tm_min,5|@1|^#tm_hour,5|@1|^#tm_mday,5|@1|^#tm_mon,5|@1|^#tm_year,5|@1|^#tm_wday,5|@1|^#tm_yday,5|@1|^#tm_isdst,}! -3 f0 ()! -3 f631 ()! -3 f0 (632|$#,632|$#,)! -3 f17 (632|$#,632|$#,)! -3 f0 (446|$#,)! -3 f632 (446|$#,)! -1 t632|632& -3 f0 (640|4@5@7&#,)! -3 f632 (640|4@5@7&#,)! -3 f0 (446|$#,)! -3 f19 (446|$#,)! -3 f23 (446|$#,)! -3 f0 (640|$#,)! -3 f19 (640|$#,)! -3 f23 (640|$#,)! -3 f0 (640|$#,)! -3 f19 (640|$#,)! -3 f446 (640|$#,)! -3 f0 (640|$#,)! -3 f19 (640|$#,)! -3 f446 (640|$#,)! -3 f0 (23|4@0@7&#,63|$#,23|$#,446|$#,)! -3 f63 (23|4@0@7&#,63|$#,23|$#,446|$#,)! -0 s344|& -0 s345|& -0 s346|& -0 s347|& -0 s348|& -0 s349|& -0 s350|& -0 s351|& -0 s352|& -0 s353|& -0 s354|& -0 s355|& -0 s356|& -0 s357|& -0 s358|& -0 s359|& -0 s360|& -0 s361|& -0 s362|& -0 s363|& -0 s364|& -0 s365|& -0 s366|& -0 s367|& -0 s368|& -0 s369|& -0 s370|& -0 s371|& -;;tistable -0 -29 -29,124 -124 -29,124,139 -139 -29,124,139,142 -142 -29,124,139,142,143 -143 -;;symTable -*0 (Datatype) -^0 2@+@-@0@0@0@0@2#lltX_bool -*1 (Constant) -^1 2@i0@0@6#FALSE -^2 2@i1@0@0#TRUE -*11 (GlobalMarker) -*1 (Constant) -^4 5$#__LINE__ -^5 23$#__DATE__#__FILE__#__BASE_FILE__ -^8 5$#__INCLUDE_LEVEL__ -^9 23$#__VERSION__ -*0 (Datatype) -^10 13@-@-@0@0@0@0@59#__SIZE_TYPE__ -^11 13@-@-@0@0@0@0@60#__PTRDIFF_TYPE__ -^12 13@-@-@0@0@0@0@61#__WCHAR_TYPE__ -*1 (Constant) -^13 23$#__USER_LABEL_PREFIX__#__REGISTER_PREFIX__#__TIME__ -^16 5$#S_SPLINT_S#__LCLINT__ -*3 (Variable) -^18 212|@1|6@0@0@0@1#stdin#stdout -*1 (Constant) -^20 5$#EDOM#ERANGE#EILSEQ -*3 (Variable) -^23 5|@1|6@0@0@0@1#errno -*0 (Datatype) -^24 13@-@-@0@0@0@0@62#ptrdiff_t -^25 14@-@-@0@0@0@0@63#size_t -^26 15@-@-@0@0@0@0@64#ssize_t -^27 13@-@-@0@0@0@0@65#wchar_t -^28 13@-@-@0@0@0@0@66#wint_t -^29 0@+@=@0@0@0@0@67#mbstate_t -*1 (Constant) -^30 0@i0@0@6#NULL -^31 2$#NDEBUG -*4 (Function) -^32 72@6@0@8@0@0^$@0#assert -^33 77$^$@0#isalnum -^34 80$^$@0#isalpha -^35 83$^$@0#iscntrl -^36 86$^$@0#isdigit -^37 90$^$@0#isgraph -^38 94$^$@0#islower -^39 97$^$@0#isprint -^40 100$^$@0#ispunct -^41 103$^$@0#isspace -^42 107$^$@0#isupper -^43 111$^$@0#isxdigit -^44 115$^$@0#tolower -^45 118$^$@0#toupper -*7 (Struct tag) -^46 119@120#@lconv -*1 (Constant) -^47 5$#LC_ALL#LC_COLLATE#LC_CTYPE#LC_MONETARY#LC_NUMERIC#LC_TIME -*4 (Function) -^53 123@6@5@1@0@0@0@s1,g23@6@0@1@s1,g23@19@3@0#setlocale -^54 127$^@3@0@0#localeconv -*3 (Variable) -^55 5|@1|6@0@0@0@1#DBL_DIG -^56 17|@1|6@0@0@0@1#DBL_EPSILON -^57 5|@1|6@0@0@0@1#DBL_MANT_DIG -^58 17|@1|6@0@0@0@1#DBL_MAX -^59 5|@1|6@0@0@0@1#DBL_MAX_10_EXP#DBL_MAX_EXP -^61 17|@1|6@0@0@0@1#DBL_MIN -^62 5|@1|6@0@0@0@1#DBL_MIN_10_EXP#DBL_MIN_EXP#FLT_DIG -^65 16|@1|6@0@0@0@1#FLT_EPSILON -^66 5|@1|6@0@0@0@1#FLT_MANT_DIG -^67 16|@1|6@0@0@0@1#FLT_MAX -^68 5|@1|6@0@0@0@1#FLT_MAX_10_EXP#FLT_MAX_EXP -^70 16|@1|6@0@0@0@1#FLT_MIN -^71 5|@1|6@0@0@0@1#FLT_MIN_10_EXP#FLT_MIN_EXP -*1 (Constant) -^73 5$#FLT_RADIX -*3 (Variable) -^74 5|@1|6@0@0@0@1#FLT_ROUNDS#LDBL_DIG -^76 18|@1|6@0@0@0@1#LDBL_EPSILON -^77 5|@1|6@0@0@0@1#LDBL_MANT_DIG -^78 18|@1|6@0@0@0@1#LDBL_MAX -^79 5|@1|6@0@0@0@1#LDBL_MAX_10_EXP#LDBL_MAX_EXP -^81 18|@1|6@0@0@0@1#LDBL_MIN -^82 5|@1|6@0@0@0@1#LDBL_MIN_10_EXP#LDBL_MIN_EXP -*1 (Constant) -^84 5$#CHAR_BIT -^85 4$#CHAR_MAX#CHAR_MIN -^87 5$#INT_MAX#INT_MIN -^89 9$#LONG_MAX#LONG_MIN#MB_LEN_MAX -^92 4$#SCHAR_MAX#SCHAR_MIN -^94 7$#SHRT_MAX#SHRT_MIN -^96 3$#UCHAR_MAX#UCHAR_MIN -^98 6$#UINT_MAX -^99 10$#ULONG_MAX -^100 8$#USHRT_MAX -^101 17$#HUGE_VAL -*4 (Function) -^102 129$^$@0#sin -^103 131$^$@0#cos -^104 133$^$@0#tan -^105 135$@0@g23@6@0@1@g23$@0#asin -^106 137$@0@g23@6@0@1@g23$@0#acos -^107 139$^$@0#atan -^108 141$^$@0#atan2 -^109 143$^$@0#sinh -^110 145$@0@g23@6@0@1@g23$@0#cosh -^111 147$^$@0#tanh -^112 149$@0@g23@6@0@1@g23$@0#exp -^113 151$@0@g23@6@0@1@g23$@0#ldexp -^114 153$@0@@1@tp1$@0#frexp -^115 155$@0@g23@6@0@1@g23$@0#log -^116 157$@0@g23@6@0@1@g23$@0#log10 -^117 159$@0@g23@6@0@1@g23$@0#pow -^118 161$@0@g23@6@0@1@g23$@0#sqrt -^119 163$^$@0#ceil -^120 165$^$@0#floor -^121 167$^$@0#fabs -^122 169$@0@@1@tp1$@0#modf -^123 171$^$@0#fmod -*0 (Datatype) -^124 20@+@+@0@0@0@0@172#jmp_buf -*4 (Function) -^125 174$@0@@1@p0$@0#setjmp -^126 176@6@0@5@0@0^$@0#longjmp -*1 (Constant) -^127 5$#SIGABRT#SIGFPE#SIGILL#SIGINT#SIGSEGV#SIGTERM -*0 (Datatype) -^133 13@-@-@0@0@0@0@177#sig_atomic_t -*1 (Constant) -^134 181$#SIG_DFL -^135 185$#SIG_ERR -^136 189$#SIG_IGN -*4 (Function) -^137 202@6@5@1@0@0@0@s1,g23@6@0@1@s1,g23$@0#signal -^138 204@6@0@5@0@0$$@0#raise -*0 (Datatype) -^139 20@+@+@0@0@0@0@205#va_list -*4 (Function) -^140 207$@0@@1@p0$@0#va_start -^141 209$@0@@1@p0$@0#va_end -*0 (Datatype) -^142 20@+@+@0@0@0@0@210#FILE -^143 20@+@+@0@0@0@0@211#fpos_t -*1 (Constant) -^144 5$#_IOFBF#_IOLBF#_IONBF#BUFSIZ#EOF#FOPEN_MAX#FILENAME_MAX#L_tmpnam#SEEK_CUR#SEEK_END#SEEK_SET#TMP_MAX -*3 (Variable) -^156 212|@1|6@0@0@0@1#stderr -*4 (Function) -^157 214$@0@s3,g23@6@0@1@s3,g23$@0#remove -^158 216$@0@s3,g23@6@0@1@s3,g23$@0#rename -^159 219@6@5@1@0@0@0@s3@1@s3@3@0@0#tmpfile -^160 222$@0@s1@1@tp0,s1@19@3@0#tmpnam -^161 224$@0@g23@6@0,s3@1@tp0,g23,s3$@0#fclose -^162 226$@0@g23@6@0,s3@1@tp0,g23,s3$@0#fflush -^163 229@6@5@1@0@0@0@s3@1@s3@18@0@0#fopen -^164 232@6@5@1@0@0@0@s3,g23@6@0@1@tp2,s3,g23@3@0@0#freopen -^165 234$@0@s3@1@s3,tp0,tp1$@0#setbuf -^166 236$@0@s3@1@s3,tp0,tp1$@0#setvbuf -^167 240@6@0@1@1@0@0@s3@1@s3,tp0$@0#fprintf -^168 242@6@0@1@2@0@0@s3@1@s3,tp0$@0#fscanf -^169 245@6@0@1@1@0@1@g19@6@0,s3@1@s3,tg19$@0#printf -^170 247@6@0@1@2@0@1@g18@6@0,s3@1@s3,tg18$@0#scanf -^171 250@6@0@1@1@0@0@@1@tp0$@0#sprintf -^172 252@6@0@1@2@0^$@0#sscanf -^173 254$@1@g19@6@0,s3@1@s3,tg19$@0#vprintf -^174 256$@0@s3,g23@6@0@1@s3,tp0,p2,g23$@0#vfprintf -^175 258$@0@@1@p0$@0@W:bufferoverflowhigh#Use vsnprintf instead##vsprintf -^176 260$@0@@1@p0$@0#vsnprintf -^177 262$@0@s3,g23@6@0@1@s3,tp0,g23$@0#fgetc -^178 265@6@5@1@0@0@0@s3,g23@6@0@1@s3,tp0,tp2,g23$@0#fgets -^179 268$@0@s3,g23@6@0@1@s3,tp1,g23$@0#fputc -^180 270$@0@s3@1@s3,tp1$@0#fputs -^181 272$@0@s3@1@s3,tp0$@0#getc -^182 274$@1@g18@6@0,s3@1@s3,tg18$@0#getchar -^183 277@6@5@1@0@0@1@g18@6@0,s3,g23@6@0@1@s3,tp0,tg18,g23@3@0@0@W:bufferoverflowhigh#Use of gets leads to a buffer overflow vulnerability. Use fgets instead##gets -^184 279$@0@s3@1@s3,tp1$@0#putc -^185 281$@1@g19@6@0,s3@1@s3,tg19$@0#putchar -^186 283$@1@g19@6@0,s3@1@s3,tg19$@0#puts -^187 285$@0@s3,g23@6@0@1@s3,tp1,g23$@0#ungetc -^188 287$@0@s3,g23@6@0@1@s3,tp0,tp3,g23$@0#fread -^189 289$@0@s3,g23@6@0@1@s3,tp3,g23$@0#fwrite -^190 292$@0@g23@6@0@1@tp1,g23$@0#fgetpos -^191 294$@0@s3,g23@6@0@1@s3,tp0,g23$@0#fseek -^192 296$@0@s3,g23@6@0@1@s3,tp0,g23$@0#fsetpos -^193 298$@0@g23@6@0@1@g23$@0#ftell -^194 300$@0@@1@tp0$@0#rewind -^195 302$@0@@1@tp0$@0#clearerr -^196 304$@0@g23@6@0@1@g23$@0#feof -^197 306$@0@g23@6@0@1@g23$@0#ferror -^198 308$@1@g23@6@0,g156@6@0,s3@1@s3,tg156$@0#perror -^199 310$^$@0#atof -^200 312$^$@0#atoi -^201 314$^$@0#atol -^202 318$@0@g23@6@0@1@tp1,g23$@0#strtod -^203 320$@0@g23@6@0@1@tp1,g23$@0#strtol -^204 322$@0@g23@6@0@1@tp1,g23$@0#strtoul -*1 (Constant) -^205 5$#RAND_MAX -*4 (Function) -^206 324$@0@s1@1@s1$@0#rand -^207 326$@0@s1@1@s1$@0#srand -^208 329@6@5@1@0@0^@2@0@0#calloc -^209 332@4@5@1@0@0^@2@0@0#malloc -^210 335@6@5@1@0@0@0@@1@tp0@2@0@0#realloc -^211 337$@0@@1@p0$@0#free -*1 (Constant) -^212 5$#EXIT_FAILURE#EXIT_SUCCESS -*4 (Function) -^214 339@6@0@6@0@0^$@0#abort -^215 341@6@0@6@0@0^$@0#exit -^216 347$@0@s1@1@s1$@0#atexit -^217 350@6@5@1@0@0^@19@3@0#getenv -^218 352$@0@s3@1@s3$@0#system -^219 359@6@5@1@0@0^@18@0@0#bsearch -^220 365$@0@g23@6@0@1@tp0,g23$@0#qsort -^221 367$^$@0#abs -*7 (Struct tag) -^222 368@369#@!2 -*0 (Datatype) -^223 368@-@-@0@0@0@0@370#div_t -*4 (Function) -^224 372$^$@0#div -^225 374$^$@0#labs -*7 (Struct tag) -^226 375@376#@!3 -*0 (Datatype) -^227 375@-@-@0@0@0@0@377#ldiv_t -*4 (Function) -^228 379$^$@0#ldiv -*1 (Constant) -^229 63$#MB_CUR_MAX -^230 5$#WCHAR_MAX#WCHAR_MIN -^232 66$#WEOF -*4 (Function) -^233 381$^$@0#btowc -^234 383$@0@s3@1@s3,tp0$@0#fgetwc -^235 387@6@5@1@0@0@0@s3@1@s3,tp0,tp2$@0#fgetws -^236 389$@0@s3@1@s3,tp1$@0#fputwc -^237 391$@0@s3@1@s3,tp1$@0#fputws -^238 393$^$@0#fwide -^239 395@6@0@1@1@0@0@s3@1@tp0,s3$@0#fwprintf -^240 397@6@0@1@2@0@0@s3@1@tp0,s3$@0#fwscanf -^241 399$@0@s3@1@s3,tp0$@0#getwc -^242 401$@0@s3,g18@6@0@1@s3,tg18$@0#getwchar -^243 404$^$@0#mbrlen -^244 406$@0@@1@tp0$@0#mbrtowc -^245 408$^$@0#mbsinit -^246 410$@0@@1@tp0$@0#mbsrtowcs -^247 412$@0@s3@1@s3,tp1$@0#putwc -^248 414$@0@s3,g19@6@0@1@s3,tg19$@0#putwchar -^249 416@6@0@1@1@0@0@@1@tp0$@0#swprintf -^250 418@6@0@1@2@0@0@g18@6@0@1@tg18$@0#swscanf -^251 420$@0@s3@1@s3,tp1$@0#ungetwc -^252 422$@0@s3@1@s3,tp0$@0#vfwprintf -^253 424$@0@@1@tp0$@0#vswprintf -^254 426$@0@s3,g19@6@0@1@s3,tg19$@0#vwprintf -^255 428$@0@@1@tp0$@0#wcrtomb -^256 432$@0@@1@tp0$@0#wcscat -^257 435@6@5@1@0@0^@19@2@0#wcschr -^258 437$^$@0#wcscmp -^259 439$^$@0#wcscoll -^260 442$@0@@1@tp0$@0#wcscpy -^261 444$^$@0#wcscspn -*7 (Struct tag) -^262 633@445#@tm -*4 (Function) -^263 448$@0@@1@tp0$@0#wcsftime -^264 450$^$@0#wcslen -^265 454$@0@@1@tp0$@0#wcsncat -^266 456$^$@0#wcsncmp -^267 459$@0@@1@tp0$@0#wcsncpy -^268 462@6@5@1@0@0^$@0#wcspbrk -^269 465@6@5@1@0@0^$@0#wcsrchr -^270 468$@0@@1@tp1$@0#wcsrtombs -^271 470$^$@0#wcsspn -^272 473@6@5@1@0@0^@3@0@0#wcsstr -^273 475$@0@@1@tp1$@0#wcstod -^274 478@6@5@1@0@0@0@@1@tp2@3@0@0#wcstok -^275 480$@0@@1@tp1$@0#wcstol -^276 482$@0@@1@tp1$@0#wcstoul -^277 484$@0@@1@tp0$@0#wcsxfrm -^278 486$^$@0#wctob -^279 489@6@5@1@0@0^@3@0@0#wmemchr -^280 491$^$@0#wmemcmp -^281 494$@0@@1@tp0$@0#wmemcpy -^282 497$@0@@1@tp0$@0#wmemmove -^283 500$@0@@1@tp0$@0#wmemset -^284 502@6@0@1@1@0@1@g19@6@0,g23@6@0@1@g23,tg19$@0#wprintf -^285 504@6@0@1@2@0@1@g18@6@0,g23@6@0@1@g23,tg18$@0#wscanf -*0 (Datatype) -^286 13@-@-@0@0@0@0@505#wctype_t -^287 13@-@-@0@0@0@0@506#wctrans_t -*4 (Function) -^288 510$^$@0#iswalnum -^289 513$^$@0#iswalpha -^290 516$^$@0#iswcntrl -^291 519$^$@0#iswctype -^292 522$^$@0#iswdigit -^293 526$^$@0#iswgraph -^294 529$^$@0#iswlower -^295 532$^$@0#iswprint -^296 535$^$@0#iswpunct -^297 538$^$@0#iswspace -^298 541$^$@0#iswupper -^299 545$^$@0#iswxdigit -^300 549$^$@0#towctrans -^301 552$^$@0#towlower -^302 555$^$@0#towupper -^303 557$^$@0#wctrans -^304 559$^$@0#wctype -^305 561$^$@0#mblen -^306 563$@0@@1@tp0$@0#mbtowc -^307 565$@0@@1@tp0$@0#wctomb -^308 567$@0@@1@tp0$@0#mbstowcs -^309 569$@0@@1@tp0$@0#wcstombs -^310 573$@0@@1@tp0$@0#memcpy -^311 576$@0@@1@tp0$@0#memmove -^312 580$@0@@1@tp0$@0#strcpy -^313 583$@0@@1@tp0$@0#strncpy -^314 586$@0@@1@tp0$@0#strcat -^315 589$@0@@1@tp0$@0#strncat -^316 591$^$@0#memcmp -^317 593$^$@0#strcmp -^318 595$^$@0#strcoll -^319 597$^$@0#strncmp -^320 599$@0@@1@tp0$@0#strxfrm -^321 602@6@5@1@0@0^@3@0@0#memchr -^322 605@6@5@1@0@0^@19@2@0#strchr -^323 607$^$@0#strcspn -^324 610@6@5@1@0@0^@19@2@0#strpbrk -^325 613@6@5@1@0@0^@19@2@0#strrchr -^326 615$^$@0#strspn -^327 618@6@5@1@0@0^@19@2@0#strstr -^328 621@6@5@1@0@0@0@s1,g23@6@0@1@tp0,s1,g23@19@2@0#strtok -^329 625$@0@@1@tp0$@0#memset -^330 628$^@19@3@0#strerror -^331 630$^$@0#strlen -*1 (Constant) -^332 5$#CLOCKS_PER_SEC -*0 (Datatype) -^333 13@-@-@0@0@0@0@631#clock_t -^334 13@-@-@0@0@0@0@632#time_t -*4 (Function) -^335 635$@0@s1@1@s1$@0#clock -^336 637$^$@0#difftime -^337 639$^$@0#mktime -^338 642$@0@@1@tp0$@0#time -^339 645$@0@g23@6@0@1@g23@19@3@0#asctime -^340 648$^@19@3@0#ctime -^341 651@6@5@1@0@0^@19@3@0#gmtime -^342 654@6@5@1@0@0@0@g23@6@0@1@g23@19@3@0#localtime -^343 656$@0@@1@tp0$@0#strftime -*0 (Datatype) -^344 13@-@-@0@0@0@0@657#int8_t -^345 13@-@-@0@0@0@0@658#int16_t -^346 13@-@-@0@0@0@0@659#int32_t -^347 13@-@-@0@0@0@0@660#int64_t -^348 14@-@-@0@0@0@0@661#uint8_t -^349 14@-@-@0@0@0@0@662#uint16_t -^350 14@-@-@0@0@0@0@663#uint32_t -^351 14@-@-@0@0@0@0@664#uint64_t -^352 13@-@-@0@0@0@0@665#int_least8_t -^353 13@-@-@0@0@0@0@666#int_least16_t -^354 13@-@-@0@0@0@0@667#int_least32_t -^355 13@-@-@0@0@0@0@668#int_least64_t -^356 14@-@-@0@0@0@0@669#uint_least8_t -^357 14@-@-@0@0@0@0@670#uint_least16_t -^358 14@-@-@0@0@0@0@671#uint_least32_t -^359 14@-@-@0@0@0@0@672#uint_least64_t -^360 13@-@-@0@0@0@0@673#int_fast8_t -^361 13@-@-@0@0@0@0@674#int_fast16_t -^362 13@-@-@0@0@0@0@675#int_fast32_t -^363 13@-@-@0@0@0@0@676#int_fast64_t -^364 14@-@-@0@0@0@0@677#uint_fast8_t -^365 14@-@-@0@0@0@0@678#uint_fast16_t -^366 14@-@-@0@0@0@0@679#uint_fast32_t -^367 14@-@-@0@0@0@0@680#uint_fast64_t -^368 24@-@+@0@0@0@0@681#intptr_t -^369 25@-@+@0@0@0@0@682#uintptr_t -^370 15@-@-@0@0@0@0@683#intmax_t -^371 14@-@-@0@0@0@0@684#uintmax_t -*1 (Constant) -^372 5$#INT8_MIN#INT16_MIN#INT32_MIN#INT64_MIN#INT8_MAX#INT16_MAX#INT32_MAX#INT64_MAX#UINT8_MIN#UINT16_MIN#UINT32_MIN#UINT64_MIN#INT_LEAST8_MIN#INT_LEAST16_MIN#INT_LEAST32_MIN#INT_LEAST64_MIN#INT_LEAST8_MAX#INT_LEAST16_MAX#INT_LEAST32_MAX#INT_LEAST64_MAX#UINT_LEAST8_MAX#UINT_LEAST16_MAX#UINT_LEAST32_MAX#UINT_LEAST64_MAX#INT_FAST8_MIN#INT_FAST16_MIN#INT_FAST32_MIN#INT_FAST64_MIN#INT_FAST8_MAX#INT_FAST16_MAX#INT_FAST32_MAX#INT_FAST64_MAX#UINT_FAST8_MAX#UINT_FAST16_MAX#UINT_FAST32_MAX#UINT_FAST64_MAX -^408 63$#INTPTR_MIN#INTPTR_MAX -;; Library constraints -vsnprintf -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -2 -2 -Param 63 1 -;; end precondition constraints -post:EMPTY -fgets -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 5 1 -e2 -2 -3 --1 -;; end precondition constraints -post: -C -0@1@3 -l -1 -3 -2 -2 -Param 23 0 -r -2 -3 -0 -C -0@1@1 -l -1 -3 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 5 1 -e2 -2 -3 --1 -;; end precondition constraints -calloc -pre:EMPTY -post: -C -0@1@4 -l -1 -1 -2 -2 -Result -r -0 -1 -e1 -2 -2 -Param 63 0 -e2 -2 -3 --1 -;; end precondition constraints -malloc -pre:EMPTY -post: -C -0@1@4 -l -1 -1 -2 -2 -Result -r -0 -1 -e1 -2 -2 -Param 63 0 -e2 -2 -3 --1 -;; end precondition constraints -realloc -pre:EMPTY -post: -C -0@1@3 -l -1 -1 -2 -2 -Result -r -0 -1 -e1 -2 -2 -Param 63 1 -e2 -2 -3 --1 -;; end precondition constraints -memcpy -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 20 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -C -0@1@3 -l -1 -3 -2 -2 -Param 20 1 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -memmove -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 20 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -C -0@1@3 -l -1 -3 -2 -2 -Param 20 1 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -strcpy -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -1 -3 -2 -2 -Param 23 1 -;; end precondition constraints -post: -C -0@1@4 -l -1 -1 -2 -2 -Result -r -1 -1 -2 -2 -Param 23 0 -C -0@1@4 -l -1 -3 -2 -2 -Result -r -1 -3 -2 -2 -Param 23 1 -C -0@1@4 -l -1 -3 -2 -2 -Param 23 0 -r -1 -3 -2 -2 -Param 23 1 -;; end precondition constraints -strncpy -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post: -C -0@1@1 -l -1 -3 -2 -2 -Param 23 0 -r -2 -2 -Param 63 2 -C -0@1@3 -l -1 -3 -2 -2 -Param 23 1 -r -1 -3 -2 -2 -Param 23 0 -;; end precondition constraints -strcat -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -1 -3 -2 -2 -Param 23 0 -e2 -1 -3 -2 -2 -Param 23 1 -;; end precondition constraints -post: -C -0@1@4 -l -1 -3 -2 -2 -Result -r -0 -1 -e1 -1 -3 -2 -2 -Param 23 0 -e2 -1 -3 -2 -2 -Param 23 1 -;; end precondition constraints -strncat -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -1 -3 -2 -2 -Param 23 0 -e2 -2 -2 -Param 63 2 -;; end precondition constraints -post: -C -0@1@3 -l -1 -3 -2 -2 -Param 23 0 -r -0 -1 -e1 -1 -3 -2 -2 -Param 23 0 -e2 -2 -2 -Param 63 2 -;; end precondition constraints -strchr -pre:EMPTY -post: -C -0@1@3 -l -1 -3 -2 -2 -Result -r -2 -3 -0 -C -0@1@1 -l -1 -3 -2 -2 -Result -r -1 -3 -2 -2 -Param 23 0 -C -0@1@1 -l -1 -1 -2 -2 -Result -r -1 -1 -2 -2 -Param 23 0 -C -0@1@3 -l -1 -1 -2 -2 -Result -r -2 -3 -0 -;; end precondition constraints -strrchr -pre:EMPTY -post: -C -0@1@3 -l -1 -3 -2 -2 -Result -r -2 -3 -0 -C -0@1@1 -l -1 -3 -2 -2 -Result -r -1 -3 -2 -2 -Param 23 0 -C -0@1@1 -l -1 -1 -2 -2 -Result -r -1 -1 -2 -2 -Param 23 0 -C -0@1@3 -l -1 -1 -2 -2 -Result -r -2 -3 -0 -;; end precondition constraints -strstr -pre:EMPTY -post: -C -0@1@3 -l -1 -3 -2 -2 -Result -r -2 -3 -0 -C -0@1@1 -l -1 -3 -2 -2 -Result -r -1 -3 -2 -2 -Param 23 0 -C -0@1@1 -l -1 -1 -2 -2 -Result -r -1 -1 -2 -2 -Param 23 0 -C -0@1@3 -l -1 -1 -2 -2 -Result -r -2 -3 -0 -;; end precondition constraints -memset -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 20 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post: -C -0@1@3 -l -1 -3 -2 -2 -Param 20 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -strlen -pre:EMPTY -post: -C -0@1@4 -l -2 -2 -Result -r -1 -3 -2 -2 -Param 23 0 -;; end precondition constraints -asctime -pre:EMPTY -post: -C -0@1@4 -l -1 -3 -2 -2 -Result -r -2 -3 -25 -C -0@1@4 -l -1 -1 -2 -2 -Result -r -2 -3 -25 -;; end precondition constraints -ctime -pre:EMPTY -post: -C -0@1@4 -l -1 -3 -2 -2 -Result -r -2 -3 -25 -C -0@1@4 -l -1 -1 -2 -2 -Result -r -2 -3 -25 -;; end precondition constraints -;; Modules access -lltX_bool#1@ -types#1@ -ansi#9@ -;;End diff --git a/lib/ansistrict.lcd b/lib/ansistrict.lcd deleted file mode 100644 index 554825d..0000000 --- a/lib/ansistrict.lcd +++ /dev/null @@ -1,1759 +0,0 @@ -;;; Splint Library ansistrict.lcd -;;Splint 3.0.1 --- 06 Jan 2002 -;;lib:296 -;;ctTable -0 u-2 19 38 -0 p1|-2 20 39 -0 b-2 21 40 -0 p3|-2 22 41 -0 p4|-2 23 42 -0 p5|-2 24 43 -0 p6|-2 25 44 -0 p7|-2 26 45 -0 p8|-2 27 46 -0 p9|-2 28 47 -0 p10|-2 29 48 -0 p11|-2 30 49 -0 p12|-2 31 50 -0 p13|-2 32 51 -0 p14|-2 33 52 -0 p15|-2 34 53 -0 p16|-2 35 54 -0 p17|-2 36 55 -0 p18|-2 37 56 -1 t0|0 290 -1 -1 t1|1& -1 t2|2& -1 t3|3& -1 t4|4 291 -1 -1 t5|5& -1 t6|6& -1 t7|7& -1 t8|8& -1 t9|9& -1 t10|10& -1 t11|11& -1 t12|12& -1 t13|13& -1 t14|14& -1 t15|15& -1 t16|16& -1 t17|17& -1 t18|18& -2 y0|0& -2 y1|1& -2 y2|2& -2 y3|3& -2 y4|4& -2 y5|5& -2 y6|6& -2 y7|7& -2 y8|8& -2 y9|9& -2 y10|10& -2 y11|11& -2 y12|12& -2 y13|13& -2 y14|14& -2 y15|15& -2 y16|16& -2 y17|17& -2 y18|18& --2 ?! -0 a0|& -0 s10|& -0 s11|& -0 s12|& -0 s24|& -0 s25|& -0 s26|& -0 s27|-1 359 -1 -0 s28|& -0 a29|-1 377 -1 -3 C0.5/20|! -3 C0.68/2|! -3 f0 (2|@7|$#,)! -3 f1 (2|@7|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f4 (5|$#,)! -3 f0 (5|$#,)! -3 f4 (5|$#,)! -3 Slconv{23|@1|0@0@3&#decimal_point,23|@1|0@0@3&#thousands_sep,23|@1|0@0@3&#grouping,23|@1|0@0@3&#int_curr_symbol,23|@1|0@0@3&#currency_symbol,23|@1|0@0@3&#mon_decimal_point,23|@1|0@0@3&#mon_thousands_sep,23|@1|0@0@3&#mon_grouping,23|@1|0@0@3&#positive_sign,23|@1|0@0@3&#negative_sign,4|@1|^#int_frac_digits,4|@1|^#frac_digits,4|@1|^#p_cs_precedes,4|@1|^#p_sep_by_space,4|@1|^#n_cs_precedes,4|@1|^#n_sep_by_space,4|@1|^#p_sign_posn,4|@1|^#n_sign_posn,}! -0 s46|-1 105 -1 -3 f0 (5|$#,23|0@5@7&#,)! -3 f19 (5|$#,23|0@5@7&#,)! -3 f23 (5|$#,23|0@5@7&#,)! -3 f0 ()! -3 f19 ()! -1 t99|99& -3 f105 ()! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,17|$#,)! -3 f17 (17|$#,17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,5|$#,)! -3 f17 (17|$#,5|$#,)! -3 f0 (17|$#,24|4@0@7&#,)! -3 f17 (17|$#,24|4@0@7&#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,17|$#,)! -3 f17 (17|$#,17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,36|4@0@7&#,)! -3 f17 (17|$#,36|4@0@7&#,)! -3 f0 (17|$#,17|$#,)! -3 f17 (17|$#,17|$#,)! -0 a124|& -3 f0 (151|4@0@7&#,)! -3 f5 (151|4@0@7&#,)! -3 f0 (151|$#,5|$#,)! -3 f1 (151|$#,5|$#,)! -0 s133|& -3 ?! -3 f157 (5|$#,)! -3 f1 (5|$#,)^160 -1 t159|159& -3 ?! -3 f161 (5|$#,)! -3 f1 (5|$#,)^164 -1 t163|163& -3 ?! -3 f165 (5|$#,)! -3 f1 (5|$#,)^168 -1 t167|167& -3 ?! -3 f169 (5|$#,)! -3 f1 (5|$#,)^172 -1 t171|171& -3 f0 (5|$#,172|0@5@7&#,)! -3 f19 (5|$#,172|0@5@7&#,)^175 -1 t174|174& -3 ?! -3 f176 (5|$#,)! -3 f19 (5|$#,)! -3 f1 (5|$#,172|0@5@7&#,)! -3 f1 (5|$#,)! -3 f180 (5|$#,172|0@5@7&#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -0 a139|& -3 f0 (184|4@0@7&#,!.,)! -3 f1 (184|4@0@7&#,!.,)! -3 f0 (184|$#,)! -3 f1 (184|$#,)! -0 a142|-1 191 -1 -0 a143|-1 265 -1 -1 t189|189& -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (23|$#,23|$#,)! -3 f5 (23|$#,23|$#,)! -3 f0 ()! -3 f19 ()! -3 f191 ()! -3 f0 (23|@5|4@5@7&#,)! -3 f19 (23|@5|4@5@7&#,)! -3 f23 (23|@5|4@5@7&#,)! -3 f0 (191|$#,)! -3 f5 (191|$#,)! -3 f0 (191|0@5@7&#,)! -3 f5 (191|0@5@7&#,)! -3 f0 (23|$#,23|$#,)! -3 f19 (23|$#,23|$#,)! -3 f191 (23|$#,23|$#,)! -3 f0 (23|$#,23|$#,191|$#,)! -3 f19 (23|$#,23|$#,191|$#,)! -3 f191 (23|$#,23|$#,191|$#,)! -3 f0 (191|$#,23|0@5@19@2@0#,)! -3 f1 (191|$#,23|0@5@19@2@0#,)! -3 f0 (191|$#,23|0@5@19@2@0#,5|$#,63|$#,)! -3 f5 (191|$#,23|0@5@19@2@0#,5|$#,63|$#,)! -3 f0 (191|$#,23|$#,!.,)! -3 f5 (191|$#,23|$#,!.,)! -3 f0 (191|$#,23|$#,!.,)! -3 f5 (191|$#,23|$#,!.,)! -3 f0 (23|$#,!.,)! -3 f5 (23|$#,!.,)! -3 f0 (23|$#,!.,)! -3 f5 (23|$#,!.,)! -3 f0 (23|4@0@7&#,23|$#,!.,)! -3 f5 (23|4@0@7&#,23|$#,!.,)! -3 f0 (23|4@0@7&#,23|$#,!.,)! -3 f5 (23|4@0@7&#,23|$#,!.,)! -3 f0 (23|$#,184|$#,)! -3 f5 (23|$#,184|$#,)! -3 f0 (191|$#,23|$#,184|$#,)! -3 f5 (191|$#,23|$#,184|$#,)! -3 f0 (23|4@0@7&#,23|$#,184|$#,)! -3 f5 (23|4@0@7&#,23|$#,184|$#,)! -3 f0 (23|4@0@7&#,63|$#,23|$#,184|$#,)! -3 f5 (23|4@0@7&#,63|$#,23|$#,184|$#,)! -3 f0 (191|$#,)! -3 f5 (191|$#,)! -3 f0 (23|@5|4@0@7&#,5|$#,191|$#,)! -3 f19 (23|@5|4@0@7&#,5|$#,191|$#,)! -3 f23 (23|@5|4@0@7&#,5|$#,191|$#,)! -3 C0.5/4|! -3 f0 (241|$#,191|$#,)! -3 f5 (241|$#,191|$#,)! -3 f0 (23|$#,191|$#,)! -3 f5 (23|$#,191|$#,)! -3 f0 (191|@7|$#,)! -3 f5 (191|@7|$#,)! -3 f0 ()! -3 f5 ()! -3 f0 (23|4@0@7&#,)! -3 f19 (23|4@0@7&#,)! -3 f23 (23|4@0@7&#,)! -3 f0 (241|$#,191|@7|$#,)! -3 f5 (241|$#,191|@7|$#,)! -3 f0 (241|$#,)! -3 f5 (241|$#,)! -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (241|$#,191|$#,)! -3 f5 (241|$#,191|$#,)! -3 f0 (20|4@0@7&#,63|$#,63|$#,191|$#,)! -3 f63 (20|4@0@7&#,63|$#,63|$#,191|$#,)! -3 f0 (20|$#,63|$#,63|$#,191|$#,)! -3 f63 (20|$#,63|$#,63|$#,191|$#,)! -1 t190|190& -3 f0 (191|$#,265|4@0@7&#,)! -3 f5 (191|$#,265|4@0@7&#,)! -3 f0 (191|$#,9|$#,5|$#,)! -3 f5 (191|$#,9|$#,5|$#,)! -3 f0 (191|$#,265|$#,)! -3 f5 (191|$#,265|$#,)! -3 f0 (191|$#,)! -3 f9 (191|$#,)! -3 f0 (191|$#,)! -3 f1 (191|$#,)! -3 f0 (191|$#,)! -3 f1 (191|$#,)! -3 f0 (191|$#,)! -3 f5 (191|$#,)! -3 f0 (191|$#,)! -3 f5 (191|$#,)! -3 f0 (23|0@5@7&#,)! -3 f1 (23|0@5@7&#,)! -3 f0 (23|$#,)! -3 f17 (23|$#,)! -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (23|$#,)! -3 f9 (23|$#,)! -1 t19|19& -1 t23|23& -3 f0 (23|$#,291|4@5@7&#,)! -3 f17 (23|$#,291|4@5@7&#,)! -3 f0 (23|$#,291|4@5@7&#,5|$#,)! -3 f9 (23|$#,291|4@5@7&#,5|$#,)! -3 f0 (23|$#,291|4@5@7&#,5|$#,)! -3 f10 (23|$#,291|4@5@7&#,5|$#,)! -3 f0 ()! -3 f5 ()! -3 f0 (6|$#,)! -3 f1 (6|$#,)! -3 f0 (63|$#,63|$#,)! -3 f19 (63|$#,63|$#,)! -3 f20 (63|$#,63|$#,)! -3 f0 (63|$#,)! -3 f19 (63|$#,)! -3 f20 (63|$#,)! -3 f0 (20|@5|4@5@2&#,63|$#,)! -3 f19 (20|@5|4@5@2&#,63|$#,)! -3 f20 (20|@5|4@5@2&#,63|$#,)! -3 f0 (20|4@5@2&#,)! -3 f1 (20|4@5@2&#,)! -3 f0 ()! -3 f1 ()! -3 f0 (5|$#,)! -3 f1 (5|$#,)! -3 ?! -3 f317 ()! -3 f1 ()^320 -1 t319|319& -3 f0 (320|$#,)! -3 f5 (320|$#,)! -3 f0 (23|$#,)! -3 f19 (23|$#,)! -3 f23 (23|$#,)! -3 f0 (23|0@5@7&#,)! -3 f5 (23|0@5@7&#,)! -3 ?! -3 f328 (20|$#,20|$#,)! -3 f5 (20|$#,20|$#,)^331 -1 t330|330& -3 f0 (20|$#,20|$#,63|$#,63|$#,331|$#,)! -3 f19 (20|$#,20|$#,63|$#,63|$#,331|$#,)! -3 f20 (20|$#,20|$#,63|$#,63|$#,331|$#,)! -3 ?! -3 f335 (20|$#,20|$#,)! -3 f5 (20|$#,20|$#,)^338 -1 t337|337& -3 f0 (20|$#,63|$#,63|$#,338|$#,)! -3 f1 (20|$#,63|$#,63|$#,338|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 S!2{5|@1|^#quot,5|@1|^#rem,}! -0 s222|& -0 s223|& -3 f0 (5|$#,5|$#,)! -3 f345 (5|$#,5|$#,)! -3 f0 (9|$#,)! -3 f9 (9|$#,)! -3 S!3{9|@1|^#quot,9|@1|^#rem,}! -0 s226|& -0 s227|& -3 f0 (9|$#,9|$#,)! -3 f352 (9|$#,9|$#,)! -3 f0 (5|$#,)! -3 f66 (5|$#,)! -3 f0 (191|$#,)! -3 f66 (191|$#,)! -1 t65|65 441 -1 -3 f0 (359|@5|$#,5|$#,191|$#,)! -3 f19 (359|@5|$#,5|$#,191|$#,)! -3 f359 (359|@5|$#,5|$#,191|$#,)! -3 f0 (65|$#,191|$#,)! -3 f66 (65|$#,191|$#,)! -3 f0 (359|$#,191|$#,)! -3 f5 (359|$#,191|$#,)! -3 f0 (191|$#,5|$#,)! -3 f5 (191|$#,5|$#,)! -3 f0 (191|$#,359|$#,!.,)! -3 f5 (191|$#,359|$#,!.,)! -3 f0 (191|$#,359|$#,!.,)! -3 f5 (191|$#,359|$#,!.,)! -3 f0 (191|@7|$#,)! -3 f66 (191|@7|$#,)! -3 f0 ()! -3 f66 ()! -1 t67|67& -3 f0 (23|$#,63|$#,377|0@5@7&#,)! -3 f63 (23|$#,63|$#,377|0@5@7&#,)! -3 f0 (359|0@5@7&#,23|$#,63|$#,377|0@5@7&#,)! -3 f63 (359|0@5@7&#,23|$#,63|$#,377|0@5@7&#,)! -3 f0 (377|0@5@7&#,)! -3 f5 (377|0@5@7&#,)! -3 f0 (359|0@5@7&#,291|$#,63|$#,377|0@5@7&#,)! -3 f63 (359|0@5@7&#,291|$#,63|$#,377|0@5@7&#,)! -3 f0 (65|$#,191|@7|$#,)! -3 f66 (65|$#,191|@7|$#,)! -3 f0 (65|$#,)! -3 f66 (65|$#,)! -3 f0 (359|$#,63|$#,359|$#,!.,)! -3 f5 (359|$#,63|$#,359|$#,!.,)! -3 f0 (359|$#,359|$#,!.,)! -3 f5 (359|$#,359|$#,!.,)! -3 f0 (66|$#,191|$#,)! -3 f66 (66|$#,191|$#,)! -3 f0 (191|$#,359|$#,184|$#,)! -3 f5 (191|$#,359|$#,184|$#,)! -3 f0 (359|$#,63|$#,359|$#,184|$#,)! -3 f5 (359|$#,63|$#,359|$#,184|$#,)! -3 f0 (359|$#,184|$#,)! -3 f5 (359|$#,184|$#,)! -3 f0 (23|4@5@7&#,65|$#,377|0@5@7&#,)! -3 f63 (23|4@5@7&#,65|$#,377|0@5@7&#,)! -3 C0.1/359|! -3 f0 (359|@5|4@0@9&#,359|$#,)! -3 f1 (359|@5|4@0@9&#,359|$#,)! -3 f404 (359|@5|4@0@9&#,359|$#,)! -3 f0 (359|@5|$#,65|$#,)! -3 f19 (359|@5|$#,65|$#,)! -3 f359 (359|@5|$#,65|$#,)! -3 f0 (359|$#,359|$#,)! -3 f5 (359|$#,359|$#,)! -3 f0 (359|$#,359|$#,)! -3 f5 (359|$#,359|$#,)! -3 f0 (359|@5|4@0@9&#,359|$#,)! -3 f1 (359|@5|4@0@9&#,359|$#,)! -3 f404 (359|@5|4@0@9&#,359|$#,)! -3 f0 (359|$#,359|$#,)! -3 f63 (359|$#,359|$#,)! -0 s262|-1 421 -1 -1 t420|420& -3 f0 (359|4@0@7&#,63|$#,359|$#,421|$#,)! -3 f63 (359|4@0@7&#,63|$#,359|$#,421|$#,)! -3 f0 (359|$#,)! -3 f63 (359|$#,)! -3 C0.1/359|! -3 f0 (359|@5|4@0@9&#,359|$#,63|$#,)! -3 f1 (359|@5|4@0@9&#,359|$#,63|$#,)! -3 f426 (359|@5|4@0@9&#,359|$#,63|$#,)! -3 f0 (359|$#,359|$#,63|$#,)! -3 f5 (359|$#,359|$#,63|$#,)! -3 f0 (359|@5|4@0@9&#,359|$#,63|$#,)! -3 f1 (359|@5|4@0@9&#,359|$#,63|$#,)! -3 f426 (359|@5|4@0@9&#,359|$#,63|$#,)! -3 f0 (359|@5|$#,359|$#,)! -3 f19 (359|@5|$#,359|$#,)! -3 f359 (359|@5|$#,359|$#,)! -3 f0 (359|@5|$#,65|$#,)! -3 f19 (359|@5|$#,65|$#,)! -3 f359 (359|@5|$#,65|$#,)! -1 t359|359& -3 f0 (23|0@5@7&#,441|$#,63|$#,377|0@5@7&#,)! -3 f63 (23|0@5@7&#,441|$#,63|$#,377|0@5@7&#,)! -3 f0 (359|$#,359|$#,)! -3 f63 (359|$#,359|$#,)! -3 f0 (359|$#,359|$#,)! -3 f19 (359|$#,359|$#,)! -3 f359 (359|$#,359|$#,)! -3 f0 (359|$#,441|0@5@7&#,)! -3 f17 (359|$#,441|0@5@7&#,)! -3 f0 (359|0@5@7&#,359|$#,441|$#,)! -3 f19 (359|0@5@7&#,359|$#,441|$#,)! -3 f359 (359|0@5@7&#,359|$#,441|$#,)! -3 f0 (359|$#,441|0@5@7&#,5|$#,)! -3 f9 (359|$#,441|0@5@7&#,5|$#,)! -3 f0 (359|$#,441|0@5@7&#,5|$#,)! -3 f10 (359|$#,441|0@5@7&#,5|$#,)! -3 f0 (359|0@5@7&#,359|$#,63|$#,)! -3 f63 (359|0@5@7&#,359|$#,63|$#,)! -3 f0 (66|$#,)! -3 f5 (66|$#,)! -3 f0 (359|$#,65|$#,63|$#,)! -3 f19 (359|$#,65|$#,63|$#,)! -3 f359 (359|$#,65|$#,63|$#,)! -3 f0 (359|$#,359|$#,63|$#,)! -3 f5 (359|$#,359|$#,63|$#,)! -3 f0 (359|@5|$#,359|$#,63|$#,)! -3 f19 (359|@5|$#,359|$#,63|$#,)! -3 f359 (359|@5|$#,359|$#,63|$#,)! -3 f0 (359|@5|$#,359|$#,63|$#,)! -3 f19 (359|@5|$#,359|$#,63|$#,)! -3 f359 (359|@5|$#,359|$#,63|$#,)! -3 f0 (359|@5|$#,65|$#,63|$#,)! -3 f19 (359|@5|$#,65|$#,63|$#,)! -3 f359 (359|@5|$#,65|$#,63|$#,)! -3 f0 (359|$#,!.,)! -3 f5 (359|$#,!.,)! -3 f0 (359|$#,!.,)! -3 f5 (359|$#,!.,)! -0 s286|& -0 s287|& -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,480|$#,)! -3 f2 (66|$#,480|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,481|$#,)! -3 f66 (66|$#,481|$#,)! -3 f0 (66|$#,)! -3 f66 (66|$#,)! -3 f0 (66|$#,)! -3 f66 (66|$#,)! -3 f0 (23|$#,)! -3 f481 (23|$#,)! -3 f0 (23|$#,)! -3 f480 (23|$#,)! -3 f0 (23|$#,63|$#,)! -3 f5 (23|$#,63|$#,)! -3 f0 (359|0@5@7&#,23|0@5@7&#,63|$#,)! -3 f5 (359|0@5@7&#,23|0@5@7&#,63|$#,)! -3 f0 (23|4@5@7&#,65|$#,)! -3 f5 (23|4@5@7&#,65|$#,)! -3 f0 (359|4@0@7&#,23|$#,63|$#,)! -3 f63 (359|4@0@7&#,23|$#,63|$#,)! -3 f0 (23|4@0@7&#,359|$#,63|$#,)! -3 f63 (23|4@0@7&#,359|$#,63|$#,)! -3 C0.1/20|! -3 f0 (20|@5|4@0@9&#,20|$#,63|$#,)! -3 f1 (20|@5|4@0@9&#,20|$#,63|$#,)! -3 f526 (20|@5|4@0@9&#,20|$#,63|$#,)! -3 f0 (20|@5|4@0@7&#,20|$#,63|$#,)! -3 f1 (20|@5|4@0@7&#,20|$#,63|$#,)! -3 f526 (20|@5|4@0@7&#,20|$#,63|$#,)! -3 C0.1/23|! -3 f0 (23|@5|4@0@9&#,23|$#,)! -3 f1 (23|@5|4@0@9&#,23|$#,)! -3 f533 (23|@5|4@0@9&#,23|$#,)! -3 f0 (23|@5|4@0@9&#,23|$#,63|$#,)! -3 f1 (23|@5|4@0@9&#,23|$#,63|$#,)! -3 f533 (23|@5|4@0@9&#,23|$#,63|$#,)! -3 f0 (23|@5|0@0@9&#,23|$#,)! -3 f1 (23|@5|0@0@9&#,23|$#,)! -3 f533 (23|@5|0@0@9&#,23|$#,)! -3 f0 (23|@5|0@0@9&#,23|$#,63|$#,)! -3 f1 (23|@5|0@0@9&#,23|$#,63|$#,)! -3 f533 (23|@5|0@0@9&#,23|$#,63|$#,)! -3 f0 (20|$#,20|$#,63|$#,)! -3 f5 (20|$#,20|$#,63|$#,)! -3 f0 (23|$#,23|$#,)! -3 f5 (23|$#,23|$#,)! -3 f0 (23|$#,23|$#,)! -3 f5 (23|$#,23|$#,)! -3 f0 (23|$#,23|$#,63|$#,)! -3 f5 (23|$#,23|$#,63|$#,)! -3 f0 (23|4@5@7&#,23|$#,63|$#,)! -3 f63 (23|4@5@7&#,23|$#,63|$#,)! -3 f0 (20|$#,5|$#,63|$#,)! -3 f19 (20|$#,5|$#,63|$#,)! -3 f20 (20|$#,5|$#,63|$#,)! -3 f0 (23|@5|$#,4|$#,)! -3 f19 (23|@5|$#,4|$#,)! -3 f23 (23|@5|$#,4|$#,)! -3 f0 (23|$#,23|$#,)! -3 f63 (23|$#,23|$#,)! -3 f0 (23|@5|$#,23|$#,)! -3 f19 (23|@5|$#,23|$#,)! -3 f23 (23|@5|$#,23|$#,)! -3 f0 (23|@5|$#,4|$#,)! -3 f19 (23|@5|$#,4|$#,)! -3 f23 (23|@5|$#,4|$#,)! -3 f0 (23|$#,23|$#,)! -3 f63 (23|$#,23|$#,)! -3 f0 (23|@5|0@0@9&#,23|$#,)! -3 f19 (23|@5|0@0@9&#,23|$#,)! -3 f23 (23|@5|0@0@9&#,23|$#,)! -3 f0 (23|@5|0@5@7&#,23|$#,)! -3 f19 (23|@5|0@5@7&#,23|$#,)! -3 f23 (23|@5|0@5@7&#,23|$#,)! -3 C0.1/20|! -3 f0 (20|@5|4@0@7&#,5|$#,63|$#,)! -3 f1 (20|@5|4@0@7&#,5|$#,63|$#,)! -3 f578 (20|@5|4@0@7&#,5|$#,63|$#,)! -3 f0 (5|$#,)! -3 f19 (5|$#,)! -3 f23 (5|$#,)! -3 f0 (23|$#,)! -3 f63 (23|$#,)! -0 s333|& -0 s334|-1 596 -1 -3 Stm{5|@1|^#tm_sec,5|@1|^#tm_min,5|@1|^#tm_hour,5|@1|^#tm_mday,5|@1|^#tm_mon,5|@1|^#tm_year,5|@1|^#tm_wday,5|@1|^#tm_yday,5|@1|^#tm_isdst,}! -3 f0 ()! -3 f587 ()! -3 f0 (588|$#,588|$#,)! -3 f17 (588|$#,588|$#,)! -3 f0 (421|$#,)! -3 f588 (421|$#,)! -1 t588|588& -3 f0 (596|4@5@7&#,)! -3 f588 (596|4@5@7&#,)! -3 f0 (421|$#,)! -3 f19 (421|$#,)! -3 f23 (421|$#,)! -3 f0 (596|$#,)! -3 f19 (596|$#,)! -3 f23 (596|$#,)! -3 f0 (596|$#,)! -3 f19 (596|$#,)! -3 f421 (596|$#,)! -3 f0 (596|$#,)! -3 f19 (596|$#,)! -3 f421 (596|$#,)! -3 f0 (23|4@0@7&#,63|$#,23|$#,421|$#,)! -3 f63 (23|4@0@7&#,63|$#,23|$#,421|$#,)! -0 s344|& -0 s345|& -0 s346|& -0 s347|& -0 s348|& -0 s349|& -0 s350|& -0 s351|& -0 s352|& -0 s353|& -0 s354|& -0 s355|& -0 s356|& -0 s357|& -0 s358|& -0 s359|& -0 s360|& -0 s361|& -0 s362|& -0 s363|& -0 s364|& -0 s365|& -0 s366|& -0 s367|& -0 s368|& -0 s369|& -0 s370|& -0 s371|& -;;tistable -0 -29 -29,124 -124 -29,124,139 -139 -29,124,139,142 -142 -29,124,139,142,143 -143 -;;symTable -*0 (Datatype) -^0 2@+@-@0@0@0@0@2#lltX_bool -*1 (Constant) -^1 2@i0@0@6#FALSE -^2 2@i1@0@0#TRUE -*11 (GlobalMarker) -*1 (Constant) -^4 5$#__LINE__ -^5 23$#__DATE__#__FILE__#__BASE_FILE__ -^8 5$#__INCLUDE_LEVEL__ -^9 23$#__VERSION__ -*0 (Datatype) -^10 13@-@-@0@0@0@0@59#__SIZE_TYPE__ -^11 13@-@-@0@0@0@0@60#__PTRDIFF_TYPE__ -^12 13@-@-@0@0@0@0@61#__WCHAR_TYPE__ -*1 (Constant) -^13 23$#__USER_LABEL_PREFIX__#__REGISTER_PREFIX__#__TIME__ -^16 5$#S_SPLINT_S#__LCLINT__ -*3 (Variable) -^18 191|@1|6@0@0@0@2#stdin#stdout -*1 (Constant) -^20 5$#EDOM#ERANGE#EILSEQ -*3 (Variable) -^23 5|@1|6@0@0@0@4#errno -*0 (Datatype) -^24 13@-@-@0@0@0@0@62#ptrdiff_t -^25 14@-@-@0@0@0@0@63#size_t -^26 15@-@-@0@0@0@0@64#ssize_t -^27 13@-@-@0@0@0@0@65#wchar_t -^28 13@-@-@0@0@0@0@66#wint_t -^29 0@+@=@0@0@0@0@67#mbstate_t -*1 (Constant) -^30 0@i0@0@6#NULL -^31 2$#NDEBUG -*4 (Function) -^32 71@6@0@8@0@0^$@0#assert -^33 73$^$@0#isalnum -^34 75$^$@0#isalpha -^35 77$^$@0#iscntrl -^36 79$^$@0#isdigit -^37 81$^$@0#isgraph -^38 83$^$@0#islower -^39 85$^$@0#isprint -^40 87$^$@0#ispunct -^41 89$^$@0#isspace -^42 91$^$@0#isupper -^43 93$^$@0#isxdigit -^44 95$^$@0#tolower -^45 97$^$@0#toupper -*7 (Struct tag) -^46 98@99#@lconv -*1 (Constant) -^47 5$#LC_ALL#LC_COLLATE#LC_CTYPE#LC_MONETARY#LC_NUMERIC#LC_TIME -*4 (Function) -^53 102@6@5@1@0@0@0@s1,g23@6@0@1@s1,g23@19@3@0#setlocale -^54 106$^@3@0@0#localeconv -*3 (Variable) -^55 5|@1|6@0@0@0@1#DBL_DIG -^56 17|@1|6@0@0@0@1#DBL_EPSILON -^57 5|@1|6@0@0@0@1#DBL_MANT_DIG -^58 17|@1|6@0@0@0@1#DBL_MAX -^59 5|@1|6@0@0@0@1#DBL_MAX_10_EXP#DBL_MAX_EXP -^61 17|@1|6@0@0@0@1#DBL_MIN -^62 5|@1|6@0@0@0@1#DBL_MIN_10_EXP#DBL_MIN_EXP#FLT_DIG -^65 16|@1|6@0@0@0@1#FLT_EPSILON -^66 5|@1|6@0@0@0@1#FLT_MANT_DIG -^67 16|@1|6@0@0@0@1#FLT_MAX -^68 5|@1|6@0@0@0@1#FLT_MAX_10_EXP#FLT_MAX_EXP -^70 16|@1|6@0@0@0@1#FLT_MIN -^71 5|@1|6@0@0@0@1#FLT_MIN_10_EXP#FLT_MIN_EXP -*1 (Constant) -^73 5$#FLT_RADIX -*3 (Variable) -^74 5|@1|6@0@0@0@1#FLT_ROUNDS#LDBL_DIG -^76 18|@1|6@0@0@0@1#LDBL_EPSILON -^77 5|@1|6@0@0@0@1#LDBL_MANT_DIG -^78 18|@1|6@0@0@0@1#LDBL_MAX -^79 5|@1|6@0@0@0@1#LDBL_MAX_10_EXP#LDBL_MAX_EXP -^81 18|@1|6@0@0@0@1#LDBL_MIN -^82 5|@1|6@0@0@0@1#LDBL_MIN_10_EXP#LDBL_MIN_EXP -*1 (Constant) -^84 5$#CHAR_BIT -^85 4$#CHAR_MAX#CHAR_MIN -^87 5$#INT_MAX#INT_MIN -^89 9$#LONG_MAX#LONG_MIN#MB_LEN_MAX -^92 4$#SCHAR_MAX#SCHAR_MIN -^94 7$#SHRT_MAX#SHRT_MIN -^96 3$#UCHAR_MAX#UCHAR_MIN -^98 6$#UINT_MAX -^99 10$#ULONG_MAX -^100 8$#USHRT_MAX -^101 17$#HUGE_VAL -*4 (Function) -^102 108$^$@0#sin -^103 110$^$@0#cos -^104 112$^$@0#tan -^105 114$@0@g23@6@0@1@g23$@0#asin -^106 116$@0@g23@6@0@1@g23$@0#acos -^107 118$^$@0#atan -^108 120$^$@0#atan2 -^109 122$^$@0#sinh -^110 124$@0@g23@6@0@1@g23$@0#cosh -^111 126$^$@0#tanh -^112 128$@0@g23@6@0@1@g23$@0#exp -^113 130$@0@g23@6@0@1@g23$@0#ldexp -^114 132$@0@@1@tp1$@0#frexp -^115 134$@0@g23@6@0@1@g23$@0#log -^116 136$@0@g23@6@0@1@g23$@0#log10 -^117 138$@0@g23@6@0@1@g23$@0#pow -^118 140$@0@g23@6@0@1@g23$@0#sqrt -^119 142$^$@0#ceil -^120 144$^$@0#floor -^121 146$^$@0#fabs -^122 148$@0@@1@tp1$@0#modf -^123 150$^$@0#fmod -*0 (Datatype) -^124 20@+@+@0@0@0@0@151#jmp_buf -*4 (Function) -^125 153$@0@@1@p0$@0#setjmp -^126 155@6@0@5@0@0^$@0#longjmp -*1 (Constant) -^127 5$#SIGABRT#SIGFPE#SIGILL#SIGINT#SIGSEGV#SIGTERM -*0 (Datatype) -^133 13@-@-@0@0@0@0@156#sig_atomic_t -*1 (Constant) -^134 160$#SIG_DFL -^135 164$#SIG_ERR -^136 168$#SIG_IGN -*4 (Function) -^137 181@6@5@1@0@0@0@s1,g23@6@0@1@s1,g23$@0#signal -^138 183@6@0@5@0@0$$@0#raise -*0 (Datatype) -^139 20@+@+@0@0@0@0@184#va_list -*4 (Function) -^140 186$@0@@1@p0$@0#va_start -^141 188$@0@@1@p0$@0#va_end -*0 (Datatype) -^142 20@+@+@0@0@0@0@189#FILE -^143 20@+@+@0@0@0@0@190#fpos_t -*1 (Constant) -^144 5$#_IOFBF#_IOLBF#_IONBF#BUFSIZ#EOF#FOPEN_MAX#FILENAME_MAX#L_tmpnam#SEEK_CUR#SEEK_END#SEEK_SET#TMP_MAX -*3 (Variable) -^156 191|@1|6@0@0@0@2#stderr -*4 (Function) -^157 193$@0@s3,g23@6@0@1@s3,g23$@0#remove -^158 195$@0@s3,g23@6@0@1@s3,g23$@0#rename -^159 198@6@5@1@0@0@0@s3@1@s3@3@0@0#tmpfile -^160 201$@0@s1@1@tp0,s1@19@3@0#tmpnam -^161 203$@0@g23@6@0,s3@1@tp0,g23,s3$@0#fclose -^162 205$@0@g23@6@0,s3@1@tp0,g23,s3$@0#fflush -^163 208@6@5@1@0@0@0@s3@1@s3@18@0@0#fopen -^164 211@6@5@1@0@0@0@s3,g23@6@0@1@tp2,s3,g23@3@0@0#freopen -^165 213$@0@s3@1@s3,tp0,tp1$@0#setbuf -^166 215$@0@s3@1@s3,tp0,tp1$@0#setvbuf -^167 217@6@0@1@1@0@0@s3@1@s3,tp0$@0#fprintf -^168 219@6@0@1@2@0@0@s3@1@s3,tp0$@0#fscanf -^169 221@6@0@1@1@0@1@g19@6@0,s3@1@s3,tg19$@0#printf -^170 223@6@0@1@2@0@1@g18@6@0,s3@1@s3,tg18$@0#scanf -^171 225@6@0@1@1@0@0@@1@tp0$@0#sprintf -^172 227@6@0@1@2@0^$@0#sscanf -^173 229$@1@g19@6@0,s3@1@s3,tg19$@0#vprintf -^174 231$@0@s3,g23@6@0@1@s3,tp0,p2,g23$@0#vfprintf -^175 233$@0@@1@p0$@0@W:bufferoverflowhigh#Use vsnprintf instead##vsprintf -^176 235$@0@@1@p0$@0#vsnprintf -^177 237$@0@s3,g23@6@0@1@s3,tp0,g23$@0#fgetc -^178 240@6@5@1@0@0@0@s3,g23@6@0@1@s3,tp0,tp2,g23$@0#fgets -^179 243$@0@s3,g23@6@0@1@s3,tp1,g23$@0#fputc -^180 245$@0@s3@1@s3,tp1$@0#fputs -^181 247$@0@s3@1@s3,tp0$@0#getc -^182 249$@1@g18@6@0,s3@1@s3,tg18$@0#getchar -^183 252@6@5@1@0@0@1@g18@6@0,s3,g23@6@0@1@s3,tp0,tg18,g23@3@0@0@W:bufferoverflowhigh#Use of gets leads to a buffer overflow vulnerability. Use fgets instead##gets -^184 254$@0@s3@1@s3,tp1$@0#putc -^185 256$@1@g19@6@0,s3@1@s3,tg19$@0#putchar -^186 258$@1@g19@6@0,s3@1@s3,tg19$@0#puts -^187 260$@0@s3,g23@6@0@1@s3,tp1,g23$@0#ungetc -^188 262$@0@s3,g23@6@0@1@s3,tp0,tp3,g23$@0#fread -^189 264$@0@s3,g23@6@0@1@s3,tp3,g23$@0#fwrite -^190 267$@0@g23@6@0@1@tp1,g23$@0#fgetpos -^191 269$@0@s3,g23@6@0@1@s3,tp0,g23$@0#fseek -^192 271$@0@s3,g23@6@0@1@s3,tp0,g23$@0#fsetpos -^193 273$@0@g23@6@0@1@g23$@0#ftell -^194 275$@0@@1@tp0$@0#rewind -^195 277$@0@@1@tp0$@0#clearerr -^196 279$@0@g23@6@0@1@g23$@0#feof -^197 281$@0@g23@6@0@1@g23$@0#ferror -^198 283$@1@g23@6@0,g156@6@0,s3@1@s3,tg156$@0#perror -^199 285$^$@0#atof -^200 287$^$@0#atoi -^201 289$^$@0#atol -^202 293$@0@g23@6@0@1@tp1,g23$@0#strtod -^203 295$@0@g23@6@0@1@tp1,g23$@0#strtol -^204 297$@0@g23@6@0@1@tp1,g23$@0#strtoul -*1 (Constant) -^205 5$#RAND_MAX -*4 (Function) -^206 299$@0@s1@1@s1$@0#rand -^207 301$@0@s1@1@s1$@0#srand -^208 304@6@5@1@0@0^@2@0@0#calloc -^209 307@4@5@1@0@0^@2@0@0#malloc -^210 310@6@5@1@0@0@0@@1@tp0@2@0@0#realloc -^211 312$@0@@1@p0$@0#free -*1 (Constant) -^212 5$#EXIT_FAILURE#EXIT_SUCCESS -*4 (Function) -^214 314@6@0@6@0@0^$@0#abort -^215 316@6@0@6@0@0^$@0#exit -^216 322$@0@s1@1@s1$@0#atexit -^217 325@6@5@1@0@0^@19@3@0#getenv -^218 327$@0@s3@1@s3$@0#system -^219 334@6@5@1@0@0^@18@0@0#bsearch -^220 340$@0@g23@6@0@1@tp0,g23$@0#qsort -^221 342$^$@0#abs -*7 (Struct tag) -^222 343@344#@!2 -*0 (Datatype) -^223 343@-@-@0@0@0@0@345#div_t -*4 (Function) -^224 347$^$@0#div -^225 349$^$@0#labs -*7 (Struct tag) -^226 350@351#@!3 -*0 (Datatype) -^227 350@-@-@0@0@0@0@352#ldiv_t -*4 (Function) -^228 354$^$@0#ldiv -*1 (Constant) -^229 63$#MB_CUR_MAX -^230 5$#WCHAR_MAX#WCHAR_MIN -^232 66$#WEOF -*4 (Function) -^233 356$^$@0#btowc -^234 358$@0@s3@1@s3,tp0$@0#fgetwc -^235 362@6@5@1@0@0@0@s3@1@s3,tp0,tp2$@0#fgetws -^236 364$@0@s3@1@s3,tp1$@0#fputwc -^237 366$@0@s3@1@s3,tp1$@0#fputws -^238 368$^$@0#fwide -^239 370@6@0@1@1@0@0@s3@1@tp0,s3$@0#fwprintf -^240 372@6@0@1@2@0@0@s3@1@tp0,s3$@0#fwscanf -^241 374$@0@s3@1@s3,tp0$@0#getwc -^242 376$@0@s3,g18@6@0@1@s3,tg18$@0#getwchar -^243 379$^$@0#mbrlen -^244 381$@0@@1@tp0$@0#mbrtowc -^245 383$^$@0#mbsinit -^246 385$@0@@1@tp0$@0#mbsrtowcs -^247 387$@0@s3@1@s3,tp1$@0#putwc -^248 389$@0@s3,g19@6@0@1@s3,tg19$@0#putwchar -^249 391@6@0@1@1@0@0@@1@tp0$@0#swprintf -^250 393@6@0@1@2@0@0@g18@6@0@1@tg18$@0#swscanf -^251 395$@0@s3@1@s3,tp1$@0#ungetwc -^252 397$@0@s3@1@s3,tp0$@0#vfwprintf -^253 399$@0@@1@tp0$@0#vswprintf -^254 401$@0@s3,g19@6@0@1@s3,tg19$@0#vwprintf -^255 403$@0@@1@tp0$@0#wcrtomb -^256 407$@0@@1@tp0$@0#wcscat -^257 410@6@5@1@0@0^@19@2@0#wcschr -^258 412$^$@0#wcscmp -^259 414$^$@0#wcscoll -^260 417$@0@@1@tp0$@0#wcscpy -^261 419$^$@0#wcscspn -*7 (Struct tag) -^262 589@420#@tm -*4 (Function) -^263 423$@0@@1@tp0$@0#wcsftime -^264 425$^$@0#wcslen -^265 429$@0@@1@tp0$@0#wcsncat -^266 431$^$@0#wcsncmp -^267 434$@0@@1@tp0$@0#wcsncpy -^268 437@6@5@1@0@0^$@0#wcspbrk -^269 440@6@5@1@0@0^$@0#wcsrchr -^270 443$@0@@1@tp1$@0#wcsrtombs -^271 445$^$@0#wcsspn -^272 448@6@5@1@0@0^@3@0@0#wcsstr -^273 450$@0@@1@tp1$@0#wcstod -^274 453@6@5@1@0@0@0@@1@tp2@3@0@0#wcstok -^275 455$@0@@1@tp1$@0#wcstol -^276 457$@0@@1@tp1$@0#wcstoul -^277 459$@0@@1@tp0$@0#wcsxfrm -^278 461$^$@0#wctob -^279 464@6@5@1@0@0^@3@0@0#wmemchr -^280 466$^$@0#wmemcmp -^281 469$@0@@1@tp0$@0#wmemcpy -^282 472$@0@@1@tp0$@0#wmemmove -^283 475$@0@@1@tp0$@0#wmemset -^284 477@6@0@1@1@0@1@g19@6@0,g23@6@0@1@g23,tg19$@0#wprintf -^285 479@6@0@1@2@0@1@g18@6@0,g23@6@0@1@g23,tg18$@0#wscanf -*0 (Datatype) -^286 13@-@-@0@0@0@0@480#wctype_t -^287 13@-@-@0@0@0@0@481#wctrans_t -*4 (Function) -^288 483$^$@0#iswalnum -^289 485$^$@0#iswalpha -^290 487$^$@0#iswcntrl -^291 489$^$@0#iswctype -^292 491$^$@0#iswdigit -^293 493$^$@0#iswgraph -^294 495$^$@0#iswlower -^295 497$^$@0#iswprint -^296 499$^$@0#iswpunct -^297 501$^$@0#iswspace -^298 503$^$@0#iswupper -^299 505$^$@0#iswxdigit -^300 507$^$@0#towctrans -^301 509$^$@0#towlower -^302 511$^$@0#towupper -^303 513$^$@0#wctrans -^304 515$^$@0#wctype -^305 517$^$@0#mblen -^306 519$@0@@1@tp0$@0#mbtowc -^307 521$@0@@1@tp0$@0#wctomb -^308 523$@0@@1@tp0$@0#mbstowcs -^309 525$@0@@1@tp0$@0#wcstombs -^310 529$@0@@1@tp0$@0#memcpy -^311 532$@0@@1@tp0$@0#memmove -^312 536$@0@@1@tp0$@0#strcpy -^313 539$@0@@1@tp0$@0#strncpy -^314 542$@0@@1@tp0$@0#strcat -^315 545$@0@@1@tp0$@0#strncat -^316 547$^$@0#memcmp -^317 549$^$@0#strcmp -^318 551$^$@0#strcoll -^319 553$^$@0#strncmp -^320 555$@0@@1@tp0$@0#strxfrm -^321 558@6@5@1@0@0^@3@0@0#memchr -^322 561@6@5@1@0@0^@19@2@0#strchr -^323 563$^$@0#strcspn -^324 566@6@5@1@0@0^@19@2@0#strpbrk -^325 569@6@5@1@0@0^@19@2@0#strrchr -^326 571$^$@0#strspn -^327 574@6@5@1@0@0^@19@2@0#strstr -^328 577@6@5@1@0@0@0@s1,g23@6@0@1@tp0,s1,g23@19@2@0#strtok -^329 581$@0@@1@tp0$@0#memset -^330 584$^@19@3@0#strerror -^331 586$^$@0#strlen -*1 (Constant) -^332 5$#CLOCKS_PER_SEC -*0 (Datatype) -^333 13@-@-@0@0@0@0@587#clock_t -^334 13@-@-@0@0@0@0@588#time_t -*4 (Function) -^335 591$@0@s1@1@s1$@0#clock -^336 593$^$@0#difftime -^337 595$^$@0#mktime -^338 598$@0@@1@tp0$@0#time -^339 601$@0@g23@6@0@1@g23@19@3@0#asctime -^340 604$^@19@3@0#ctime -^341 607@6@5@1@0@0^@19@3@0#gmtime -^342 610@6@5@1@0@0@0@g23@6@0@1@g23@19@3@0#localtime -^343 612$@0@@1@tp0$@0#strftime -*0 (Datatype) -^344 13@-@-@0@0@0@0@613#int8_t -^345 13@-@-@0@0@0@0@614#int16_t -^346 13@-@-@0@0@0@0@615#int32_t -^347 13@-@-@0@0@0@0@616#int64_t -^348 14@-@-@0@0@0@0@617#uint8_t -^349 14@-@-@0@0@0@0@618#uint16_t -^350 14@-@-@0@0@0@0@619#uint32_t -^351 14@-@-@0@0@0@0@620#uint64_t -^352 13@-@-@0@0@0@0@621#int_least8_t -^353 13@-@-@0@0@0@0@622#int_least16_t -^354 13@-@-@0@0@0@0@623#int_least32_t -^355 13@-@-@0@0@0@0@624#int_least64_t -^356 14@-@-@0@0@0@0@625#uint_least8_t -^357 14@-@-@0@0@0@0@626#uint_least16_t -^358 14@-@-@0@0@0@0@627#uint_least32_t -^359 14@-@-@0@0@0@0@628#uint_least64_t -^360 13@-@-@0@0@0@0@629#int_fast8_t -^361 13@-@-@0@0@0@0@630#int_fast16_t -^362 13@-@-@0@0@0@0@631#int_fast32_t -^363 13@-@-@0@0@0@0@632#int_fast64_t -^364 14@-@-@0@0@0@0@633#uint_fast8_t -^365 14@-@-@0@0@0@0@634#uint_fast16_t -^366 14@-@-@0@0@0@0@635#uint_fast32_t -^367 14@-@-@0@0@0@0@636#uint_fast64_t -^368 24@-@+@0@0@0@0@637#intptr_t -^369 25@-@+@0@0@0@0@638#uintptr_t -^370 15@-@-@0@0@0@0@639#intmax_t -^371 14@-@-@0@0@0@0@640#uintmax_t -*1 (Constant) -^372 5$#INT8_MIN#INT16_MIN#INT32_MIN#INT64_MIN#INT8_MAX#INT16_MAX#INT32_MAX#INT64_MAX#UINT8_MIN#UINT16_MIN#UINT32_MIN#UINT64_MIN#INT_LEAST8_MIN#INT_LEAST16_MIN#INT_LEAST32_MIN#INT_LEAST64_MIN#INT_LEAST8_MAX#INT_LEAST16_MAX#INT_LEAST32_MAX#INT_LEAST64_MAX#UINT_LEAST8_MAX#UINT_LEAST16_MAX#UINT_LEAST32_MAX#UINT_LEAST64_MAX#INT_FAST8_MIN#INT_FAST16_MIN#INT_FAST32_MIN#INT_FAST64_MIN#INT_FAST8_MAX#INT_FAST16_MAX#INT_FAST32_MAX#INT_FAST64_MAX#UINT_FAST8_MAX#UINT_FAST16_MAX#UINT_FAST32_MAX#UINT_FAST64_MAX -^408 63$#INTPTR_MIN#INTPTR_MAX -;; Library constraints -vsnprintf -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -2 -2 -Param 63 1 -;; end precondition constraints -post:EMPTY -fgets -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 5 1 -e2 -2 -3 --1 -;; end precondition constraints -post: -C -0@1@3 -l -1 -3 -2 -2 -Param 23 0 -r -2 -3 -0 -C -0@1@1 -l -1 -3 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 5 1 -e2 -2 -3 --1 -;; end precondition constraints -calloc -pre:EMPTY -post: -C -0@1@4 -l -1 -1 -2 -2 -Result -r -0 -1 -e1 -2 -2 -Param 63 0 -e2 -2 -3 --1 -;; end precondition constraints -malloc -pre:EMPTY -post: -C -0@1@4 -l -1 -1 -2 -2 -Result -r -0 -1 -e1 -2 -2 -Param 63 0 -e2 -2 -3 --1 -;; end precondition constraints -realloc -pre:EMPTY -post: -C -0@1@3 -l -1 -1 -2 -2 -Result -r -0 -1 -e1 -2 -2 -Param 63 1 -e2 -2 -3 --1 -;; end precondition constraints -memcpy -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 20 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -C -0@1@3 -l -1 -3 -2 -2 -Param 20 1 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -memmove -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 20 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -C -0@1@3 -l -1 -3 -2 -2 -Param 20 1 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -strcpy -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -1 -3 -2 -2 -Param 23 1 -;; end precondition constraints -post: -C -0@1@4 -l -1 -1 -2 -2 -Result -r -1 -1 -2 -2 -Param 23 0 -C -0@1@4 -l -1 -3 -2 -2 -Result -r -1 -3 -2 -2 -Param 23 1 -C -0@1@4 -l -1 -3 -2 -2 -Param 23 0 -r -1 -3 -2 -2 -Param 23 1 -;; end precondition constraints -strncpy -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post: -C -0@1@1 -l -1 -3 -2 -2 -Param 23 0 -r -2 -2 -Param 63 2 -C -0@1@3 -l -1 -3 -2 -2 -Param 23 1 -r -1 -3 -2 -2 -Param 23 0 -;; end precondition constraints -strcat -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -1 -3 -2 -2 -Param 23 0 -e2 -1 -3 -2 -2 -Param 23 1 -;; end precondition constraints -post: -C -0@1@4 -l -1 -3 -2 -2 -Result -r -0 -1 -e1 -1 -3 -2 -2 -Param 23 0 -e2 -1 -3 -2 -2 -Param 23 1 -;; end precondition constraints -strncat -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -1 -3 -2 -2 -Param 23 0 -e2 -2 -2 -Param 63 2 -;; end precondition constraints -post: -C -0@1@3 -l -1 -3 -2 -2 -Param 23 0 -r -0 -1 -e1 -1 -3 -2 -2 -Param 23 0 -e2 -2 -2 -Param 63 2 -;; end precondition constraints -strchr -pre:EMPTY -post: -C -0@1@3 -l -1 -3 -2 -2 -Result -r -2 -3 -0 -C -0@1@1 -l -1 -3 -2 -2 -Result -r -1 -3 -2 -2 -Param 23 0 -C -0@1@1 -l -1 -1 -2 -2 -Result -r -1 -1 -2 -2 -Param 23 0 -C -0@1@3 -l -1 -1 -2 -2 -Result -r -2 -3 -0 -;; end precondition constraints -strrchr -pre:EMPTY -post: -C -0@1@3 -l -1 -3 -2 -2 -Result -r -2 -3 -0 -C -0@1@1 -l -1 -3 -2 -2 -Result -r -1 -3 -2 -2 -Param 23 0 -C -0@1@1 -l -1 -1 -2 -2 -Result -r -1 -1 -2 -2 -Param 23 0 -C -0@1@3 -l -1 -1 -2 -2 -Result -r -2 -3 -0 -;; end precondition constraints -strstr -pre:EMPTY -post: -C -0@1@3 -l -1 -3 -2 -2 -Result -r -2 -3 -0 -C -0@1@1 -l -1 -3 -2 -2 -Result -r -1 -3 -2 -2 -Param 23 0 -C -0@1@1 -l -1 -1 -2 -2 -Result -r -1 -1 -2 -2 -Param 23 0 -C -0@1@3 -l -1 -1 -2 -2 -Result -r -2 -3 -0 -;; end precondition constraints -memset -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 20 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post: -C -0@1@3 -l -1 -3 -2 -2 -Param 20 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -strlen -pre:EMPTY -post: -C -0@1@4 -l -2 -2 -Result -r -1 -3 -2 -2 -Param 23 0 -;; end precondition constraints -asctime -pre:EMPTY -post: -C -0@1@4 -l -1 -3 -2 -2 -Result -r -2 -3 -25 -C -0@1@4 -l -1 -1 -2 -2 -Result -r -2 -3 -25 -;; end precondition constraints -ctime -pre:EMPTY -post: -C -0@1@4 -l -1 -3 -2 -2 -Result -r -2 -3 -25 -C -0@1@4 -l -1 -1 -2 -2 -Result -r -2 -3 -25 -;; end precondition constraints -;; Modules access -lltX_bool#1@ -types#1@ -ansi#9@ -;;End diff --git a/lib/posix.lcd b/lib/posix.lcd deleted file mode 100644 index a0d0880..0000000 --- a/lib/posix.lcd +++ /dev/null @@ -1,2465 +0,0 @@ -;;; Splint Library posix.lcd -;;Splint 3.0.1 --- 06 Jan 2002 -;;lib:296 -;;ctTable -0 u-2 19 38 -0 p1|-2 20 39 -0 b-2 21 40 -0 p3|-2 22 41 -0 p4|-2 23 42 -0 p5|-2 24 43 -0 p6|-2 25 44 -0 p7|-2 26 45 -0 p8|-2 27 46 -0 p9|-2 28 47 -0 p10|-2 29 48 -0 p11|-2 30 49 -0 p12|-2 31 50 -0 p13|-2 32 51 -0 p14|-2 33 52 -0 p15|-2 34 53 -0 p16|-2 35 54 -0 p17|-2 36 55 -0 p18|-2 37 56 -1 t0|0 315 884 -1 t1|1& -1 t2|2& -1 t3|3& -1 t4|4 316 885 -1 t5|5& -1 t6|6& -1 t7|7& -1 t8|8& -1 t9|9& -1 t10|10& -1 t11|11& -1 t12|12& -1 t13|13& -1 t14|14& -1 t15|15& -1 t16|16& -1 t17|17& -1 t18|18& -2 y0|0& -2 y1|1& -2 y2|2& -2 y3|3& -2 y4|4& -2 y5|5& -2 y6|6& -2 y7|7& -2 y8|8& -2 y9|9& -2 y10|10& -2 y11|11& -2 y12|12& -2 y13|13& -2 y14|14& -2 y15|15& -2 y16|16& -2 y17|17& -2 y18|18& --2 ?! -0 a0|& -0 s10|& -0 s11|& -0 s12|& -0 s24|& -0 s25|& -0 s26|& -0 s27|-1 384 -1 -0 s28|& -0 a29|-1 402 -1 -3 C0.5/20|! -3 C0.68/2|! -3 C0.2/5|! -3 f0 (70|@7|$#,)! -3 f1 (70|@7|$#,)! -3 C0.4/3|! -3 C0.5/73|! -3 f0 (74|$#,)! -3 f2 (74|$#,)! -3 f70 (74|$#,)! -3 f0 (74|$#,)! -3 f2 (74|$#,)! -3 f70 (74|$#,)! -3 f0 (74|$#,)! -3 f2 (74|$#,)! -3 f70 (74|$#,)! -3 f0 (74|$#,)! -3 f2 (74|$#,)! -3 f70 (74|$#,)! -3 C0.2/5|! -3 f0 (74|$#,)! -3 f2 (74|$#,)! -3 f87 (74|$#,)! -3 C0.5/73|! -3 f0 (91|$#,)! -3 f2 (91|$#,)! -3 f87 (91|$#,)! -3 f0 (91|$#,)! -3 f2 (91|$#,)! -3 f87 (91|$#,)! -3 f0 (91|$#,)! -3 f2 (91|$#,)! -3 f87 (91|$#,)! -3 f0 (91|$#,)! -3 f2 (91|$#,)! -3 f87 (91|$#,)! -3 C0.2/5|! -3 f0 (91|$#,)! -3 f2 (91|$#,)! -3 f104 (91|$#,)! -3 C0.5/73|! -3 f0 (108|$#,)! -3 f2 (108|$#,)! -3 f104 (108|$#,)! -3 C0.4/5|! -3 f0 (108|$#,)! -3 f4 (108|$#,)! -3 f112 (108|$#,)! -3 f0 (108|$#,)! -3 f4 (108|$#,)! -3 f112 (108|$#,)! -3 Slconv{23|@1|0@0@3&#decimal_point,23|@1|0@0@3&#thousands_sep,23|@1|0@0@3&#grouping,23|@1|0@0@3&#int_curr_symbol,23|@1|0@0@3&#currency_symbol,23|@1|0@0@3&#mon_decimal_point,23|@1|0@0@3&#mon_thousands_sep,23|@1|0@0@3&#mon_grouping,23|@1|0@0@3&#positive_sign,23|@1|0@0@3&#negative_sign,4|@1|^#int_frac_digits,4|@1|^#frac_digits,4|@1|^#p_cs_precedes,4|@1|^#p_sep_by_space,4|@1|^#n_cs_precedes,4|@1|^#n_sep_by_space,4|@1|^#p_sign_posn,4|@1|^#n_sign_posn,}! -0 s46|-1 126 -1 -3 f0 (5|$#,23|0@5@7&#,)! -3 f19 (5|$#,23|0@5@7&#,)! -3 f23 (5|$#,23|0@5@7&#,)! -3 f0 ()! -3 f19 ()! -1 t120|120& -3 f126 ()! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,17|$#,)! -3 f17 (17|$#,17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,5|$#,)! -3 f17 (17|$#,5|$#,)! -3 f0 (17|$#,24|4@0@7&#,)! -3 f17 (17|$#,24|4@0@7&#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,17|$#,)! -3 f17 (17|$#,17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,36|4@0@7&#,)! -3 f17 (17|$#,36|4@0@7&#,)! -3 f0 (17|$#,17|$#,)! -3 f17 (17|$#,17|$#,)! -0 a124|& -3 f0 (172|4@0@7&#,)! -3 f5 (172|4@0@7&#,)! -3 f0 (172|$#,5|$#,)! -3 f1 (172|$#,5|$#,)! -0 s133|& -3 ?! -3 f178 (5|$#,)! -3 f1 (5|$#,)^181 -1 t180|180& -3 ?! -3 f182 (5|$#,)! -3 f1 (5|$#,)^185 -1 t184|184& -3 ?! -3 f186 (5|$#,)! -3 f1 (5|$#,)^189 -1 t188|188& -3 ?! -3 f190 (5|$#,)! -3 f1 (5|$#,)^193 -1 t192|192& -3 f0 (5|$#,193|0@5@7&#,)! -3 f19 (5|$#,193|0@5@7&#,)^196 -1 t195|195& -3 ?! -3 f197 (5|$#,)! -3 f19 (5|$#,)! -3 f1 (5|$#,193|0@5@7&#,)! -3 f1 (5|$#,)! -3 f201 (5|$#,193|0@5@7&#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -0 a139|& -3 f0 (205|4@0@7&#,!.,)! -3 f1 (205|4@0@7&#,!.,)! -3 f0 (205|$#,)! -3 f1 (205|$#,)! -0 a142|-1 212 -1 -0 a143|-1 290 -1 -1 t210|210& -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (23|$#,23|$#,)! -3 f5 (23|$#,23|$#,)! -3 f0 ()! -3 f19 ()! -3 f212 ()! -3 f0 (23|@5|4@5@7&#,)! -3 f19 (23|@5|4@5@7&#,)! -3 f23 (23|@5|4@5@7&#,)! -3 f0 (212|$#,)! -3 f5 (212|$#,)! -3 f0 (212|0@5@7&#,)! -3 f5 (212|0@5@7&#,)! -3 f0 (23|$#,23|$#,)! -3 f19 (23|$#,23|$#,)! -3 f212 (23|$#,23|$#,)! -3 f0 (23|$#,23|$#,212|$#,)! -3 f19 (23|$#,23|$#,212|$#,)! -3 f212 (23|$#,23|$#,212|$#,)! -3 f0 (212|$#,23|0@5@19@2@0#,)! -3 f1 (212|$#,23|0@5@19@2@0#,)! -3 f0 (212|$#,23|0@5@19@2@0#,5|$#,63|$#,)! -3 f5 (212|$#,23|0@5@19@2@0#,5|$#,63|$#,)! -3 C0.5/1|! -3 f0 (212|$#,23|$#,!.,)! -3 f5 (212|$#,23|$#,!.,)! -3 f237 (212|$#,23|$#,!.,)! -3 f0 (212|$#,23|$#,!.,)! -3 f5 (212|$#,23|$#,!.,)! -3 f0 (23|$#,!.,)! -3 f5 (23|$#,!.,)! -3 f237 (23|$#,!.,)! -3 f0 (23|$#,!.,)! -3 f5 (23|$#,!.,)! -3 f0 (23|4@0@7&#,23|$#,!.,)! -3 f5 (23|4@0@7&#,23|$#,!.,)! -3 f237 (23|4@0@7&#,23|$#,!.,)! -3 f0 (23|4@0@7&#,23|$#,!.,)! -3 f5 (23|4@0@7&#,23|$#,!.,)! -3 f0 (23|$#,205|$#,)! -3 f5 (23|$#,205|$#,)! -3 f0 (212|$#,23|$#,205|$#,)! -3 f5 (212|$#,23|$#,205|$#,)! -3 f0 (23|4@0@7&#,23|$#,205|$#,)! -3 f5 (23|4@0@7&#,23|$#,205|$#,)! -3 f0 (23|4@0@7&#,63|$#,23|$#,205|$#,)! -3 f5 (23|4@0@7&#,63|$#,23|$#,205|$#,)! -3 f0 (212|$#,)! -3 f5 (212|$#,)! -3 f0 (23|@5|4@0@7&#,5|$#,212|$#,)! -3 f19 (23|@5|4@0@7&#,5|$#,212|$#,)! -3 f23 (23|@5|4@0@7&#,5|$#,212|$#,)! -3 C0.5/4|! -3 f0 (266|$#,212|$#,)! -3 f5 (266|$#,212|$#,)! -3 f0 (23|$#,212|$#,)! -3 f5 (23|$#,212|$#,)! -3 f0 (212|@7|$#,)! -3 f5 (212|@7|$#,)! -3 f0 ()! -3 f5 ()! -3 f0 (23|4@0@7&#,)! -3 f19 (23|4@0@7&#,)! -3 f23 (23|4@0@7&#,)! -3 f0 (266|$#,212|@7|$#,)! -3 f5 (266|$#,212|@7|$#,)! -3 f0 (266|$#,)! -3 f5 (266|$#,)! -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (266|$#,212|$#,)! -3 f5 (266|$#,212|$#,)! -3 f0 (20|4@0@7&#,63|$#,63|$#,212|$#,)! -3 f63 (20|4@0@7&#,63|$#,63|$#,212|$#,)! -3 f0 (20|$#,63|$#,63|$#,212|$#,)! -3 f63 (20|$#,63|$#,63|$#,212|$#,)! -1 t211|211& -3 f0 (212|$#,290|4@0@7&#,)! -3 f5 (212|$#,290|4@0@7&#,)! -3 f0 (212|$#,9|$#,5|$#,)! -3 f5 (212|$#,9|$#,5|$#,)! -3 f0 (212|$#,290|$#,)! -3 f5 (212|$#,290|$#,)! -3 f0 (212|$#,)! -3 f9 (212|$#,)! -3 f0 (212|$#,)! -3 f1 (212|$#,)! -3 f0 (212|$#,)! -3 f1 (212|$#,)! -3 f0 (212|$#,)! -3 f5 (212|$#,)! -3 f0 (212|$#,)! -3 f5 (212|$#,)! -3 f0 (23|0@5@7&#,)! -3 f1 (23|0@5@7&#,)! -3 f0 (23|$#,)! -3 f17 (23|$#,)! -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (23|$#,)! -3 f9 (23|$#,)! -1 t19|19& -1 t23|23& -3 f0 (23|$#,316|4@5@7&#,)! -3 f17 (23|$#,316|4@5@7&#,)! -3 f0 (23|$#,316|4@5@7&#,5|$#,)! -3 f9 (23|$#,316|4@5@7&#,5|$#,)! -3 f0 (23|$#,316|4@5@7&#,5|$#,)! -3 f10 (23|$#,316|4@5@7&#,5|$#,)! -3 f0 ()! -3 f5 ()! -3 f0 (6|$#,)! -3 f1 (6|$#,)! -3 f0 (63|$#,63|$#,)! -3 f19 (63|$#,63|$#,)! -3 f20 (63|$#,63|$#,)! -3 f0 (63|$#,)! -3 f19 (63|$#,)! -3 f20 (63|$#,)! -3 f0 (20|@5|4@5@2&#,63|$#,)! -3 f19 (20|@5|4@5@2&#,63|$#,)! -3 f20 (20|@5|4@5@2&#,63|$#,)! -3 f0 (20|4@5@2&#,)! -3 f1 (20|4@5@2&#,)! -3 f0 ()! -3 f1 ()! -3 f0 (5|$#,)! -3 f1 (5|$#,)! -3 ?! -3 f342 ()! -3 f1 ()^345 -1 t344|344& -3 f0 (345|$#,)! -3 f5 (345|$#,)! -3 f0 (23|$#,)! -3 f19 (23|$#,)! -3 f23 (23|$#,)! -3 f0 (23|0@5@7&#,)! -3 f5 (23|0@5@7&#,)! -3 ?! -3 f353 (20|$#,20|$#,)! -3 f5 (20|$#,20|$#,)^356 -1 t355|355& -3 f0 (20|$#,20|$#,63|$#,63|$#,356|$#,)! -3 f19 (20|$#,20|$#,63|$#,63|$#,356|$#,)! -3 f20 (20|$#,20|$#,63|$#,63|$#,356|$#,)! -3 ?! -3 f360 (20|$#,20|$#,)! -3 f5 (20|$#,20|$#,)^363 -1 t362|362& -3 f0 (20|$#,63|$#,63|$#,363|$#,)! -3 f1 (20|$#,63|$#,63|$#,363|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 S!2{5|@1|^#quot,5|@1|^#rem,}! -0 s222|& -0 s223|& -3 f0 (5|$#,5|$#,)! -3 f370 (5|$#,5|$#,)! -3 f0 (9|$#,)! -3 f9 (9|$#,)! -3 S!3{9|@1|^#quot,9|@1|^#rem,}! -0 s226|& -0 s227|& -3 f0 (9|$#,9|$#,)! -3 f377 (9|$#,9|$#,)! -3 f0 (5|$#,)! -3 f66 (5|$#,)! -3 f0 (212|$#,)! -3 f66 (212|$#,)! -1 t65|65 466 -1 -3 f0 (384|@5|$#,5|$#,212|$#,)! -3 f19 (384|@5|$#,5|$#,212|$#,)! -3 f384 (384|@5|$#,5|$#,212|$#,)! -3 f0 (65|$#,212|$#,)! -3 f66 (65|$#,212|$#,)! -3 f0 (384|$#,212|$#,)! -3 f5 (384|$#,212|$#,)! -3 f0 (212|$#,5|$#,)! -3 f5 (212|$#,5|$#,)! -3 f0 (212|$#,384|$#,!.,)! -3 f5 (212|$#,384|$#,!.,)! -3 f0 (212|$#,384|$#,!.,)! -3 f5 (212|$#,384|$#,!.,)! -3 f0 (212|@7|$#,)! -3 f66 (212|@7|$#,)! -3 f0 ()! -3 f66 ()! -1 t67|67& -3 f0 (23|$#,63|$#,402|0@5@7&#,)! -3 f63 (23|$#,63|$#,402|0@5@7&#,)! -3 f0 (384|0@5@7&#,23|$#,63|$#,402|0@5@7&#,)! -3 f63 (384|0@5@7&#,23|$#,63|$#,402|0@5@7&#,)! -3 f0 (402|0@5@7&#,)! -3 f5 (402|0@5@7&#,)! -3 f0 (384|0@5@7&#,316|$#,63|$#,402|0@5@7&#,)! -3 f63 (384|0@5@7&#,316|$#,63|$#,402|0@5@7&#,)! -3 f0 (65|$#,212|@7|$#,)! -3 f66 (65|$#,212|@7|$#,)! -3 f0 (65|$#,)! -3 f66 (65|$#,)! -3 f0 (384|$#,63|$#,384|$#,!.,)! -3 f5 (384|$#,63|$#,384|$#,!.,)! -3 f0 (384|$#,384|$#,!.,)! -3 f5 (384|$#,384|$#,!.,)! -3 f0 (66|$#,212|$#,)! -3 f66 (66|$#,212|$#,)! -3 f0 (212|$#,384|$#,205|$#,)! -3 f5 (212|$#,384|$#,205|$#,)! -3 f0 (384|$#,63|$#,384|$#,205|$#,)! -3 f5 (384|$#,63|$#,384|$#,205|$#,)! -3 f0 (384|$#,205|$#,)! -3 f5 (384|$#,205|$#,)! -3 f0 (23|4@5@7&#,65|$#,402|0@5@7&#,)! -3 f63 (23|4@5@7&#,65|$#,402|0@5@7&#,)! -3 C0.1/384|! -3 f0 (384|@5|4@0@9&#,384|$#,)! -3 f1 (384|@5|4@0@9&#,384|$#,)! -3 f429 (384|@5|4@0@9&#,384|$#,)! -3 f0 (384|@5|$#,65|$#,)! -3 f19 (384|@5|$#,65|$#,)! -3 f384 (384|@5|$#,65|$#,)! -3 f0 (384|$#,384|$#,)! -3 f5 (384|$#,384|$#,)! -3 f0 (384|$#,384|$#,)! -3 f5 (384|$#,384|$#,)! -3 f0 (384|@5|4@0@9&#,384|$#,)! -3 f1 (384|@5|4@0@9&#,384|$#,)! -3 f429 (384|@5|4@0@9&#,384|$#,)! -3 f0 (384|$#,384|$#,)! -3 f63 (384|$#,384|$#,)! -0 s262|-1 446 -1 -1 t445|445& -3 f0 (384|4@0@7&#,63|$#,384|$#,446|$#,)! -3 f63 (384|4@0@7&#,63|$#,384|$#,446|$#,)! -3 f0 (384|$#,)! -3 f63 (384|$#,)! -3 C0.1/384|! -3 f0 (384|@5|4@0@9&#,384|$#,63|$#,)! -3 f1 (384|@5|4@0@9&#,384|$#,63|$#,)! -3 f451 (384|@5|4@0@9&#,384|$#,63|$#,)! -3 f0 (384|$#,384|$#,63|$#,)! -3 f5 (384|$#,384|$#,63|$#,)! -3 f0 (384|@5|4@0@9&#,384|$#,63|$#,)! -3 f1 (384|@5|4@0@9&#,384|$#,63|$#,)! -3 f451 (384|@5|4@0@9&#,384|$#,63|$#,)! -3 f0 (384|@5|$#,384|$#,)! -3 f19 (384|@5|$#,384|$#,)! -3 f384 (384|@5|$#,384|$#,)! -3 f0 (384|@5|$#,65|$#,)! -3 f19 (384|@5|$#,65|$#,)! -3 f384 (384|@5|$#,65|$#,)! -1 t384|384& -3 f0 (23|0@5@7&#,466|$#,63|$#,402|0@5@7&#,)! -3 f63 (23|0@5@7&#,466|$#,63|$#,402|0@5@7&#,)! -3 f0 (384|$#,384|$#,)! -3 f63 (384|$#,384|$#,)! -3 f0 (384|$#,384|$#,)! -3 f19 (384|$#,384|$#,)! -3 f384 (384|$#,384|$#,)! -3 f0 (384|$#,466|0@5@7&#,)! -3 f17 (384|$#,466|0@5@7&#,)! -3 f0 (384|0@5@7&#,384|$#,466|$#,)! -3 f19 (384|0@5@7&#,384|$#,466|$#,)! -3 f384 (384|0@5@7&#,384|$#,466|$#,)! -3 f0 (384|$#,466|0@5@7&#,5|$#,)! -3 f9 (384|$#,466|0@5@7&#,5|$#,)! -3 f0 (384|$#,466|0@5@7&#,5|$#,)! -3 f10 (384|$#,466|0@5@7&#,5|$#,)! -3 f0 (384|0@5@7&#,384|$#,63|$#,)! -3 f63 (384|0@5@7&#,384|$#,63|$#,)! -3 f0 (66|$#,)! -3 f5 (66|$#,)! -3 f0 (384|$#,65|$#,63|$#,)! -3 f19 (384|$#,65|$#,63|$#,)! -3 f384 (384|$#,65|$#,63|$#,)! -3 f0 (384|$#,384|$#,63|$#,)! -3 f5 (384|$#,384|$#,63|$#,)! -3 f0 (384|@5|$#,384|$#,63|$#,)! -3 f19 (384|@5|$#,384|$#,63|$#,)! -3 f384 (384|@5|$#,384|$#,63|$#,)! -3 f0 (384|@5|$#,384|$#,63|$#,)! -3 f19 (384|@5|$#,384|$#,63|$#,)! -3 f384 (384|@5|$#,384|$#,63|$#,)! -3 f0 (384|@5|$#,65|$#,63|$#,)! -3 f19 (384|@5|$#,65|$#,63|$#,)! -3 f384 (384|@5|$#,65|$#,63|$#,)! -3 f0 (384|$#,!.,)! -3 f5 (384|$#,!.,)! -3 f0 (384|$#,!.,)! -3 f5 (384|$#,!.,)! -0 s286|& -0 s287|& -3 C0.2/5|! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f507 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f507 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f507 (66|$#,)! -3 f0 (66|$#,505|$#,)! -3 f2 (66|$#,505|$#,)! -3 f507 (66|$#,505|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f507 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 C0.2/5|! -3 f525 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f525 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f525 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f525 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f525 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f525 (66|$#,)! -3 C0.2/5|! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f542 (66|$#,)! -3 C0.66/5|! -3 f0 (66|$#,506|$#,)! -3 f66 (66|$#,506|$#,)! -3 f546 (66|$#,506|$#,)! -3 f0 (66|$#,)! -3 f66 (66|$#,)! -3 f546 (66|$#,)! -3 f0 (66|$#,)! -3 f66 (66|$#,)! -3 f546 (66|$#,)! -3 f0 (23|$#,)! -3 f506 (23|$#,)! -3 f0 (23|$#,)! -3 f505 (23|$#,)! -3 f0 (23|$#,63|$#,)! -3 f5 (23|$#,63|$#,)! -3 f0 (384|0@5@7&#,23|0@5@7&#,63|$#,)! -3 f5 (384|0@5@7&#,23|0@5@7&#,63|$#,)! -3 f0 (23|4@5@7&#,65|$#,)! -3 f5 (23|4@5@7&#,65|$#,)! -3 f0 (384|4@0@7&#,23|$#,63|$#,)! -3 f63 (384|4@0@7&#,23|$#,63|$#,)! -3 f0 (23|4@0@7&#,384|$#,63|$#,)! -3 f63 (23|4@0@7&#,384|$#,63|$#,)! -3 C0.1/20|! -3 f0 (20|@5|4@0@9&#,20|$#,63|$#,)! -3 f1 (20|@5|4@0@9&#,20|$#,63|$#,)! -3 f570 (20|@5|4@0@9&#,20|$#,63|$#,)! -3 f0 (20|@5|4@0@7&#,20|$#,63|$#,)! -3 f1 (20|@5|4@0@7&#,20|$#,63|$#,)! -3 f570 (20|@5|4@0@7&#,20|$#,63|$#,)! -3 C0.1/23|! -3 f0 (23|@5|4@0@9&#,23|$#,)! -3 f1 (23|@5|4@0@9&#,23|$#,)! -3 f577 (23|@5|4@0@9&#,23|$#,)! -3 f0 (23|@5|4@0@9&#,23|$#,63|$#,)! -3 f1 (23|@5|4@0@9&#,23|$#,63|$#,)! -3 f577 (23|@5|4@0@9&#,23|$#,63|$#,)! -3 f0 (23|@5|0@0@9&#,23|$#,)! -3 f1 (23|@5|0@0@9&#,23|$#,)! -3 f577 (23|@5|0@0@9&#,23|$#,)! -3 f0 (23|@5|0@0@9&#,23|$#,63|$#,)! -3 f1 (23|@5|0@0@9&#,23|$#,63|$#,)! -3 f577 (23|@5|0@0@9&#,23|$#,63|$#,)! -3 f0 (20|$#,20|$#,63|$#,)! -3 f5 (20|$#,20|$#,63|$#,)! -3 f0 (23|$#,23|$#,)! -3 f5 (23|$#,23|$#,)! -3 f0 (23|$#,23|$#,)! -3 f5 (23|$#,23|$#,)! -3 f0 (23|$#,23|$#,63|$#,)! -3 f5 (23|$#,23|$#,63|$#,)! -3 f0 (23|4@5@7&#,23|$#,63|$#,)! -3 f63 (23|4@5@7&#,23|$#,63|$#,)! -3 f0 (20|$#,5|$#,63|$#,)! -3 f19 (20|$#,5|$#,63|$#,)! -3 f20 (20|$#,5|$#,63|$#,)! -3 f0 (23|@5|$#,266|$#,)! -3 f19 (23|@5|$#,266|$#,)! -3 f23 (23|@5|$#,266|$#,)! -3 f0 (23|$#,23|$#,)! -3 f63 (23|$#,23|$#,)! -3 f0 (23|@5|$#,23|$#,)! -3 f19 (23|@5|$#,23|$#,)! -3 f23 (23|@5|$#,23|$#,)! -3 f0 (23|@5|$#,266|$#,)! -3 f19 (23|@5|$#,266|$#,)! -3 f23 (23|@5|$#,266|$#,)! -3 f0 (23|$#,23|$#,)! -3 f63 (23|$#,23|$#,)! -3 f0 (23|@5|0@0@9&#,23|$#,)! -3 f19 (23|@5|0@0@9&#,23|$#,)! -3 f23 (23|@5|0@0@9&#,23|$#,)! -3 f0 (23|@5|0@5@7&#,23|$#,)! -3 f19 (23|@5|0@5@7&#,23|$#,)! -3 f23 (23|@5|0@5@7&#,23|$#,)! -3 C0.1/20|! -3 f0 (20|@5|4@0@7&#,5|$#,63|$#,)! -3 f1 (20|@5|4@0@7&#,5|$#,63|$#,)! -3 f622 (20|@5|4@0@7&#,5|$#,63|$#,)! -3 f0 (5|$#,)! -3 f19 (5|$#,)! -3 f23 (5|$#,)! -3 f0 (23|$#,)! -3 f63 (23|$#,)! -0 s333|& -0 s334|-1 640 -1 -3 Stm{5|@1|^#tm_sec,5|@1|^#tm_min,5|@1|^#tm_hour,5|@1|^#tm_mday,5|@1|^#tm_mon,5|@1|^#tm_year,5|@1|^#tm_wday,5|@1|^#tm_yday,5|@1|^#tm_isdst,}! -3 f0 ()! -3 f631 ()! -3 f0 (632|$#,632|$#,)! -3 f17 (632|$#,632|$#,)! -3 f0 (446|$#,)! -3 f632 (446|$#,)! -1 t632|632& -3 f0 (640|4@5@7&#,)! -3 f632 (640|4@5@7&#,)! -3 f0 (446|$#,)! -3 f19 (446|$#,)! -3 f23 (446|$#,)! -3 f0 (640|$#,)! -3 f19 (640|$#,)! -3 f23 (640|$#,)! -3 f0 (640|$#,)! -3 f19 (640|$#,)! -3 f446 (640|$#,)! -3 f0 (640|$#,)! -3 f19 (640|$#,)! -3 f446 (640|$#,)! -3 f0 (23|4@0@7&#,63|$#,23|$#,446|$#,)! -3 f63 (23|4@0@7&#,63|$#,23|$#,446|$#,)! -0 s344|& -0 s345|& -0 s346|& -0 s347|& -0 s348|& -0 s349|& -0 s350|& -0 s351|& -0 s352|& -0 s353|& -0 s354|& -0 s355|& -0 s356|& -0 s357|& -0 s358|& -0 s359|& -0 s360|& -0 s361|& -0 s362|& -0 s363|& -0 s364|& -0 s365|& -0 s366|& -0 s367|& -0 s368|& -0 s369|& -0 s370|& -0 s371|& -0 s410|& -0 s411|-1 -1 905 -0 s412|& -0 s413|& -0 s414|& -0 s415|& -0 s416|& -0 s417|& -0 a418|-1 696 -1 -3 Sdirent{42|@1|^#d_name,}! -0 s419|-1 704 -1 -1 t693|693& -3 f0 (696|$#,)! -3 f5 (696|$#,)! -3 f0 (23|$#,)! -3 f19 (23|$#,)! -3 f696 (23|$#,)! -3 f0 (696|$#,)! -3 f19 (696|$#,)! -1 t695|695& -3 f704 (696|$#,)! -3 f0 (696|$#,)! -3 f1 (696|$#,)! -3 Sflock{7|@1|^#l_type,7|@1|^#l_whence,690|@1|^#l_start,690|@1|^#l_len,691|@1|^#l_pid,}! -0 s495|& -3 f0 (23|$#,688|$#,)! -3 f5 (23|$#,688|$#,)! -3 f0 (5|$#,5|$#,!.,)! -3 f5 (5|$#,5|$#,!.,)! -3 f0 (23|$#,5|$#,!.,)! -3 f5 (23|$#,5|$#,!.,)! -3 Sgroup{23|@1|0@0@3&#gr_name,686|@1|^#gr_gid,316|@1|0@0@3&#gr_mem,}! -0 s499|-1 720 -1 -3 f0 (686|$#,)! -3 f19 (686|$#,)! -1 t717|717& -3 f720 (686|$#,)! -3 f0 (23|$#,)! -3 f19 (23|$#,)! -3 f720 (23|$#,)! -3 Spasswd{23|@1|0@0@3&#pw_name,692|@1|^#pw_uid,686|@1|^#pw_gid,23|@1|0@0@3&#pw_dir,23|@1|0@0@3&#pw_shell,}! -0 s528|-1 729 -1 -3 f0 (23|$#,)! -3 f19 (23|$#,)! -1 t726|726& -3 f729 (23|$#,)! -3 f0 (692|$#,)! -3 f19 (692|$#,)! -3 f729 (692|$#,)! -0 a531|& -3 f0 (734|$#,5|$#,)! -3 f1 (734|$#,5|$#,)! -3 f0 (734|4@0@7&#,5|$#,)! -3 f5 (734|4@0@7&#,5|$#,)! -0 a534|-1 751 -1 -3 ?! -3 f740 ()! -3 f1 ()^743 -1 t742|742& -3 Ssigaction{!743$$$@0#sa_handler,739|@1|0@0@3&#sa_mask,5|@1|^#sa_flags,}! -0 s552|-1 748 -1 -3 f0 (691|$#,5|$#,)! -3 f5 (691|$#,5|$#,)! -1 t745|745& -3 f0 (5|$#,748|$#,748|4@5@7&#,)! -3 f5 (5|$#,748|$#,748|4@5@7&#,)! -1 t739|739& -3 f0 (751|$#,5|$#,)! -3 f5 (751|$#,5|$#,)! -3 f0 (751|$#,5|$#,)! -3 f5 (751|$#,5|$#,)! -3 f0 (751|4@0@7&#,)! -3 f5 (751|4@0@7&#,)! -3 f0 (751|4@0@7&#,)! -3 f5 (751|4@0@7&#,)! -3 f0 (751|$#,5|$#,)! -3 f5 (751|$#,5|$#,)! -3 f0 (751|4@0@7&#,)! -3 f5 (751|4@0@7&#,)! -3 f0 (5|$#,751|0@5@7&#,751|4@5@7&#,)! -3 f5 (5|$#,751|0@5@7&#,751|4@5@7&#,)! -3 f0 (751|$#,)! -3 f5 (751|$#,)! -3 f0 (5|$#,23|$#,)! -3 f19 (5|$#,23|$#,)! -3 f212 (5|$#,23|$#,)! -3 f0 (212|$#,)! -3 f5 (212|$#,)! -3 Sstat{688|@1|^#st_mode,687|@1|^#st_ino,685|@1|^#st_dev,689|@1|^#st_nlink,692|@1|^#st_uid,686|@1|^#st_gid,690|@1|^#st_size,632|@1|^#st_atime,632|@1|^#st_mtime,632|@1|^#st_ctime,}! -0 s567|-1 787 -1 -3 f0 (688|@7|$#,)! -3 f2 (688|@7|$#,)! -3 f0 (688|@7|$#,)! -3 f2 (688|@7|$#,)! -3 f0 (688|@7|$#,)! -3 f2 (688|@7|$#,)! -3 f0 (688|@7|$#,)! -3 f2 (688|@7|$#,)! -3 f0 (688|@7|$#,)! -3 f2 (688|@7|$#,)! -3 f0 (23|$#,688|$#,)! -3 f5 (23|$#,688|$#,)! -1 t774|774& -3 f0 (5|$#,787|4@0@7&#,)! -3 f5 (5|$#,787|4@0@7&#,)! -3 f0 (23|$#,688|$#,)! -3 f5 (23|$#,688|$#,)! -3 f0 (23|$#,688|$#,)! -3 f5 (23|$#,688|$#,)! -3 f0 (23|$#,787|4@0@7&#,)! -3 f5 (23|$#,787|4@0@7&#,)! -3 f0 (688|$#,)! -3 f5 (688|$#,)! -3 Stms{631|@1|^#tms_utime,631|@1|^#tms_stime,631|@1|^#tms_cutime,631|@1|^#tms_cstime,}! -0 s579|-1 800 -1 -1 t799|799& -3 f0 (800|4@0@7&#,)! -3 f631 (800|4@0@7&#,)! -3 Sutsname{42|@1|^#sysname,42|@1|^#nodename,42|@1|^#release,42|@1|^#version,42|@1|^#machine,}! -0 s581|-1 805 -1 -1 t804|804& -3 f0 (805|4@0@7&#,)! -3 f5 (805|4@0@7&#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (24|4@5@7&#,)! -3 f691 (24|4@5@7&#,)! -3 f0 (691|$#,24|4@5@7&#,5|$#,)! -3 f691 (691|$#,24|4@5@7&#,5|$#,)! -3 C0.4/8|! -3 C0.3/8|! -0 s592|& -3 C0.9/9|! -3 C0.10/9|! -0 s593|& -0 s594|& -3 Stermios{830|@1|^#c_iflag,830|@1|^#c_oflag,830|@1|^#c_cflag,830|@1|^#c_lflag,826|@1|^#c_cc,}! -0 s663|-1 833 -1 -1 t832|832& -3 f0 (833|$#,)! -3 f829 (833|$#,)! -3 f0 (833|$#,)! -3 f829 (833|$#,)! -3 f0 (833|$#,)! -3 f5 (833|$#,)! -3 f0 (833|$#,)! -3 f5 (833|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,5|$#,)! -3 f5 (5|$#,5|$#,)! -3 f0 (5|$#,5|$#,)! -3 f5 (5|$#,5|$#,)! -3 f0 (5|$#,833|4@0@7&#,)! -3 f5 (5|$#,833|4@0@7&#,)! -3 f0 (5|$#,5|$#,)! -3 f5 (5|$#,5|$#,)! -3 f0 (5|$#,5|$#,833|$#,)! -3 f5 (5|$#,5|$#,833|$#,)! -3 f0 ()! -3 f1 ()! -3 f0 (5|$#,)! -3 f1 (5|$#,)! -3 f0 (23|$#,5|$#,)! -3 f5 (23|$#,5|$#,)! -3 f0 (6|$#,)! -3 f6 (6|$#,)! -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (23|$#,692|$#,686|$#,)! -3 f5 (23|$#,692|$#,686|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (23|@5|4@5@7&#,)! -3 f19 (23|@5|4@5@7&#,)! -3 f23 (23|@5|4@5@7&#,)! -3 f0 (23|4@5@7&#,)! -3 f19 (23|4@5@7&#,)! -3 f23 (23|4@5@7&#,)! -3 f0 (5|$#,5|$#,)! -3 f5 (5|$#,5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (23|$#,23|$#,!.,)! -3 f5 (23|$#,23|$#,!.,)! -3 f0 (23|$#,23|$#,!.,)! -3 f5 (23|$#,23|$#,!.,)! -3 f0 (23|$#,23|$#,!.,)! -3 f5 (23|$#,23|$#,!.,)! -2 y19|19& -2 y23|23& -3 f0 (23|$#,885|$#,)! -3 f5 (23|$#,885|$#,)! -3 f0 (23|$#,885|$#,316|$#,)! -3 f5 (23|$#,885|$#,316|$#,)! -3 f0 (23|$#,885|$#,)! -3 f5 (23|$#,885|$#,)! -3 f0 ()! -3 f691 ()! -3 f0 (5|$#,5|$#,)! -3 f9 (5|$#,5|$#,)! -3 f0 (23|@5|4@2@7&#,63|$#,)! -3 f19 (23|@5|4@2@7&#,63|$#,)! -3 f23 (23|@5|4@2@7&#,63|$#,)! -3 f0 ()! -3 f686 ()! -3 f0 ()! -3 f692 ()! -3 f0 ()! -3 f686 ()! -2 y686|686& -3 f0 (5|$#,905|4@0@7&#,)! -3 f5 (5|$#,905|4@0@7&#,)! -3 f0 ()! -3 f19 ()! -3 f23 ()! -3 f0 ()! -3 f691 ()! -3 f0 ()! -3 f691 ()! -3 f0 ()! -3 f691 ()! -3 f0 ()! -3 f692 ()! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (23|$#,23|$#,)! -3 f5 (23|$#,23|$#,)! -3 f0 (5|$#,690|$#,5|$#,)! -3 f690 (5|$#,690|$#,5|$#,)! -3 f0 (23|$#,5|$#,)! -3 f9 (23|$#,5|$#,)! -3 f0 ()! -3 f5 ()! -3 f0 (43|4@0@7&#,)! -3 f5 (43|4@0@7&#,)! -3 f0 (5|$#,20|4@0@7&#,63|$#,)! -3 f64 (5|$#,20|4@0@7&#,63|$#,)! -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (686|$#,)! -3 f5 (686|$#,)! -3 f0 (691|$#,691|$#,)! -3 f5 (691|$#,691|$#,)! -3 f0 ()! -3 f691 ()! -3 f0 (692|$#,)! -3 f5 (692|$#,)! -3 f0 (6|$#,)! -3 f6 (6|$#,)! -3 f0 (5|$#,)! -3 f9 (5|$#,)! -3 f0 (5|$#,)! -3 f691 (5|$#,)! -3 f0 (5|$#,691|$#,)! -3 f5 (5|$#,691|$#,)! -3 f0 (5|$#,)! -3 f19 (5|$#,)! -3 f23 (5|$#,)! -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (5|$#,20|$#,63|$#,)! -3 f64 (5|$#,20|$#,63|$#,)! -3 Sutimbuf{632|@1|^#actime,632|@1|^#modtime,}! -0 s755|-1 960 -1 -1 t959|959& -3 f0 (23|$#,960|0@5@7&#,)! -3 f5 (23|$#,960|0@5@7&#,)! -0 a757|-1 968 -1 -0 s758|& -3 S!4{964|@1|^#rm_so,964|@1|^#rm_eo,}! -0 s759|& -0 s760|-1 -1 971 -1 t963|963& -3 f0 (968|4@0@7&#,23|$#,5|$#,)! -3 f5 (968|4@0@7&#,23|$#,5|$#,)! -2 y967|967& -3 f0 (968|$#,23|$#,63|$#,971|4@0@7&#,5|$#,)! -3 f5 (968|$#,23|$#,63|$#,971|4@0@7&#,5|$#,)! -3 f0 (5|$#,968|$#,23|4@0@7&#,63|$#,)! -3 f63 (5|$#,968|$#,23|4@0@7&#,63|$#,)! -3 f0 (968|0@0@2&#,)! -3 f1 (968|0@0@2&#,)! -;;tistable -0 -29 -29,124 -124 -29,124,139 -139 -29,124,139,142 -142 -29,124,139,142,143 -143 -418 -418,531 -531 -418,531,534 -534 -418,531,534,757 -757 -;;symTable -*0 (Datatype) -^0 2@+@-@0@0@0@0@2#lltX_bool -*1 (Constant) -^1 2@i0@0@6#FALSE -^2 2@i1@0@0#TRUE -*11 (GlobalMarker) -*1 (Constant) -^4 5$#__LINE__ -^5 23$#__DATE__#__FILE__#__BASE_FILE__ -^8 5$#__INCLUDE_LEVEL__ -^9 23$#__VERSION__ -*0 (Datatype) -^10 13@-@-@0@0@0@0@59#__SIZE_TYPE__ -^11 13@-@-@0@0@0@0@60#__PTRDIFF_TYPE__ -^12 13@-@-@0@0@0@0@61#__WCHAR_TYPE__ -*1 (Constant) -^13 23$#__USER_LABEL_PREFIX__#__REGISTER_PREFIX__#__TIME__ -^16 5$#S_SPLINT_S#__LCLINT__ -*3 (Variable) -^18 212|@1|6@0@0@0@1#stdin#stdout -*1 (Constant) -^20 5$#EDOM#ERANGE#EILSEQ -*3 (Variable) -^23 5|@1|6@0@0@0@1#errno -*0 (Datatype) -^24 13@-@-@0@0@0@0@62#ptrdiff_t -^25 14@-@-@0@0@0@0@63#size_t -^26 15@-@-@0@0@0@0@64#ssize_t -^27 13@-@-@0@0@0@0@65#wchar_t -^28 13@-@-@0@0@0@0@66#wint_t -^29 0@+@=@0@0@0@0@67#mbstate_t -*1 (Constant) -^30 0@i0@0@6#NULL -^31 2$#NDEBUG -*4 (Function) -^32 72@6@0@8@0@0^$@0#assert -^33 77$^$@0#isalnum -^34 80$^$@0#isalpha -^35 83$^$@0#iscntrl -^36 86$^$@0#isdigit -^37 90$^$@0#isgraph -^38 94$^$@0#islower -^39 97$^$@0#isprint -^40 100$^$@0#ispunct -^41 103$^$@0#isspace -^42 107$^$@0#isupper -^43 111$^$@0#isxdigit -^44 115$^$@0#tolower -^45 118$^$@0#toupper -*7 (Struct tag) -^46 119@120#@lconv -*1 (Constant) -^47 5$#LC_ALL#LC_COLLATE#LC_CTYPE#LC_MONETARY#LC_NUMERIC#LC_TIME -*4 (Function) -^53 123@6@5@1@0@0@0@s1,g23@6@0@1@s1,g23@19@3@0#setlocale -^54 127$^@3@0@0#localeconv -*3 (Variable) -^55 5|@1|6@0@0@0@1#DBL_DIG -^56 17|@1|6@0@0@0@1#DBL_EPSILON -^57 5|@1|6@0@0@0@1#DBL_MANT_DIG -^58 17|@1|6@0@0@0@1#DBL_MAX -^59 5|@1|6@0@0@0@1#DBL_MAX_10_EXP#DBL_MAX_EXP -^61 17|@1|6@0@0@0@1#DBL_MIN -^62 5|@1|6@0@0@0@1#DBL_MIN_10_EXP#DBL_MIN_EXP#FLT_DIG -^65 16|@1|6@0@0@0@1#FLT_EPSILON -^66 5|@1|6@0@0@0@1#FLT_MANT_DIG -^67 16|@1|6@0@0@0@1#FLT_MAX -^68 5|@1|6@0@0@0@1#FLT_MAX_10_EXP#FLT_MAX_EXP -^70 16|@1|6@0@0@0@1#FLT_MIN -^71 5|@1|6@0@0@0@1#FLT_MIN_10_EXP#FLT_MIN_EXP -*1 (Constant) -^73 5$#FLT_RADIX -*3 (Variable) -^74 5|@1|6@0@0@0@1#FLT_ROUNDS#LDBL_DIG -^76 18|@1|6@0@0@0@1#LDBL_EPSILON -^77 5|@1|6@0@0@0@1#LDBL_MANT_DIG -^78 18|@1|6@0@0@0@1#LDBL_MAX -^79 5|@1|6@0@0@0@1#LDBL_MAX_10_EXP#LDBL_MAX_EXP -^81 18|@1|6@0@0@0@1#LDBL_MIN -^82 5|@1|6@0@0@0@1#LDBL_MIN_10_EXP#LDBL_MIN_EXP -*1 (Constant) -^84 5$#CHAR_BIT -^85 4$#CHAR_MAX#CHAR_MIN -^87 5$#INT_MAX#INT_MIN -^89 9$#LONG_MAX#LONG_MIN#MB_LEN_MAX -^92 4$#SCHAR_MAX#SCHAR_MIN -^94 7$#SHRT_MAX#SHRT_MIN -^96 3$#UCHAR_MAX#UCHAR_MIN -^98 6$#UINT_MAX -^99 10$#ULONG_MAX -^100 8$#USHRT_MAX -^101 17$#HUGE_VAL -*4 (Function) -^102 129$^$@0#sin -^103 131$^$@0#cos -^104 133$^$@0#tan -^105 135$@0@g23@6@0@1@g23$@0#asin -^106 137$@0@g23@6@0@1@g23$@0#acos -^107 139$^$@0#atan -^108 141$^$@0#atan2 -^109 143$^$@0#sinh -^110 145$@0@g23@6@0@1@g23$@0#cosh -^111 147$^$@0#tanh -^112 149$@0@g23@6@0@1@g23$@0#exp -^113 151$@0@g23@6@0@1@g23$@0#ldexp -^114 153$@0@@1@tp1$@0#frexp -^115 155$@0@g23@6@0@1@g23$@0#log -^116 157$@0@g23@6@0@1@g23$@0#log10 -^117 159$@0@g23@6@0@1@g23$@0#pow -^118 161$@0@g23@6@0@1@g23$@0#sqrt -^119 163$^$@0#ceil -^120 165$^$@0#floor -^121 167$^$@0#fabs -^122 169$@0@@1@tp1$@0#modf -^123 171$^$@0#fmod -*0 (Datatype) -^124 20@+@+@0@0@0@0@172#jmp_buf -*4 (Function) -^125 174$@0@@1@p0$@0#setjmp -^126 176@6@0@5@0@0^$@0#longjmp -*1 (Constant) -^127 5$#SIGABRT#SIGFPE#SIGILL#SIGINT#SIGSEGV#SIGTERM -*0 (Datatype) -^133 13@-@-@0@0@0@0@177#sig_atomic_t -*1 (Constant) -^134 181$#SIG_DFL -^135 185$#SIG_ERR -^136 189$#SIG_IGN -*4 (Function) -^137 202@6@5@1@0@0@0@s1,g23@6@0@1@s1,g23$@0#signal -^138 204@6@0@5@0@0$$@0#raise -*0 (Datatype) -^139 20@+@+@0@0@0@0@205#va_list -*4 (Function) -^140 207$@0@@1@p0$@0#va_start -^141 209$@0@@1@p0$@0#va_end -*0 (Datatype) -^142 20@+@+@0@0@0@0@210#FILE -^143 20@+@+@0@0@0@0@211#fpos_t -*1 (Constant) -^144 5$#_IOFBF#_IOLBF#_IONBF#BUFSIZ#EOF#FOPEN_MAX#FILENAME_MAX#L_tmpnam#SEEK_CUR#SEEK_END#SEEK_SET#TMP_MAX -*3 (Variable) -^156 212|@1|6@0@0@0@1#stderr -*4 (Function) -^157 214$@0@s3,g23@6@0@1@s3,g23$@0#remove -^158 216$@0@s3,g23@6@0@1@s3,g23$@0#rename -^159 219@6@5@1@0@0@0@s3@1@s3@3@0@0#tmpfile -^160 222$@0@s1@1@tp0,s1@19@3@0#tmpnam -^161 224$@0@g23@6@0,s3@1@tp0,g23,s3$@0#fclose -^162 226$@0@g23@6@0,s3@1@tp0,g23,s3$@0#fflush -^163 229@6@5@1@0@0@0@s3@1@s3@18@0@0#fopen -^164 232@6@5@1@0@0@0@s3,g23@6@0@1@tp2,s3,g23@3@0@0#freopen -^165 234$@0@s3@1@s3,tp0,tp1$@0#setbuf -^166 236$@0@s3@1@s3,tp0,tp1$@0#setvbuf -^167 240@6@0@1@1@0@0@s3@1@s3,tp0$@0#fprintf -^168 242@6@0@1@2@0@0@s3@1@s3,tp0$@0#fscanf -^169 245@6@0@1@1@0@1@g19@6@0,s3@1@s3,tg19$@0#printf -^170 247@6@0@1@2@0@1@g18@6@0,s3@1@s3,tg18$@0#scanf -^171 250@6@0@1@1@0@0@@1@tp0$@0#sprintf -^172 252@6@0@1@2@0^$@0#sscanf -^173 254$@1@g19@6@0,s3@1@s3,tg19$@0#vprintf -^174 256$@0@s3,g23@6@0@1@s3,tp0,p2,g23$@0#vfprintf -^175 258$@0@@1@p0$@0@W:bufferoverflowhigh#Use vsnprintf instead##vsprintf -^176 260$@0@@1@p0$@0#vsnprintf -^177 262$@0@s3,g23@6@0@1@s3,tp0,g23$@0#fgetc -^178 265@6@5@1@0@0@0@s3,g23@6@0@1@s3,tp0,tp2,g23$@0#fgets -^179 268$@0@s3,g23@6@0@1@s3,tp1,g23$@0#fputc -^180 270$@0@s3@1@s3,tp1$@0#fputs -^181 272$@0@s3@1@s3,tp0$@0#getc -^182 274$@1@g18@6@0,s3@1@s3,tg18$@0#getchar -^183 277@6@5@1@0@0@1@g18@6@0,s3,g23@6@0@1@s3,tp0,tg18,g23@3@0@0@W:bufferoverflowhigh#Use of gets leads to a buffer overflow vulnerability. Use fgets instead##gets -^184 279$@0@s3@1@s3,tp1$@0#putc -^185 281$@1@g19@6@0,s3@1@s3,tg19$@0#putchar -^186 283$@1@g19@6@0,s3@1@s3,tg19$@0#puts -^187 285$@0@s3,g23@6@0@1@s3,tp1,g23$@0#ungetc -^188 287$@0@s3,g23@6@0@1@s3,tp0,tp3,g23$@0#fread -^189 289$@0@s3,g23@6@0@1@s3,tp3,g23$@0#fwrite -^190 292$@0@g23@6@0@1@tp1,g23$@0#fgetpos -^191 294$@0@s3,g23@6@0@1@s3,tp0,g23$@0#fseek -^192 296$@0@s3,g23@6@0@1@s3,tp0,g23$@0#fsetpos -^193 298$@0@g23@6@0@1@g23$@0#ftell -^194 300$@0@@1@tp0$@0#rewind -^195 302$@0@@1@tp0$@0#clearerr -^196 304$@0@g23@6@0@1@g23$@0#feof -^197 306$@0@g23@6@0@1@g23$@0#ferror -^198 308$@1@g23@6@0,g156@6@0,s3@1@s3,tg156$@0#perror -^199 310$^$@0#atof -^200 312$^$@0#atoi -^201 314$^$@0#atol -^202 318$@0@g23@6@0@1@tp1,g23$@0#strtod -^203 320$@0@g23@6@0@1@tp1,g23$@0#strtol -^204 322$@0@g23@6@0@1@tp1,g23$@0#strtoul -*1 (Constant) -^205 5$#RAND_MAX -*4 (Function) -^206 324$@0@s1@1@s1$@0#rand -^207 326$@0@s1@1@s1$@0#srand -^208 329@6@5@1@0@0^@2@0@0#calloc -^209 332@4@5@1@0@0^@2@0@0#malloc -^210 335@6@5@1@0@0@0@@1@tp0@2@0@0#realloc -^211 337$@0@@1@p0$@0#free -*1 (Constant) -^212 5$#EXIT_FAILURE#EXIT_SUCCESS -*4 (Function) -^214 339@6@0@6@0@0^$@0#abort -^215 341@6@0@6@0@0^$@0#exit -^216 347$@0@s1@1@s1$@0#atexit -^217 350@6@5@1@0@0^@19@3@0#getenv -^218 352$@0@s3@1@s3$@0#system -^219 359@6@5@1@0@0^@18@0@0#bsearch -^220 365$@0@g23@6@0@1@tp0,g23$@0#qsort -^221 367$^$@0#abs -*7 (Struct tag) -^222 368@369#@!2 -*0 (Datatype) -^223 368@-@-@0@0@0@0@370#div_t -*4 (Function) -^224 372$^$@0#div -^225 374$^$@0#labs -*7 (Struct tag) -^226 375@376#@!3 -*0 (Datatype) -^227 375@-@-@0@0@0@0@377#ldiv_t -*4 (Function) -^228 379$^$@0#ldiv -*1 (Constant) -^229 63$#MB_CUR_MAX -^230 5$#WCHAR_MAX#WCHAR_MIN -^232 66$#WEOF -*4 (Function) -^233 381$^$@0#btowc -^234 383$@0@s3@1@s3,tp0$@0#fgetwc -^235 387@6@5@1@0@0@0@s3@1@s3,tp0,tp2$@0#fgetws -^236 389$@0@s3@1@s3,tp1$@0#fputwc -^237 391$@0@s3@1@s3,tp1$@0#fputws -^238 393$^$@0#fwide -^239 395@6@0@1@1@0@0@s3@1@tp0,s3$@0#fwprintf -^240 397@6@0@1@2@0@0@s3@1@tp0,s3$@0#fwscanf -^241 399$@0@s3@1@s3,tp0$@0#getwc -^242 401$@0@s3,g18@6@0@1@s3,tg18$@0#getwchar -^243 404$^$@0#mbrlen -^244 406$@0@@1@tp0$@0#mbrtowc -^245 408$^$@0#mbsinit -^246 410$@0@@1@tp0$@0#mbsrtowcs -^247 412$@0@s3@1@s3,tp1$@0#putwc -^248 414$@0@s3,g19@6@0@1@s3,tg19$@0#putwchar -^249 416@6@0@1@1@0@0@@1@tp0$@0#swprintf -^250 418@6@0@1@2@0@0@g18@6@0@1@tg18$@0#swscanf -^251 420$@0@s3@1@s3,tp1$@0#ungetwc -^252 422$@0@s3@1@s3,tp0$@0#vfwprintf -^253 424$@0@@1@tp0$@0#vswprintf -^254 426$@0@s3,g19@6@0@1@s3,tg19$@0#vwprintf -^255 428$@0@@1@tp0$@0#wcrtomb -^256 432$@0@@1@tp0$@0#wcscat -^257 435@6@5@1@0@0^@19@2@0#wcschr -^258 437$^$@0#wcscmp -^259 439$^$@0#wcscoll -^260 442$@0@@1@tp0$@0#wcscpy -^261 444$^$@0#wcscspn -*7 (Struct tag) -^262 633@445#@tm -*4 (Function) -^263 448$@0@@1@tp0$@0#wcsftime -^264 450$^$@0#wcslen -^265 454$@0@@1@tp0$@0#wcsncat -^266 456$^$@0#wcsncmp -^267 459$@0@@1@tp0$@0#wcsncpy -^268 462@6@5@1@0@0^$@0#wcspbrk -^269 465@6@5@1@0@0^$@0#wcsrchr -^270 468$@0@@1@tp1$@0#wcsrtombs -^271 470$^$@0#wcsspn -^272 473@6@5@1@0@0^@3@0@0#wcsstr -^273 475$@0@@1@tp1$@0#wcstod -^274 478@6@5@1@0@0@0@@1@tp2@3@0@0#wcstok -^275 480$@0@@1@tp1$@0#wcstol -^276 482$@0@@1@tp1$@0#wcstoul -^277 484$@0@@1@tp0$@0#wcsxfrm -^278 486$^$@0#wctob -^279 489@6@5@1@0@0^@3@0@0#wmemchr -^280 491$^$@0#wmemcmp -^281 494$@0@@1@tp0$@0#wmemcpy -^282 497$@0@@1@tp0$@0#wmemmove -^283 500$@0@@1@tp0$@0#wmemset -^284 502@6@0@1@1@0@1@g19@6@0,g23@6@0@1@g23,tg19$@0#wprintf -^285 504@6@0@1@2@0@1@g18@6@0,g23@6@0@1@g23,tg18$@0#wscanf -*0 (Datatype) -^286 13@-@-@0@0@0@0@505#wctype_t -^287 13@-@-@0@0@0@0@506#wctrans_t -*4 (Function) -^288 510$^$@0#iswalnum -^289 513$^$@0#iswalpha -^290 516$^$@0#iswcntrl -^291 519$^$@0#iswctype -^292 522$^$@0#iswdigit -^293 526$^$@0#iswgraph -^294 529$^$@0#iswlower -^295 532$^$@0#iswprint -^296 535$^$@0#iswpunct -^297 538$^$@0#iswspace -^298 541$^$@0#iswupper -^299 545$^$@0#iswxdigit -^300 549$^$@0#towctrans -^301 552$^$@0#towlower -^302 555$^$@0#towupper -^303 557$^$@0#wctrans -^304 559$^$@0#wctype -^305 561$^$@0#mblen -^306 563$@0@@1@tp0$@0#mbtowc -^307 565$@0@@1@tp0$@0#wctomb -^308 567$@0@@1@tp0$@0#mbstowcs -^309 569$@0@@1@tp0$@0#wcstombs -^310 573$@0@@1@tp0$@0#memcpy -^311 576$@0@@1@tp0$@0#memmove -^312 580$@0@@1@tp0$@0#strcpy -^313 583$@0@@1@tp0$@0#strncpy -^314 586$@0@@1@tp0$@0#strcat -^315 589$@0@@1@tp0$@0#strncat -^316 591$^$@0#memcmp -^317 593$^$@0#strcmp -^318 595$^$@0#strcoll -^319 597$^$@0#strncmp -^320 599$@0@@1@tp0$@0#strxfrm -^321 602@6@5@1@0@0^@3@0@0#memchr -^322 605@6@5@1@0@0^@19@2@0#strchr -^323 607$^$@0#strcspn -^324 610@6@5@1@0@0^@19@2@0#strpbrk -^325 613@6@5@1@0@0^@19@2@0#strrchr -^326 615$^$@0#strspn -^327 618@6@5@1@0@0^@19@2@0#strstr -^328 621@6@5@1@0@0@0@s1,g23@6@0@1@tp0,s1,g23@19@2@0#strtok -^329 625$@0@@1@tp0$@0#memset -^330 628$^@19@3@0#strerror -^331 630$^$@0#strlen -*1 (Constant) -^332 5$#CLOCKS_PER_SEC -*0 (Datatype) -^333 13@-@-@0@0@0@0@631#clock_t -^334 13@-@-@0@0@0@0@632#time_t -*4 (Function) -^335 635$@0@s1@1@s1$@0#clock -^336 637$^$@0#difftime -^337 639$^$@0#mktime -^338 642$@0@@1@tp0$@0#time -^339 645$@0@g23@6@0@1@g23@19@3@0#asctime -^340 648$^@19@3@0#ctime -^341 651@6@5@1@0@0^@19@3@0#gmtime -^342 654@6@5@1@0@0@0@g23@6@0@1@g23@19@3@0#localtime -^343 656$@0@@1@tp0$@0#strftime -*0 (Datatype) -^344 13@-@-@0@0@0@0@657#int8_t -^345 13@-@-@0@0@0@0@658#int16_t -^346 13@-@-@0@0@0@0@659#int32_t -^347 13@-@-@0@0@0@0@660#int64_t -^348 14@-@-@0@0@0@0@661#uint8_t -^349 14@-@-@0@0@0@0@662#uint16_t -^350 14@-@-@0@0@0@0@663#uint32_t -^351 14@-@-@0@0@0@0@664#uint64_t -^352 13@-@-@0@0@0@0@665#int_least8_t -^353 13@-@-@0@0@0@0@666#int_least16_t -^354 13@-@-@0@0@0@0@667#int_least32_t -^355 13@-@-@0@0@0@0@668#int_least64_t -^356 14@-@-@0@0@0@0@669#uint_least8_t -^357 14@-@-@0@0@0@0@670#uint_least16_t -^358 14@-@-@0@0@0@0@671#uint_least32_t -^359 14@-@-@0@0@0@0@672#uint_least64_t -^360 13@-@-@0@0@0@0@673#int_fast8_t -^361 13@-@-@0@0@0@0@674#int_fast16_t -^362 13@-@-@0@0@0@0@675#int_fast32_t -^363 13@-@-@0@0@0@0@676#int_fast64_t -^364 14@-@-@0@0@0@0@677#uint_fast8_t -^365 14@-@-@0@0@0@0@678#uint_fast16_t -^366 14@-@-@0@0@0@0@679#uint_fast32_t -^367 14@-@-@0@0@0@0@680#uint_fast64_t -^368 24@-@+@0@0@0@0@681#intptr_t -^369 25@-@+@0@0@0@0@682#uintptr_t -^370 15@-@-@0@0@0@0@683#intmax_t -^371 14@-@-@0@0@0@0@684#uintmax_t -*1 (Constant) -^372 5$#INT8_MIN#INT16_MIN#INT32_MIN#INT64_MIN#INT8_MAX#INT16_MAX#INT32_MAX#INT64_MAX#UINT8_MIN#UINT16_MIN#UINT32_MIN#UINT64_MIN#INT_LEAST8_MIN#INT_LEAST16_MIN#INT_LEAST32_MIN#INT_LEAST64_MIN#INT_LEAST8_MAX#INT_LEAST16_MAX#INT_LEAST32_MAX#INT_LEAST64_MAX#UINT_LEAST8_MAX#UINT_LEAST16_MAX#UINT_LEAST32_MAX#UINT_LEAST64_MAX#INT_FAST8_MIN#INT_FAST16_MIN#INT_FAST32_MIN#INT_FAST64_MIN#INT_FAST8_MAX#INT_FAST16_MAX#INT_FAST32_MAX#INT_FAST64_MAX#UINT_FAST8_MAX#UINT_FAST16_MAX#UINT_FAST32_MAX#UINT_FAST64_MAX -^408 63$#INTPTR_MIN#INTPTR_MAX -*0 (Datatype) -^410 13@-@-@0@0@0@0@685#dev_t -^411 13@-@-@0@0@0@0@686#gid_t -^412 14@-@-@0@0@0@0@687#ino_t -^413 13@-@-@0@0@0@0@688#mode_t -^414 13@-@-@0@0@0@0@689#nlink_t -^415 13@-@-@0@0@0@0@690#off_t -^416 13@-@-@0@0@0@0@691#pid_t -^417 13@-@-@0@0@0@0@692#uid_t -^418 20@+@+@0@0@0@0@693#DIR -*7 (Struct tag) -^419 694@695#@dirent -*4 (Function) -^420 698$@0@g23@6@0@1@g23$@0#closedir -^421 701@6@5@1@0@0@0@g23@6@0@1@g23@3@0@0#opendir -^422 705@6@5@1@0@0@0@g23@6@0@1@g23@3@0@0#readdir -^423 707$^$@0#rewinddir -*1 (Constant) -^424 5$#E2BIG#EACCES#EAGAIN#EBADF#EBUSY#ECHILD#EDEADLK#EEXIST#EFAULT#EFBIG#EINTR#EINVAL#EIO#EISDIR#EMFILE#EMLINK#ENAMETOOLONG#ENFILE#ENODEV#ENOENT#ENOEXEC#ENOLCK#ENOMEM#ENOSPC#ENOSYS#ENOTDIR#ENOTEMPTY#ENOTTY#ENXIO#EPERM#EPIPE#EROFS#ESPIPE#ESRCH#EXDEV#FD_CLOEXEC#F_DUPFD#F_GETFD#F_GETFL#F_GETLK#F_RDLCK#F_SETFD#F_SETFL#F_SETLK#F_SETLKW#F_UNLCK#F_WRLCK#O_ACCMODE#O_APPEND#O_CREAT#O_EXCL#O_NOCTTY#O_NONBLOCK#O_RDONLY#O_RDWR#O_TRUNC#O_WRONLY#S_IRGRP#S_IROTH#S_IUSR#S_IWXG#S_IWXO#S_IWXU#S_ISGID#S_ISUID#S_IWGRP#S_IWOTH#S_IWUSR#S_IXGRP#S_IXOTH#S_IXUSR -*7 (Struct tag) -^495 708@709#@flock -*4 (Function) -^496 711$@0@g23@6@0@1@g23$@0#creat -^497 713$@0@g23@6@0@1@g23$@0#fcntl -^498 715$@0@g23@6@0@1@g23$@0#open -*7 (Struct tag) -^499 716@717#@group -*4 (Function) -^500 721@6@5@1@0@0@0@g23@6@0@1@g23@3@0@0#getgrgid -^501 724@6@5@1@0@0@0@g23@6@0@1@g23@3@0@0#getgrnam -*1 (Constant) -^502 9$#ARG_MAX#CHILD_MAX#LINK_MAX#MAX_CANON -^506 63$#MAX_INPUT#NAME_MAX -^508 9$#NGROUPS_MAX#OPEN_MAX -^510 63$#PATH_MAX#PIPE_BUF -^512 9$#SSIZE_MAX#STREAM_MAX#TZNAME_MAX#_POSIX_ARG_MAX#_POSIX_CHILD_MAX#_POSIX_LINK_MAX#_POSIX_MAX_CANON#_POSIX_MAX_INPUT#_POSIX_NAME_MAX#_POSIX_NGROUPS_MAX#_POSIX_OPEN_MAX#_POSIX_PATH_MAX#_POSIX_PIPE_BUF#_POSIX_SSIZE#_POSIX_STREAM#_POSIX_TZNAME_MAX -*7 (Struct tag) -^528 725@726#@passwd -*4 (Function) -^529 730@6@5@1@0@0@0@g23@6@0@1@g23@19@3@0#getpwnam -^530 733@6@5@1@0@0@0@g23@6@0@1@g23@19@3@0#getpwuid -*0 (Datatype) -^531 20@+@+@0@0@0@0@734#sigjmp_buf -*4 (Function) -^532 736@6@0@5@0@0^$@0#siglongjmp -^533 738$@0@@1@p0$@0#sigsetjmp -*0 (Datatype) -^534 0@+@=@0@0@0@0@739#sigset_t -*1 (Constant) -^535 5$#SA_NOCLDSTOP#SIG_BLOCK#SIG_SETMASK#SIG_UNBLOCK#SIGALRM#SIGCHLD#SIGCONT#SIGHUP#SIGKILL#SIGPIPE#SIGQUIT#SIGSTOP#SIGTSTP#SIGTTIN#SIGTTOU#SIGUSR1#SIGUSR2 -*7 (Struct tag) -^552 744@745#@sigaction -*4 (Function) -^553 747@6@0@5@0@0@0@g23@6@0@1@g23$@0#kill -^554 750$@0@g23@6@0,s3@1@tp2,g23,s3$@0#sigaction -^555 753$@0@g23@6@0@1@tp0,g23$@0#sigaddset -^556 755$@0@g23@6@0@1@tp0,g23$@0#sigdelset -^557 757$@0@g23@6@0@1@tp0,g23$@0#sigemptyset -^558 759$@0@g23@6@0@1@tp0,g23$@0#sigfillset -^559 761$@0@g23@6@0@1@g23$@0#sigismember -^560 763$@0@g23@6@0@1@tp0,g23$@0#sigpending -^561 765$@0@g23@6@0,s3@1@tp2,g23,s3$@0#sigprocmask -^562 767$@0@g23@6@0,s3@1@g23,s3$@0#sigsuspend -*1 (Constant) -^563 5$#L_ctermid#L_cuserid -*4 (Function) -^565 770@6@5@1@0@0@0@g23@6@0,s3@1@g23,s3@18@0@0#fdopen -^566 772$@0@g23@6@0@1@g23$@0#fileno -*7 (Struct tag) -^567 773@774#@stat -*4 (Function) -^568 776$^$@0#S_ISBLK -^569 778$^$@0#S_ISCHR -^570 780$^$@0#S_ISDIR -^571 782$^$@0#S_ISFIFO -^572 784$^$@0#S_ISREG -^573 786$@0@s3,g23@6@0@1@s3,g23$@0#chmod -^574 789$@0@g23@6@0@1@g23,tp1$@0#fstat -^575 791$@0@s3,g23@6@0@1@s3,g23$@0#mkdir -^576 793$@0@s3,g23@6@0@1@s3,g23$@0#mkfifo -^577 795$@0@g23@6@0@1@g23,tp1$@0#stat -^578 797$@0@s3@1@s3$@0#umask -*7 (Struct tag) -^579 798@799#@tms -*4 (Function) -^580 802$@0@@1@tp0$@0#times -*7 (Struct tag) -^581 803@804#@utsname -*4 (Function) -^582 807$@0@g23@6@0@1@tp0,g23$@0#uname -^583 809$^$@0#WEXITSTATUS -^584 811$^$@0#WIFEXITED -^585 813$^$@0#WIFSIGNALED -^586 815$^$@0#WIFSTOPPED -^587 817$^$@0#WSTOPSIG -^588 819$^$@0#WTERMSIG -*1 (Constant) -^589 5$#WUNTRACED -*4 (Function) -^590 821$@0@g23@6@0,s3@1@tp0,g23,s3$@0#wait -^591 823$@0@g23@6@0,s3@1@tp1,g23,s3$@0#waitpid -*0 (Datatype) -^592 825@-@-@0@0@0@0@826#cc_t -^593 828@-@-@0@0@0@0@829#speed_t -^594 828@-@-@0@0@0@0@830#tcflag_t -*1 (Constant) -^595 5$#B0#B50#B75#B110#B134#B150#B200#B300#B600#B1200#B1800#B2400#B4800#B9600#B19200#B38400#BRKINT#CLOCAL#CREAD#CS5#CS6#CS7#CS8#CSIZE#CSTOPB#ECHO#ECHOE#ECHOK#ECHONL#HUPCL#ICANON#ICRNL#IEXTEN#IGNBRK#IGNCR#IGNPAR#IGNLCR#INPCK#ISIG#ISTRIP#IXOFF#IXON#NCCS#NOFLSH#OPOST#PARENB#PARMRK#PARODD#TCIFLUSH#TCIOFF#TCIOFLUSH#TCION#TCOFLUSH#TCSADRAIN#TCSAFLUSH#TCSANOW#TOSTOP#VEOF#VEOL#VERASE#VINTR#VKILL#VMIN#VQUIT#VSTART#VSTOP#VSUSP#VTIME -*7 (Struct tag) -^663 831@832#@termios -*4 (Function) -^664 835$^$@0#cfgetispeed -^665 837$^$@0#cfgetospeed -^666 839$@0@@1@tp0$@0#cfsetispeed -^667 841$@0@@1@tp0$@0#cfsetospeed -^668 843$@0@g23@6@0@1@g23$@0#tcdrain -^669 845$@0@g23@6@0@1@g23$@0#tcflow -^670 847$@0@g23@6@0@1@g23$@0#tcflush -^671 849$@0@g23@6@0@1@g23,tp1$@0#tcgetattr -^672 851$@0@g23@6@0@1@g23$@0#tcsendbreak -^673 853$@0@g23@6@0@1@g23$@0#tcsetattr -*3 (Variable) -^674 316|@1|6@0@0@0@1#environ -*1 (Constant) -^675 5$#CLK_TCK -*4 (Function) -^676 855$@1@g674@6@0,s3@1@s3$@0#tzset -*1 (Constant) -^677 5$#F_OK#R_OK#STDERR_FILENO#STDIN_FILENO#STDOUT_FILENO#W_OK#X_OK#_PC_CHOWN_RESTRUCTED#_PC_MAX_CANON#_PC_MAX_INPUT#_PC_NAME_MAX#_PC_NO_TRUNC#_PC_PATH_MAX#_PC_PIPE_BUF#_PC_VDISABLE#_POSIX_CHOWN_RESTRICTED#_POSIX_JOB_CONTROL#_POSIX_NO_TRUNC#_POSIX_SAVED_IDS#_POSIX_VDISABLE#_POSIX_VERSION#_SC_ARG_MAX#_SC_CHILD_MAX#_SC_CLK_TCK#_SC_JOB_CONTROL#_SC_NGROUPS_MAX#_SC_OPEN_MAX#_SC_SAVED_IDS#_SC_STREAM_MAX#_SC_TZNAME_MAX#_SC_VERSION -*4 (Function) -^708 857@6@0@6@0@0^$@0#_exit -^709 859$@0@g23@6@0@1@g23$@0#access -^710 861$@0@s3@1@s3$@0#alarm -^711 863$@0@g23@6@0@1@g23$@0#chdir -^712 865$@0@s3,g23@6@0@1@s3,g23$@0#chown -^713 867$@0@s3,g23@6@0@1@s3,g23$@0#close -^714 870$@0@s3@1@tp0,s3$@0#ctermid -^715 873$@0@@1@tp0@3@0@0#cuserid -^716 875$@0@g23@6@0,s3@1@g23,s3$@0#dup2 -^717 877$@0@g23@6@0,s3@1@g23,s3$@0#dup -^718 879@6@0@5@0@0@0@g23@6@0@1@g23$@0#execl -^719 881@6@0@5@0@0@0@g23@6@0@1@g23$@0#execle -^720 883@6@0@5@0@0@0@g23@6@0@1@g23$@0#execlp -^721 887@6@0@5@0@0@0@g23@6@0@1@g23$@0#execv -^722 889@6@0@5@0@0@0@g23@6@0@1@g23$@0#execve -^723 891@6@0@5@0@0@0@g23@6@0@1@g23$@0#execvp -^724 893$@0@s3,g23@6@0@1@s3,g23$@0#fork -^725 895$@0@g23@6@0@1@g23$@0#fpathconf -^726 898@6@5@1@0@0@0@g23@6@0@1@g23,tp0$@0#getcwd -^727 900$^$@0#getegid -^728 902$^$@0#geteuid -^729 904$^$@0#getgid -^730 907$@0@g23@6@0@1@g23,ap1$@0#getgroups -^731 910$^@19@3@0#getlogin -^732 912$^$@0#getpgrp -^733 914$^$@0#getpid -^734 916$^$@0#getppid -^735 918$^$@0#getuid -^736 920$^$@0#isatty -^737 922$@0@g23@6@0,s3@1@g23,s3$@0#link -^738 924$@0@g23@6@0@1@g23$@0#lseek -^739 926$@0@g23@6@0@1@g23$@0#pathconf -^740 928$@0@g23@6@0@1@g23$@0#pause -^741 930$@0@g23@6@0@1@g23$@0#pipe -^742 932$@0@g23@6@0@1@g23,tp1$@0#read -^743 934$@0@s3,g23@6@0@1@s3,g23$@0#rmdir -^744 936$@0@g23@6@0,s3@1@g23,s3$@0#setgid -^745 938$@0@g23@6@0,s3@1@g23,s3$@0#setpgid -^746 940$@0@s3@1@s3$@0#setsid -^747 942$@0@g23@6@0,s3@1@g23,s3$@0#setuid -^748 944$@0@s3@1@s3$@0#sleep -^749 946$@0@g23@6@0@1@g23$@0#sysconf -^750 948$@0@g23@6@0@1@g23$@0#tcgetpgrp -^751 950$@0@g23@6@0,s3@1@g23,s3$@0#tcsetpgrp -^752 953@6@5@1@0@0@0@g23@6@0@1@g23@19@3@0#ttyname -^753 955$@0@s3,g23@6@0@1@s3,g23$@0#unlink -^754 957$@0@g23@6@0@1@g23$@0#write -*7 (Struct tag) -^755 958@959#@utimbuf -*4 (Function) -^756 962$@0@s3,g23@6@0@1@s3,g23$@0#utime -*0 (Datatype) -^757 20@+@+@0@0@0@0@963#regex_t -^758 13@-@-@0@0@0@0@964#regoff_t -*7 (Struct tag) -^759 965@966#@!4 -*0 (Datatype) -^760 965@-@-@0@0@0@0@967#regmatch_t -*4 (Function) -^761 970$@0@@1@p0$@0#regcomp -^762 973$@0@@1@p3$@0#regexec -^763 975$@0@@1@p2$@0#regerror -^764 977$$$@0#regfree -*1 (Constant) -^765 5$#REG_BASIC#REG_EXTENDED#REG_ICASE#REG_NOSUB#REG_NEWLINE#REG_NOSPEC#REG_PEND#REG_DUMP#REG_NOMATCH#REG_BADPAT#REG_ECOLLATE#REG_ECTYPE#REG_EESCAPE#REG_ESUBREG#REG_EBRACK#REG_EPAREN#REG_EBRACE#REG_BADBR#REG_ERANGE#REG_ESPACE#REG_BADRPT#REG_EMPTY#REG_ASSERT#REG_INVARG#REG_ATOI#REG_ITOA#REG_NOTBOL#REG_NOTEOL#REG_STARTEND#REG_TRACE#REG_LARGE#REG_BACKR -;; Library constraints -vsnprintf -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -2 -2 -Param 63 1 -;; end precondition constraints -post:EMPTY -fgets -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 5 1 -e2 -2 -3 --1 -;; end precondition constraints -post: -C -0@1@3 -l -1 -3 -2 -2 -Param 23 0 -r -2 -3 -0 -C -0@1@1 -l -1 -3 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 5 1 -e2 -2 -3 --1 -;; end precondition constraints -calloc -pre:EMPTY -post: -C -0@1@4 -l -1 -1 -2 -2 -Result -r -0 -1 -e1 -2 -2 -Param 63 0 -e2 -2 -3 --1 -;; end precondition constraints -malloc -pre:EMPTY -post: -C -0@1@4 -l -1 -1 -2 -2 -Result -r -0 -1 -e1 -2 -2 -Param 63 0 -e2 -2 -3 --1 -;; end precondition constraints -realloc -pre:EMPTY -post: -C -0@1@3 -l -1 -1 -2 -2 -Result -r -0 -1 -e1 -2 -2 -Param 63 1 -e2 -2 -3 --1 -;; end precondition constraints -memcpy -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 20 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -C -0@1@3 -l -1 -3 -2 -2 -Param 20 1 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -memmove -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 20 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -C -0@1@3 -l -1 -3 -2 -2 -Param 20 1 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -strcpy -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -1 -3 -2 -2 -Param 23 1 -;; end precondition constraints -post: -C -0@1@4 -l -1 -1 -2 -2 -Result -r -1 -1 -2 -2 -Param 23 0 -C -0@1@4 -l -1 -3 -2 -2 -Result -r -1 -3 -2 -2 -Param 23 1 -C -0@1@4 -l -1 -3 -2 -2 -Param 23 0 -r -1 -3 -2 -2 -Param 23 1 -;; end precondition constraints -strncpy -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post: -C -0@1@1 -l -1 -3 -2 -2 -Param 23 0 -r -2 -2 -Param 63 2 -C -0@1@3 -l -1 -3 -2 -2 -Param 23 1 -r -1 -3 -2 -2 -Param 23 0 -;; end precondition constraints -strcat -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -1 -3 -2 -2 -Param 23 0 -e2 -1 -3 -2 -2 -Param 23 1 -;; end precondition constraints -post: -C -0@1@4 -l -1 -3 -2 -2 -Result -r -0 -1 -e1 -1 -3 -2 -2 -Param 23 0 -e2 -1 -3 -2 -2 -Param 23 1 -;; end precondition constraints -strncat -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -1 -3 -2 -2 -Param 23 0 -e2 -2 -2 -Param 63 2 -;; end precondition constraints -post: -C -0@1@3 -l -1 -3 -2 -2 -Param 23 0 -r -0 -1 -e1 -1 -3 -2 -2 -Param 23 0 -e2 -2 -2 -Param 63 2 -;; end precondition constraints -strchr -pre:EMPTY -post: -C -0@1@3 -l -1 -3 -2 -2 -Result -r -2 -3 -0 -C -0@1@1 -l -1 -3 -2 -2 -Result -r -1 -3 -2 -2 -Param 23 0 -C -0@1@1 -l -1 -1 -2 -2 -Result -r -1 -1 -2 -2 -Param 23 0 -C -0@1@3 -l -1 -1 -2 -2 -Result -r -2 -3 -0 -;; end precondition constraints -strrchr -pre:EMPTY -post: -C -0@1@3 -l -1 -3 -2 -2 -Result -r -2 -3 -0 -C -0@1@1 -l -1 -3 -2 -2 -Result -r -1 -3 -2 -2 -Param 23 0 -C -0@1@1 -l -1 -1 -2 -2 -Result -r -1 -1 -2 -2 -Param 23 0 -C -0@1@3 -l -1 -1 -2 -2 -Result -r -2 -3 -0 -;; end precondition constraints -strstr -pre:EMPTY -post: -C -0@1@3 -l -1 -3 -2 -2 -Result -r -2 -3 -0 -C -0@1@1 -l -1 -3 -2 -2 -Result -r -1 -3 -2 -2 -Param 23 0 -C -0@1@1 -l -1 -1 -2 -2 -Result -r -1 -1 -2 -2 -Param 23 0 -C -0@1@3 -l -1 -1 -2 -2 -Result -r -2 -3 -0 -;; end precondition constraints -memset -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 20 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post: -C -0@1@3 -l -1 -3 -2 -2 -Param 20 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -strlen -pre:EMPTY -post: -C -0@1@4 -l -2 -2 -Result -r -1 -3 -2 -2 -Param 23 0 -;; end precondition constraints -asctime -pre:EMPTY -post: -C -0@1@4 -l -1 -3 -2 -2 -Result -r -2 -3 -25 -C -0@1@4 -l -1 -1 -2 -2 -Result -r -2 -3 -25 -;; end precondition constraints -ctime -pre:EMPTY -post: -C -0@1@4 -l -1 -3 -2 -2 -Result -r -2 -3 -25 -C -0@1@4 -l -1 -1 -2 -2 -Result -r -2 -3 -25 -;; end precondition constraints -getpwnam -pre:EMPTY -post: -C -0@1@4 -l -1 -1 -2 -2 -Result -r -2 -3 -0 -C -0@1@4 -l -1 -3 -2 -2 -Result -r -2 -3 -0 -;; end precondition constraints -getpwuid -pre:EMPTY -post: -C -0@1@4 -l -1 -1 -2 -2 -Result -r -2 -3 -0 -C -0@1@4 -l -1 -3 -2 -2 -Result -r -2 -3 -0 -;; end precondition constraints -getcwd -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 63 1 -e2 -2 -3 --1 -;; end precondition constraints -post: -C -0@1@1 -l -1 -3 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 63 1 -e2 -2 -3 --1 -;; end precondition constraints -read -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 20 1 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post: -C -0@1@3 -l -1 -3 -2 -2 -Param 20 1 -r -2 -2 -Param 63 2 -;; end precondition constraints -regexec -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 971 3 -r -2 -2 -Param 63 2 -;; end precondition constraints -post:EMPTY -regerror -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 2 -r -2 -2 -Param 63 3 -;; end precondition constraints -post:EMPTY -;; Modules access -lltX_bool#1@ -types#1@ -ansi#9@ -posix#16@ -;;End diff --git a/lib/posixstrict.lcd b/lib/posixstrict.lcd deleted file mode 100644 index 6289779..0000000 --- a/lib/posixstrict.lcd +++ /dev/null @@ -1,2427 +0,0 @@ -;;; Splint Library posixstrict.lcd -;;Splint 3.0.1 --- 06 Jan 2002 -;;lib:296 -;;ctTable -0 u-2 19 38 -0 p1|-2 20 39 -0 b-2 21 40 -0 p3|-2 22 41 -0 p4|-2 23 42 -0 p5|-2 24 43 -0 p6|-2 25 44 -0 p7|-2 26 45 -0 p8|-2 27 46 -0 p9|-2 28 47 -0 p10|-2 29 48 -0 p11|-2 30 49 -0 p12|-2 31 50 -0 p13|-2 32 51 -0 p14|-2 33 52 -0 p15|-2 34 53 -0 p16|-2 35 54 -0 p17|-2 36 55 -0 p18|-2 37 56 -1 t0|0 290 846 -1 t1|1& -1 t2|2& -1 t3|3& -1 t4|4 291 847 -1 t5|5& -1 t6|6& -1 t7|7& -1 t8|8& -1 t9|9& -1 t10|10& -1 t11|11& -1 t12|12& -1 t13|13& -1 t14|14& -1 t15|15& -1 t16|16& -1 t17|17& -1 t18|18& -2 y0|0& -2 y1|1& -2 y2|2& -2 y3|3& -2 y4|4& -2 y5|5& -2 y6|6& -2 y7|7& -2 y8|8& -2 y9|9& -2 y10|10& -2 y11|11& -2 y12|12& -2 y13|13& -2 y14|14& -2 y15|15& -2 y16|16& -2 y17|17& -2 y18|18& --2 ?! -0 a0|& -0 s10|& -0 s11|& -0 s12|& -0 s24|& -0 s25|& -0 s26|& -0 s27|-1 359 -1 -0 s28|& -0 a29|-1 377 -1 -3 C0.5/20|! -3 C0.68/2|! -3 f0 (2|@7|$#,)! -3 f1 (2|@7|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f4 (5|$#,)! -3 f0 (5|$#,)! -3 f4 (5|$#,)! -3 Slconv{23|@1|0@0@3&#decimal_point,23|@1|0@0@3&#thousands_sep,23|@1|0@0@3&#grouping,23|@1|0@0@3&#int_curr_symbol,23|@1|0@0@3&#currency_symbol,23|@1|0@0@3&#mon_decimal_point,23|@1|0@0@3&#mon_thousands_sep,23|@1|0@0@3&#mon_grouping,23|@1|0@0@3&#positive_sign,23|@1|0@0@3&#negative_sign,4|@1|^#int_frac_digits,4|@1|^#frac_digits,4|@1|^#p_cs_precedes,4|@1|^#p_sep_by_space,4|@1|^#n_cs_precedes,4|@1|^#n_sep_by_space,4|@1|^#p_sign_posn,4|@1|^#n_sign_posn,}! -0 s46|-1 105 -1 -3 f0 (5|$#,23|0@5@7&#,)! -3 f19 (5|$#,23|0@5@7&#,)! -3 f23 (5|$#,23|0@5@7&#,)! -3 f0 ()! -3 f19 ()! -1 t99|99& -3 f105 ()! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,17|$#,)! -3 f17 (17|$#,17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,5|$#,)! -3 f17 (17|$#,5|$#,)! -3 f0 (17|$#,24|4@0@7&#,)! -3 f17 (17|$#,24|4@0@7&#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,17|$#,)! -3 f17 (17|$#,17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,36|4@0@7&#,)! -3 f17 (17|$#,36|4@0@7&#,)! -3 f0 (17|$#,17|$#,)! -3 f17 (17|$#,17|$#,)! -0 a124|& -3 f0 (151|4@0@7&#,)! -3 f5 (151|4@0@7&#,)! -3 f0 (151|$#,5|$#,)! -3 f1 (151|$#,5|$#,)! -0 s133|& -3 ?! -3 f157 (5|$#,)! -3 f1 (5|$#,)^160 -1 t159|159& -3 ?! -3 f161 (5|$#,)! -3 f1 (5|$#,)^164 -1 t163|163& -3 ?! -3 f165 (5|$#,)! -3 f1 (5|$#,)^168 -1 t167|167& -3 ?! -3 f169 (5|$#,)! -3 f1 (5|$#,)^172 -1 t171|171& -3 f0 (5|$#,172|0@5@7&#,)! -3 f19 (5|$#,172|0@5@7&#,)^175 -1 t174|174& -3 ?! -3 f176 (5|$#,)! -3 f19 (5|$#,)! -3 f1 (5|$#,172|0@5@7&#,)! -3 f1 (5|$#,)! -3 f180 (5|$#,172|0@5@7&#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -0 a139|& -3 f0 (184|4@0@7&#,!.,)! -3 f1 (184|4@0@7&#,!.,)! -3 f0 (184|$#,)! -3 f1 (184|$#,)! -0 a142|-1 191 -1 -0 a143|-1 265 -1 -1 t189|189& -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (23|$#,23|$#,)! -3 f5 (23|$#,23|$#,)! -3 f0 ()! -3 f19 ()! -3 f191 ()! -3 f0 (23|@5|4@5@7&#,)! -3 f19 (23|@5|4@5@7&#,)! -3 f23 (23|@5|4@5@7&#,)! -3 f0 (191|$#,)! -3 f5 (191|$#,)! -3 f0 (191|0@5@7&#,)! -3 f5 (191|0@5@7&#,)! -3 f0 (23|$#,23|$#,)! -3 f19 (23|$#,23|$#,)! -3 f191 (23|$#,23|$#,)! -3 f0 (23|$#,23|$#,191|$#,)! -3 f19 (23|$#,23|$#,191|$#,)! -3 f191 (23|$#,23|$#,191|$#,)! -3 f0 (191|$#,23|0@5@19@2@0#,)! -3 f1 (191|$#,23|0@5@19@2@0#,)! -3 f0 (191|$#,23|0@5@19@2@0#,5|$#,63|$#,)! -3 f5 (191|$#,23|0@5@19@2@0#,5|$#,63|$#,)! -3 f0 (191|$#,23|$#,!.,)! -3 f5 (191|$#,23|$#,!.,)! -3 f0 (191|$#,23|$#,!.,)! -3 f5 (191|$#,23|$#,!.,)! -3 f0 (23|$#,!.,)! -3 f5 (23|$#,!.,)! -3 f0 (23|$#,!.,)! -3 f5 (23|$#,!.,)! -3 f0 (23|4@0@7&#,23|$#,!.,)! -3 f5 (23|4@0@7&#,23|$#,!.,)! -3 f0 (23|4@0@7&#,23|$#,!.,)! -3 f5 (23|4@0@7&#,23|$#,!.,)! -3 f0 (23|$#,184|$#,)! -3 f5 (23|$#,184|$#,)! -3 f0 (191|$#,23|$#,184|$#,)! -3 f5 (191|$#,23|$#,184|$#,)! -3 f0 (23|4@0@7&#,23|$#,184|$#,)! -3 f5 (23|4@0@7&#,23|$#,184|$#,)! -3 f0 (23|4@0@7&#,63|$#,23|$#,184|$#,)! -3 f5 (23|4@0@7&#,63|$#,23|$#,184|$#,)! -3 f0 (191|$#,)! -3 f5 (191|$#,)! -3 f0 (23|@5|4@0@7&#,5|$#,191|$#,)! -3 f19 (23|@5|4@0@7&#,5|$#,191|$#,)! -3 f23 (23|@5|4@0@7&#,5|$#,191|$#,)! -3 C0.5/4|! -3 f0 (241|$#,191|$#,)! -3 f5 (241|$#,191|$#,)! -3 f0 (23|$#,191|$#,)! -3 f5 (23|$#,191|$#,)! -3 f0 (191|@7|$#,)! -3 f5 (191|@7|$#,)! -3 f0 ()! -3 f5 ()! -3 f0 (23|4@0@7&#,)! -3 f19 (23|4@0@7&#,)! -3 f23 (23|4@0@7&#,)! -3 f0 (241|$#,191|@7|$#,)! -3 f5 (241|$#,191|@7|$#,)! -3 f0 (241|$#,)! -3 f5 (241|$#,)! -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (241|$#,191|$#,)! -3 f5 (241|$#,191|$#,)! -3 f0 (20|4@0@7&#,63|$#,63|$#,191|$#,)! -3 f63 (20|4@0@7&#,63|$#,63|$#,191|$#,)! -3 f0 (20|$#,63|$#,63|$#,191|$#,)! -3 f63 (20|$#,63|$#,63|$#,191|$#,)! -1 t190|190& -3 f0 (191|$#,265|4@0@7&#,)! -3 f5 (191|$#,265|4@0@7&#,)! -3 f0 (191|$#,9|$#,5|$#,)! -3 f5 (191|$#,9|$#,5|$#,)! -3 f0 (191|$#,265|$#,)! -3 f5 (191|$#,265|$#,)! -3 f0 (191|$#,)! -3 f9 (191|$#,)! -3 f0 (191|$#,)! -3 f1 (191|$#,)! -3 f0 (191|$#,)! -3 f1 (191|$#,)! -3 f0 (191|$#,)! -3 f5 (191|$#,)! -3 f0 (191|$#,)! -3 f5 (191|$#,)! -3 f0 (23|0@5@7&#,)! -3 f1 (23|0@5@7&#,)! -3 f0 (23|$#,)! -3 f17 (23|$#,)! -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (23|$#,)! -3 f9 (23|$#,)! -1 t19|19& -1 t23|23& -3 f0 (23|$#,291|4@5@7&#,)! -3 f17 (23|$#,291|4@5@7&#,)! -3 f0 (23|$#,291|4@5@7&#,5|$#,)! -3 f9 (23|$#,291|4@5@7&#,5|$#,)! -3 f0 (23|$#,291|4@5@7&#,5|$#,)! -3 f10 (23|$#,291|4@5@7&#,5|$#,)! -3 f0 ()! -3 f5 ()! -3 f0 (6|$#,)! -3 f1 (6|$#,)! -3 f0 (63|$#,63|$#,)! -3 f19 (63|$#,63|$#,)! -3 f20 (63|$#,63|$#,)! -3 f0 (63|$#,)! -3 f19 (63|$#,)! -3 f20 (63|$#,)! -3 f0 (20|@5|4@5@2&#,63|$#,)! -3 f19 (20|@5|4@5@2&#,63|$#,)! -3 f20 (20|@5|4@5@2&#,63|$#,)! -3 f0 (20|4@5@2&#,)! -3 f1 (20|4@5@2&#,)! -3 f0 ()! -3 f1 ()! -3 f0 (5|$#,)! -3 f1 (5|$#,)! -3 ?! -3 f317 ()! -3 f1 ()^320 -1 t319|319& -3 f0 (320|$#,)! -3 f5 (320|$#,)! -3 f0 (23|$#,)! -3 f19 (23|$#,)! -3 f23 (23|$#,)! -3 f0 (23|0@5@7&#,)! -3 f5 (23|0@5@7&#,)! -3 ?! -3 f328 (20|$#,20|$#,)! -3 f5 (20|$#,20|$#,)^331 -1 t330|330& -3 f0 (20|$#,20|$#,63|$#,63|$#,331|$#,)! -3 f19 (20|$#,20|$#,63|$#,63|$#,331|$#,)! -3 f20 (20|$#,20|$#,63|$#,63|$#,331|$#,)! -3 ?! -3 f335 (20|$#,20|$#,)! -3 f5 (20|$#,20|$#,)^338 -1 t337|337& -3 f0 (20|$#,63|$#,63|$#,338|$#,)! -3 f1 (20|$#,63|$#,63|$#,338|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 S!2{5|@1|^#quot,5|@1|^#rem,}! -0 s222|& -0 s223|& -3 f0 (5|$#,5|$#,)! -3 f345 (5|$#,5|$#,)! -3 f0 (9|$#,)! -3 f9 (9|$#,)! -3 S!3{9|@1|^#quot,9|@1|^#rem,}! -0 s226|& -0 s227|& -3 f0 (9|$#,9|$#,)! -3 f352 (9|$#,9|$#,)! -3 f0 (5|$#,)! -3 f66 (5|$#,)! -3 f0 (191|$#,)! -3 f66 (191|$#,)! -1 t65|65 441 -1 -3 f0 (359|@5|$#,5|$#,191|$#,)! -3 f19 (359|@5|$#,5|$#,191|$#,)! -3 f359 (359|@5|$#,5|$#,191|$#,)! -3 f0 (65|$#,191|$#,)! -3 f66 (65|$#,191|$#,)! -3 f0 (359|$#,191|$#,)! -3 f5 (359|$#,191|$#,)! -3 f0 (191|$#,5|$#,)! -3 f5 (191|$#,5|$#,)! -3 f0 (191|$#,359|$#,!.,)! -3 f5 (191|$#,359|$#,!.,)! -3 f0 (191|$#,359|$#,!.,)! -3 f5 (191|$#,359|$#,!.,)! -3 f0 (191|@7|$#,)! -3 f66 (191|@7|$#,)! -3 f0 ()! -3 f66 ()! -1 t67|67& -3 f0 (23|$#,63|$#,377|0@5@7&#,)! -3 f63 (23|$#,63|$#,377|0@5@7&#,)! -3 f0 (359|0@5@7&#,23|$#,63|$#,377|0@5@7&#,)! -3 f63 (359|0@5@7&#,23|$#,63|$#,377|0@5@7&#,)! -3 f0 (377|0@5@7&#,)! -3 f5 (377|0@5@7&#,)! -3 f0 (359|0@5@7&#,291|$#,63|$#,377|0@5@7&#,)! -3 f63 (359|0@5@7&#,291|$#,63|$#,377|0@5@7&#,)! -3 f0 (65|$#,191|@7|$#,)! -3 f66 (65|$#,191|@7|$#,)! -3 f0 (65|$#,)! -3 f66 (65|$#,)! -3 f0 (359|$#,63|$#,359|$#,!.,)! -3 f5 (359|$#,63|$#,359|$#,!.,)! -3 f0 (359|$#,359|$#,!.,)! -3 f5 (359|$#,359|$#,!.,)! -3 f0 (66|$#,191|$#,)! -3 f66 (66|$#,191|$#,)! -3 f0 (191|$#,359|$#,184|$#,)! -3 f5 (191|$#,359|$#,184|$#,)! -3 f0 (359|$#,63|$#,359|$#,184|$#,)! -3 f5 (359|$#,63|$#,359|$#,184|$#,)! -3 f0 (359|$#,184|$#,)! -3 f5 (359|$#,184|$#,)! -3 f0 (23|4@5@7&#,65|$#,377|0@5@7&#,)! -3 f63 (23|4@5@7&#,65|$#,377|0@5@7&#,)! -3 C0.1/359|! -3 f0 (359|@5|4@0@9&#,359|$#,)! -3 f1 (359|@5|4@0@9&#,359|$#,)! -3 f404 (359|@5|4@0@9&#,359|$#,)! -3 f0 (359|@5|$#,65|$#,)! -3 f19 (359|@5|$#,65|$#,)! -3 f359 (359|@5|$#,65|$#,)! -3 f0 (359|$#,359|$#,)! -3 f5 (359|$#,359|$#,)! -3 f0 (359|$#,359|$#,)! -3 f5 (359|$#,359|$#,)! -3 f0 (359|@5|4@0@9&#,359|$#,)! -3 f1 (359|@5|4@0@9&#,359|$#,)! -3 f404 (359|@5|4@0@9&#,359|$#,)! -3 f0 (359|$#,359|$#,)! -3 f63 (359|$#,359|$#,)! -0 s262|-1 421 -1 -1 t420|420& -3 f0 (359|4@0@7&#,63|$#,359|$#,421|$#,)! -3 f63 (359|4@0@7&#,63|$#,359|$#,421|$#,)! -3 f0 (359|$#,)! -3 f63 (359|$#,)! -3 C0.1/359|! -3 f0 (359|@5|4@0@9&#,359|$#,63|$#,)! -3 f1 (359|@5|4@0@9&#,359|$#,63|$#,)! -3 f426 (359|@5|4@0@9&#,359|$#,63|$#,)! -3 f0 (359|$#,359|$#,63|$#,)! -3 f5 (359|$#,359|$#,63|$#,)! -3 f0 (359|@5|4@0@9&#,359|$#,63|$#,)! -3 f1 (359|@5|4@0@9&#,359|$#,63|$#,)! -3 f426 (359|@5|4@0@9&#,359|$#,63|$#,)! -3 f0 (359|@5|$#,359|$#,)! -3 f19 (359|@5|$#,359|$#,)! -3 f359 (359|@5|$#,359|$#,)! -3 f0 (359|@5|$#,65|$#,)! -3 f19 (359|@5|$#,65|$#,)! -3 f359 (359|@5|$#,65|$#,)! -1 t359|359& -3 f0 (23|0@5@7&#,441|$#,63|$#,377|0@5@7&#,)! -3 f63 (23|0@5@7&#,441|$#,63|$#,377|0@5@7&#,)! -3 f0 (359|$#,359|$#,)! -3 f63 (359|$#,359|$#,)! -3 f0 (359|$#,359|$#,)! -3 f19 (359|$#,359|$#,)! -3 f359 (359|$#,359|$#,)! -3 f0 (359|$#,441|0@5@7&#,)! -3 f17 (359|$#,441|0@5@7&#,)! -3 f0 (359|0@5@7&#,359|$#,441|$#,)! -3 f19 (359|0@5@7&#,359|$#,441|$#,)! -3 f359 (359|0@5@7&#,359|$#,441|$#,)! -3 f0 (359|$#,441|0@5@7&#,5|$#,)! -3 f9 (359|$#,441|0@5@7&#,5|$#,)! -3 f0 (359|$#,441|0@5@7&#,5|$#,)! -3 f10 (359|$#,441|0@5@7&#,5|$#,)! -3 f0 (359|0@5@7&#,359|$#,63|$#,)! -3 f63 (359|0@5@7&#,359|$#,63|$#,)! -3 f0 (66|$#,)! -3 f5 (66|$#,)! -3 f0 (359|$#,65|$#,63|$#,)! -3 f19 (359|$#,65|$#,63|$#,)! -3 f359 (359|$#,65|$#,63|$#,)! -3 f0 (359|$#,359|$#,63|$#,)! -3 f5 (359|$#,359|$#,63|$#,)! -3 f0 (359|@5|$#,359|$#,63|$#,)! -3 f19 (359|@5|$#,359|$#,63|$#,)! -3 f359 (359|@5|$#,359|$#,63|$#,)! -3 f0 (359|@5|$#,359|$#,63|$#,)! -3 f19 (359|@5|$#,359|$#,63|$#,)! -3 f359 (359|@5|$#,359|$#,63|$#,)! -3 f0 (359|@5|$#,65|$#,63|$#,)! -3 f19 (359|@5|$#,65|$#,63|$#,)! -3 f359 (359|@5|$#,65|$#,63|$#,)! -3 f0 (359|$#,!.,)! -3 f5 (359|$#,!.,)! -3 f0 (359|$#,!.,)! -3 f5 (359|$#,!.,)! -0 s286|& -0 s287|& -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,480|$#,)! -3 f2 (66|$#,480|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,481|$#,)! -3 f66 (66|$#,481|$#,)! -3 f0 (66|$#,)! -3 f66 (66|$#,)! -3 f0 (66|$#,)! -3 f66 (66|$#,)! -3 f0 (23|$#,)! -3 f481 (23|$#,)! -3 f0 (23|$#,)! -3 f480 (23|$#,)! -3 f0 (23|$#,63|$#,)! -3 f5 (23|$#,63|$#,)! -3 f0 (359|0@5@7&#,23|0@5@7&#,63|$#,)! -3 f5 (359|0@5@7&#,23|0@5@7&#,63|$#,)! -3 f0 (23|4@5@7&#,65|$#,)! -3 f5 (23|4@5@7&#,65|$#,)! -3 f0 (359|4@0@7&#,23|$#,63|$#,)! -3 f63 (359|4@0@7&#,23|$#,63|$#,)! -3 f0 (23|4@0@7&#,359|$#,63|$#,)! -3 f63 (23|4@0@7&#,359|$#,63|$#,)! -3 C0.1/20|! -3 f0 (20|@5|4@0@9&#,20|$#,63|$#,)! -3 f1 (20|@5|4@0@9&#,20|$#,63|$#,)! -3 f526 (20|@5|4@0@9&#,20|$#,63|$#,)! -3 f0 (20|@5|4@0@7&#,20|$#,63|$#,)! -3 f1 (20|@5|4@0@7&#,20|$#,63|$#,)! -3 f526 (20|@5|4@0@7&#,20|$#,63|$#,)! -3 C0.1/23|! -3 f0 (23|@5|4@0@9&#,23|$#,)! -3 f1 (23|@5|4@0@9&#,23|$#,)! -3 f533 (23|@5|4@0@9&#,23|$#,)! -3 f0 (23|@5|4@0@9&#,23|$#,63|$#,)! -3 f1 (23|@5|4@0@9&#,23|$#,63|$#,)! -3 f533 (23|@5|4@0@9&#,23|$#,63|$#,)! -3 f0 (23|@5|0@0@9&#,23|$#,)! -3 f1 (23|@5|0@0@9&#,23|$#,)! -3 f533 (23|@5|0@0@9&#,23|$#,)! -3 f0 (23|@5|0@0@9&#,23|$#,63|$#,)! -3 f1 (23|@5|0@0@9&#,23|$#,63|$#,)! -3 f533 (23|@5|0@0@9&#,23|$#,63|$#,)! -3 f0 (20|$#,20|$#,63|$#,)! -3 f5 (20|$#,20|$#,63|$#,)! -3 f0 (23|$#,23|$#,)! -3 f5 (23|$#,23|$#,)! -3 f0 (23|$#,23|$#,)! -3 f5 (23|$#,23|$#,)! -3 f0 (23|$#,23|$#,63|$#,)! -3 f5 (23|$#,23|$#,63|$#,)! -3 f0 (23|4@5@7&#,23|$#,63|$#,)! -3 f63 (23|4@5@7&#,23|$#,63|$#,)! -3 f0 (20|$#,5|$#,63|$#,)! -3 f19 (20|$#,5|$#,63|$#,)! -3 f20 (20|$#,5|$#,63|$#,)! -3 f0 (23|@5|$#,4|$#,)! -3 f19 (23|@5|$#,4|$#,)! -3 f23 (23|@5|$#,4|$#,)! -3 f0 (23|$#,23|$#,)! -3 f63 (23|$#,23|$#,)! -3 f0 (23|@5|$#,23|$#,)! -3 f19 (23|@5|$#,23|$#,)! -3 f23 (23|@5|$#,23|$#,)! -3 f0 (23|@5|$#,4|$#,)! -3 f19 (23|@5|$#,4|$#,)! -3 f23 (23|@5|$#,4|$#,)! -3 f0 (23|$#,23|$#,)! -3 f63 (23|$#,23|$#,)! -3 f0 (23|@5|0@0@9&#,23|$#,)! -3 f19 (23|@5|0@0@9&#,23|$#,)! -3 f23 (23|@5|0@0@9&#,23|$#,)! -3 f0 (23|@5|0@5@7&#,23|$#,)! -3 f19 (23|@5|0@5@7&#,23|$#,)! -3 f23 (23|@5|0@5@7&#,23|$#,)! -3 C0.1/20|! -3 f0 (20|@5|4@0@7&#,5|$#,63|$#,)! -3 f1 (20|@5|4@0@7&#,5|$#,63|$#,)! -3 f578 (20|@5|4@0@7&#,5|$#,63|$#,)! -3 f0 (5|$#,)! -3 f19 (5|$#,)! -3 f23 (5|$#,)! -3 f0 (23|$#,)! -3 f63 (23|$#,)! -0 s333|& -0 s334|-1 596 -1 -3 Stm{5|@1|^#tm_sec,5|@1|^#tm_min,5|@1|^#tm_hour,5|@1|^#tm_mday,5|@1|^#tm_mon,5|@1|^#tm_year,5|@1|^#tm_wday,5|@1|^#tm_yday,5|@1|^#tm_isdst,}! -3 f0 ()! -3 f587 ()! -3 f0 (588|$#,588|$#,)! -3 f17 (588|$#,588|$#,)! -3 f0 (421|$#,)! -3 f588 (421|$#,)! -1 t588|588& -3 f0 (596|4@5@7&#,)! -3 f588 (596|4@5@7&#,)! -3 f0 (421|$#,)! -3 f19 (421|$#,)! -3 f23 (421|$#,)! -3 f0 (596|$#,)! -3 f19 (596|$#,)! -3 f23 (596|$#,)! -3 f0 (596|$#,)! -3 f19 (596|$#,)! -3 f421 (596|$#,)! -3 f0 (596|$#,)! -3 f19 (596|$#,)! -3 f421 (596|$#,)! -3 f0 (23|4@0@7&#,63|$#,23|$#,421|$#,)! -3 f63 (23|4@0@7&#,63|$#,23|$#,421|$#,)! -0 s344|& -0 s345|& -0 s346|& -0 s347|& -0 s348|& -0 s349|& -0 s350|& -0 s351|& -0 s352|& -0 s353|& -0 s354|& -0 s355|& -0 s356|& -0 s357|& -0 s358|& -0 s359|& -0 s360|& -0 s361|& -0 s362|& -0 s363|& -0 s364|& -0 s365|& -0 s366|& -0 s367|& -0 s368|& -0 s369|& -0 s370|& -0 s371|& -0 s410|& -0 s411|-1 -1 867 -0 s412|& -0 s413|& -0 s414|& -0 s415|& -0 s416|& -0 s417|& -0 a418|-1 652 -1 -3 Sdirent{42|@1|^#d_name,}! -0 s419|-1 660 -1 -1 t649|649& -3 f0 (652|$#,)! -3 f5 (652|$#,)! -3 f0 (23|$#,)! -3 f19 (23|$#,)! -3 f652 (23|$#,)! -3 f0 (652|$#,)! -3 f19 (652|$#,)! -1 t651|651& -3 f660 (652|$#,)! -3 f0 (652|$#,)! -3 f1 (652|$#,)! -3 Sflock{7|@1|^#l_type,7|@1|^#l_whence,646|@1|^#l_start,646|@1|^#l_len,647|@1|^#l_pid,}! -0 s495|& -3 f0 (23|$#,644|$#,)! -3 f5 (23|$#,644|$#,)! -3 f0 (5|$#,5|$#,!.,)! -3 f5 (5|$#,5|$#,!.,)! -3 f0 (23|$#,5|$#,!.,)! -3 f5 (23|$#,5|$#,!.,)! -3 Sgroup{23|@1|0@0@3&#gr_name,642|@1|^#gr_gid,291|@1|0@0@3&#gr_mem,}! -0 s499|-1 676 -1 -3 f0 (642|$#,)! -3 f19 (642|$#,)! -1 t673|673& -3 f676 (642|$#,)! -3 f0 (23|$#,)! -3 f19 (23|$#,)! -3 f676 (23|$#,)! -3 Spasswd{23|@1|0@0@3&#pw_name,648|@1|^#pw_uid,642|@1|^#pw_gid,23|@1|0@0@3&#pw_dir,23|@1|0@0@3&#pw_shell,}! -0 s528|-1 685 -1 -3 f0 (23|$#,)! -3 f19 (23|$#,)! -1 t682|682& -3 f685 (23|$#,)! -3 f0 (648|$#,)! -3 f19 (648|$#,)! -3 f685 (648|$#,)! -0 a531|& -3 f0 (690|$#,5|$#,)! -3 f1 (690|$#,5|$#,)! -3 f0 (690|4@0@7&#,5|$#,)! -3 f5 (690|4@0@7&#,5|$#,)! -0 a534|-1 707 -1 -3 ?! -3 f696 ()! -3 f1 ()^699 -1 t698|698& -3 Ssigaction{!699$$$@0#sa_handler,695|@1|0@0@3&#sa_mask,5|@1|^#sa_flags,}! -0 s552|-1 704 -1 -3 f0 (647|$#,5|$#,)! -3 f5 (647|$#,5|$#,)! -1 t701|701& -3 f0 (5|$#,704|$#,704|4@5@7&#,)! -3 f5 (5|$#,704|$#,704|4@5@7&#,)! -1 t695|695& -3 f0 (707|$#,5|$#,)! -3 f5 (707|$#,5|$#,)! -3 f0 (707|$#,5|$#,)! -3 f5 (707|$#,5|$#,)! -3 f0 (707|4@0@7&#,)! -3 f5 (707|4@0@7&#,)! -3 f0 (707|4@0@7&#,)! -3 f5 (707|4@0@7&#,)! -3 f0 (707|$#,5|$#,)! -3 f5 (707|$#,5|$#,)! -3 f0 (707|4@0@7&#,)! -3 f5 (707|4@0@7&#,)! -3 f0 (5|$#,707|0@5@7&#,707|4@5@7&#,)! -3 f5 (5|$#,707|0@5@7&#,707|4@5@7&#,)! -3 f0 (707|$#,)! -3 f5 (707|$#,)! -3 f0 (5|$#,23|$#,)! -3 f19 (5|$#,23|$#,)! -3 f191 (5|$#,23|$#,)! -3 f0 (191|$#,)! -3 f5 (191|$#,)! -3 Sstat{644|@1|^#st_mode,643|@1|^#st_ino,641|@1|^#st_dev,645|@1|^#st_nlink,648|@1|^#st_uid,642|@1|^#st_gid,646|@1|^#st_size,588|@1|^#st_atime,588|@1|^#st_mtime,588|@1|^#st_ctime,}! -0 s567|-1 749 -1 -3 C0.2/5|! -3 f0 (644|@7|$#,)! -3 f2 (644|@7|$#,)! -3 f731 (644|@7|$#,)! -3 f0 (644|@7|$#,)! -3 f2 (644|@7|$#,)! -3 f731 (644|@7|$#,)! -3 f0 (644|@7|$#,)! -3 f2 (644|@7|$#,)! -3 f731 (644|@7|$#,)! -3 f0 (644|@7|$#,)! -3 f2 (644|@7|$#,)! -3 f731 (644|@7|$#,)! -3 f0 (644|@7|$#,)! -3 f2 (644|@7|$#,)! -3 f731 (644|@7|$#,)! -3 f0 (23|$#,644|$#,)! -3 f5 (23|$#,644|$#,)! -1 t730|730& -3 f0 (5|$#,749|4@0@7&#,)! -3 f5 (5|$#,749|4@0@7&#,)! -3 f0 (23|$#,644|$#,)! -3 f5 (23|$#,644|$#,)! -3 f0 (23|$#,644|$#,)! -3 f5 (23|$#,644|$#,)! -3 f0 (23|$#,749|4@0@7&#,)! -3 f5 (23|$#,749|4@0@7&#,)! -3 f0 (644|$#,)! -3 f5 (644|$#,)! -3 Stms{587|@1|^#tms_utime,587|@1|^#tms_stime,587|@1|^#tms_cutime,587|@1|^#tms_cstime,}! -0 s579|-1 762 -1 -1 t761|761& -3 f0 (762|4@0@7&#,)! -3 f587 (762|4@0@7&#,)! -3 Sutsname{42|@1|^#sysname,42|@1|^#nodename,42|@1|^#release,42|@1|^#version,42|@1|^#machine,}! -0 s581|-1 767 -1 -1 t766|766& -3 f0 (767|4@0@7&#,)! -3 f5 (767|4@0@7&#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (24|4@5@7&#,)! -3 f647 (24|4@5@7&#,)! -3 f0 (647|$#,24|4@5@7&#,5|$#,)! -3 f647 (647|$#,24|4@5@7&#,5|$#,)! -3 C0.4/8|! -3 C0.3/8|! -0 s592|& -3 C0.9/9|! -3 C0.10/9|! -0 s593|& -0 s594|& -3 Stermios{792|@1|^#c_iflag,792|@1|^#c_oflag,792|@1|^#c_cflag,792|@1|^#c_lflag,788|@1|^#c_cc,}! -0 s663|-1 795 -1 -1 t794|794& -3 f0 (795|$#,)! -3 f791 (795|$#,)! -3 f0 (795|$#,)! -3 f791 (795|$#,)! -3 f0 (795|$#,)! -3 f5 (795|$#,)! -3 f0 (795|$#,)! -3 f5 (795|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,5|$#,)! -3 f5 (5|$#,5|$#,)! -3 f0 (5|$#,5|$#,)! -3 f5 (5|$#,5|$#,)! -3 f0 (5|$#,795|4@0@7&#,)! -3 f5 (5|$#,795|4@0@7&#,)! -3 f0 (5|$#,5|$#,)! -3 f5 (5|$#,5|$#,)! -3 f0 (5|$#,5|$#,795|$#,)! -3 f5 (5|$#,5|$#,795|$#,)! -3 f0 ()! -3 f1 ()! -3 f0 (5|$#,)! -3 f1 (5|$#,)! -3 f0 (23|$#,5|$#,)! -3 f5 (23|$#,5|$#,)! -3 f0 (6|$#,)! -3 f6 (6|$#,)! -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (23|$#,648|$#,642|$#,)! -3 f5 (23|$#,648|$#,642|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (23|@5|4@5@7&#,)! -3 f19 (23|@5|4@5@7&#,)! -3 f23 (23|@5|4@5@7&#,)! -3 f0 (23|4@5@7&#,)! -3 f19 (23|4@5@7&#,)! -3 f23 (23|4@5@7&#,)! -3 f0 (5|$#,5|$#,)! -3 f5 (5|$#,5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (23|$#,23|$#,!.,)! -3 f5 (23|$#,23|$#,!.,)! -3 f0 (23|$#,23|$#,!.,)! -3 f5 (23|$#,23|$#,!.,)! -3 f0 (23|$#,23|$#,!.,)! -3 f5 (23|$#,23|$#,!.,)! -2 y19|19& -2 y23|23& -3 f0 (23|$#,847|$#,)! -3 f5 (23|$#,847|$#,)! -3 f0 (23|$#,847|$#,291|$#,)! -3 f5 (23|$#,847|$#,291|$#,)! -3 f0 (23|$#,847|$#,)! -3 f5 (23|$#,847|$#,)! -3 f0 ()! -3 f647 ()! -3 f0 (5|$#,5|$#,)! -3 f9 (5|$#,5|$#,)! -3 f0 (23|@5|4@2@7&#,63|$#,)! -3 f19 (23|@5|4@2@7&#,63|$#,)! -3 f23 (23|@5|4@2@7&#,63|$#,)! -3 f0 ()! -3 f642 ()! -3 f0 ()! -3 f648 ()! -3 f0 ()! -3 f642 ()! -2 y642|642& -3 f0 (5|$#,867|4@0@7&#,)! -3 f5 (5|$#,867|4@0@7&#,)! -3 f0 ()! -3 f19 ()! -3 f23 ()! -3 f0 ()! -3 f647 ()! -3 f0 ()! -3 f647 ()! -3 f0 ()! -3 f647 ()! -3 f0 ()! -3 f648 ()! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (23|$#,23|$#,)! -3 f5 (23|$#,23|$#,)! -3 f0 (5|$#,646|$#,5|$#,)! -3 f646 (5|$#,646|$#,5|$#,)! -3 f0 (23|$#,5|$#,)! -3 f9 (23|$#,5|$#,)! -3 f0 ()! -3 f5 ()! -3 f0 (43|4@0@7&#,)! -3 f5 (43|4@0@7&#,)! -3 f0 (5|$#,20|4@0@7&#,63|$#,)! -3 f64 (5|$#,20|4@0@7&#,63|$#,)! -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (642|$#,)! -3 f5 (642|$#,)! -3 f0 (647|$#,647|$#,)! -3 f5 (647|$#,647|$#,)! -3 f0 ()! -3 f647 ()! -3 f0 (648|$#,)! -3 f5 (648|$#,)! -3 f0 (6|$#,)! -3 f6 (6|$#,)! -3 f0 (5|$#,)! -3 f9 (5|$#,)! -3 f0 (5|$#,)! -3 f647 (5|$#,)! -3 f0 (5|$#,647|$#,)! -3 f5 (5|$#,647|$#,)! -3 f0 (5|$#,)! -3 f19 (5|$#,)! -3 f23 (5|$#,)! -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (5|$#,20|$#,63|$#,)! -3 f64 (5|$#,20|$#,63|$#,)! -3 Sutimbuf{588|@1|^#actime,588|@1|^#modtime,}! -0 s755|-1 922 -1 -1 t921|921& -3 f0 (23|$#,922|0@5@7&#,)! -3 f5 (23|$#,922|0@5@7&#,)! -0 a757|-1 930 -1 -0 s758|& -3 S!4{926|@1|^#rm_so,926|@1|^#rm_eo,}! -0 s759|& -0 s760|-1 -1 933 -1 t925|925& -3 f0 (930|4@0@7&#,23|$#,5|$#,)! -3 f5 (930|4@0@7&#,23|$#,5|$#,)! -2 y929|929& -3 f0 (930|$#,23|$#,63|$#,933|4@0@7&#,5|$#,)! -3 f5 (930|$#,23|$#,63|$#,933|4@0@7&#,5|$#,)! -3 f0 (5|$#,930|$#,23|4@0@7&#,63|$#,)! -3 f63 (5|$#,930|$#,23|4@0@7&#,63|$#,)! -3 f0 (930|0@0@2&#,)! -3 f1 (930|0@0@2&#,)! -;;tistable -0 -29 -29,124 -124 -29,124,139 -139 -29,124,139,142 -142 -29,124,139,142,143 -143 -418 -418,531 -531 -418,531,534 -534 -418,531,534,757 -757 -;;symTable -*0 (Datatype) -^0 2@+@-@0@0@0@0@2#lltX_bool -*1 (Constant) -^1 2@i0@0@6#FALSE -^2 2@i1@0@0#TRUE -*11 (GlobalMarker) -*1 (Constant) -^4 5$#__LINE__ -^5 23$#__DATE__#__FILE__#__BASE_FILE__ -^8 5$#__INCLUDE_LEVEL__ -^9 23$#__VERSION__ -*0 (Datatype) -^10 13@-@-@0@0@0@0@59#__SIZE_TYPE__ -^11 13@-@-@0@0@0@0@60#__PTRDIFF_TYPE__ -^12 13@-@-@0@0@0@0@61#__WCHAR_TYPE__ -*1 (Constant) -^13 23$#__USER_LABEL_PREFIX__#__REGISTER_PREFIX__#__TIME__ -^16 5$#S_SPLINT_S#__LCLINT__ -*3 (Variable) -^18 191|@1|6@0@0@0@2#stdin#stdout -*1 (Constant) -^20 5$#EDOM#ERANGE#EILSEQ -*3 (Variable) -^23 5|@1|6@0@0@0@4#errno -*0 (Datatype) -^24 13@-@-@0@0@0@0@62#ptrdiff_t -^25 14@-@-@0@0@0@0@63#size_t -^26 15@-@-@0@0@0@0@64#ssize_t -^27 13@-@-@0@0@0@0@65#wchar_t -^28 13@-@-@0@0@0@0@66#wint_t -^29 0@+@=@0@0@0@0@67#mbstate_t -*1 (Constant) -^30 0@i0@0@6#NULL -^31 2$#NDEBUG -*4 (Function) -^32 71@6@0@8@0@0^$@0#assert -^33 73$^$@0#isalnum -^34 75$^$@0#isalpha -^35 77$^$@0#iscntrl -^36 79$^$@0#isdigit -^37 81$^$@0#isgraph -^38 83$^$@0#islower -^39 85$^$@0#isprint -^40 87$^$@0#ispunct -^41 89$^$@0#isspace -^42 91$^$@0#isupper -^43 93$^$@0#isxdigit -^44 95$^$@0#tolower -^45 97$^$@0#toupper -*7 (Struct tag) -^46 98@99#@lconv -*1 (Constant) -^47 5$#LC_ALL#LC_COLLATE#LC_CTYPE#LC_MONETARY#LC_NUMERIC#LC_TIME -*4 (Function) -^53 102@6@5@1@0@0@0@s1,g23@6@0@1@s1,g23@19@3@0#setlocale -^54 106$^@3@0@0#localeconv -*3 (Variable) -^55 5|@1|6@0@0@0@1#DBL_DIG -^56 17|@1|6@0@0@0@1#DBL_EPSILON -^57 5|@1|6@0@0@0@1#DBL_MANT_DIG -^58 17|@1|6@0@0@0@1#DBL_MAX -^59 5|@1|6@0@0@0@1#DBL_MAX_10_EXP#DBL_MAX_EXP -^61 17|@1|6@0@0@0@1#DBL_MIN -^62 5|@1|6@0@0@0@1#DBL_MIN_10_EXP#DBL_MIN_EXP#FLT_DIG -^65 16|@1|6@0@0@0@1#FLT_EPSILON -^66 5|@1|6@0@0@0@1#FLT_MANT_DIG -^67 16|@1|6@0@0@0@1#FLT_MAX -^68 5|@1|6@0@0@0@1#FLT_MAX_10_EXP#FLT_MAX_EXP -^70 16|@1|6@0@0@0@1#FLT_MIN -^71 5|@1|6@0@0@0@1#FLT_MIN_10_EXP#FLT_MIN_EXP -*1 (Constant) -^73 5$#FLT_RADIX -*3 (Variable) -^74 5|@1|6@0@0@0@1#FLT_ROUNDS#LDBL_DIG -^76 18|@1|6@0@0@0@1#LDBL_EPSILON -^77 5|@1|6@0@0@0@1#LDBL_MANT_DIG -^78 18|@1|6@0@0@0@1#LDBL_MAX -^79 5|@1|6@0@0@0@1#LDBL_MAX_10_EXP#LDBL_MAX_EXP -^81 18|@1|6@0@0@0@1#LDBL_MIN -^82 5|@1|6@0@0@0@1#LDBL_MIN_10_EXP#LDBL_MIN_EXP -*1 (Constant) -^84 5$#CHAR_BIT -^85 4$#CHAR_MAX#CHAR_MIN -^87 5$#INT_MAX#INT_MIN -^89 9$#LONG_MAX#LONG_MIN#MB_LEN_MAX -^92 4$#SCHAR_MAX#SCHAR_MIN -^94 7$#SHRT_MAX#SHRT_MIN -^96 3$#UCHAR_MAX#UCHAR_MIN -^98 6$#UINT_MAX -^99 10$#ULONG_MAX -^100 8$#USHRT_MAX -^101 17$#HUGE_VAL -*4 (Function) -^102 108$^$@0#sin -^103 110$^$@0#cos -^104 112$^$@0#tan -^105 114$@0@g23@6@0@1@g23$@0#asin -^106 116$@0@g23@6@0@1@g23$@0#acos -^107 118$^$@0#atan -^108 120$^$@0#atan2 -^109 122$^$@0#sinh -^110 124$@0@g23@6@0@1@g23$@0#cosh -^111 126$^$@0#tanh -^112 128$@0@g23@6@0@1@g23$@0#exp -^113 130$@0@g23@6@0@1@g23$@0#ldexp -^114 132$@0@@1@tp1$@0#frexp -^115 134$@0@g23@6@0@1@g23$@0#log -^116 136$@0@g23@6@0@1@g23$@0#log10 -^117 138$@0@g23@6@0@1@g23$@0#pow -^118 140$@0@g23@6@0@1@g23$@0#sqrt -^119 142$^$@0#ceil -^120 144$^$@0#floor -^121 146$^$@0#fabs -^122 148$@0@@1@tp1$@0#modf -^123 150$^$@0#fmod -*0 (Datatype) -^124 20@+@+@0@0@0@0@151#jmp_buf -*4 (Function) -^125 153$@0@@1@p0$@0#setjmp -^126 155@6@0@5@0@0^$@0#longjmp -*1 (Constant) -^127 5$#SIGABRT#SIGFPE#SIGILL#SIGINT#SIGSEGV#SIGTERM -*0 (Datatype) -^133 13@-@-@0@0@0@0@156#sig_atomic_t -*1 (Constant) -^134 160$#SIG_DFL -^135 164$#SIG_ERR -^136 168$#SIG_IGN -*4 (Function) -^137 181@6@5@1@0@0@0@s1,g23@6@0@1@s1,g23$@0#signal -^138 183@6@0@5@0@0$$@0#raise -*0 (Datatype) -^139 20@+@+@0@0@0@0@184#va_list -*4 (Function) -^140 186$@0@@1@p0$@0#va_start -^141 188$@0@@1@p0$@0#va_end -*0 (Datatype) -^142 20@+@+@0@0@0@0@189#FILE -^143 20@+@+@0@0@0@0@190#fpos_t -*1 (Constant) -^144 5$#_IOFBF#_IOLBF#_IONBF#BUFSIZ#EOF#FOPEN_MAX#FILENAME_MAX#L_tmpnam#SEEK_CUR#SEEK_END#SEEK_SET#TMP_MAX -*3 (Variable) -^156 191|@1|6@0@0@0@2#stderr -*4 (Function) -^157 193$@0@s3,g23@6@0@1@s3,g23$@0#remove -^158 195$@0@s3,g23@6@0@1@s3,g23$@0#rename -^159 198@6@5@1@0@0@0@s3@1@s3@3@0@0#tmpfile -^160 201$@0@s1@1@tp0,s1@19@3@0#tmpnam -^161 203$@0@g23@6@0,s3@1@tp0,g23,s3$@0#fclose -^162 205$@0@g23@6@0,s3@1@tp0,g23,s3$@0#fflush -^163 208@6@5@1@0@0@0@s3@1@s3@18@0@0#fopen -^164 211@6@5@1@0@0@0@s3,g23@6@0@1@tp2,s3,g23@3@0@0#freopen -^165 213$@0@s3@1@s3,tp0,tp1$@0#setbuf -^166 215$@0@s3@1@s3,tp0,tp1$@0#setvbuf -^167 217@6@0@1@1@0@0@s3@1@s3,tp0$@0#fprintf -^168 219@6@0@1@2@0@0@s3@1@s3,tp0$@0#fscanf -^169 221@6@0@1@1@0@1@g19@6@0,s3@1@s3,tg19$@0#printf -^170 223@6@0@1@2@0@1@g18@6@0,s3@1@s3,tg18$@0#scanf -^171 225@6@0@1@1@0@0@@1@tp0$@0#sprintf -^172 227@6@0@1@2@0^$@0#sscanf -^173 229$@1@g19@6@0,s3@1@s3,tg19$@0#vprintf -^174 231$@0@s3,g23@6@0@1@s3,tp0,p2,g23$@0#vfprintf -^175 233$@0@@1@p0$@0@W:bufferoverflowhigh#Use vsnprintf instead##vsprintf -^176 235$@0@@1@p0$@0#vsnprintf -^177 237$@0@s3,g23@6@0@1@s3,tp0,g23$@0#fgetc -^178 240@6@5@1@0@0@0@s3,g23@6@0@1@s3,tp0,tp2,g23$@0#fgets -^179 243$@0@s3,g23@6@0@1@s3,tp1,g23$@0#fputc -^180 245$@0@s3@1@s3,tp1$@0#fputs -^181 247$@0@s3@1@s3,tp0$@0#getc -^182 249$@1@g18@6@0,s3@1@s3,tg18$@0#getchar -^183 252@6@5@1@0@0@1@g18@6@0,s3,g23@6@0@1@s3,tp0,tg18,g23@3@0@0@W:bufferoverflowhigh#Use of gets leads to a buffer overflow vulnerability. Use fgets instead##gets -^184 254$@0@s3@1@s3,tp1$@0#putc -^185 256$@1@g19@6@0,s3@1@s3,tg19$@0#putchar -^186 258$@1@g19@6@0,s3@1@s3,tg19$@0#puts -^187 260$@0@s3,g23@6@0@1@s3,tp1,g23$@0#ungetc -^188 262$@0@s3,g23@6@0@1@s3,tp0,tp3,g23$@0#fread -^189 264$@0@s3,g23@6@0@1@s3,tp3,g23$@0#fwrite -^190 267$@0@g23@6@0@1@tp1,g23$@0#fgetpos -^191 269$@0@s3,g23@6@0@1@s3,tp0,g23$@0#fseek -^192 271$@0@s3,g23@6@0@1@s3,tp0,g23$@0#fsetpos -^193 273$@0@g23@6@0@1@g23$@0#ftell -^194 275$@0@@1@tp0$@0#rewind -^195 277$@0@@1@tp0$@0#clearerr -^196 279$@0@g23@6@0@1@g23$@0#feof -^197 281$@0@g23@6@0@1@g23$@0#ferror -^198 283$@1@g23@6@0,g156@6@0,s3@1@s3,tg156$@0#perror -^199 285$^$@0#atof -^200 287$^$@0#atoi -^201 289$^$@0#atol -^202 293$@0@g23@6@0@1@tp1,g23$@0#strtod -^203 295$@0@g23@6@0@1@tp1,g23$@0#strtol -^204 297$@0@g23@6@0@1@tp1,g23$@0#strtoul -*1 (Constant) -^205 5$#RAND_MAX -*4 (Function) -^206 299$@0@s1@1@s1$@0#rand -^207 301$@0@s1@1@s1$@0#srand -^208 304@6@5@1@0@0^@2@0@0#calloc -^209 307@4@5@1@0@0^@2@0@0#malloc -^210 310@6@5@1@0@0@0@@1@tp0@2@0@0#realloc -^211 312$@0@@1@p0$@0#free -*1 (Constant) -^212 5$#EXIT_FAILURE#EXIT_SUCCESS -*4 (Function) -^214 314@6@0@6@0@0^$@0#abort -^215 316@6@0@6@0@0^$@0#exit -^216 322$@0@s1@1@s1$@0#atexit -^217 325@6@5@1@0@0^@19@3@0#getenv -^218 327$@0@s3@1@s3$@0#system -^219 334@6@5@1@0@0^@18@0@0#bsearch -^220 340$@0@g23@6@0@1@tp0,g23$@0#qsort -^221 342$^$@0#abs -*7 (Struct tag) -^222 343@344#@!2 -*0 (Datatype) -^223 343@-@-@0@0@0@0@345#div_t -*4 (Function) -^224 347$^$@0#div -^225 349$^$@0#labs -*7 (Struct tag) -^226 350@351#@!3 -*0 (Datatype) -^227 350@-@-@0@0@0@0@352#ldiv_t -*4 (Function) -^228 354$^$@0#ldiv -*1 (Constant) -^229 63$#MB_CUR_MAX -^230 5$#WCHAR_MAX#WCHAR_MIN -^232 66$#WEOF -*4 (Function) -^233 356$^$@0#btowc -^234 358$@0@s3@1@s3,tp0$@0#fgetwc -^235 362@6@5@1@0@0@0@s3@1@s3,tp0,tp2$@0#fgetws -^236 364$@0@s3@1@s3,tp1$@0#fputwc -^237 366$@0@s3@1@s3,tp1$@0#fputws -^238 368$^$@0#fwide -^239 370@6@0@1@1@0@0@s3@1@tp0,s3$@0#fwprintf -^240 372@6@0@1@2@0@0@s3@1@tp0,s3$@0#fwscanf -^241 374$@0@s3@1@s3,tp0$@0#getwc -^242 376$@0@s3,g18@6@0@1@s3,tg18$@0#getwchar -^243 379$^$@0#mbrlen -^244 381$@0@@1@tp0$@0#mbrtowc -^245 383$^$@0#mbsinit -^246 385$@0@@1@tp0$@0#mbsrtowcs -^247 387$@0@s3@1@s3,tp1$@0#putwc -^248 389$@0@s3,g19@6@0@1@s3,tg19$@0#putwchar -^249 391@6@0@1@1@0@0@@1@tp0$@0#swprintf -^250 393@6@0@1@2@0@0@g18@6@0@1@tg18$@0#swscanf -^251 395$@0@s3@1@s3,tp1$@0#ungetwc -^252 397$@0@s3@1@s3,tp0$@0#vfwprintf -^253 399$@0@@1@tp0$@0#vswprintf -^254 401$@0@s3,g19@6@0@1@s3,tg19$@0#vwprintf -^255 403$@0@@1@tp0$@0#wcrtomb -^256 407$@0@@1@tp0$@0#wcscat -^257 410@6@5@1@0@0^@19@2@0#wcschr -^258 412$^$@0#wcscmp -^259 414$^$@0#wcscoll -^260 417$@0@@1@tp0$@0#wcscpy -^261 419$^$@0#wcscspn -*7 (Struct tag) -^262 589@420#@tm -*4 (Function) -^263 423$@0@@1@tp0$@0#wcsftime -^264 425$^$@0#wcslen -^265 429$@0@@1@tp0$@0#wcsncat -^266 431$^$@0#wcsncmp -^267 434$@0@@1@tp0$@0#wcsncpy -^268 437@6@5@1@0@0^$@0#wcspbrk -^269 440@6@5@1@0@0^$@0#wcsrchr -^270 443$@0@@1@tp1$@0#wcsrtombs -^271 445$^$@0#wcsspn -^272 448@6@5@1@0@0^@3@0@0#wcsstr -^273 450$@0@@1@tp1$@0#wcstod -^274 453@6@5@1@0@0@0@@1@tp2@3@0@0#wcstok -^275 455$@0@@1@tp1$@0#wcstol -^276 457$@0@@1@tp1$@0#wcstoul -^277 459$@0@@1@tp0$@0#wcsxfrm -^278 461$^$@0#wctob -^279 464@6@5@1@0@0^@3@0@0#wmemchr -^280 466$^$@0#wmemcmp -^281 469$@0@@1@tp0$@0#wmemcpy -^282 472$@0@@1@tp0$@0#wmemmove -^283 475$@0@@1@tp0$@0#wmemset -^284 477@6@0@1@1@0@1@g19@6@0,g23@6@0@1@g23,tg19$@0#wprintf -^285 479@6@0@1@2@0@1@g18@6@0,g23@6@0@1@g23,tg18$@0#wscanf -*0 (Datatype) -^286 13@-@-@0@0@0@0@480#wctype_t -^287 13@-@-@0@0@0@0@481#wctrans_t -*4 (Function) -^288 483$^$@0#iswalnum -^289 485$^$@0#iswalpha -^290 487$^$@0#iswcntrl -^291 489$^$@0#iswctype -^292 491$^$@0#iswdigit -^293 493$^$@0#iswgraph -^294 495$^$@0#iswlower -^295 497$^$@0#iswprint -^296 499$^$@0#iswpunct -^297 501$^$@0#iswspace -^298 503$^$@0#iswupper -^299 505$^$@0#iswxdigit -^300 507$^$@0#towctrans -^301 509$^$@0#towlower -^302 511$^$@0#towupper -^303 513$^$@0#wctrans -^304 515$^$@0#wctype -^305 517$^$@0#mblen -^306 519$@0@@1@tp0$@0#mbtowc -^307 521$@0@@1@tp0$@0#wctomb -^308 523$@0@@1@tp0$@0#mbstowcs -^309 525$@0@@1@tp0$@0#wcstombs -^310 529$@0@@1@tp0$@0#memcpy -^311 532$@0@@1@tp0$@0#memmove -^312 536$@0@@1@tp0$@0#strcpy -^313 539$@0@@1@tp0$@0#strncpy -^314 542$@0@@1@tp0$@0#strcat -^315 545$@0@@1@tp0$@0#strncat -^316 547$^$@0#memcmp -^317 549$^$@0#strcmp -^318 551$^$@0#strcoll -^319 553$^$@0#strncmp -^320 555$@0@@1@tp0$@0#strxfrm -^321 558@6@5@1@0@0^@3@0@0#memchr -^322 561@6@5@1@0@0^@19@2@0#strchr -^323 563$^$@0#strcspn -^324 566@6@5@1@0@0^@19@2@0#strpbrk -^325 569@6@5@1@0@0^@19@2@0#strrchr -^326 571$^$@0#strspn -^327 574@6@5@1@0@0^@19@2@0#strstr -^328 577@6@5@1@0@0@0@s1,g23@6@0@1@tp0,s1,g23@19@2@0#strtok -^329 581$@0@@1@tp0$@0#memset -^330 584$^@19@3@0#strerror -^331 586$^$@0#strlen -*1 (Constant) -^332 5$#CLOCKS_PER_SEC -*0 (Datatype) -^333 13@-@-@0@0@0@0@587#clock_t -^334 13@-@-@0@0@0@0@588#time_t -*4 (Function) -^335 591$@0@s1@1@s1$@0#clock -^336 593$^$@0#difftime -^337 595$^$@0#mktime -^338 598$@0@@1@tp0$@0#time -^339 601$@0@g23@6@0@1@g23@19@3@0#asctime -^340 604$^@19@3@0#ctime -^341 607@6@5@1@0@0^@19@3@0#gmtime -^342 610@6@5@1@0@0@0@g23@6@0@1@g23@19@3@0#localtime -^343 612$@0@@1@tp0$@0#strftime -*0 (Datatype) -^344 13@-@-@0@0@0@0@613#int8_t -^345 13@-@-@0@0@0@0@614#int16_t -^346 13@-@-@0@0@0@0@615#int32_t -^347 13@-@-@0@0@0@0@616#int64_t -^348 14@-@-@0@0@0@0@617#uint8_t -^349 14@-@-@0@0@0@0@618#uint16_t -^350 14@-@-@0@0@0@0@619#uint32_t -^351 14@-@-@0@0@0@0@620#uint64_t -^352 13@-@-@0@0@0@0@621#int_least8_t -^353 13@-@-@0@0@0@0@622#int_least16_t -^354 13@-@-@0@0@0@0@623#int_least32_t -^355 13@-@-@0@0@0@0@624#int_least64_t -^356 14@-@-@0@0@0@0@625#uint_least8_t -^357 14@-@-@0@0@0@0@626#uint_least16_t -^358 14@-@-@0@0@0@0@627#uint_least32_t -^359 14@-@-@0@0@0@0@628#uint_least64_t -^360 13@-@-@0@0@0@0@629#int_fast8_t -^361 13@-@-@0@0@0@0@630#int_fast16_t -^362 13@-@-@0@0@0@0@631#int_fast32_t -^363 13@-@-@0@0@0@0@632#int_fast64_t -^364 14@-@-@0@0@0@0@633#uint_fast8_t -^365 14@-@-@0@0@0@0@634#uint_fast16_t -^366 14@-@-@0@0@0@0@635#uint_fast32_t -^367 14@-@-@0@0@0@0@636#uint_fast64_t -^368 24@-@+@0@0@0@0@637#intptr_t -^369 25@-@+@0@0@0@0@638#uintptr_t -^370 15@-@-@0@0@0@0@639#intmax_t -^371 14@-@-@0@0@0@0@640#uintmax_t -*1 (Constant) -^372 5$#INT8_MIN#INT16_MIN#INT32_MIN#INT64_MIN#INT8_MAX#INT16_MAX#INT32_MAX#INT64_MAX#UINT8_MIN#UINT16_MIN#UINT32_MIN#UINT64_MIN#INT_LEAST8_MIN#INT_LEAST16_MIN#INT_LEAST32_MIN#INT_LEAST64_MIN#INT_LEAST8_MAX#INT_LEAST16_MAX#INT_LEAST32_MAX#INT_LEAST64_MAX#UINT_LEAST8_MAX#UINT_LEAST16_MAX#UINT_LEAST32_MAX#UINT_LEAST64_MAX#INT_FAST8_MIN#INT_FAST16_MIN#INT_FAST32_MIN#INT_FAST64_MIN#INT_FAST8_MAX#INT_FAST16_MAX#INT_FAST32_MAX#INT_FAST64_MAX#UINT_FAST8_MAX#UINT_FAST16_MAX#UINT_FAST32_MAX#UINT_FAST64_MAX -^408 63$#INTPTR_MIN#INTPTR_MAX -*0 (Datatype) -^410 13@-@-@0@0@0@0@641#dev_t -^411 13@-@-@0@0@0@0@642#gid_t -^412 14@-@-@0@0@0@0@643#ino_t -^413 13@-@-@0@0@0@0@644#mode_t -^414 13@-@-@0@0@0@0@645#nlink_t -^415 13@-@-@0@0@0@0@646#off_t -^416 13@-@-@0@0@0@0@647#pid_t -^417 13@-@-@0@0@0@0@648#uid_t -^418 20@+@+@0@0@0@0@649#DIR -*7 (Struct tag) -^419 650@651#@dirent -*4 (Function) -^420 654$@0@g23@6@0@1@g23$@0#closedir -^421 657@6@5@1@0@0@0@g23@6@0@1@g23@3@0@0#opendir -^422 661@6@5@1@0@0@0@g23@6@0@1@g23@3@0@0#readdir -^423 663$^$@0#rewinddir -*1 (Constant) -^424 5$#E2BIG#EACCES#EAGAIN#EBADF#EBUSY#ECHILD#EDEADLK#EEXIST#EFAULT#EFBIG#EINTR#EINVAL#EIO#EISDIR#EMFILE#EMLINK#ENAMETOOLONG#ENFILE#ENODEV#ENOENT#ENOEXEC#ENOLCK#ENOMEM#ENOSPC#ENOSYS#ENOTDIR#ENOTEMPTY#ENOTTY#ENXIO#EPERM#EPIPE#EROFS#ESPIPE#ESRCH#EXDEV#FD_CLOEXEC#F_DUPFD#F_GETFD#F_GETFL#F_GETLK#F_RDLCK#F_SETFD#F_SETFL#F_SETLK#F_SETLKW#F_UNLCK#F_WRLCK#O_ACCMODE#O_APPEND#O_CREAT#O_EXCL#O_NOCTTY#O_NONBLOCK#O_RDONLY#O_RDWR#O_TRUNC#O_WRONLY#S_IRGRP#S_IROTH#S_IUSR#S_IWXG#S_IWXO#S_IWXU#S_ISGID#S_ISUID#S_IWGRP#S_IWOTH#S_IWUSR#S_IXGRP#S_IXOTH#S_IXUSR -*7 (Struct tag) -^495 664@665#@flock -*4 (Function) -^496 667$@0@g23@6@0@1@g23$@0#creat -^497 669$@0@g23@6@0@1@g23$@0#fcntl -^498 671$@0@g23@6@0@1@g23$@0#open -*7 (Struct tag) -^499 672@673#@group -*4 (Function) -^500 677@6@5@1@0@0@0@g23@6@0@1@g23@3@0@0#getgrgid -^501 680@6@5@1@0@0@0@g23@6@0@1@g23@3@0@0#getgrnam -*1 (Constant) -^502 9$#ARG_MAX#CHILD_MAX#LINK_MAX#MAX_CANON -^506 63$#MAX_INPUT#NAME_MAX -^508 9$#NGROUPS_MAX#OPEN_MAX -^510 63$#PATH_MAX#PIPE_BUF -^512 9$#SSIZE_MAX#STREAM_MAX#TZNAME_MAX#_POSIX_ARG_MAX#_POSIX_CHILD_MAX#_POSIX_LINK_MAX#_POSIX_MAX_CANON#_POSIX_MAX_INPUT#_POSIX_NAME_MAX#_POSIX_NGROUPS_MAX#_POSIX_OPEN_MAX#_POSIX_PATH_MAX#_POSIX_PIPE_BUF#_POSIX_SSIZE#_POSIX_STREAM#_POSIX_TZNAME_MAX -*7 (Struct tag) -^528 681@682#@passwd -*4 (Function) -^529 686@6@5@1@0@0@0@g23@6@0@1@g23@19@3@0#getpwnam -^530 689@6@5@1@0@0@0@g23@6@0@1@g23@19@3@0#getpwuid -*0 (Datatype) -^531 20@+@+@0@0@0@0@690#sigjmp_buf -*4 (Function) -^532 692@6@0@5@0@0^$@0#siglongjmp -^533 694$@0@@1@p0$@0#sigsetjmp -*0 (Datatype) -^534 0@+@=@0@0@0@0@695#sigset_t -*1 (Constant) -^535 5$#SA_NOCLDSTOP#SIG_BLOCK#SIG_SETMASK#SIG_UNBLOCK#SIGALRM#SIGCHLD#SIGCONT#SIGHUP#SIGKILL#SIGPIPE#SIGQUIT#SIGSTOP#SIGTSTP#SIGTTIN#SIGTTOU#SIGUSR1#SIGUSR2 -*7 (Struct tag) -^552 700@701#@sigaction -*4 (Function) -^553 703@6@0@5@0@0@0@g23@6@0@1@g23$@0#kill -^554 706$@0@g23@6@0,s3@1@tp2,g23,s3$@0#sigaction -^555 709$@0@g23@6@0@1@tp0,g23$@0#sigaddset -^556 711$@0@g23@6@0@1@tp0,g23$@0#sigdelset -^557 713$@0@g23@6@0@1@tp0,g23$@0#sigemptyset -^558 715$@0@g23@6@0@1@tp0,g23$@0#sigfillset -^559 717$@0@g23@6@0@1@g23$@0#sigismember -^560 719$@0@g23@6@0@1@tp0,g23$@0#sigpending -^561 721$@0@g23@6@0,s3@1@tp2,g23,s3$@0#sigprocmask -^562 723$@0@g23@6@0,s3@1@g23,s3$@0#sigsuspend -*1 (Constant) -^563 5$#L_ctermid#L_cuserid -*4 (Function) -^565 726@6@5@1@0@0@0@g23@6@0,s3@1@g23,s3@18@0@0#fdopen -^566 728$@0@g23@6@0@1@g23$@0#fileno -*7 (Struct tag) -^567 729@730#@stat -*4 (Function) -^568 734$^$@0#S_ISBLK -^569 737$^$@0#S_ISCHR -^570 740$^$@0#S_ISDIR -^571 743$^$@0#S_ISFIFO -^572 746$^$@0#S_ISREG -^573 748$@0@s3,g23@6@0@1@s3,g23$@0#chmod -^574 751$@0@g23@6@0@1@g23,tp1$@0#fstat -^575 753$@0@s3,g23@6@0@1@s3,g23$@0#mkdir -^576 755$@0@s3,g23@6@0@1@s3,g23$@0#mkfifo -^577 757$@0@g23@6@0@1@g23,tp1$@0#stat -^578 759$@0@s3@1@s3$@0#umask -*7 (Struct tag) -^579 760@761#@tms -*4 (Function) -^580 764$@0@@1@tp0$@0#times -*7 (Struct tag) -^581 765@766#@utsname -*4 (Function) -^582 769$@0@g23@6@0@1@tp0,g23$@0#uname -^583 771$^$@0#WEXITSTATUS -^584 773$^$@0#WIFEXITED -^585 775$^$@0#WIFSIGNALED -^586 777$^$@0#WIFSTOPPED -^587 779$^$@0#WSTOPSIG -^588 781$^$@0#WTERMSIG -*1 (Constant) -^589 5$#WUNTRACED -*4 (Function) -^590 783$@0@g23@6@0,s3@1@tp0,g23,s3$@0#wait -^591 785$@0@g23@6@0,s3@1@tp1,g23,s3$@0#waitpid -*0 (Datatype) -^592 787@-@-@0@0@0@0@788#cc_t -^593 790@-@-@0@0@0@0@791#speed_t -^594 790@-@-@0@0@0@0@792#tcflag_t -*1 (Constant) -^595 5$#B0#B50#B75#B110#B134#B150#B200#B300#B600#B1200#B1800#B2400#B4800#B9600#B19200#B38400#BRKINT#CLOCAL#CREAD#CS5#CS6#CS7#CS8#CSIZE#CSTOPB#ECHO#ECHOE#ECHOK#ECHONL#HUPCL#ICANON#ICRNL#IEXTEN#IGNBRK#IGNCR#IGNPAR#IGNLCR#INPCK#ISIG#ISTRIP#IXOFF#IXON#NCCS#NOFLSH#OPOST#PARENB#PARMRK#PARODD#TCIFLUSH#TCIOFF#TCIOFLUSH#TCION#TCOFLUSH#TCSADRAIN#TCSAFLUSH#TCSANOW#TOSTOP#VEOF#VEOL#VERASE#VINTR#VKILL#VMIN#VQUIT#VSTART#VSTOP#VSUSP#VTIME -*7 (Struct tag) -^663 793@794#@termios -*4 (Function) -^664 797$^$@0#cfgetispeed -^665 799$^$@0#cfgetospeed -^666 801$@0@@1@tp0$@0#cfsetispeed -^667 803$@0@@1@tp0$@0#cfsetospeed -^668 805$@0@g23@6@0@1@g23$@0#tcdrain -^669 807$@0@g23@6@0@1@g23$@0#tcflow -^670 809$@0@g23@6@0@1@g23$@0#tcflush -^671 811$@0@g23@6@0@1@g23,tp1$@0#tcgetattr -^672 813$@0@g23@6@0@1@g23$@0#tcsendbreak -^673 815$@0@g23@6@0@1@g23$@0#tcsetattr -*3 (Variable) -^674 291|@1|6@0@0@0@1#environ -*1 (Constant) -^675 5$#CLK_TCK -*4 (Function) -^676 817$@1@g674@6@0,s3@1@s3$@0#tzset -*1 (Constant) -^677 5$#F_OK#R_OK#STDERR_FILENO#STDIN_FILENO#STDOUT_FILENO#W_OK#X_OK#_PC_CHOWN_RESTRUCTED#_PC_MAX_CANON#_PC_MAX_INPUT#_PC_NAME_MAX#_PC_NO_TRUNC#_PC_PATH_MAX#_PC_PIPE_BUF#_PC_VDISABLE#_POSIX_CHOWN_RESTRICTED#_POSIX_JOB_CONTROL#_POSIX_NO_TRUNC#_POSIX_SAVED_IDS#_POSIX_VDISABLE#_POSIX_VERSION#_SC_ARG_MAX#_SC_CHILD_MAX#_SC_CLK_TCK#_SC_JOB_CONTROL#_SC_NGROUPS_MAX#_SC_OPEN_MAX#_SC_SAVED_IDS#_SC_STREAM_MAX#_SC_TZNAME_MAX#_SC_VERSION -*4 (Function) -^708 819@6@0@6@0@0^$@0#_exit -^709 821$@0@g23@6@0@1@g23$@0#access -^710 823$@0@s3@1@s3$@0#alarm -^711 825$@0@g23@6@0@1@g23$@0#chdir -^712 827$@0@s3,g23@6@0@1@s3,g23$@0#chown -^713 829$@0@s3,g23@6@0@1@s3,g23$@0#close -^714 832$@0@s3@1@tp0,s3$@0#ctermid -^715 835$@0@@1@tp0@3@0@0#cuserid -^716 837$@0@g23@6@0,s3@1@g23,s3$@0#dup2 -^717 839$@0@g23@6@0,s3@1@g23,s3$@0#dup -^718 841@6@0@5@0@0@0@g23@6@0@1@g23$@0#execl -^719 843@6@0@5@0@0@0@g23@6@0@1@g23$@0#execle -^720 845@6@0@5@0@0@0@g23@6@0@1@g23$@0#execlp -^721 849@6@0@5@0@0@0@g23@6@0@1@g23$@0#execv -^722 851@6@0@5@0@0@0@g23@6@0@1@g23$@0#execve -^723 853@6@0@5@0@0@0@g23@6@0@1@g23$@0#execvp -^724 855$@0@s3,g23@6@0@1@s3,g23$@0#fork -^725 857$@0@g23@6@0@1@g23$@0#fpathconf -^726 860@6@5@1@0@0@0@g23@6@0@1@g23,tp0$@0#getcwd -^727 862$^$@0#getegid -^728 864$^$@0#geteuid -^729 866$^$@0#getgid -^730 869$@0@g23@6@0@1@g23,ap1$@0#getgroups -^731 872$^@19@3@0#getlogin -^732 874$^$@0#getpgrp -^733 876$^$@0#getpid -^734 878$^$@0#getppid -^735 880$^$@0#getuid -^736 882$^$@0#isatty -^737 884$@0@g23@6@0,s3@1@g23,s3$@0#link -^738 886$@0@g23@6@0@1@g23$@0#lseek -^739 888$@0@g23@6@0@1@g23$@0#pathconf -^740 890$@0@g23@6@0@1@g23$@0#pause -^741 892$@0@g23@6@0@1@g23$@0#pipe -^742 894$@0@g23@6@0@1@g23,tp1$@0#read -^743 896$@0@s3,g23@6@0@1@s3,g23$@0#rmdir -^744 898$@0@g23@6@0,s3@1@g23,s3$@0#setgid -^745 900$@0@g23@6@0,s3@1@g23,s3$@0#setpgid -^746 902$@0@s3@1@s3$@0#setsid -^747 904$@0@g23@6@0,s3@1@g23,s3$@0#setuid -^748 906$@0@s3@1@s3$@0#sleep -^749 908$@0@g23@6@0@1@g23$@0#sysconf -^750 910$@0@g23@6@0@1@g23$@0#tcgetpgrp -^751 912$@0@g23@6@0,s3@1@g23,s3$@0#tcsetpgrp -^752 915@6@5@1@0@0@0@g23@6@0@1@g23@19@3@0#ttyname -^753 917$@0@s3,g23@6@0@1@s3,g23$@0#unlink -^754 919$@0@g23@6@0@1@g23$@0#write -*7 (Struct tag) -^755 920@921#@utimbuf -*4 (Function) -^756 924$@0@s3,g23@6@0@1@s3,g23$@0#utime -*0 (Datatype) -^757 20@+@+@0@0@0@0@925#regex_t -^758 13@-@-@0@0@0@0@926#regoff_t -*7 (Struct tag) -^759 927@928#@!4 -*0 (Datatype) -^760 927@-@-@0@0@0@0@929#regmatch_t -*4 (Function) -^761 932$@0@@1@p0$@0#regcomp -^762 935$@0@@1@p3$@0#regexec -^763 937$@0@@1@p2$@0#regerror -^764 939$$$@0#regfree -*1 (Constant) -^765 5$#REG_BASIC#REG_EXTENDED#REG_ICASE#REG_NOSUB#REG_NEWLINE#REG_NOSPEC#REG_PEND#REG_DUMP#REG_NOMATCH#REG_BADPAT#REG_ECOLLATE#REG_ECTYPE#REG_EESCAPE#REG_ESUBREG#REG_EBRACK#REG_EPAREN#REG_EBRACE#REG_BADBR#REG_ERANGE#REG_ESPACE#REG_BADRPT#REG_EMPTY#REG_ASSERT#REG_INVARG#REG_ATOI#REG_ITOA#REG_NOTBOL#REG_NOTEOL#REG_STARTEND#REG_TRACE#REG_LARGE#REG_BACKR -;; Library constraints -vsnprintf -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -2 -2 -Param 63 1 -;; end precondition constraints -post:EMPTY -fgets -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 5 1 -e2 -2 -3 --1 -;; end precondition constraints -post: -C -0@1@3 -l -1 -3 -2 -2 -Param 23 0 -r -2 -3 -0 -C -0@1@1 -l -1 -3 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 5 1 -e2 -2 -3 --1 -;; end precondition constraints -calloc -pre:EMPTY -post: -C -0@1@4 -l -1 -1 -2 -2 -Result -r -0 -1 -e1 -2 -2 -Param 63 0 -e2 -2 -3 --1 -;; end precondition constraints -malloc -pre:EMPTY -post: -C -0@1@4 -l -1 -1 -2 -2 -Result -r -0 -1 -e1 -2 -2 -Param 63 0 -e2 -2 -3 --1 -;; end precondition constraints -realloc -pre:EMPTY -post: -C -0@1@3 -l -1 -1 -2 -2 -Result -r -0 -1 -e1 -2 -2 -Param 63 1 -e2 -2 -3 --1 -;; end precondition constraints -memcpy -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 20 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -C -0@1@3 -l -1 -3 -2 -2 -Param 20 1 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -memmove -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 20 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -C -0@1@3 -l -1 -3 -2 -2 -Param 20 1 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -strcpy -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -1 -3 -2 -2 -Param 23 1 -;; end precondition constraints -post: -C -0@1@4 -l -1 -1 -2 -2 -Result -r -1 -1 -2 -2 -Param 23 0 -C -0@1@4 -l -1 -3 -2 -2 -Result -r -1 -3 -2 -2 -Param 23 1 -C -0@1@4 -l -1 -3 -2 -2 -Param 23 0 -r -1 -3 -2 -2 -Param 23 1 -;; end precondition constraints -strncpy -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post: -C -0@1@1 -l -1 -3 -2 -2 -Param 23 0 -r -2 -2 -Param 63 2 -C -0@1@3 -l -1 -3 -2 -2 -Param 23 1 -r -1 -3 -2 -2 -Param 23 0 -;; end precondition constraints -strcat -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -1 -3 -2 -2 -Param 23 0 -e2 -1 -3 -2 -2 -Param 23 1 -;; end precondition constraints -post: -C -0@1@4 -l -1 -3 -2 -2 -Result -r -0 -1 -e1 -1 -3 -2 -2 -Param 23 0 -e2 -1 -3 -2 -2 -Param 23 1 -;; end precondition constraints -strncat -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -1 -3 -2 -2 -Param 23 0 -e2 -2 -2 -Param 63 2 -;; end precondition constraints -post: -C -0@1@3 -l -1 -3 -2 -2 -Param 23 0 -r -0 -1 -e1 -1 -3 -2 -2 -Param 23 0 -e2 -2 -2 -Param 63 2 -;; end precondition constraints -strchr -pre:EMPTY -post: -C -0@1@3 -l -1 -3 -2 -2 -Result -r -2 -3 -0 -C -0@1@1 -l -1 -3 -2 -2 -Result -r -1 -3 -2 -2 -Param 23 0 -C -0@1@1 -l -1 -1 -2 -2 -Result -r -1 -1 -2 -2 -Param 23 0 -C -0@1@3 -l -1 -1 -2 -2 -Result -r -2 -3 -0 -;; end precondition constraints -strrchr -pre:EMPTY -post: -C -0@1@3 -l -1 -3 -2 -2 -Result -r -2 -3 -0 -C -0@1@1 -l -1 -3 -2 -2 -Result -r -1 -3 -2 -2 -Param 23 0 -C -0@1@1 -l -1 -1 -2 -2 -Result -r -1 -1 -2 -2 -Param 23 0 -C -0@1@3 -l -1 -1 -2 -2 -Result -r -2 -3 -0 -;; end precondition constraints -strstr -pre:EMPTY -post: -C -0@1@3 -l -1 -3 -2 -2 -Result -r -2 -3 -0 -C -0@1@1 -l -1 -3 -2 -2 -Result -r -1 -3 -2 -2 -Param 23 0 -C -0@1@1 -l -1 -1 -2 -2 -Result -r -1 -1 -2 -2 -Param 23 0 -C -0@1@3 -l -1 -1 -2 -2 -Result -r -2 -3 -0 -;; end precondition constraints -memset -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 20 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post: -C -0@1@3 -l -1 -3 -2 -2 -Param 20 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -strlen -pre:EMPTY -post: -C -0@1@4 -l -2 -2 -Result -r -1 -3 -2 -2 -Param 23 0 -;; end precondition constraints -asctime -pre:EMPTY -post: -C -0@1@4 -l -1 -3 -2 -2 -Result -r -2 -3 -25 -C -0@1@4 -l -1 -1 -2 -2 -Result -r -2 -3 -25 -;; end precondition constraints -ctime -pre:EMPTY -post: -C -0@1@4 -l -1 -3 -2 -2 -Result -r -2 -3 -25 -C -0@1@4 -l -1 -1 -2 -2 -Result -r -2 -3 -25 -;; end precondition constraints -getpwnam -pre:EMPTY -post: -C -0@1@4 -l -1 -1 -2 -2 -Result -r -2 -3 -0 -C -0@1@4 -l -1 -3 -2 -2 -Result -r -2 -3 -0 -;; end precondition constraints -getpwuid -pre:EMPTY -post: -C -0@1@4 -l -1 -1 -2 -2 -Result -r -2 -3 -0 -C -0@1@4 -l -1 -3 -2 -2 -Result -r -2 -3 -0 -;; end precondition constraints -getcwd -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 63 1 -e2 -2 -3 --1 -;; end precondition constraints -post: -C -0@1@1 -l -1 -3 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 63 1 -e2 -2 -3 --1 -;; end precondition constraints -read -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 20 1 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post: -C -0@1@3 -l -1 -3 -2 -2 -Param 20 1 -r -2 -2 -Param 63 2 -;; end precondition constraints -regexec -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 933 3 -r -2 -2 -Param 63 2 -;; end precondition constraints -post:EMPTY -regerror -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 2 -r -2 -2 -Param 63 3 -;; end precondition constraints -post:EMPTY -;; Modules access -lltX_bool#1@ -types#1@ -ansi#9@ -posix#16@ -;;End diff --git a/lib/stdio.h b/lib/stdio.h index 9e3d0ac..02cd5c9 100644 --- a/lib/stdio.h +++ b/lib/stdio.h @@ -6,7 +6,7 @@ extern void clearerr (FILE *stream) /*@modifies *stream@*/ ; extern char * ctermid (/*@returned@*/ /*@out@*/ /*@null@*/ char *s) /*@modifies *s @*/ - // /*@requires maxSet(s) >= ( L_ctermid - 1) @*/ /*ensures maxRead(s) <= ( L_ctermid - 1) /\ maxRead(s) >= 0 */ + // *@requires maxSet(s) >= ( L_ctermid - 1) @*/ *ensures maxRead(s) <= ( L_ctermid - 1) /\ maxRead(s) >= 0 */ /*DRL 9-11-001 I've modified the definition in ansi.h to remove modifies SystemState and I've added a requires and ensures*/ ; @@ -16,7 +16,7 @@ extern char * ctermid (/*@returned@*/ /*@out@*/ /*@null@*/ char *s) extern char * cuserid (/*@null@*/ /*@out@*/ char *s) /*@modifies *s@*/ - // /*@requires maxSet(s) >= ( L_ctermid - 1) @*/ /*@ensures maxRead(s) <= ( L_ctermid - 1) /\ maxRead(s) >= 0 /\ maxRead(result) <= ( L_ctermid - 1) /\ maxRead(result) >= 0 @*/ + // *@requires maxSet(s) >= ( L_ctermid - 1) @*/ *@ensures maxRead(s) <= ( L_ctermid - 1) /\ maxRead(s) >= 0 /\ maxRead(result) <= ( L_ctermid - 1) /\ maxRead(result) >= 0 @*/ ; extern int fclose (FILE *stream) /*@modifies *stream, errno, fileSystem;@*/ ; @@ -187,7 +187,7 @@ extern char * ctermid (/*@returned@*/ /*@out@*/ /*@null@*/ char *s) extern void setbuf (FILE *stream, /*@null@*/ /*@exposed@*/ char *buf) /*@modifies fileSystem, *stream, *buf@*/ - // /*@requires maxSet(buf) >= (BUFSIZ - 1) @*/ + // *@requires maxSet(buf) >= (BUFSIZ - 1) @*/ ; extern int setvbuf (FILE *stream, /*@null@*/ /*@exposed@*/ char *buf, @@ -249,7 +249,7 @@ extern char * ctermid (/*@returned@*/ /*@out@*/ /*@null@*/ char *s) extern /*@observer@*/ char * tmpnam (/*@out@*/ /*@null@*/ /*@returned@*/ char *s) /*@modifies *s, internalState @*/ - // /*@requires maxSet(s) >= (L_tmpnam - 1) @*/ + // *@requires maxSet(s) >= (L_tmpnam - 1) @* /*warn Between the time a pathname is created and the file is opened, it is possible for some other process to create a file with the same name. Applications may find tmpfile() more useful. */ ; diff --git a/lib/stdlib.h b/lib/stdlib.h index 372e93a..1f675b6 100644 --- a/lib/stdlib.h +++ b/lib/stdlib.h @@ -26,11 +26,14 @@ int (*compar)(const void *, const void *)) /*@*/ extern /*@null@*/ /*@only@*/ void *calloc (size_t nobj, size_t size) /*@*/ /*@ensures MaxSet(result) == (nobj - 1); @*/ ; + /*@-redef@*/ typedef /*@concrete@*/ struct { int quot; int rem; } div_t ; +/*@=redef@*/ + extern div_t div (int num, int denom) /*@*/ ; @@ -57,18 +60,28 @@ char *ecvt(double value, int ndigit, /*@out@*/ int *decpt, /*@out@*/ int *sign) char *initstate(unsigned int seed, char *state, size_t size) /*@modifies interalState, state @*/ /*@requires maxSet(state) >= (size - 1) @*/ /*drl added 09-20-001*/ ; + + /*@-fixedformalarray@*/ long int jrand48 (unsigned short int xsubi[3]) /*@modifies internalState@*/ /*@requires maxSet(xsubi) >= 2 @*/ ; - + /*@=fixedformalarray@*/ + char *l64a(long value) /*@ensures maxRead(result) <= 5 /\ maxSet(result) <= 5 @*/ ; extern long int labs (long int n) /*@*/ ; + /*@-fixedformalarray@*/ extern void lcong48 (unsigned short int param[7]) /*@modifies internalState@*/ /*@requires maxRead(param) >= 6 @*/ ; + /*@=fixedformalarray@*/ + +/*also in ansi.h */ + +/*@-redef@*/ typedef /*@concrete@*/ struct { long int quot; long int rem; } ldiv_t ; +/*@=redef@*/ extern ldiv_t ldiv (long num, long denom) /*@*/ ; @@ -104,12 +117,15 @@ extern int mbtowc (/*@null@*/ /*@out@*/ wchar_t *pwc, /*@null@*/ char *s, size_t long int mrand48 (void) /*@modifies internalState@*/ ; + /*@-fixedformalarray@*/ long int nrand48 (unsigned short int xsubi[3]) /*@modifies internalState, xsubi @*/ /*@requires maxSet(xsubi) >= 2 /\ maxRead(xsubi) >= 2 @*/ ; + + /*@=fixedformalarray@*/ - extern /*@dependent@*/ /*check dependent */ char *ptsname(int fildes) /*@drl added 09-20-01@*/ ; + extern /*@dependent@*/ /*check dependent */ char *ptsname(int fildes) /*drl added 09-20-01*/ ; extern int @@ -139,14 +155,15 @@ extern int rand_r(unsigned int *seed) /*@modifies seed@*/ /*drl 09-20-01 added realloc (/*@null@*/ /*@only@*/ /*@out@*/ /*@returned@*/ void *p, size_t size) /*@modifies *p, errno @*/ /*@ensures MaxSet(result) == (size - 1) @*/; extern char *realpath(const char *file_name, /*@out@*/ char *resolved_name) - // /*@requires maxSet(resolved_name) >= (PATH_MAX - 1) @*/ + // *@requires maxSet(resolved_name) >= (PATH_MAX - 1) @*/ ; + /*@-fixedformalarray@*/ unsigned short int *seed48 (unsigned short int seed16v[3]) /*@modifies internalState@*/ /*@requires maxRead(seed16v) >= 2 @*/ ; - + /*@=fixedformalarray@*/ void setkey(const char *key) /*@requires maxRead(key) >= 63 @*/ /*@modifies internalState, errno@*/ ; diff --git a/lib/unix.h b/lib/unix.h index 2500fdd..80629c2 100644 --- a/lib/unix.h +++ b/lib/unix.h @@ -180,17 +180,17 @@ extern double trunc (double x) /*@*/ ; /*@constant int USI_MAX@*/ /*@constant int WORD_BIT@*/ /*@constant int LONG_BIT@*/ -/*@constant long NAME_MAX@*/ + /*@constant long NGROUPS_MAX@*/ -/*@constant long MAX_INPUT@*/ + /*@constant long MAX_CANON@*/ /*@constant int MAX_CHAR@*/ /*@constant long OPEN_MAX@*/ /*@constant int PASS_MAX@*/ -/*@constant int PATH_MAX@*/ + /*@constant int PID_MAX@*/ /*@constant int SYSPID_MAX@*/ -/*@constant long PIPE_BUF@*/ + /*@constant int PIPE_MAX@*/ /*@constant int PROC_MAX@*/ /*@constant int STD_BLK@*/ diff --git a/lib/unix.lcd b/lib/unix.lcd deleted file mode 100644 index e744e71..0000000 --- a/lib/unix.lcd +++ /dev/null @@ -1,4576 +0,0 @@ -;;; Splint Library unix.lcd -;;Splint 3.0.1 --- 06 Jan 2002 -;;lib:296 -;;ctTable -0 u-2 19 38 -0 p1|-2 20 39 -0 b-2 21 40 -0 p3|-2 22 41 -0 p4|-2 23 42 -0 p5|-2 24 43 -0 p6|-2 25 44 -0 p7|-2 26 45 -0 p8|-2 27 46 -0 p9|-2 28 47 -0 p10|-2 29 48 -0 p11|-2 30 49 -0 p12|-2 31 50 -0 p13|-2 32 51 -0 p14|-2 33 52 -0 p15|-2 34 53 -0 p16|-2 35 54 -0 p17|-2 36 55 -0 p18|-2 37 56 -1 t0|0 315 884 -1 t1|1& -1 t2|2& -1 t3|3& -1 t4|4 316 885 -1 t5|5& -1 t6|6& -1 t7|7& -1 t8|8& -1 t9|9& -1 t10|10& -1 t11|11& -1 t12|12& -1 t13|13& -1 t14|14& -1 t15|15& -1 t16|16& -1 t17|17& -1 t18|18& -2 y0|0& -2 y1|1& -2 y2|2& -2 y3|3& -2 y4|4& -2 y5|5& -2 y6|6& -2 y7|7& -2 y8|8& -2 y9|9& -2 y10|10& -2 y11|11& -2 y12|12& -2 y13|13& -2 y14|14& -2 y15|15& -2 y16|16& -2 y17|17& -2 y18|18& --2 ?! -0 a0|& -0 s10|& -0 s11|& -0 s12|& -0 s24|& -0 s25|-1 1130 -1 -0 s26|& -0 s27|-1 384 -1 -0 s28|& -0 a29|-1 402 -1 -3 C0.5/20|! -3 C0.68/2|! -3 C0.2/5|! -3 f0 (70|@7|$#,)! -3 f1 (70|@7|$#,)! -3 C0.4/3|! -3 C0.5/73|! -3 f0 (74|$#,)! -3 f2 (74|$#,)! -3 f70 (74|$#,)! -3 f0 (74|$#,)! -3 f2 (74|$#,)! -3 f70 (74|$#,)! -3 f0 (74|$#,)! -3 f2 (74|$#,)! -3 f70 (74|$#,)! -3 f0 (74|$#,)! -3 f2 (74|$#,)! -3 f70 (74|$#,)! -3 C0.2/5|! -3 f0 (74|$#,)! -3 f2 (74|$#,)! -3 f87 (74|$#,)! -3 C0.5/73|! -3 f0 (91|$#,)! -3 f2 (91|$#,)! -3 f87 (91|$#,)! -3 f0 (91|$#,)! -3 f2 (91|$#,)! -3 f87 (91|$#,)! -3 f0 (91|$#,)! -3 f2 (91|$#,)! -3 f87 (91|$#,)! -3 f0 (91|$#,)! -3 f2 (91|$#,)! -3 f87 (91|$#,)! -3 C0.2/5|! -3 f0 (91|$#,)! -3 f2 (91|$#,)! -3 f104 (91|$#,)! -3 C0.5/73|! -3 f0 (108|$#,)! -3 f2 (108|$#,)! -3 f104 (108|$#,)! -3 C0.4/5|! -3 f0 (108|$#,)! -3 f4 (108|$#,)! -3 f112 (108|$#,)! -3 f0 (108|$#,)! -3 f4 (108|$#,)! -3 f112 (108|$#,)! -3 Slconv{23|@1|0@0@3&#decimal_point,23|@1|0@0@3&#thousands_sep,23|@1|0@0@3&#grouping,23|@1|0@0@3&#int_curr_symbol,23|@1|0@0@3&#currency_symbol,23|@1|0@0@3&#mon_decimal_point,23|@1|0@0@3&#mon_thousands_sep,23|@1|0@0@3&#mon_grouping,23|@1|0@0@3&#positive_sign,23|@1|0@0@3&#negative_sign,4|@1|^#int_frac_digits,4|@1|^#frac_digits,4|@1|^#p_cs_precedes,4|@1|^#p_sep_by_space,4|@1|^#n_cs_precedes,4|@1|^#n_sep_by_space,4|@1|^#p_sign_posn,4|@1|^#n_sign_posn,}! -0 s46|-1 126 -1 -3 f0 (5|$#,23|0@5@7&#,)! -3 f19 (5|$#,23|0@5@7&#,)! -3 f23 (5|$#,23|0@5@7&#,)! -3 f0 ()! -3 f19 ()! -1 t120|120& -3 f126 ()! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,17|$#,)! -3 f17 (17|$#,17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,5|$#,)! -3 f17 (17|$#,5|$#,)! -3 f0 (17|$#,24|4@0@7&#,)! -3 f17 (17|$#,24|4@0@7&#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,17|$#,)! -3 f17 (17|$#,17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,36|4@0@7&#,)! -3 f17 (17|$#,36|4@0@7&#,)! -3 f0 (17|$#,17|$#,)! -3 f17 (17|$#,17|$#,)! -0 a124|& -3 f0 (172|4@0@7&#,)! -3 f5 (172|4@0@7&#,)! -3 f0 (172|$#,5|$#,)! -3 f1 (172|$#,5|$#,)! -0 s133|& -3 ?! -3 f178 (5|$#,)! -3 f1 (5|$#,)^181 -1 t180|180& -3 ?! -3 f182 (5|$#,)! -3 f1 (5|$#,)^185 -1 t184|184& -3 ?! -3 f186 (5|$#,)! -3 f1 (5|$#,)^189 -1 t188|188& -3 ?! -3 f190 (5|$#,)! -3 f1 (5|$#,)^193 -1 t192|192& -3 f0 (5|$#,193|0@5@7&#,)! -3 f19 (5|$#,193|0@5@7&#,)^196 -1 t195|195& -3 ?! -3 f197 (5|$#,)! -3 f19 (5|$#,)! -3 f1 (5|$#,193|0@5@7&#,)! -3 f1 (5|$#,)! -3 f201 (5|$#,193|0@5@7&#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -0 a139|& -3 f0 (205|4@0@7&#,!.,)! -3 f1 (205|4@0@7&#,!.,)! -3 f0 (205|$#,)! -3 f1 (205|$#,)! -0 a142|-1 212 -1 -0 a143|-1 290 -1 -1 t210|210& -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (23|$#,23|$#,)! -3 f5 (23|$#,23|$#,)! -3 f0 ()! -3 f19 ()! -3 f212 ()! -3 f0 (23|@5|4@5@7&#,)! -3 f19 (23|@5|4@5@7&#,)! -3 f23 (23|@5|4@5@7&#,)! -3 f0 (212|$#,)! -3 f5 (212|$#,)! -3 f0 (212|0@5@7&#,)! -3 f5 (212|0@5@7&#,)! -3 f0 (23|$#,23|$#,)! -3 f19 (23|$#,23|$#,)! -3 f212 (23|$#,23|$#,)! -3 f0 (23|$#,23|$#,212|$#,)! -3 f19 (23|$#,23|$#,212|$#,)! -3 f212 (23|$#,23|$#,212|$#,)! -3 f0 (212|$#,23|0@5@19@2@0#,)! -3 f1 (212|$#,23|0@5@19@2@0#,)! -3 f0 (212|$#,23|0@5@19@2@0#,5|$#,63|$#,)! -3 f5 (212|$#,23|0@5@19@2@0#,5|$#,63|$#,)! -3 C0.5/1|! -3 f0 (212|$#,23|$#,!.,)! -3 f5 (212|$#,23|$#,!.,)! -3 f237 (212|$#,23|$#,!.,)! -3 f0 (212|$#,23|$#,!.,)! -3 f5 (212|$#,23|$#,!.,)! -3 f0 (23|$#,!.,)! -3 f5 (23|$#,!.,)! -3 f237 (23|$#,!.,)! -3 f0 (23|$#,!.,)! -3 f5 (23|$#,!.,)! -3 f0 (23|4@0@7&#,23|$#,!.,)! -3 f5 (23|4@0@7&#,23|$#,!.,)! -3 f237 (23|4@0@7&#,23|$#,!.,)! -3 f0 (23|4@0@7&#,23|$#,!.,)! -3 f5 (23|4@0@7&#,23|$#,!.,)! -3 f0 (23|$#,205|$#,)! -3 f5 (23|$#,205|$#,)! -3 f0 (212|$#,23|$#,205|$#,)! -3 f5 (212|$#,23|$#,205|$#,)! -3 f0 (23|4@0@7&#,23|$#,205|$#,)! -3 f5 (23|4@0@7&#,23|$#,205|$#,)! -3 f0 (23|4@0@7&#,63|$#,23|$#,205|$#,)! -3 f5 (23|4@0@7&#,63|$#,23|$#,205|$#,)! -3 f0 (212|$#,)! -3 f5 (212|$#,)! -3 f0 (23|@5|4@0@7&#,5|$#,212|$#,)! -3 f19 (23|@5|4@0@7&#,5|$#,212|$#,)! -3 f23 (23|@5|4@0@7&#,5|$#,212|$#,)! -3 C0.5/4|! -3 f0 (266|$#,212|$#,)! -3 f5 (266|$#,212|$#,)! -3 f0 (23|$#,212|$#,)! -3 f5 (23|$#,212|$#,)! -3 f0 (212|@7|$#,)! -3 f5 (212|@7|$#,)! -3 f0 ()! -3 f5 ()! -3 f0 (23|4@0@7&#,)! -3 f19 (23|4@0@7&#,)! -3 f23 (23|4@0@7&#,)! -3 f0 (266|$#,212|@7|$#,)! -3 f5 (266|$#,212|@7|$#,)! -3 f0 (266|$#,)! -3 f5 (266|$#,)! -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (266|$#,212|$#,)! -3 f5 (266|$#,212|$#,)! -3 f0 (20|4@0@7&#,63|$#,63|$#,212|$#,)! -3 f63 (20|4@0@7&#,63|$#,63|$#,212|$#,)! -3 f0 (20|$#,63|$#,63|$#,212|$#,)! -3 f63 (20|$#,63|$#,63|$#,212|$#,)! -1 t211|211& -3 f0 (212|$#,290|4@0@7&#,)! -3 f5 (212|$#,290|4@0@7&#,)! -3 f0 (212|$#,9|$#,5|$#,)! -3 f5 (212|$#,9|$#,5|$#,)! -3 f0 (212|$#,290|$#,)! -3 f5 (212|$#,290|$#,)! -3 f0 (212|$#,)! -3 f9 (212|$#,)! -3 f0 (212|$#,)! -3 f1 (212|$#,)! -3 f0 (212|$#,)! -3 f1 (212|$#,)! -3 f0 (212|$#,)! -3 f5 (212|$#,)! -3 f0 (212|$#,)! -3 f5 (212|$#,)! -3 f0 (23|0@5@7&#,)! -3 f1 (23|0@5@7&#,)! -3 f0 (23|$#,)! -3 f17 (23|$#,)! -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (23|$#,)! -3 f9 (23|$#,)! -1 t19|19& -1 t23|23& -3 f0 (23|$#,316|4@5@7&#,)! -3 f17 (23|$#,316|4@5@7&#,)! -3 f0 (23|$#,316|4@5@7&#,5|$#,)! -3 f9 (23|$#,316|4@5@7&#,5|$#,)! -3 f0 (23|$#,316|4@5@7&#,5|$#,)! -3 f10 (23|$#,316|4@5@7&#,5|$#,)! -3 f0 ()! -3 f5 ()! -3 f0 (6|$#,)! -3 f1 (6|$#,)! -3 f0 (63|$#,63|$#,)! -3 f19 (63|$#,63|$#,)! -3 f20 (63|$#,63|$#,)! -3 f0 (63|$#,)! -3 f19 (63|$#,)! -3 f20 (63|$#,)! -3 f0 (20|@5|4@5@2&#,63|$#,)! -3 f19 (20|@5|4@5@2&#,63|$#,)! -3 f20 (20|@5|4@5@2&#,63|$#,)! -3 f0 (20|4@2@2&#,)! -3 f1 (20|4@2@2&#,)! -3 f0 ()! -3 f1 ()! -3 f0 (5|$#,)! -3 f1 (5|$#,)! -3 ?! -3 f342 ()! -3 f1 ()^345 -1 t344|344& -3 f0 (345|$#,)! -3 f5 (345|$#,)! -3 f0 (23|$#,)! -3 f19 (23|$#,)! -3 f23 (23|$#,)! -3 f0 (23|0@5@7&#,)! -3 f5 (23|0@5@7&#,)! -3 ?! -3 f353 (20|$#,20|$#,)! -3 f5 (20|$#,20|$#,)^356 -1 t355|355& -3 f0 (20|$#,20|$#,63|$#,63|$#,356|$#,)! -3 f19 (20|$#,20|$#,63|$#,63|$#,356|$#,)! -3 f20 (20|$#,20|$#,63|$#,63|$#,356|$#,)! -3 ?! -3 f360 (20|$#,20|$#,)! -3 f5 (20|$#,20|$#,)^363 -1 t362|362& -3 f0 (20|$#,63|$#,63|$#,363|$#,)! -3 f1 (20|$#,63|$#,63|$#,363|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 S!2{5|@1|^#quot,5|@1|^#rem,}! -0 s222|& -0 s223|& -3 f0 (5|$#,5|$#,)! -3 f370 (5|$#,5|$#,)! -3 f0 (9|$#,)! -3 f9 (9|$#,)! -3 S!3{9|@1|^#quot,9|@1|^#rem,}! -0 s226|& -0 s227|& -3 f0 (9|$#,9|$#,)! -3 f377 (9|$#,9|$#,)! -3 f0 (5|$#,)! -3 f66 (5|$#,)! -3 f0 (212|$#,)! -3 f66 (212|$#,)! -1 t65|65 466 -1 -3 f0 (384|@5|$#,5|$#,212|$#,)! -3 f19 (384|@5|$#,5|$#,212|$#,)! -3 f384 (384|@5|$#,5|$#,212|$#,)! -3 f0 (65|$#,212|$#,)! -3 f66 (65|$#,212|$#,)! -3 f0 (384|$#,212|$#,)! -3 f5 (384|$#,212|$#,)! -3 f0 (212|$#,5|$#,)! -3 f5 (212|$#,5|$#,)! -3 f0 (212|$#,384|$#,!.,)! -3 f5 (212|$#,384|$#,!.,)! -3 f0 (212|$#,384|$#,!.,)! -3 f5 (212|$#,384|$#,!.,)! -3 f0 (212|@7|$#,)! -3 f66 (212|@7|$#,)! -3 f0 ()! -3 f66 ()! -1 t67|67& -3 f0 (23|$#,63|$#,402|0@5@7&#,)! -3 f63 (23|$#,63|$#,402|0@5@7&#,)! -3 f0 (384|0@5@7&#,23|$#,63|$#,402|0@5@7&#,)! -3 f63 (384|0@5@7&#,23|$#,63|$#,402|0@5@7&#,)! -3 f0 (402|0@5@7&#,)! -3 f5 (402|0@5@7&#,)! -3 f0 (384|0@5@7&#,316|$#,63|$#,402|0@5@7&#,)! -3 f63 (384|0@5@7&#,316|$#,63|$#,402|0@5@7&#,)! -3 f0 (65|$#,212|@7|$#,)! -3 f66 (65|$#,212|@7|$#,)! -3 f0 (65|$#,)! -3 f66 (65|$#,)! -3 f0 (384|$#,63|$#,384|$#,!.,)! -3 f5 (384|$#,63|$#,384|$#,!.,)! -3 f0 (384|$#,384|$#,!.,)! -3 f5 (384|$#,384|$#,!.,)! -3 f0 (66|$#,212|$#,)! -3 f66 (66|$#,212|$#,)! -3 f0 (212|$#,384|$#,205|$#,)! -3 f5 (212|$#,384|$#,205|$#,)! -3 f0 (384|$#,63|$#,384|$#,205|$#,)! -3 f5 (384|$#,63|$#,384|$#,205|$#,)! -3 f0 (384|$#,205|$#,)! -3 f5 (384|$#,205|$#,)! -3 f0 (23|4@5@7&#,65|$#,402|0@5@7&#,)! -3 f63 (23|4@5@7&#,65|$#,402|0@5@7&#,)! -3 C0.1/384|! -3 f0 (384|@5|4@0@9&#,384|$#,)! -3 f1 (384|@5|4@0@9&#,384|$#,)! -3 f429 (384|@5|4@0@9&#,384|$#,)! -3 f0 (384|@5|$#,65|$#,)! -3 f19 (384|@5|$#,65|$#,)! -3 f384 (384|@5|$#,65|$#,)! -3 f0 (384|$#,384|$#,)! -3 f5 (384|$#,384|$#,)! -3 f0 (384|$#,384|$#,)! -3 f5 (384|$#,384|$#,)! -3 f0 (384|@5|4@0@9&#,384|$#,)! -3 f1 (384|@5|4@0@9&#,384|$#,)! -3 f429 (384|@5|4@0@9&#,384|$#,)! -3 f0 (384|$#,384|$#,)! -3 f63 (384|$#,384|$#,)! -0 s262|-1 446 -1 -1 t445|445& -3 f0 (384|4@0@7&#,63|$#,384|$#,446|$#,)! -3 f63 (384|4@0@7&#,63|$#,384|$#,446|$#,)! -3 f0 (384|$#,)! -3 f63 (384|$#,)! -3 C0.1/384|! -3 f0 (384|@5|4@0@9&#,384|$#,63|$#,)! -3 f1 (384|@5|4@0@9&#,384|$#,63|$#,)! -3 f451 (384|@5|4@0@9&#,384|$#,63|$#,)! -3 f0 (384|$#,384|$#,63|$#,)! -3 f5 (384|$#,384|$#,63|$#,)! -3 f0 (384|@5|4@0@9&#,384|$#,63|$#,)! -3 f1 (384|@5|4@0@9&#,384|$#,63|$#,)! -3 f451 (384|@5|4@0@9&#,384|$#,63|$#,)! -3 f0 (384|@5|$#,384|$#,)! -3 f19 (384|@5|$#,384|$#,)! -3 f384 (384|@5|$#,384|$#,)! -3 f0 (384|@5|$#,65|$#,)! -3 f19 (384|@5|$#,65|$#,)! -3 f384 (384|@5|$#,65|$#,)! -1 t384|384& -3 f0 (23|0@5@7&#,466|$#,63|$#,402|0@5@7&#,)! -3 f63 (23|0@5@7&#,466|$#,63|$#,402|0@5@7&#,)! -3 f0 (384|$#,384|$#,)! -3 f63 (384|$#,384|$#,)! -3 f0 (384|$#,384|$#,)! -3 f19 (384|$#,384|$#,)! -3 f384 (384|$#,384|$#,)! -3 f0 (384|$#,466|0@5@7&#,)! -3 f17 (384|$#,466|0@5@7&#,)! -3 f0 (384|0@5@7&#,384|$#,466|$#,)! -3 f19 (384|0@5@7&#,384|$#,466|$#,)! -3 f384 (384|0@5@7&#,384|$#,466|$#,)! -3 f0 (384|$#,466|0@5@7&#,5|$#,)! -3 f9 (384|$#,466|0@5@7&#,5|$#,)! -3 f0 (384|$#,466|0@5@7&#,5|$#,)! -3 f10 (384|$#,466|0@5@7&#,5|$#,)! -3 f0 (384|0@5@7&#,384|$#,63|$#,)! -3 f63 (384|0@5@7&#,384|$#,63|$#,)! -3 f0 (66|$#,)! -3 f5 (66|$#,)! -3 f0 (384|$#,65|$#,63|$#,)! -3 f19 (384|$#,65|$#,63|$#,)! -3 f384 (384|$#,65|$#,63|$#,)! -3 f0 (384|$#,384|$#,63|$#,)! -3 f5 (384|$#,384|$#,63|$#,)! -3 f0 (384|@5|$#,384|$#,63|$#,)! -3 f19 (384|@5|$#,384|$#,63|$#,)! -3 f384 (384|@5|$#,384|$#,63|$#,)! -3 f0 (384|@5|$#,384|$#,63|$#,)! -3 f19 (384|@5|$#,384|$#,63|$#,)! -3 f384 (384|@5|$#,384|$#,63|$#,)! -3 f0 (384|@5|$#,65|$#,63|$#,)! -3 f19 (384|@5|$#,65|$#,63|$#,)! -3 f384 (384|@5|$#,65|$#,63|$#,)! -3 f0 (384|$#,!.,)! -3 f5 (384|$#,!.,)! -3 f0 (384|$#,!.,)! -3 f5 (384|$#,!.,)! -0 s286|& -0 s287|& -3 C0.2/5|! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f507 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f507 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f507 (66|$#,)! -3 f0 (66|$#,505|$#,)! -3 f2 (66|$#,505|$#,)! -3 f507 (66|$#,505|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f507 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 C0.2/5|! -3 f525 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f525 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f525 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f525 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f525 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f525 (66|$#,)! -3 C0.2/5|! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f542 (66|$#,)! -3 C0.66/5|! -3 f0 (66|$#,506|$#,)! -3 f66 (66|$#,506|$#,)! -3 f546 (66|$#,506|$#,)! -3 f0 (66|$#,)! -3 f66 (66|$#,)! -3 f546 (66|$#,)! -3 f0 (66|$#,)! -3 f66 (66|$#,)! -3 f546 (66|$#,)! -3 f0 (23|$#,)! -3 f506 (23|$#,)! -3 f0 (23|$#,)! -3 f505 (23|$#,)! -3 f0 (23|$#,63|$#,)! -3 f5 (23|$#,63|$#,)! -3 f0 (384|4@5@7&#,23|0@5@7&#,63|$#,)! -3 f5 (384|4@5@7&#,23|0@5@7&#,63|$#,)! -3 f0 (23|4@5@7&#,65|$#,)! -3 f5 (23|4@5@7&#,65|$#,)! -3 f0 (384|4@5@7&#,23|$#,63|$#,)! -3 f63 (384|4@5@7&#,23|$#,63|$#,)! -3 f0 (23|4@0@7&#,384|$#,63|$#,)! -3 f63 (23|4@0@7&#,384|$#,63|$#,)! -3 C0.1/20|! -3 f0 (20|@5|4@0@9&#,20|$#,63|$#,)! -3 f1 (20|@5|4@0@9&#,20|$#,63|$#,)! -3 f570 (20|@5|4@0@9&#,20|$#,63|$#,)! -3 f0 (20|@5|4@0@7&#,20|$#,63|$#,)! -3 f1 (20|@5|4@0@7&#,20|$#,63|$#,)! -3 f570 (20|@5|4@0@7&#,20|$#,63|$#,)! -3 C0.1/23|! -3 f0 (23|@5|4@0@9&#,23|$#,)! -3 f1 (23|@5|4@0@9&#,23|$#,)! -3 f577 (23|@5|4@0@9&#,23|$#,)! -3 f0 (23|@5|4@0@9&#,23|$#,63|$#,)! -3 f1 (23|@5|4@0@9&#,23|$#,63|$#,)! -3 f577 (23|@5|4@0@9&#,23|$#,63|$#,)! -3 f0 (23|@5|0@0@9&#,23|$#,)! -3 f1 (23|@5|0@0@9&#,23|$#,)! -3 f577 (23|@5|0@0@9&#,23|$#,)! -3 f0 (23|@5|0@0@9&#,23|$#,63|$#,)! -3 f1 (23|@5|0@0@9&#,23|$#,63|$#,)! -3 f577 (23|@5|0@0@9&#,23|$#,63|$#,)! -3 f0 (20|$#,20|$#,63|$#,)! -3 f5 (20|$#,20|$#,63|$#,)! -3 f0 (23|$#,23|$#,)! -3 f5 (23|$#,23|$#,)! -3 f0 (23|$#,23|$#,)! -3 f5 (23|$#,23|$#,)! -3 f0 (23|$#,23|$#,63|$#,)! -3 f5 (23|$#,23|$#,63|$#,)! -3 f0 (23|4@5@7&#,23|$#,63|$#,)! -3 f63 (23|4@5@7&#,23|$#,63|$#,)! -3 f0 (20|$#,5|$#,63|$#,)! -3 f19 (20|$#,5|$#,63|$#,)! -3 f20 (20|$#,5|$#,63|$#,)! -3 f0 (23|@5|$#,266|$#,)! -3 f19 (23|@5|$#,266|$#,)! -3 f23 (23|@5|$#,266|$#,)! -3 f0 (23|$#,23|$#,)! -3 f63 (23|$#,23|$#,)! -3 f0 (23|@5|$#,23|$#,)! -3 f19 (23|@5|$#,23|$#,)! -3 f23 (23|@5|$#,23|$#,)! -3 f0 (23|@5|$#,266|$#,)! -3 f19 (23|@5|$#,266|$#,)! -3 f23 (23|@5|$#,266|$#,)! -3 f0 (23|$#,23|$#,)! -3 f63 (23|$#,23|$#,)! -3 f0 (23|@5|0@0@9&#,23|$#,)! -3 f19 (23|@5|0@0@9&#,23|$#,)! -3 f23 (23|@5|0@0@9&#,23|$#,)! -3 f0 (23|@5|0@5@7&#,23|$#,)! -3 f19 (23|@5|0@5@7&#,23|$#,)! -3 f23 (23|@5|0@5@7&#,23|$#,)! -3 C0.1/20|! -3 f0 (20|@5|4@0@7&#,5|$#,63|$#,)! -3 f1 (20|@5|4@0@7&#,5|$#,63|$#,)! -3 f622 (20|@5|4@0@7&#,5|$#,63|$#,)! -3 f0 (5|$#,)! -3 f19 (5|$#,)! -3 f23 (5|$#,)! -3 f0 (23|$#,)! -3 f63 (23|$#,)! -0 s333|& -0 s334|-1 640 -1 -3 Stm{5|@1|^#tm_sec,5|@1|^#tm_min,5|@1|^#tm_hour,5|@1|^#tm_mday,5|@1|^#tm_mon,5|@1|^#tm_year,5|@1|^#tm_wday,5|@1|^#tm_yday,5|@1|^#tm_isdst,}! -3 f0 ()! -3 f631 ()! -3 f0 (632|$#,632|$#,)! -3 f17 (632|$#,632|$#,)! -3 f0 (446|$#,)! -3 f632 (446|$#,)! -1 t632|632& -3 f0 (640|4@5@7&#,)! -3 f632 (640|4@5@7&#,)! -3 f0 (446|$#,)! -3 f19 (446|$#,)! -3 f23 (446|$#,)! -3 f0 (640|$#,)! -3 f19 (640|$#,)! -3 f23 (640|$#,)! -3 f0 (640|$#,)! -3 f19 (640|$#,)! -3 f446 (640|$#,)! -3 f0 (640|$#,)! -3 f19 (640|$#,)! -3 f446 (640|$#,)! -3 f0 (23|4@0@7&#,63|$#,23|$#,446|$#,)! -3 f63 (23|4@0@7&#,63|$#,23|$#,446|$#,)! -0 s344|& -0 s345|& -0 s346|& -0 s347|& -0 s348|& -0 s349|& -0 s350|& -0 s351|& -0 s352|& -0 s353|& -0 s354|& -0 s355|& -0 s356|& -0 s357|& -0 s358|& -0 s359|& -0 s360|& -0 s361|& -0 s362|& -0 s363|& -0 s364|& -0 s365|& -0 s366|& -0 s367|& -0 s368|& -0 s369|& -0 s370|& -0 s371|& -0 s410|& -0 s411|-1 1253 905 -0 s412|& -0 s413|& -0 s414|& -0 s415|& -0 s416|& -0 s417|& -0 a418|-1 696 -1 -3 Sdirent{42|@1|^#d_name,}! -0 s419|-1 704 -1 -1 t693|693& -3 f0 (696|$#,)! -3 f5 (696|$#,)! -3 f0 (23|$#,)! -3 f19 (23|$#,)! -3 f696 (23|$#,)! -3 f0 (696|$#,)! -3 f19 (696|$#,)! -1 t695|695 1536 -1 -3 f704 (696|$#,)! -3 f0 (696|$#,)! -3 f1 (696|$#,)! -3 Sflock{7|@1|^#l_type,7|@1|^#l_whence,690|@1|^#l_start,690|@1|^#l_len,691|@1|^#l_pid,}! -0 s495|& -3 f0 (23|$#,688|$#,)! -3 f5 (23|$#,688|$#,)! -3 f0 (5|$#,5|$#,!.,)! -3 f5 (5|$#,5|$#,!.,)! -3 f0 (23|$#,5|$#,!.,)! -3 f5 (23|$#,5|$#,!.,)! -3 Sgroup{23|@1|0@0@3&#gr_name,686|@1|^#gr_gid,316|@1|0@0@3&#gr_mem,}! -0 s499|-1 720 -1 -3 f0 (686|$#,)! -3 f19 (686|$#,)! -1 t717|717& -3 f720 (686|$#,)! -3 f0 (23|$#,)! -3 f19 (23|$#,)! -3 f720 (23|$#,)! -3 Spasswd{23|@1|0@0@3&#pw_name,692|@1|^#pw_uid,686|@1|^#pw_gid,23|@1|0@0@3&#pw_dir,23|@1|0@0@3&#pw_shell,}! -0 s528|-1 729 -1 -3 f0 (23|$#,)! -3 f19 (23|$#,)! -1 t726|726& -3 f729 (23|$#,)! -3 f0 (692|$#,)! -3 f19 (692|$#,)! -3 f729 (692|$#,)! -0 a531|& -3 f0 (734|$#,5|$#,)! -3 f1 (734|$#,5|$#,)! -3 f0 (734|4@0@7&#,5|$#,)! -3 f5 (734|4@0@7&#,5|$#,)! -0 a534|-1 751 -1 -3 ?! -3 f740 ()! -3 f1 ()^743 -1 t742|742& -3 Ssigaction{!743$$$@0#sa_handler,739|@1|0@0@3&#sa_mask,5|@1|^#sa_flags,}! -0 s552|-1 748 -1 -3 f0 (691|$#,5|$#,)! -3 f5 (691|$#,5|$#,)! -1 t745|745& -3 f0 (5|$#,748|$#,748|4@5@7&#,)! -3 f5 (5|$#,748|$#,748|4@5@7&#,)! -1 t739|739& -3 f0 (751|$#,5|$#,)! -3 f5 (751|$#,5|$#,)! -3 f0 (751|$#,5|$#,)! -3 f5 (751|$#,5|$#,)! -3 f0 (751|4@0@7&#,)! -3 f5 (751|4@0@7&#,)! -3 f0 (751|4@0@7&#,)! -3 f5 (751|4@0@7&#,)! -3 f0 (751|$#,5|$#,)! -3 f5 (751|$#,5|$#,)! -3 f0 (751|4@0@7&#,)! -3 f5 (751|4@0@7&#,)! -3 f0 (5|$#,751|0@5@7&#,751|4@5@7&#,)! -3 f5 (5|$#,751|0@5@7&#,751|4@5@7&#,)! -3 f0 (751|$#,)! -3 f5 (751|$#,)! -3 f0 (5|$#,23|$#,)! -3 f19 (5|$#,23|$#,)! -3 f212 (5|$#,23|$#,)! -3 f0 (212|$#,)! -3 f5 (212|$#,)! -3 Sstat{688|@1|^#st_mode,687|@1|^#st_ino,685|@1|^#st_dev,689|@1|^#st_nlink,692|@1|^#st_uid,686|@1|^#st_gid,690|@1|^#st_size,632|@1|^#st_atime,632|@1|^#st_mtime,632|@1|^#st_ctime,}! -0 s567|-1 787 -1 -3 f0 (688|@7|$#,)! -3 f2 (688|@7|$#,)! -3 f0 (688|@7|$#,)! -3 f2 (688|@7|$#,)! -3 f0 (688|@7|$#,)! -3 f2 (688|@7|$#,)! -3 f0 (688|@7|$#,)! -3 f2 (688|@7|$#,)! -3 f0 (688|@7|$#,)! -3 f2 (688|@7|$#,)! -3 f0 (23|$#,688|$#,)! -3 f5 (23|$#,688|$#,)! -1 t774|774& -3 f0 (5|$#,787|4@0@7&#,)! -3 f5 (5|$#,787|4@0@7&#,)! -3 f0 (23|$#,688|$#,)! -3 f5 (23|$#,688|$#,)! -3 f0 (23|$#,688|$#,)! -3 f5 (23|$#,688|$#,)! -3 f0 (23|$#,787|4@0@7&#,)! -3 f5 (23|$#,787|4@0@7&#,)! -3 f0 (688|$#,)! -3 f5 (688|$#,)! -3 Stms{631|@1|^#tms_utime,631|@1|^#tms_stime,631|@1|^#tms_cutime,631|@1|^#tms_cstime,}! -0 s579|-1 800 -1 -1 t799|799& -3 f0 (800|4@0@7&#,)! -3 f631 (800|4@0@7&#,)! -3 Sutsname{42|@1|^#sysname,42|@1|^#nodename,42|@1|^#release,42|@1|^#version,42|@1|^#machine,}! -0 s581|-1 805 -1 -1 t804|804& -3 f0 (805|4@0@7&#,)! -3 f5 (805|4@0@7&#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (24|4@5@7&#,)! -3 f691 (24|4@5@7&#,)! -3 f0 (691|$#,24|4@5@7&#,5|$#,)! -3 f691 (691|$#,24|4@5@7&#,5|$#,)! -3 C0.4/8|! -3 C0.3/8|! -0 s592|& -3 C0.9/9|! -3 C0.10/9|! -0 s593|& -0 s594|& -3 Stermios{830|@1|^#c_iflag,830|@1|^#c_oflag,830|@1|^#c_cflag,830|@1|^#c_lflag,826|@1|^#c_cc,}! -0 s663|-1 833 -1 -1 t832|832& -3 f0 (833|$#,)! -3 f829 (833|$#,)! -3 f0 (833|$#,)! -3 f829 (833|$#,)! -3 f0 (833|$#,)! -3 f5 (833|$#,)! -3 f0 (833|$#,)! -3 f5 (833|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,5|$#,)! -3 f5 (5|$#,5|$#,)! -3 f0 (5|$#,5|$#,)! -3 f5 (5|$#,5|$#,)! -3 f0 (5|$#,833|4@0@7&#,)! -3 f5 (5|$#,833|4@0@7&#,)! -3 f0 (5|$#,5|$#,)! -3 f5 (5|$#,5|$#,)! -3 f0 (5|$#,5|$#,833|$#,)! -3 f5 (5|$#,5|$#,833|$#,)! -3 f0 ()! -3 f1 ()! -3 f0 (5|$#,)! -3 f1 (5|$#,)! -3 f0 (23|$#,5|$#,)! -3 f5 (23|$#,5|$#,)! -3 f0 (6|$#,)! -3 f6 (6|$#,)! -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (23|$#,692|$#,686|$#,)! -3 f5 (23|$#,692|$#,686|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (23|@5|4@5@7&#,)! -3 f19 (23|@5|4@5@7&#,)! -3 f23 (23|@5|4@5@7&#,)! -3 f0 (23|4@5@7&#,)! -3 f19 (23|4@5@7&#,)! -3 f23 (23|4@5@7&#,)! -3 f0 (5|$#,5|$#,)! -3 f5 (5|$#,5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (23|$#,23|$#,!.,)! -3 f5 (23|$#,23|$#,!.,)! -3 f0 (23|$#,23|$#,!.,)! -3 f5 (23|$#,23|$#,!.,)! -3 f0 (23|$#,23|$#,!.,)! -3 f5 (23|$#,23|$#,!.,)! -2 y19|19& -2 y23|23& -3 f0 (23|$#,885|$#,)! -3 f5 (23|$#,885|$#,)! -3 f0 (23|$#,885|$#,316|$#,)! -3 f5 (23|$#,885|$#,316|$#,)! -3 f0 (23|$#,885|$#,)! -3 f5 (23|$#,885|$#,)! -3 f0 ()! -3 f691 ()! -3 f0 (5|$#,5|$#,)! -3 f9 (5|$#,5|$#,)! -3 f0 (23|@5|4@2@7&#,63|$#,)! -3 f19 (23|@5|4@2@7&#,63|$#,)! -3 f23 (23|@5|4@2@7&#,63|$#,)! -3 f0 ()! -3 f686 ()! -3 f0 ()! -3 f692 ()! -3 f0 ()! -3 f686 ()! -2 y686|686& -3 f0 (5|$#,905|4@0@7&#,)! -3 f5 (5|$#,905|4@0@7&#,)! -3 f0 ()! -3 f19 ()! -3 f23 ()! -3 f0 ()! -3 f691 ()! -3 f0 ()! -3 f691 ()! -3 f0 ()! -3 f691 ()! -3 f0 ()! -3 f692 ()! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (23|$#,23|$#,)! -3 f5 (23|$#,23|$#,)! -3 f0 (5|$#,690|$#,5|$#,)! -3 f690 (5|$#,690|$#,5|$#,)! -3 f0 (23|$#,5|$#,)! -3 f9 (23|$#,5|$#,)! -3 f0 ()! -3 f5 ()! -3 f0 (43|4@0@7&#,)! -3 f5 (43|4@0@7&#,)! -3 f0 (5|$#,20|4@0@7&#,63|$#,)! -3 f64 (5|$#,20|4@0@7&#,63|$#,)! -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (686|$#,)! -3 f5 (686|$#,)! -3 f0 (691|$#,691|$#,)! -3 f5 (691|$#,691|$#,)! -3 f0 ()! -3 f691 ()! -3 f0 (692|$#,)! -3 f5 (692|$#,)! -3 f0 (6|$#,)! -3 f6 (6|$#,)! -3 f0 (5|$#,)! -3 f9 (5|$#,)! -3 f0 (5|$#,)! -3 f691 (5|$#,)! -3 f0 (5|$#,691|$#,)! -3 f5 (5|$#,691|$#,)! -3 f0 (5|$#,)! -3 f19 (5|$#,)! -3 f23 (5|$#,)! -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (5|$#,20|$#,63|$#,)! -3 f64 (5|$#,20|$#,63|$#,)! -3 Sutimbuf{632|@1|^#actime,632|@1|^#modtime,}! -0 s755|-1 960 -1 -1 t959|959& -3 f0 (23|$#,960|0@5@7&#,)! -3 f5 (23|$#,960|0@5@7&#,)! -0 a757|-1 968 -1 -0 s758|& -3 S!4{964|@1|^#rm_so,964|@1|^#rm_eo,}! -0 s759|& -0 s760|-1 -1 971 -1 t963|963& -3 f0 (968|4@0@7&#,23|$#,5|$#,)! -3 f5 (968|4@0@7&#,23|$#,5|$#,)! -2 y967|967& -3 f0 (968|$#,23|$#,63|$#,971|4@0@7&#,5|$#,)! -3 f5 (968|$#,23|$#,63|$#,971|4@0@7&#,5|$#,)! -3 f0 (5|$#,968|$#,23|4@0@7&#,63|$#,)! -3 f63 (5|$#,968|$#,23|4@0@7&#,63|$#,)! -3 f0 (968|0@0@2&#,)! -3 f1 (968|0@0@2&#,)! -0 s797|& -0 s798|& -0 s799|& -0 s800|& -0 s801|& -0 s802|& -0 s803|& -0 s804|& -0 s805|& -0 s806|& -0 s807|& -0 s808|& -0 s809|& -0 s810|& -0 s811|& -0 s812|& -0 s813|& -0 s814|& -0 s815|& -0 s816|& -3 f0 (23|$#,23|4@0@7&#,5|$#,)! -3 f1 (23|$#,23|4@0@7&#,5|$#,)! -3 C0.5/2|! -3 f0 (23|$#,23|$#,5|$#,)! -3 f5 (23|$#,23|$#,5|$#,)! -3 f1000 (23|$#,23|$#,5|$#,)! -3 f0 (23|4@0@7&#,5|$#,)! -3 f1 (23|4@0@7&#,5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (23|$#,23|$#,)! -3 f5 (23|$#,23|$#,)! -3 f0 (212|$#,23|0@5@19@2@0#,5|$#,63|$#,)! -3 f5 (212|$#,23|0@5@19@2@0#,5|$#,63|$#,)! -3 f0 (212|$#,23|0@5@19@2@0#,5|$#,)! -3 f1 (212|$#,23|0@5@19@2@0#,5|$#,)! -3 f0 (212|$#,)! -3 f1 (212|$#,)! -3 f0 (5|$#,23|4@0@7&#,5|$#,)! -3 f5 (5|$#,23|4@0@7&#,5|$#,)! -3 f0 (20|4@0@7&#,63|$#,63|$#,212|$#,)! -3 f63 (20|4@0@7&#,63|$#,63|$#,212|$#,)! -3 f0 (20|$#,63|$#,63|$#,212|$#,)! -3 f63 (20|$#,63|$#,63|$#,212|$#,)! -3 C0.1/20|! -3 f0 (20|@5|4@0@7&#,20|0@0@9&#,5|$#,63|$#,)! -3 f1 (20|@5|4@0@7&#,20|0@0@9&#,5|$#,63|$#,)! -3 f1022 (20|@5|4@0@7&#,20|0@0@9&#,5|$#,63|$#,)! -3 f0 (23|$#,23|$#,)! -3 f5 (23|$#,23|$#,)! -3 f0 (23|$#,23|$#,5|$#,)! -3 f5 (23|$#,23|$#,5|$#,)! -3 f0 (23|$#,)! -3 f19 (23|$#,)! -3 f23 (23|$#,)! -3 f0 (23|@5|$#,4|$#,)! -3 f19 (23|@5|$#,4|$#,)! -3 f23 (23|@5|$#,4|$#,)! -3 f0 (23|@5|$#,4|$#,)! -3 f19 (23|@5|$#,4|$#,)! -3 f23 (23|@5|$#,4|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 ()! -3 f1 ()! -0 s939|& -0 s940|& -0 s941|& -0 s942|& -0 s943|& -0 s944|& -0 s945|& -0 s946|& -0 s947|& -0 s948|& -0 s949|& -0 s950|& -0 s951|& -0 s952|& -0 s953|& -0 s954|& -0 s955|& -0 s956|& -0 s957|& -0 s958|& -2 F0/12|0& -2 F4/12|4& -0 s959|& -0 s960|& -0 s961|& -0 s962|& -0 s963|& -0 s964|-1 1289 -1 -0 s965|& -0 s966|& -0 s967|& -0 s968|& -0 s969|& -0 s970|& -0 s971|& -0 s972|& -0 s973|& -0 s974|& -0 s975|& -0 s976|& -0 s977|& -0 a978|-1 1219 -1 -3 f0 (5|$#,23|4@0@7&#,5|$#,)! -3 f5 (5|$#,23|4@0@7&#,5|$#,)! -3 C0.5/9|! -3 f0 (5|$#,1091|$#,20|4@0@7&#,)! -3 f5 (5|$#,1091|$#,20|4@0@7&#,)! -3 f0 ()! -3 f691 ()! -3 Siovec{20|@1|0@0@3&#iov_base,63|@1|^#iov_len,}! -0 s982|-1 1118 1098 -2 y1097|1097& -3 f0 (5|$#,1098|$#,5|$#,)! -3 f64 (5|$#,1098|$#,5|$#,)! -3 f0 (5|$#,1098|$#,5|$#,)! -3 f64 (5|$#,1098|$#,5|$#,)! -3 Spoll{5|@1|^#fd,7|@1|^#events,7|@1|^#revents,}! -0 s987|-1 -1 1105 -2 y1104|1104& -3 f0 (1105|$#,10|$#,5|$#,)! -3 f5 (1105|$#,10|$#,5|$#,)! -3 f0 (20|4@2@2&#,)! -3 f1 (20|4@2@2&#,)! -2 F0/14|0& -2 F4/14|4& -3 Ssockaddr{1077|@1|^#sa_len,1077|@1|^#sa_family,1111|@1|^#sa_data,}! -0 s1101|-1 1123 -1 -3 Slinger{5|@1|^#l_onoff,5|@1|^#l_linger,}! -0 s1102|& -3 Ssockproto{1078|@1|^#sp_family,1078|@1|^#sp_protocol,}! -0 s1103|& -1 t1097|1097& -3 Smsghdr{1058|@1|0@0@3&#msg_name,1079|@1|^#msg_namelen,1118|@1|0@0@3&#msg_iov,1079|@1|^#msg_iovlen,1058|@1|0@0@3&#msg_control,1079|@1|^#msg_controllen,5|@1|^#msg_flags,}! -0 s1104|-1 1143 -1 -3 Scmsghdr{1079|@1|^#cmsg_len,5|@1|^#cmsg_level,5|@1|^#cmsg_type,}! -0 s1105|& -1 t1113|1113& -3 f0 (5|$#,1123|$#,24|$#,)! -3 f5 (5|$#,1123|$#,24|$#,)! -3 f0 (5|$#,1123|$#,5|$#,)! -3 f5 (5|$#,1123|$#,5|$#,)! -3 f0 (5|$#,1123|$#,5|$#,)! -3 f5 (5|$#,1123|$#,5|$#,)! -1 t63|63& -3 f0 (5|$#,1123|4@0@7&#,1130|$#,)! -3 f5 (5|$#,1123|4@0@7&#,1130|$#,)! -3 f0 (5|$#,1123|$#,1130|$#,)! -3 f5 (5|$#,1123|$#,1130|$#,)! -3 f0 (5|$#,5|$#,5|$#,20|4@0@7&#,1130|$#,)! -3 f5 (5|$#,5|$#,5|$#,20|4@0@7&#,1130|$#,)! -3 f0 (5|$#,5|$#,)! -3 f5 (5|$#,5|$#,)! -3 f0 (5|$#,20|4@0@7&#,63|$#,5|$#,)! -3 f64 (5|$#,20|4@0@7&#,63|$#,5|$#,)! -3 f0 (5|$#,20|$#,63|$#,5|$#,1123|0@5@7&#,24|$#,)! -3 f64 (5|$#,20|$#,63|$#,5|$#,1123|0@5@7&#,24|$#,)! -1 t1120|1120& -3 f0 (5|$#,1143|$#,5|$#,)! -3 f64 (5|$#,1143|$#,5|$#,)! -3 f0 (5|$#,20|$#,63|$#,5|$#,)! -3 f64 (5|$#,20|$#,63|$#,5|$#,)! -3 f0 (5|$#,20|$#,63|$#,5|$#,1123|$#,5|$#,)! -3 f64 (5|$#,20|$#,63|$#,5|$#,1123|$#,5|$#,)! -3 f0 (5|$#,1143|$#,5|$#,)! -3 f64 (5|$#,1143|$#,5|$#,)! -3 f0 (5|$#,5|$#,5|$#,20|$#,5|$#,)! -3 f5 (5|$#,5|$#,5|$#,20|$#,5|$#,)! -3 f0 (5|$#,5|$#,)! -3 f5 (5|$#,5|$#,)! -3 f0 (5|$#,5|$#,5|$#,)! -3 f5 (5|$#,5|$#,5|$#,)! -3 f0 (5|$#,5|$#,5|$#,24|4@0@7&#,)! -3 f5 (5|$#,5|$#,5|$#,24|4@0@7&#,)! -3 f0 (5|$#,23|$#,)! -3 f1 (5|$#,23|$#,)! -3 f0 (23|$#,23|$#,5|$#,)! -3 f5 (23|$#,23|$#,5|$#,)! -3 f0 (23|$#,)! -3 f1 (23|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,5|$#,)! -3 f5 (5|$#,5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -0 s1151|-1 1173 -1 -1 t1172|1172& -3 f0 (24|$#,5|$#,1173|4@5@7&#,)! -3 f691 (24|$#,5|$#,1173|4@5@7&#,)! -3 f0 (691|$#,24|$#,5|$#,1173|4@5@7&#,)! -3 f691 (691|$#,24|$#,5|$#,1173|4@5@7&#,)! -3 Stimeval{9|@1|^#tv_sec,9|@1|^#tv_usec,}! -0 s1154|-1 1188 -1 -3 Stimespec{9|@1|^#ts_sec,9|@1|^#ts_nsec,}! -0 s1155|& -3 Stimezone{5|@1|^#tz_minuteswest,5|@1|^#tz_dsttime,}! -0 s1156|-1 1194 -1 -3 Sitimerval{1179|@1|^#it_interval,1179|@1|^#it_value,}! -0 s1167|-1 1191 -1 -3 Sclockinfo{5|@1|^#hz,5|@1|^#tick,5|@1|^#stathz,5|@1|^#profhz,}! -0 s1168|& -1 t1179|1179& -3 f0 (1188|$#,1188|4@5@7&#,)! -3 f5 (1188|$#,1188|4@5@7&#,)! -1 t1185|1185& -3 f0 (5|$#,1191|4@0@7&#,)! -3 f5 (5|$#,1191|4@0@7&#,)! -1 t1183|1183& -3 f0 (1188|4@5@7&#,1194|4@5@7&#,)! -3 f5 (1188|4@5@7&#,1194|4@5@7&#,)! -3 f0 (5|$#,1191|$#,1191|4@5@7&#,)! -3 f5 (5|$#,1191|$#,1191|4@5@7&#,)! -3 f0 (1188|$#,1194|$#,)! -3 f5 (1188|$#,1194|$#,)! -3 f0 (23|$#,1188|0@5@7&#,)! -3 f5 (23|$#,1188|0@5@7&#,)! -3 f0 (1058|@5|0@5@7&#,63|$#,5|$#,5|$#,5|$#,690|$#,)! -3 f1058 (1058|@5|0@5@7&#,63|$#,5|$#,5|$#,5|$#,690|$#,)! -3 f0 (1058|$#,5|$#,5|$#,)! -3 f5 (1058|$#,5|$#,5|$#,)! -3 f0 (1058|$#,5|$#,5|$#,)! -3 f5 (1058|$#,5|$#,5|$#,)! -3 f0 (1058|0@0@2&#,63|$#,)! -3 f5 (1058|0@0@2&#,63|$#,)! -3 f0 (1058|$#,5|$#,5|$#,)! -3 f5 (1058|$#,5|$#,5|$#,)! -3 f0 (1058|$#,63|$#,)! -3 f5 (1058|$#,63|$#,)! -3 f0 (1058|$#,63|$#,)! -3 f5 (1058|$#,63|$#,)! -3 Swinsize{8|@1|^#ws_row,8|@1|^#ws_col,8|@1|^#ws_xpixel,8|@1|^#ws_ypixel,}! -0 s1203|& -1 t1088|1088& -3 f0 (5|$#,1219|$#,)! -3 f1 (5|$#,1219|$#,)! -3 f0 (1219|$#,1219|4@0@7&#,)! -3 f1 (1219|$#,1219|4@0@7&#,)! -3 f0 (5|$#,1219|$#,)! -3 f5 (5|$#,1219|$#,)! -3 f1000 (5|$#,1219|$#,)! -3 f0 (5|$#,1219|$#,)! -3 f1 (5|$#,1219|$#,)! -3 f0 (1219|4@0@7&#,)! -3 f1 (1219|4@0@7&#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,692|$#,686|$#,)! -3 f5 (5|$#,692|$#,686|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,690|$#,)! -3 f5 (5|$#,690|$#,)! -3 f0 (23|4@0@7&#,63|$#,)! -3 f5 (23|4@0@7&#,63|$#,)! -3 f0 (23|$#,5|$#,)! -3 f5 (23|$#,5|$#,)! -3 f0 (23|$#,692|$#,686|$#,)! -3 f5 (23|$#,692|$#,686|$#,)! -3 f0 (23|$#,23|4@0@7&#,5|$#,)! -3 f5 (23|$#,23|4@0@7&#,5|$#,)! -3 f0 (5|$#,1219|0@5@7&#,1219|0@5@7&#,1219|0@5@7&#,1188|$#,)! -3 f5 (5|$#,1219|0@5@7&#,1219|0@5@7&#,1219|0@5@7&#,1188|$#,)! -3 f0 (686|$#,)! -3 f5 (686|$#,)! -3 f0 (692|$#,)! -3 f5 (692|$#,)! -1 t686|686& -3 f0 (5|$#,1253|$#,)! -3 f5 (5|$#,1253|$#,)! -3 f0 (686|$#,686|$#,)! -3 f5 (686|$#,686|$#,)! -3 f0 (686|$#,686|$#,)! -3 f5 (686|$#,686|$#,)! -3 f0 ()! -3 f1 ()! -3 f0 (23|$#,23|$#,)! -3 f5 (23|$#,23|$#,)! -3 f0 (23|$#,690|$#,)! -3 f5 (23|$#,690|$#,)! -3 Sipc_perm{692|@1|^#uid,686|@1|^#gid,692|@1|^#cuid,686|@1|^#cgid,688|@1|^#mode,1076|@1|^#seq,984|@1|^#key,}! -0 s1325|& -0 s1336|-1 1269 -1 -1 t1268|1268& -3 Smsqid_ds{1267|@1|^#msg_perm,1269|@1|0@0@3&#msg_first,1269|@1|0@0@3&#msg_last,1080|@1|^#msg_cbytes,1080|@1|^#msg_qnum,1080|@1|^#msg_qbytes,691|@1|^#msg_lspid,691|@1|^#msg_lrpid,632|@1|^#msg_stime,632|@1|^#msg_rtime,632|@1|^#msg_ctime,}! -0 s1337|-1 1274 -1 -3 Smymesg{9|@1|^#mtype,42|@1|^#mtext,}! -0 s1338|& -1 t1271|1271& -3 f0 (5|$#,5|$#,1274|4@0@7&#,)! -3 f5 (5|$#,5|$#,1274|4@0@7&#,)! -3 f0 (984|$#,5|$#,)! -3 f5 (984|$#,5|$#,)! -3 f0 (5|$#,20|4@0@7&#,63|$#,9|$#,5|$#,)! -3 f5 (5|$#,20|4@0@7&#,63|$#,9|$#,5|$#,)! -3 f0 (5|$#,20|$#,63|$#,5|$#,)! -3 f5 (5|$#,20|$#,63|$#,5|$#,)! -0 s1348|-1 1284 -1 -1 t1283|1283& -3 Ssemid_ds{1267|@1|^#sem_perm,1284|@1|0@0@3&#sem_base,1074|@1|^#sem_nsems,632|@1|^#sem_otime,632|@1|^#sem_ctime,}! -0 s1349|-1 1288 -1 -3 Ssem{1074|@1|^#semval,691|@1|^#sempid,1074|@1|^#semncnt,1074|@1|^#semzcnt,}! -1 t1286|1286& -1 t1074|1074& -3 Usemun{5|@1|^#val,1288|@1|0@0@3&#buf,1289|@1|0@0@3&#array,}! -0 s1350|& -3 Ssembuf{1074|@1|^#sem_num,7|@1|^#sem_op,7|@1|^#sem_flg,}! -0 s1351|-1 1298 -1 -3 f0 (5|$#,5|$#,5|$#,1291|$#,)! -3 f5 (5|$#,5|$#,5|$#,1291|$#,)! -3 f0 (984|$#,5|$#,5|$#,)! -3 f5 (984|$#,5|$#,5|$#,)! -1 t1293|1293& -3 f0 (5|$#,1298|$#,63|$#,)! -3 f5 (5|$#,1298|$#,63|$#,)! -3 Sshmid_ds{1267|@1|^#shm_perm,5|@1|^#shm_segsz,1074|@1|^#shm_lkcnt,691|@1|^#shm_lpid,691|@1|^#shm_cpid,1076|@1|^#shm_nattch,1076|@1|^#shm_cnattch,632|@1|^#shm_atime,632|@1|^#shm_dtime,632|@1|^#shm_ctime,}! -0 s1374|-1 1306 -1 -3 f0 (5|$#,20|0@5@7&#,5|$#,)! -3 f19 (5|$#,20|0@5@7&#,5|$#,)! -3 f20 (5|$#,20|0@5@7&#,5|$#,)! -1 t1302|1302& -3 f0 (5|$#,5|$#,1306|4@0@7&#,)! -3 f5 (5|$#,5|$#,1306|4@0@7&#,)! -3 f0 (20|$#,)! -3 f5 (20|$#,)! -3 f0 (984|$#,5|$#,5|$#,)! -3 f5 (984|$#,5|$#,5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 ()! -3 f1 ()! -3 f0 (23|$#,5|$#,5|$#,)! -3 f1 (23|$#,5|$#,5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,23|$#,!.,)! -3 f1 (5|$#,23|$#,!.,)! -3 f0 (5|$#,23|$#,205|$#,)! -3 f1 (5|$#,23|$#,205|$#,)! -3 f0 ()! -3 f1 ()! -3 f0 ()! -3 f19 ()! -3 f729 ()! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 ()! -3 f5 ()! -3 f0 ()! -3 f1 ()! -3 f0 ()! -3 f19 ()! -3 f720 ()! -3 f0 ()! -3 f5 ()! -3 f0 (23|$#,)! -3 f1 (23|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 Sstat{685|@1|^#st_dev,687|@1|^#st_ino,688|@1|^#st_mode,689|@1|^#st_nlink,692|@1|^#st_uid,686|@1|^#st_gid,685|@1|^#st_rdev,690|@1|^#st_size,632|@1|^#st_atime,632|@1|^#st_mtime,632|@1|^#st_ctime,979|@1|^#st_blksize,978|@1|^#st_blocks,}! -3 f0 (688|@7|$#,)! -3 f5 (688|@7|$#,)! -3 f1000 (688|@7|$#,)! -3 f2 (688|@7|$#,)! -3 f0 (688|@7|$#,)! -3 f5 (688|@7|$#,)! -3 f1000 (688|@7|$#,)! -3 f2 (688|@7|$#,)! -3 f0 (688|@7|$#,)! -3 f5 (688|@7|$#,)! -3 f1000 (688|@7|$#,)! -3 f2 (688|@7|$#,)! -3 f0 (688|@7|$#,)! -3 f5 (688|@7|$#,)! -3 f1000 (688|@7|$#,)! -3 f2 (688|@7|$#,)! -3 f0 (688|@7|$#,)! -3 f5 (688|@7|$#,)! -3 f1000 (688|@7|$#,)! -3 f2 (688|@7|$#,)! -3 f0 (688|@7|$#,)! -3 f5 (688|@7|$#,)! -3 f1000 (688|@7|$#,)! -3 f0 (787|@7|$#,)! -3 f5 (787|@7|$#,)! -3 f1000 (787|@7|$#,)! -3 f0 (787|@7|$#,)! -3 f5 (787|@7|$#,)! -3 f1000 (787|@7|$#,)! -3 f0 (787|@7|$#,)! -3 f5 (787|@7|$#,)! -3 f1000 (787|@7|$#,)! -3 f0 (23|$#,787|4@0@7&#,)! -3 f5 (23|$#,787|4@0@7&#,)! -3 f0 (23|$#,688|$#,685|$#,)! -3 f5 (23|$#,688|$#,685|$#,)! -3 f0 (23|$#,1080|$#,)! -3 f5 (23|$#,1080|$#,)! -3 f0 (5|$#,1080|$#,)! -3 f5 (5|$#,1080|$#,)! -3 Sstrbuf{5|@1|^#maxlen,5|@1|^#len,23|@1|0@0@3&#buf,}! -0 s1475|-1 1395 -1 -3 Sstr_mlist{42|@1|^#l_name,}! -0 s1476|-1 1392 -1 -1 t1391|1391& -3 Sstr_list{5|@1|^#sl_nmods,1392|@1|0@0@3&#sl_modlist,}! -0 s1477|& -1 t1389|1389& -3 f0 (5|$#,1395|4@0@7&#,1395|4@0@7&#,24|$#,)! -3 f5 (5|$#,1395|4@0@7&#,1395|4@0@7&#,24|$#,)! -3 f0 (5|$#,1395|4@0@7&#,1395|4@0@7&#,24|$#,24|$#,)! -3 f5 (5|$#,1395|4@0@7&#,1395|4@0@7&#,24|$#,24|$#,)! -3 f0 (5|$#,1395|$#,1395|$#,24|$#,)! -3 f5 (5|$#,1395|$#,1395|$#,24|$#,)! -3 f0 (5|$#,1395|$#,1395|$#,5|$#,24|$#,)! -3 f5 (5|$#,1395|$#,1395|$#,5|$#,24|$#,)! -3 Srusage{1179|@1|^#ru_utime,1179|@1|^#ru_stime,9|@1|^#ru_maxrss,9|@1|^#ru_ixrss,9|@1|^#ru_idrss,9|@1|^#ru_isrss,9|@1|^#ru_minflt,9|@1|^#ru_majflt,9|@1|^#ru_nswap,9|@1|^#ru_inblock,9|@1|^#ru_oublock,9|@1|^#ru_msgsnd,9|@1|^#ru_msgrcv,9|@1|^#ru_nsignals,9|@1|^#ru_nvcsw,9|@1|^#ru_nivcsw,}! -3 Srlimit{9|@1|^#rlim_cur,9|@1|^#rlim_max,}! -0 s1500|-1 1413 -1 -2 F0/3|0& -2 F10/3|10& -3 Sloadavg{1408|@1|^#ldavg,9|@1|^#fscale,}! -0 s1501|& -3 f0 (5|$#,5|$#,)! -3 f5 (5|$#,5|$#,)! -1 t1406|1406& -3 f0 (5|$#,1413|4@0@7&#,)! -3 f5 (5|$#,1413|4@0@7&#,)! -3 f0 (5|$#,1173|4@0@7&#,)! -3 f5 (5|$#,1173|4@0@7&#,)! -3 f0 (5|$#,5|$#,5|$#,)! -3 f5 (5|$#,5|$#,5|$#,)! -3 f0 (5|$#,1413|$#,)! -3 f5 (5|$#,1413|$#,)! -3 Sservent{23|@1|0@0@18@3@0#s_name,316|@1|0@0@18@3@0#s_aliases,5|@1|^#s_port,23|@1|0@0@18@3@0#s_proto,}! -0 s1507|-1 1426 -1 -3 f0 (23|$#,23|0@5@7&#,)! -3 f19 (23|$#,23|0@5@7&#,)! -1 t1423|1423& -3 f1426 (23|$#,23|0@5@7&#,)! -3 f0 (23|$#,23|0@5@7&#,1426|@5|4@0@7&#,23|4@0@7&#,5|$#,)! -3 f19 (23|$#,23|0@5@7&#,1426|@5|4@0@7&#,23|4@0@7&#,5|$#,)! -3 f1426 (23|$#,23|0@5@7&#,1426|@5|4@0@7&#,23|4@0@7&#,5|$#,)! -3 f0 (5|$#,23|0@5@7&#,)! -3 f19 (5|$#,23|0@5@7&#,)! -3 f1426 (5|$#,23|0@5@7&#,)! -3 f0 (5|$#,23|0@5@7&#,1426|@5|4@0@7&#,23|4@0@7&#,5|$#,)! -3 f19 (5|$#,23|0@5@7&#,1426|@5|4@0@7&#,23|4@0@7&#,5|$#,)! -3 f1426 (5|$#,23|0@5@7&#,1426|@5|4@0@7&#,23|4@0@7&#,5|$#,)! -3 f0 ()! -3 f19 ()! -3 f1426 ()! -3 f0 (1426|$#,23|$#,5|$#,)! -3 f19 (1426|$#,23|$#,5|$#,)! -3 f1426 (1426|$#,23|$#,5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 ()! -3 f5 ()! -0 s1517|-1 1450 -1 -3 f0 (23|0@2@7&#,)! -3 f19 (23|0@2@7&#,)! -1 t1447|1447& -3 f1450 (23|0@2@7&#,)! -3 f0 (23|$#,1450|@5|0@2@7&#,23|4@0@19@2@0#,5|$#,24|4@0@7&#,)! -3 f19 (23|$#,1450|@5|0@2@7&#,23|4@0@19@2@0#,5|$#,24|4@0@7&#,)! -3 f1450 (23|$#,1450|@5|0@2@7&#,23|4@0@19@2@0#,5|$#,24|4@0@7&#,)! -3 f0 (20|0@2@7&#,63|$#,5|$#,)! -3 f19 (20|0@2@7&#,63|$#,5|$#,)! -3 f1450 (20|0@2@7&#,63|$#,5|$#,)! -3 f0 (20|0@2@7&#,63|$#,5|$#,1450|@5|4@0@7&#,23|4@0@19@2@0#,5|$#,24|4@0@7&#,)! -3 f19 (20|0@2@7&#,63|$#,5|$#,1450|@5|4@0@7&#,23|4@0@19@2@0#,5|$#,24|4@0@7&#,)! -3 f1450 (20|0@2@7&#,63|$#,5|$#,1450|@5|4@0@7&#,23|4@0@19@2@0#,5|$#,24|4@0@7&#,)! -3 f0 ()! -3 f19 ()! -3 f1450 ()! -3 f0 (1450|@5|4@0@7&#,23|4@0@19@2@0#,5|$#,)! -3 f19 (1450|@5|4@0@7&#,23|4@0@19@2@0#,5|$#,)! -3 f1450 (1450|@5|4@0@7&#,23|4@0@19@2@0#,5|$#,)! -3 f0 (212|$#,)! -3 f19 (212|$#,)! -3 f1450 (212|$#,)! -3 f0 (212|$#,1450|$#,4|$#,5|$#,)! -3 f19 (212|$#,1450|$#,4|$#,5|$#,)! -3 f1450 (212|$#,1450|$#,4|$#,5|$#,)! -3 f0 (5|$#,)! -3 f1 (5|$#,)! -3 f0 ()! -3 f1 ()! -3 f0 (23|$#,)! -3 f1 (23|$#,)! -3 f0 (5|$#,)! -3 f19 (5|$#,)! -3 f23 (5|$#,)! -3 Shostent{23|@1|0@0@18@3@0#h_name,316|@1|0@0@18@3@0#h_aliases,5|@1|^#h_addrtype,5|@1|^#h_length,316|@1|0@0@18@3@0#h_addr_list,23|@1|0@0@18@3@0#h_addr,}! -3 f0 (23|0@2@7&#,)! -3 f5 (23|0@2@7&#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 C0.2/5|! -3 C0.5/3|! -3 f0 (1488|$#,)! -3 f2 (1488|$#,)! -3 f1487 (1488|$#,)! -3 f0 (1488|$#,)! -3 f2 (1488|$#,)! -3 f1487 (1488|$#,)! -3 C0.4/5|! -3 f0 (1488|@7|$#,)! -3 f4 (1488|@7|$#,)! -3 f1495 (1488|@7|$#,)! -3 f0 (1488|@7|$#,)! -3 f4 (1488|@7|$#,)! -3 f1495 (1488|@7|$#,)! -3 f0 ()! -3 f17 ()! -2 F0/3|0& -2 F8/3|8& -3 f0 (1505|$#,)! -3 f17 (1505|$#,)! -3 f0 (9|$#,)! -3 f1 (9|$#,)! -0 s1539|& -0 s1540|& -0 s1541|& -3 Sin_addr{1511|@1|^#s_addr,}! -0 s1542|& -2 F0/8|0& -2 F3/8|3& -3 Ssockaddr_in{1512|@1|^#sin_family,1510|@1|^#sin_port,1514|@1|^#sin_addr,1516|@1|^#sin_zero,}! -0 s1543|& -3 f0 (1511|$#,)! -3 f1511 (1511|$#,)! -3 f0 (1510|$#,)! -3 f1510 (1510|$#,)! -3 f0 (1511|$#,)! -3 f1511 (1511|$#,)! -3 f0 (1510|$#,)! -3 f1510 (1510|$#,)! -3 Sdirent{687|@1|^#d_ino,42|@1|^#d_name,}! -3 f0 (696|$#,)! -3 f5 (696|$#,)! -3 f0 (23|$#,)! -3 f19 (23|$#,)! -3 f696 (23|$#,)! -3 f0 (696|$#,)! -3 f19 (696|$#,)! -3 f704 (696|$#,)! -1 t704|704& -3 f0 (696|$#,704|$#,1536|$#,)! -3 f5 (696|$#,704|$#,1536|$#,)! -3 f0 (696|$#,)! -3 f1 (696|$#,)! -3 f0 (696|$#,9|$#,)! -3 f1 (696|$#,9|$#,)! -3 f0 (696|$#,)! -3 f9 (696|$#,)! -3 f0 (23|@5|4@0@7&#,23|$#,)! -3 f19 (23|@5|4@0@7&#,23|$#,)! -3 f23 (23|@5|4@0@7&#,23|$#,)! -3 f0 (23|@5|4@0@7&#,23|$#,63|$#,)! -3 f19 (23|@5|4@0@7&#,23|$#,63|$#,)! -3 f23 (23|@5|4@0@7&#,23|$#,63|$#,)! -3 f0 (997|$#,)! -3 f5 (997|$#,)! -3 f0 (1514|$#,)! -3 f19 (1514|$#,)! -3 f23 (1514|$#,)! -3 f0 (17|$#,17|$#,)! -3 f17 (17|$#,17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (5|$#,17|$#,)! -3 f17 (5|$#,17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (5|$#,17|$#,)! -3 f17 (5|$#,17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (212|$#,)! -3 f1 (212|$#,)! -3 f0 (23|@5|4@5@7&#,)! -3 f19 (23|@5|4@5@7&#,)! -3 f23 (23|@5|4@5@7&#,)! -3 f0 (23|4@5@7&#,)! -3 f19 (23|4@5@7&#,)! -3 f23 (23|4@5@7&#,)! -3 f0 (212|$#,)! -3 f5 (212|$#,)! -3 f0 (5|$#,23|$#,)! -3 f19 (5|$#,23|$#,)! -3 f212 (5|$#,23|$#,)! -3 f0 (212|$#,)! -3 f5 (212|$#,)! -3 f0 (212|$#,)! -3 f5 (212|$#,)! -3 f0 (212|0@5@7&#,)! -3 f5 (212|0@5@7&#,)! -3 f0 (212|$#,)! -3 f5 (212|$#,)! -3 f0 (212|$#,290|4@0@7&#,)! -3 f5 (212|$#,290|4@0@7&#,)! -3 f0 (23|@5|4@0@7&#,5|$#,212|$#,)! -3 f19 (23|@5|4@0@7&#,5|$#,212|$#,)! -3 f23 (23|@5|4@0@7&#,5|$#,212|$#,)! -3 f0 (212|$#,)! -3 f5 (212|$#,)! -3 f0 (212|$#,)! -3 f1 (212|$#,)! -3 f0 (23|$#,23|$#,)! -3 f19 (23|$#,23|$#,)! -3 f212 (23|$#,23|$#,)! -3 C0.5/1|! -3 f0 (212|$#,23|$#,!.,)! -3 f5 (212|$#,23|$#,!.,)! -3 f1615 (212|$#,23|$#,!.,)! -3 f237 (212|$#,23|$#,!.,)! -3 f0 (266|$#,212|$#,)! -3 f5 (266|$#,212|$#,)! -3 f0 (23|$#,212|$#,)! -3 f5 (23|$#,212|$#,)! -3 f0 (20|4@0@7&#,63|$#,63|$#,212|$#,)! -3 f63 (20|4@0@7&#,63|$#,63|$#,212|$#,)! -3 f0 (23|$#,23|$#,212|$#,)! -3 f19 (23|$#,23|$#,212|$#,)! -3 f212 (23|$#,23|$#,212|$#,)! -3 f0 (212|$#,23|$#,!.,)! -3 f5 (212|$#,23|$#,!.,)! -3 f0 (212|$#,9|$#,5|$#,)! -3 f5 (212|$#,9|$#,5|$#,)! -3 f0 (212|$#,690|$#,5|$#,)! -3 f5 (212|$#,690|$#,5|$#,)! -3 f0 (212|$#,290|$#,)! -3 f5 (212|$#,290|$#,)! -3 f0 (212|$#,)! -3 f9 (212|$#,)! -3 f0 (212|$#,)! -3 f690 (212|$#,)! -3 f0 (212|$#,)! -3 f1 (212|$#,)! -3 f0 (212|$#,)! -3 f1 (212|$#,)! -3 f0 (20|$#,63|$#,63|$#,212|$#,)! -3 f63 (20|$#,63|$#,63|$#,212|$#,)! -3 f0 (212|@7|$#,)! -3 f5 (212|@7|$#,)! -3 f0 ()! -3 f5 ()! -3 f0 (212|@7|$#,)! -3 f5 (212|@7|$#,)! -3 f0 ()! -3 f5 ()! -3 f0 (5|$#,316|$#,23|$#,)! -3 f5 (5|$#,316|$#,23|$#,)! -3 f0 (23|4@0@7&#,)! -3 f19 (23|4@0@7&#,)! -3 f23 (23|4@0@7&#,)! -3 f0 (212|$#,)! -3 f5 (212|$#,)! -3 f0 (212|$#,)! -3 f5 (212|$#,)! -3 f0 (23|0@5@7&#,)! -3 f1 (23|0@5@7&#,)! -3 f0 (23|$#,23|$#,)! -3 f19 (23|$#,23|$#,)! -3 f212 (23|$#,23|$#,)! -3 C0.5/1|! -3 f0 (23|$#,!.,)! -3 f5 (23|$#,!.,)! -3 f1669 (23|$#,!.,)! -3 f237 (23|$#,!.,)! -3 f0 (266|$#,212|@7|$#,)! -3 f5 (266|$#,212|@7|$#,)! -3 f0 (266|$#,)! -3 f5 (266|$#,)! -3 f0 (266|$#,212|@7|$#,)! -3 f5 (266|$#,212|@7|$#,)! -3 f0 (266|$#,)! -3 f5 (266|$#,)! -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (5|$#,212|$#,)! -3 f5 (5|$#,212|$#,)! -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (23|$#,23|$#,)! -3 f5 (23|$#,23|$#,)! -3 f0 (212|$#,)! -3 f1 (212|$#,)! -3 f0 (23|$#,!.,)! -3 f5 (23|$#,!.,)! -3 f0 (212|$#,23|0@5@19@2@0#,)! -3 f1 (212|$#,23|0@5@19@2@0#,)! -3 f0 (212|$#,23|0@5@19@2@0#,5|$#,63|$#,)! -3 f5 (212|$#,23|0@5@19@2@0#,5|$#,63|$#,)! -3 C0.5/1|! -3 f0 (23|4@0@7&#,63|$#,23|$#,!.,)! -3 f5 (23|4@0@7&#,63|$#,23|$#,!.,)! -3 f1698 (23|4@0@7&#,63|$#,23|$#,!.,)! -3 f0 (23|4@0@7&#,23|$#,!.,)! -3 f5 (23|4@0@7&#,23|$#,!.,)! -3 f1698 (23|4@0@7&#,23|$#,!.,)! -3 f237 (23|4@0@7&#,23|$#,!.,)! -3 f0 (23|4@0@7&#,23|$#,!.,)! -3 f5 (23|4@0@7&#,23|$#,!.,)! -3 f0 (23|$#,23|0@5@7&#,)! -3 f19 (23|$#,23|0@5@7&#,)! -3 f23 (23|$#,23|0@5@7&#,)! -3 f0 ()! -3 f19 ()! -3 f212 ()! -3 f0 (23|@5|4@5@7&#,)! -3 f19 (23|@5|4@5@7&#,)! -3 f23 (23|@5|4@5@7&#,)! -3 f0 (266|$#,212|$#,)! -3 f5 (266|$#,212|$#,)! -3 f0 (212|$#,23|$#,205|$#,)! -3 f5 (212|$#,23|$#,205|$#,)! -3 f0 (23|$#,205|$#,)! -3 f5 (23|$#,205|$#,)! -3 f0 (23|4@0@7&#,63|$#,23|$#,205|$#,)! -3 f5 (23|4@0@7&#,63|$#,23|$#,205|$#,)! -3 f0 (23|4@0@7&#,23|$#,205|$#,)! -3 f5 (23|4@0@7&#,23|$#,205|$#,)! -3 f0 (23|$#,)! -3 f9 (23|$#,)! -3 f0 ()! -3 f1 ()! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 ?! -3 f1733 ()! -3 f1 ()^1736 -1 t1735|1735& -3 f0 (1736|$#,)! -3 f5 (1736|$#,)! -3 f0 (23|$#,)! -3 f17 (23|$#,)! -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (23|$#,)! -3 f9 (23|$#,)! -3 ?! -3 f1745 (20|$#,20|$#,)! -3 f5 (20|$#,20|$#,)^1748 -1 t1747|1747& -3 f0 (20|$#,20|$#,63|$#,63|$#,1748|$#,)! -3 f19 (20|$#,20|$#,63|$#,63|$#,1748|$#,)! -3 f20 (20|$#,20|$#,63|$#,63|$#,1748|$#,)! -3 f0 (63|$#,63|$#,)! -3 f19 (63|$#,63|$#,)! -3 f20 (63|$#,63|$#,)! -3 S!5{5|@1|^#quot,5|@1|^#rem,}! -0 s1596|& -3 f0 (5|$#,5|$#,)! -3 f370 (5|$#,5|$#,)! -3 f0 ()! -3 f17 ()! -3 f0 (17|$#,5|$#,24|4@0@7&#,24|4@0@7&#,)! -3 f19 (17|$#,5|$#,24|4@0@7&#,24|4@0@7&#,)! -3 f23 (17|$#,5|$#,24|4@0@7&#,24|4@0@7&#,)! -3 f0 (17|$#,5|$#,24|4@0@7&#,24|4@0@7&#,)! -3 f19 (17|$#,5|$#,24|4@0@7&#,24|4@0@7&#,)! -3 f23 (17|$#,5|$#,24|4@0@7&#,24|4@0@7&#,)! -3 f0 (17|$#,5|$#,23|$#,)! -3 f19 (17|$#,5|$#,23|$#,)! -3 f23 (17|$#,5|$#,23|$#,)! -3 f0 (23|$#,)! -3 f19 (23|$#,)! -3 f23 (23|$#,)! -3 f0 (316|$#,316|$#,316|4@0@7&#,)! -3 f5 (316|$#,316|$#,316|4@0@7&#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (6|$#,23|$#,63|$#,)! -3 f19 (6|$#,23|$#,63|$#,)! -3 f23 (6|$#,23|$#,63|$#,)! -2 F0/3|0& -2 F8/3|8& -3 f0 (1781|$#,)! -3 f9 (1781|$#,)! -3 f0 (9|$#,)! -3 f19 (9|$#,)! -3 f23 (9|$#,)! -3 f0 (9|$#,)! -3 f9 (9|$#,)! -2 F0/7|0& -2 F8/7|8& -3 f0 (1790|$#,)! -3 f1 (1790|$#,)! -3 S!6{9|@1|^#quot,9|@1|^#rem,}! -0 s1606|& -3 f0 (9|$#,9|$#,)! -3 f377 (9|$#,9|$#,)! -3 f0 ()! -3 f9 ()! -3 f0 (63|$#,)! -3 f19 (63|$#,)! -3 f20 (63|$#,)! -3 f0 (23|$#,63|$#,)! -3 f5 (23|$#,63|$#,)! -3 f0 (384|4@5@7&#,23|$#,63|$#,)! -3 f63 (384|4@5@7&#,23|$#,63|$#,)! -3 f0 (384|4@5@7&#,23|0@5@7&#,63|$#,)! -3 f5 (384|4@5@7&#,23|0@5@7&#,63|$#,)! -3 f0 (23|$#,)! -3 f19 (23|$#,)! -3 f23 (23|$#,)! -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 ()! -3 f9 ()! -2 F0/3|0& -2 F8/3|8& -3 f0 (1816|$#,)! -3 f9 (1816|$#,)! -3 f0 (5|$#,)! -3 f19 (5|$#,)! -3 f23 (5|$#,)! -3 f0 (23|0@0@5&#,)! -3 f5 (23|0@0@5&#,)! -3 ?! -3 f1824 (20|$#,20|$#,)! -3 f5 (20|$#,20|$#,)^1827 -1 t1826|1826& -3 f0 (20|$#,63|$#,63|$#,1827|$#,)! -3 f1 (20|$#,63|$#,63|$#,1827|$#,)! -3 f0 ()! -3 f5 ()! -3 f0 (25|$#,)! -3 f5 (25|$#,)! -3 f0 ()! -3 f9 ()! -3 f0 (20|@5|4@5@2&#,63|$#,)! -3 f19 (20|@5|4@5@2&#,63|$#,)! -3 f20 (20|@5|4@5@2&#,63|$#,)! -3 f0 (23|$#,23|4@0@7&#,)! -3 f19 (23|$#,23|4@0@7&#,)! -3 f23 (23|$#,23|4@0@7&#,)! -2 F0/3|0& -2 F8/3|8& -3 f0 (1843|$#,)! -3 f19 (1843|$#,)! -3 f27 (1843|$#,)! -3 f0 (23|$#,)! -3 f1 (23|$#,)! -3 f0 (23|0@0@5&#,)! -3 f19 (23|0@0@5&#,)! -3 f23 (23|0@0@5&#,)! -3 f0 (6|$#,)! -3 f1 (6|$#,)! -3 f0 (9|$#,)! -3 f1 (9|$#,)! -3 f0 (6|$#,)! -3 f1 (6|$#,)! -3 f0 (23|$#,316|4@5@7&#,)! -3 f17 (23|$#,316|4@5@7&#,)! -3 f0 (23|$#,316|4@5@7&#,5|$#,)! -3 f9 (23|$#,316|4@5@7&#,5|$#,)! -3 f0 (23|$#,316|4@5@7&#,5|$#,)! -3 f10 (23|$#,316|4@5@7&#,5|$#,)! -3 f0 (23|0@5@7&#,)! -3 f5 (23|0@5@7&#,)! -3 f0 ()! -3 f5 ()! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (63|$#,)! -3 f19 (63|$#,)! -3 f20 (63|$#,)! -3 f0 (23|4@0@7&#,384|$#,63|$#,)! -3 f63 (23|4@0@7&#,384|$#,63|$#,)! -3 f0 (23|4@5@7&#,65|$#,)! -3 f5 (23|4@5@7&#,65|$#,)! -;;tistable -0 -29 -29,124 -124 -29,124,139 -139 -29,124,139,142 -142 -29,124,139,142,143 -143 -418 -418,531 -531 -418,531,534 -534 -418,531,534,757 -757 -978 -;;symTable -*0 (Datatype) -^0 2@+@-@0@0@0@0@2#lltX_bool -*1 (Constant) -^1 2@i0@0@6#FALSE -^2 2@i1@0@0#TRUE -*11 (GlobalMarker) -*1 (Constant) -^4 5$#__LINE__ -^5 23$#__DATE__#__FILE__#__BASE_FILE__ -^8 5$#__INCLUDE_LEVEL__ -^9 23$#__VERSION__ -*0 (Datatype) -^10 13@-@-@0@0@0@0@59#__SIZE_TYPE__ -^11 13@-@-@0@0@0@0@60#__PTRDIFF_TYPE__ -^12 13@-@-@0@0@0@0@61#__WCHAR_TYPE__ -*1 (Constant) -^13 23$#__USER_LABEL_PREFIX__#__REGISTER_PREFIX__#__TIME__ -^16 5$#S_SPLINT_S#__LCLINT__ -*3 (Variable) -^18 212|@1|6@0@0@0@1#stdin#stdout -*1 (Constant) -^20 5$#EDOM#ERANGE#EILSEQ -*3 (Variable) -^23 5|@1|6@0@0@0@1#errno -*0 (Datatype) -^24 13@-@-@0@0@0@0@62#ptrdiff_t -^25 14@-@-@0@0@0@0@63#size_t -^26 15@-@-@0@0@0@0@64#ssize_t -^27 13@-@-@0@0@0@0@65#wchar_t -^28 13@-@-@0@0@0@0@66#wint_t -^29 0@+@=@0@0@0@0@67#mbstate_t -*1 (Constant) -^30 0@i0@0@6#NULL -^31 2$#NDEBUG -*4 (Function) -^32 72@6@0@8@0@0^$@0#assert -^33 77$^$@0#isalnum -^34 80$^$@0#isalpha -^35 83$^$@0#iscntrl -^36 86$^$@0#isdigit -^37 90$^$@0#isgraph -^38 94$^$@0#islower -^39 97$^$@0#isprint -^40 100$^$@0#ispunct -^41 103$^$@0#isspace -^42 107$^$@0#isupper -^43 111$^$@0#isxdigit -^44 115$^$@0#tolower -^45 118$^$@0#toupper -*7 (Struct tag) -^46 119@120#@lconv -*1 (Constant) -^47 5$#LC_ALL#LC_COLLATE#LC_CTYPE#LC_MONETARY#LC_NUMERIC#LC_TIME -*4 (Function) -^53 123@6@5@1@0@0@0@s1,g23@6@0@1@s1,g23@19@3@0#setlocale -^54 127$^@3@0@0#localeconv -*3 (Variable) -^55 5|@1|6@0@0@0@1#DBL_DIG -^56 17|@1|6@0@0@0@1#DBL_EPSILON -^57 5|@1|6@0@0@0@1#DBL_MANT_DIG -^58 17|@1|6@0@0@0@1#DBL_MAX -^59 5|@1|6@0@0@0@1#DBL_MAX_10_EXP#DBL_MAX_EXP -^61 17|@1|6@0@0@0@1#DBL_MIN -^62 5|@1|6@0@0@0@1#DBL_MIN_10_EXP#DBL_MIN_EXP#FLT_DIG -^65 16|@1|6@0@0@0@1#FLT_EPSILON -^66 5|@1|6@0@0@0@1#FLT_MANT_DIG -^67 16|@1|6@0@0@0@1#FLT_MAX -^68 5|@1|6@0@0@0@1#FLT_MAX_10_EXP#FLT_MAX_EXP -^70 16|@1|6@0@0@0@1#FLT_MIN -^71 5|@1|6@0@0@0@1#FLT_MIN_10_EXP#FLT_MIN_EXP -*1 (Constant) -^73 5$#FLT_RADIX -*3 (Variable) -^74 5|@1|6@0@0@0@1#FLT_ROUNDS#LDBL_DIG -^76 18|@1|6@0@0@0@1#LDBL_EPSILON -^77 5|@1|6@0@0@0@1#LDBL_MANT_DIG -^78 18|@1|6@0@0@0@1#LDBL_MAX -^79 5|@1|6@0@0@0@1#LDBL_MAX_10_EXP#LDBL_MAX_EXP -^81 18|@1|6@0@0@0@1#LDBL_MIN -^82 5|@1|6@0@0@0@1#LDBL_MIN_10_EXP#LDBL_MIN_EXP -*1 (Constant) -^84 5$#CHAR_BIT -^85 4$#CHAR_MAX#CHAR_MIN -^87 5$#INT_MAX#INT_MIN -^89 9$#LONG_MAX#LONG_MIN#MB_LEN_MAX -^92 4$#SCHAR_MAX#SCHAR_MIN -^94 7$#SHRT_MAX#SHRT_MIN -^96 3$#UCHAR_MAX#UCHAR_MIN -^98 6$#UINT_MAX -^99 10$#ULONG_MAX -^100 8$#USHRT_MAX -^101 17$#HUGE_VAL -*4 (Function) -^102 129$^$@0#sin -^103 131$^$@0#cos -^104 133$^$@0#tan -^105 135$@0@g23@6@0@1@g23$@0#asin -^106 137$@0@g23@6@0@1@g23$@0#acos -^107 139$^$@0#atan -^108 141$^$@0#atan2 -^109 143$^$@0#sinh -^110 145$@0@g23@6@0@1@g23$@0#cosh -^111 147$^$@0#tanh -^112 149$@0@g23@6@0@1@g23$@0#exp -^113 151$@0@g23@6@0@1@g23$@0#ldexp -^114 153$@0@@1@tp1$@0#frexp -^115 155$@0@g23@6@0@1@g23$@0#log -^116 157$@0@g23@6@0@1@g23$@0#log10 -^117 159$@0@g23@6@0@1@g23$@0#pow -^118 161$@0@g23@6@0@1@g23$@0#sqrt -^119 163$^$@0#ceil -^120 165$^$@0#floor -^121 167$^$@0#fabs -^122 169$@0@@1@tp1$@0#modf -^123 171$^$@0#fmod -*0 (Datatype) -^124 20@+@+@0@0@0@0@172#jmp_buf -*4 (Function) -^125 174$@0@@1@p0$@0#setjmp -^126 176@6@0@5@0@0^$@0#longjmp -*1 (Constant) -^127 5$#SIGABRT#SIGFPE#SIGILL#SIGINT#SIGSEGV#SIGTERM -*0 (Datatype) -^133 13@-@-@0@0@0@0@177#sig_atomic_t -*1 (Constant) -^134 181$#SIG_DFL -^135 185$#SIG_ERR -^136 189$#SIG_IGN -*4 (Function) -^137 202@6@5@1@0@0@0@s1,g23@6@0@1@s1,g23$@0#signal -^138 204@6@0@5@0@0$$@0#raise -*0 (Datatype) -^139 20@+@+@0@0@0@0@205#va_list -*4 (Function) -^140 207$@0@@1@p0$@0#va_start -^141 209$@0@@1@p0$@0#va_end -*0 (Datatype) -^142 20@+@+@0@0@0@0@210#FILE -^143 20@+@+@0@0@0@0@211#fpos_t -*1 (Constant) -^144 5$#_IOFBF#_IOLBF#_IONBF#BUFSIZ#EOF#FOPEN_MAX#FILENAME_MAX#L_tmpnam#SEEK_CUR#SEEK_END#SEEK_SET#TMP_MAX -*3 (Variable) -^156 212|@1|6@0@0@0@1#stderr -*4 (Function) -^157 1687$@0@s3,g23@6@0@1@s3,g23$@0#remove -^158 1689$@0@s3,g23@6@0@1@s3,g23$@0#rename -^159 1713@6@5@1@0@0@0@s3,g23@6@0@1@s3,g23@3@0@0#tmpfile -^160 1716$@0@s1@1@tp0,s1@19@3@0#tmpnam -^161 1591$@0@g23@6@0,s3@1@tp0,g23,s3$@0#fclose -^162 1600$@0@g23@6@0,s3@1@tp0,g23,s3$@0#fflush -^163 1614@6@5@1@0@0@0@s3,g23@6@0@1@s3,g23@18@0@0#fopen -^164 1628@6@5@1@0@0@0@s3,g23@6@0@1@tp2,s3,g23@3@0@0#freopen -^165 1695$@0@s3@1@s3,tp0,tp1$@0#setbuf -^166 1697$@0@s3@1@s3,tp0,tp1$@0#setvbuf -^167 1619@6@0@1@1@0@0@s3,g23@6@0@1@s3,tp0,g23$@0#fprintf -^168 1630@6@0@1@2@0@0@s3,g23@6@0@1@s3,tp0,g23$@0#fscanf -^169 1673@6@0@1@1@0@1@g19@6@0,s3@1@s3,tg19$@0#printf -^170 1693@6@0@1@2@0@1@g18@6@0,s3,g23@6@0@1@s3,tg18,g23$@0#scanf -^171 1705@6@0@1@1@0@0@@1@tp0$@0#sprintf -^172 1707@6@0@1@2@0@1@g23@6@0@1@g23$@0#sscanf -^173 1722$@1@g19@6@0,s3@1@s3,tg19$@0#vprintf -^174 1720$@0@s3,g23@6@0@1@s3,tp0,p2,g23$@0#vfprintf -^175 1726$@0@@1@p0$@0@W:bufferoverflowhigh#Use vsnprintf instead##vsprintf -^176 1724$@0@@1@p0$@0#vsnprintf -^177 1602$@0@s3,g23@6@0@1@s3,tp0,g23$@0#fgetc -^178 1607@6@5@1@0@0@0@s3,g23@6@0@1@s3,tp0,tp2,g23$@0#fgets -^179 1621$@0@s3,g23@6@0@1@s3,tp1,g23$@0#fputc -^180 1623$@0@s3,g23@6@0@1@s3,tp1,g23$@0#fputs -^181 1648$@0@s3,g23@6@0@1@s3,tp0,g23$@0#getc -^182 1650$@1@g18@6@0,s3,g23@6@0@1@s3,tg18,g23$@0#getchar -^183 1659@6@5@1@0@0@1@g18@6@0,s3,g23@6@0@1@s3,tp0,tg18,g23@3@0@0@W:bufferoverflowhigh#Use of gets leads to a buffer overflow vulnerability. Use fgets instead##gets -^184 1675$@0@s3,g23@6@0@1@s3,tp1,g23$@0#putc -^185 1677$@1@g19@6@0,s3,g23@6@0@1@s3,tg19,g23$@0#putchar -^186 1683$@1@g19@6@0,s3,g23@6@0@1@s3,tg19,g23$@0#puts -^187 1718$@0@s3,g23@6@0@1@s3,tp1,g23$@0#ungetc -^188 1625$@0@s3,g23@6@0@1@s3,tp0,tp3,g23$@0#fread -^189 1646$@0@s3,g23@6@0@1@s3,tp3,g23$@0#fwrite -^190 1604$@0@g23@6@0@1@tp1,g23$@0#fgetpos -^191 1632$@0@s3,g23@6@0@1@s3,tp0,g23$@0#fseek -^192 1636$@0@s3,g23@6@0@1@s3,tp0,g23$@0#fsetpos -^193 1638$@0@g23@6@0@1@g23$@0#ftell -^194 1691$@0@s3,g23@6@0@1@tp0,g23$@0#rewind -^195 1583$@0@@1@tp0$@0#clearerr -^196 1596$@0@g23@6@0@1@g23$@0#feof -^197 1598$@0@g23@6@0@1@g23$@0#ferror -^198 1665$@1@g23@6@0,g156@6@0,s3@1@s3,tg156$@0#perror -^199 1740$^$@0#atof -^200 1742$^$@0#atoi -^201 1744$^$@0#atol -^202 1859$@0@g23@6@0@1@tp1,g23$@0#strtod -^203 1861$@0@g23@6@0@1@tp1,g23$@0#strtol -^204 1863$@0@g23@6@0@1@tp1,g23$@0#strtoul -*1 (Constant) -^205 5$#RAND_MAX -*4 (Function) -^206 1831$@0@s1@1@s1$@0#rand -^207 1853$@0@s1@1@s1$@0#srand -^208 1754@6@5@1@0@0^@2@0@0#calloc -^209 1801@4@5@1@0@0@1@g23@6@0@1@g23@2@0@0#malloc -^210 1838@6@5@1@0@0@0@g23@6@0@1@tp0,g23@2@0@0#realloc -^211 1109$@0@@1@p0,tp0$@0#free -*1 (Constant) -^212 5$#EXIT_FAILURE#EXIT_SUCCESS -*4 (Function) -^214 1730@6@0@6@0@0^$@0#abort -^215 341@6@0@6@0@0^$@0#exit -^216 1738$@0@s1@1@s1$@0#atexit -^217 1772@6@5@1@0@0^@19@3@0#getenv -^218 1865$@0@s3,g23@6@0@1@s3,g23$@0#system -^219 1751@6@5@1@0@0^@18@0@0#bsearch -^220 1829$@0@g23@6@0@1@tp0,g23$@0#qsort -^221 1732$^$@0#abs -*7 (Struct tag) -^222 368@369#@!2 -*0 (Datatype) -^223 368@-@-@0@0@0@0@370#div_t -*4 (Function) -^224 1758$^$@0#div -^225 1788$^$@0#labs -*7 (Struct tag) -^226 375@376#@!3 -*0 (Datatype) -^227 375@-@-@0@0@0@0@377#ldiv_t -*4 (Function) -^228 1796$^$@0#ldiv -*1 (Constant) -^229 63$#MB_CUR_MAX -^230 5$#WCHAR_MAX#WCHAR_MIN -^232 66$#WEOF -*4 (Function) -^233 381$^$@0#btowc -^234 383$@0@s3@1@s3,tp0$@0#fgetwc -^235 387@6@5@1@0@0@0@s3@1@s3,tp0,tp2$@0#fgetws -^236 389$@0@s3@1@s3,tp1$@0#fputwc -^237 391$@0@s3@1@s3,tp1$@0#fputws -^238 393$^$@0#fwide -^239 395@6@0@1@1@0@0@s3@1@tp0,s3$@0#fwprintf -^240 397@6@0@1@2@0@0@s3@1@tp0,s3$@0#fwscanf -^241 399$@0@s3@1@s3,tp0$@0#getwc -^242 401$@0@s3,g18@6@0@1@s3,tg18$@0#getwchar -^243 404$^$@0#mbrlen -^244 406$@0@@1@tp0$@0#mbrtowc -^245 408$^$@0#mbsinit -^246 410$@0@@1@tp0$@0#mbsrtowcs -^247 412$@0@s3@1@s3,tp1$@0#putwc -^248 414$@0@s3,g19@6@0@1@s3,tg19$@0#putwchar -^249 416@6@0@1@1@0@0@@1@tp0$@0#swprintf -^250 418@6@0@1@2@0@0@g18@6@0@1@tg18$@0#swscanf -^251 420$@0@s3@1@s3,tp1$@0#ungetwc -^252 422$@0@s3@1@s3,tp0$@0#vfwprintf -^253 424$@0@@1@tp0$@0#vswprintf -^254 426$@0@s3,g19@6@0@1@s3,tg19$@0#vwprintf -^255 428$@0@@1@tp0$@0#wcrtomb -^256 432$@0@@1@tp0$@0#wcscat -^257 435@6@5@1@0@0^@19@2@0#wcschr -^258 437$^$@0#wcscmp -^259 439$^$@0#wcscoll -^260 442$@0@@1@tp0$@0#wcscpy -^261 444$^$@0#wcscspn -*7 (Struct tag) -^262 633@445#@tm -*4 (Function) -^263 448$@0@@1@tp0$@0#wcsftime -^264 450$^$@0#wcslen -^265 454$@0@@1@tp0$@0#wcsncat -^266 456$^$@0#wcsncmp -^267 459$@0@@1@tp0$@0#wcsncpy -^268 462@6@5@1@0@0^$@0#wcspbrk -^269 465@6@5@1@0@0^$@0#wcsrchr -^270 468$@0@@1@tp1$@0#wcsrtombs -^271 470$^$@0#wcsspn -^272 473@6@5@1@0@0^@3@0@0#wcsstr -^273 475$@0@@1@tp1$@0#wcstod -^274 478@6@5@1@0@0@0@@1@tp2@3@0@0#wcstok -^275 480$@0@@1@tp1$@0#wcstol -^276 482$@0@@1@tp1$@0#wcstoul -^277 484$@0@@1@tp0$@0#wcsxfrm -^278 486$^$@0#wctob -^279 489@6@5@1@0@0^@3@0@0#wmemchr -^280 491$^$@0#wmemcmp -^281 494$@0@@1@tp0$@0#wmemcpy -^282 497$@0@@1@tp0$@0#wmemmove -^283 500$@0@@1@tp0$@0#wmemset -^284 502@6@0@1@1@0@1@g19@6@0,g23@6@0@1@g23,tg19$@0#wprintf -^285 504@6@0@1@2@0@1@g18@6@0,g23@6@0@1@g23,tg18$@0#wscanf -*0 (Datatype) -^286 13@-@-@0@0@0@0@505#wctype_t -^287 13@-@-@0@0@0@0@506#wctrans_t -*4 (Function) -^288 510$^$@0#iswalnum -^289 513$^$@0#iswalpha -^290 516$^$@0#iswcntrl -^291 519$^$@0#iswctype -^292 522$^$@0#iswdigit -^293 526$^$@0#iswgraph -^294 529$^$@0#iswlower -^295 532$^$@0#iswprint -^296 535$^$@0#iswpunct -^297 538$^$@0#iswspace -^298 541$^$@0#iswupper -^299 545$^$@0#iswxdigit -^300 549$^$@0#towctrans -^301 552$^$@0#towlower -^302 555$^$@0#towupper -^303 557$^$@0#wctrans -^304 559$^$@0#wctype -^305 1803$@1@g23@6@0@1@g23$@0#mblen -^306 1807$@0@g23@6@0@1@tp0,g23$@0#mbtowc -^307 1876$@0@@1@tp0$@0#wctomb -^308 1805$@0@@1@tp0$@0#mbstowcs -^309 1874$@0@g23@6@0@1@tp0,g23$@0#wcstombs -^310 573$@0@@1@tp0$@0#memcpy -^311 576$@0@@1@tp0$@0#memmove -^312 580$@0@@1@tp0$@0#strcpy -^313 583$@0@@1@tp0$@0#strncpy -^314 586$@0@@1@tp0$@0#strcat -^315 589$@0@@1@tp0$@0#strncat -^316 591$^$@0#memcmp -^317 593$^$@0#strcmp -^318 595$^$@0#strcoll -^319 597$^$@0#strncmp -^320 599$@0@@1@tp0$@0#strxfrm -^321 602@6@5@1@0@0^@3@0@0#memchr -^322 605@6@5@1@0@0^@19@2@0#strchr -^323 607$^$@0#strcspn -^324 610@6@5@1@0@0^@19@2@0#strpbrk -^325 613@6@5@1@0@0^@19@2@0#strrchr -^326 615$^$@0#strspn -^327 618@6@5@1@0@0^@19@2@0#strstr -^328 621@6@5@1@0@0@0@s1,g23@6@0@1@tp0,s1,g23@19@2@0#strtok -^329 625$@0@@1@tp0$@0#memset -^330 628$^@19@3@0#strerror -^331 630$^$@0#strlen -*1 (Constant) -^332 5$#CLOCKS_PER_SEC -*0 (Datatype) -^333 13@-@-@0@0@0@0@631#clock_t -^334 13@-@-@0@0@0@0@632#time_t -*4 (Function) -^335 635$@0@s1@1@s1$@0#clock -^336 637$^$@0#difftime -^337 639$^$@0#mktime -^338 642$@0@@1@tp0$@0#time -^339 645$@0@g23@6@0@1@g23@19@3@0#asctime -^340 648$^@19@3@0#ctime -^341 651@6@5@1@0@0^@19@3@0#gmtime -^342 654@6@5@1@0@0@0@g23@6@0@1@g23@19@3@0#localtime -^343 656$@0@@1@tp0$@0#strftime -*0 (Datatype) -^344 13@-@-@0@0@0@0@657#int8_t -^345 13@-@-@0@0@0@0@658#int16_t -^346 13@-@-@0@0@0@0@659#int32_t -^347 13@-@-@0@0@0@0@660#int64_t -^348 14@-@-@0@0@0@0@661#uint8_t -^349 14@-@-@0@0@0@0@662#uint16_t -^350 14@-@-@0@0@0@0@663#uint32_t -^351 14@-@-@0@0@0@0@664#uint64_t -^352 13@-@-@0@0@0@0@665#int_least8_t -^353 13@-@-@0@0@0@0@666#int_least16_t -^354 13@-@-@0@0@0@0@667#int_least32_t -^355 13@-@-@0@0@0@0@668#int_least64_t -^356 14@-@-@0@0@0@0@669#uint_least8_t -^357 14@-@-@0@0@0@0@670#uint_least16_t -^358 14@-@-@0@0@0@0@671#uint_least32_t -^359 14@-@-@0@0@0@0@672#uint_least64_t -^360 13@-@-@0@0@0@0@673#int_fast8_t -^361 13@-@-@0@0@0@0@674#int_fast16_t -^362 13@-@-@0@0@0@0@675#int_fast32_t -^363 13@-@-@0@0@0@0@676#int_fast64_t -^364 14@-@-@0@0@0@0@677#uint_fast8_t -^365 14@-@-@0@0@0@0@678#uint_fast16_t -^366 14@-@-@0@0@0@0@679#uint_fast32_t -^367 14@-@-@0@0@0@0@680#uint_fast64_t -^368 24@-@+@0@0@0@0@681#intptr_t -^369 25@-@+@0@0@0@0@682#uintptr_t -^370 15@-@-@0@0@0@0@683#intmax_t -^371 14@-@-@0@0@0@0@684#uintmax_t -*1 (Constant) -^372 5$#INT8_MIN#INT16_MIN#INT32_MIN#INT64_MIN#INT8_MAX#INT16_MAX#INT32_MAX#INT64_MAX#UINT8_MIN#UINT16_MIN#UINT32_MIN#UINT64_MIN#INT_LEAST8_MIN#INT_LEAST16_MIN#INT_LEAST32_MIN#INT_LEAST64_MIN#INT_LEAST8_MAX#INT_LEAST16_MAX#INT_LEAST32_MAX#INT_LEAST64_MAX#UINT_LEAST8_MAX#UINT_LEAST16_MAX#UINT_LEAST32_MAX#UINT_LEAST64_MAX#INT_FAST8_MIN#INT_FAST16_MIN#INT_FAST32_MIN#INT_FAST64_MIN#INT_FAST8_MAX#INT_FAST16_MAX#INT_FAST32_MAX#INT_FAST64_MAX#UINT_FAST8_MAX#UINT_FAST16_MAX#UINT_FAST32_MAX#UINT_FAST64_MAX -^408 63$#INTPTR_MIN#INTPTR_MAX -*0 (Datatype) -^410 13@-@-@0@0@0@0@685#dev_t -^411 13@-@-@0@0@0@0@686#gid_t -^412 14@-@-@0@0@0@0@687#ino_t -^413 13@-@-@0@0@0@0@688#mode_t -^414 13@-@-@0@0@0@0@689#nlink_t -^415 13@-@-@0@0@0@0@690#off_t -^416 13@-@-@0@0@0@0@691#pid_t -^417 13@-@-@0@0@0@0@692#uid_t -^418 20@+@+@0@0@0@0@693#DIR -*7 (Struct tag) -^419 1527@695#@dirent -*4 (Function) -^420 1529$@0@g23@6@0@1@g23$@0#closedir -^421 1532@6@5@1@0@0@0@g23@6@0@1@g23@3@0@0#opendir -^422 1535@6@5@1@0@0@0@g23@6@0@1@g23@3@0@0#readdir -^423 1540$^$@0#rewinddir -*1 (Constant) -^424 5$#E2BIG#EACCES#EAGAIN#EBADF#EBUSY#ECHILD#EDEADLK#EEXIST#EFAULT#EFBIG#EINTR#EINVAL#EIO#EISDIR#EMFILE#EMLINK#ENAMETOOLONG#ENFILE#ENODEV#ENOENT#ENOEXEC#ENOLCK#ENOMEM#ENOSPC#ENOSYS#ENOTDIR#ENOTEMPTY#ENOTTY#ENXIO#EPERM#EPIPE#EROFS#ESPIPE#ESRCH#EXDEV#FD_CLOEXEC#F_DUPFD#F_GETFD#F_GETFL#F_GETLK#F_RDLCK#F_SETFD#F_SETFL#F_SETLK#F_SETLKW#F_UNLCK#F_WRLCK#O_ACCMODE#O_APPEND#O_CREAT#O_EXCL#O_NOCTTY#O_NONBLOCK#O_RDONLY#O_RDWR#O_TRUNC#O_WRONLY#S_IRGRP#S_IROTH#S_IUSR#S_IWXG#S_IWXO#S_IWXU#S_ISGID#S_ISUID#S_IWGRP#S_IWOTH#S_IWUSR#S_IXGRP#S_IXOTH#S_IXUSR -*7 (Struct tag) -^495 708@709#@flock -*4 (Function) -^496 711$@0@g23@6@0@1@g23$@0#creat -^497 713$@0@g23@6@0@1@g23$@0#fcntl -^498 715$@0@g23@6@0@1@g23$@0#open -*7 (Struct tag) -^499 716@717#@group -*4 (Function) -^500 721@6@5@1@0@0@0@g23@6@0@1@g23@3@0@0#getgrgid -^501 724@6@5@1@0@0@0@g23@6@0@1@g23@3@0@0#getgrnam -*1 (Constant) -^502 9$#ARG_MAX#CHILD_MAX#LINK_MAX#MAX_CANON -^506 63$#MAX_INPUT#NAME_MAX -^508 9$#NGROUPS_MAX#OPEN_MAX -^510 63$#PATH_MAX#PIPE_BUF -^512 9$#SSIZE_MAX#STREAM_MAX#TZNAME_MAX#_POSIX_ARG_MAX#_POSIX_CHILD_MAX#_POSIX_LINK_MAX#_POSIX_MAX_CANON#_POSIX_MAX_INPUT#_POSIX_NAME_MAX#_POSIX_NGROUPS_MAX#_POSIX_OPEN_MAX#_POSIX_PATH_MAX#_POSIX_PIPE_BUF#_POSIX_SSIZE#_POSIX_STREAM#_POSIX_TZNAME_MAX -*7 (Struct tag) -^528 725@726#@passwd -*4 (Function) -^529 730@6@5@1@0@0@0@g23@6@0@1@g23@19@3@0#getpwnam -^530 733@6@5@1@0@0@0@g23@6@0@1@g23@19@3@0#getpwuid -*0 (Datatype) -^531 20@+@+@0@0@0@0@734#sigjmp_buf -*4 (Function) -^532 736@6@0@5@0@0^$@0#siglongjmp -^533 738$@0@@1@p0$@0#sigsetjmp -*0 (Datatype) -^534 0@+@=@0@0@0@0@739#sigset_t -*1 (Constant) -^535 5$#SA_NOCLDSTOP#SIG_BLOCK#SIG_SETMASK#SIG_UNBLOCK#SIGALRM#SIGCHLD#SIGCONT#SIGHUP#SIGKILL#SIGPIPE#SIGQUIT#SIGSTOP#SIGTSTP#SIGTTIN#SIGTTOU#SIGUSR1#SIGUSR2 -*7 (Struct tag) -^552 744@745#@sigaction -*4 (Function) -^553 747@6@0@5@0@0@0@g23@6@0@1@g23$@0#kill -^554 750$@0@g23@6@0,s3@1@tp2,g23,s3$@0#sigaction -^555 753$@0@g23@6@0@1@tp0,g23$@0#sigaddset -^556 755$@0@g23@6@0@1@tp0,g23$@0#sigdelset -^557 757$@0@g23@6@0@1@tp0,g23$@0#sigemptyset -^558 759$@0@g23@6@0@1@tp0,g23$@0#sigfillset -^559 761$@0@g23@6@0@1@g23$@0#sigismember -^560 763$@0@g23@6@0@1@tp0,g23$@0#sigpending -^561 765$@0@g23@6@0,s3@1@tp2,g23,s3$@0#sigprocmask -^562 767$@0@g23@6@0,s3@1@g23,s3$@0#sigsuspend -*1 (Constant) -^563 5$#L_ctermid#L_cuserid -*4 (Function) -^565 1594@6@5@1@0@0@0@g23@6@0,s3@1@g23,s3@18@0@0#fdopen -^566 1609$@0@g23@6@0@1@g23$@0#fileno -*7 (Struct tag) -^567 1347@774#@stat -*4 (Function) -^568 1350$^$@0#S_ISBLK -^569 1354$^$@0#S_ISCHR -^570 1358$^$@0#S_ISDIR -^571 1362$^$@0#S_ISFIFO -^572 1366$^$@0#S_ISREG -^573 786$@0@s3,g23@6@0@1@s3,g23$@0#chmod -^574 789$@0@g23@6@0@1@g23,tp1$@0#fstat -^575 791$@0@s3,g23@6@0@1@s3,g23$@0#mkdir -^576 793$@0@s3,g23@6@0@1@s3,g23$@0#mkfifo -^577 795$@0@g23@6@0@1@g23,tp1$@0#stat -^578 797$@0@s3@1@s3$@0#umask -*7 (Struct tag) -^579 798@799#@tms -*4 (Function) -^580 802$@0@@1@tp0$@0#times -*7 (Struct tag) -^581 803@804#@utsname -*4 (Function) -^582 807$@0@g23@6@0@1@tp0,g23$@0#uname -^583 809$^$@0#WEXITSTATUS -^584 811$^$@0#WIFEXITED -^585 813$^$@0#WIFSIGNALED -^586 815$^$@0#WIFSTOPPED -^587 817$^$@0#WSTOPSIG -^588 819$^$@0#WTERMSIG -*1 (Constant) -^589 5$#WUNTRACED -*4 (Function) -^590 821$@0@g23@6@0,s3@1@tp0,g23,s3$@0#wait -^591 823$@0@g23@6@0,s3@1@tp1,g23,s3$@0#waitpid -*0 (Datatype) -^592 825@-@-@0@0@0@0@826#cc_t -^593 828@-@-@0@0@0@0@829#speed_t -^594 828@-@-@0@0@0@0@830#tcflag_t -*1 (Constant) -^595 5$#B0#B50#B75#B110#B134#B150#B200#B300#B600#B1200#B1800#B2400#B4800#B9600#B19200#B38400#BRKINT#CLOCAL#CREAD#CS5#CS6#CS7#CS8#CSIZE#CSTOPB#ECHO#ECHOE#ECHOK#ECHONL#HUPCL#ICANON#ICRNL#IEXTEN#IGNBRK#IGNCR#IGNPAR#IGNLCR#INPCK#ISIG#ISTRIP#IXOFF#IXON#NCCS#NOFLSH#OPOST#PARENB#PARMRK#PARODD#TCIFLUSH#TCIOFF#TCIOFLUSH#TCION#TCOFLUSH#TCSADRAIN#TCSAFLUSH#TCSANOW#TOSTOP#VEOF#VEOL#VERASE#VINTR#VKILL#VMIN#VQUIT#VSTART#VSTOP#VSUSP#VTIME -*7 (Struct tag) -^663 831@832#@termios -*4 (Function) -^664 835$^$@0#cfgetispeed -^665 837$^$@0#cfgetospeed -^666 839$@0@@1@tp0$@0#cfsetispeed -^667 841$@0@@1@tp0$@0#cfsetospeed -^668 843$@0@g23@6@0@1@g23$@0#tcdrain -^669 845$@0@g23@6@0@1@g23$@0#tcflow -^670 847$@0@g23@6@0@1@g23$@0#tcflush -^671 849$@0@g23@6@0@1@g23,tp1$@0#tcgetattr -^672 851$@0@g23@6@0@1@g23$@0#tcsendbreak -^673 853$@0@g23@6@0@1@g23$@0#tcsetattr -*3 (Variable) -^674 316|@1|6@0@0@0@1#environ -*1 (Constant) -^675 5$#CLK_TCK -*4 (Function) -^676 1046$@1@g674@6@0,s3@1@s3,g936,g937,g938$@0#tzset -*1 (Constant) -^677 5$#F_OK#R_OK#STDERR_FILENO#STDIN_FILENO#STDOUT_FILENO#W_OK#X_OK#_PC_CHOWN_RESTRUCTED#_PC_MAX_CANON#_PC_MAX_INPUT#_PC_NAME_MAX#_PC_NO_TRUNC#_PC_PATH_MAX#_PC_PIPE_BUF#_PC_VDISABLE#_POSIX_CHOWN_RESTRICTED#_POSIX_JOB_CONTROL#_POSIX_NO_TRUNC#_POSIX_SAVED_IDS#_POSIX_VDISABLE#_POSIX_VERSION#_SC_ARG_MAX#_SC_CHILD_MAX#_SC_CLK_TCK#_SC_JOB_CONTROL#_SC_NGROUPS_MAX#_SC_OPEN_MAX#_SC_SAVED_IDS#_SC_STREAM_MAX#_SC_TZNAME_MAX#_SC_VERSION -*4 (Function) -^708 857@6@0@6@0@0^$@0#_exit -^709 859$@0@g23@6@0@1@g23$@0#access -^710 861$@0@s3@1@s3$@0#alarm -^711 863$@0@g23@6@0@1@g23$@0#chdir -^712 865$@0@s3,g23@6@0@1@s3,g23$@0#chown -^713 867$@0@s3,g23@6@0@1@s3,g23$@0#close -^714 1586$@0@s3@1@tp0,s3$@0#ctermid -^715 1589$@0@@1@tp0@3@0@0#cuserid -^716 875$@0@g23@6@0,s3@1@g23,s3$@0#dup2 -^717 877$@0@g23@6@0,s3@1@g23,s3$@0#dup -^718 879@6@0@5@0@0@0@g23@6@0@1@g23$@0#execl -^719 881@6@0@5@0@0@0@g23@6@0@1@g23$@0#execle -^720 883@6@0@5@0@0@0@g23@6@0@1@g23$@0#execlp -^721 887@6@0@5@0@0@0@g23@6@0@1@g23$@0#execv -^722 889@6@0@5@0@0@0@g23@6@0@1@g23$@0#execve -^723 891@6@0@5@0@0@0@g23@6@0@1@g23$@0#execvp -^724 893$@0@s3,g23@6@0@1@s3,g23$@0#fork -^725 895$@0@g23@6@0@1@g23$@0#fpathconf -^726 898@6@5@1@0@0@0@g23@6@0@1@g23,tp0$@0#getcwd -^727 900$^$@0#getegid -^728 902$^$@0#geteuid -^729 904$^$@0#getgid -^730 907$@0@g23@6@0@1@g23,ap1$@0#getgroups -^731 910$^@19@3@0#getlogin -^732 912$^$@0#getpgrp -^733 914$^$@0#getpid -^734 916$^$@0#getppid -^735 918$^$@0#getuid -^736 920$^$@0#isatty -^737 922$@0@g23@6@0,s3@1@g23,s3$@0#link -^738 924$@0@g23@6@0@1@g23$@0#lseek -^739 926$@0@g23@6@0@1@g23$@0#pathconf -^740 928$@0@g23@6@0@1@g23$@0#pause -^741 930$@0@g23@6@0@1@g23$@0#pipe -^742 932$@0@g23@6@0@1@g23,tp1$@0#read -^743 934$@0@s3,g23@6@0@1@s3,g23$@0#rmdir -^744 936$@0@g23@6@0,s3@1@g23,s3$@0#setgid -^745 938$@0@g23@6@0,s3@1@g23,s3$@0#setpgid -^746 940$@0@s3@1@s3$@0#setsid -^747 942$@0@g23@6@0,s3@1@g23,s3$@0#setuid -^748 944$@0@s3@1@s3$@0#sleep -^749 946$@0@g23@6@0@1@g23$@0#sysconf -^750 948$@0@g23@6@0@1@g23$@0#tcgetpgrp -^751 950$@0@g23@6@0,s3@1@g23,s3$@0#tcsetpgrp -^752 953@6@5@1@0@0@0@g23@6@0@1@g23@19@3@0#ttyname -^753 955$@0@s3,g23@6@0@1@s3,g23$@0#unlink -^754 957$@0@g23@6@0@1@g23$@0#write -*7 (Struct tag) -^755 958@959#@utimbuf -*4 (Function) -^756 962$@0@s3,g23@6@0@1@s3,g23$@0#utime -*0 (Datatype) -^757 20@+@+@0@0@0@0@963#regex_t -^758 13@-@-@0@0@0@0@964#regoff_t -*7 (Struct tag) -^759 965@966#@!4 -*0 (Datatype) -^760 965@-@-@0@0@0@0@967#regmatch_t -*4 (Function) -^761 970$@0@@1@p0$@0#regcomp -^762 973$@0@@1@p3$@0#regexec -^763 975$@0@@1@p2$@0#regerror -^764 977$$$@0#regfree -*1 (Constant) -^765 5$#REG_BASIC#REG_EXTENDED#REG_ICASE#REG_NOSUB#REG_NEWLINE#REG_NOSPEC#REG_PEND#REG_DUMP#REG_NOMATCH#REG_BADPAT#REG_ECOLLATE#REG_ECTYPE#REG_EESCAPE#REG_ESUBREG#REG_EBRACK#REG_EPAREN#REG_EBRACE#REG_BADBR#REG_ERANGE#REG_ESPACE#REG_BADRPT#REG_EMPTY#REG_ASSERT#REG_INVARG#REG_ATOI#REG_ITOA#REG_NOTBOL#REG_NOTEOL#REG_STARTEND#REG_TRACE#REG_LARGE#REG_BACKR -*0 (Datatype) -^797 13@-@-@0@0@0@0@978#blkcnt_t -^798 13@-@-@0@0@0@0@979#blksize_t -^799 13@-@-@0@0@0@0@980#clockid_t -^800 14@-@-@0@0@0@0@981#fsblkcnt_t -^801 14@-@-@0@0@0@0@982#fsfilcnt_t -^802 13@-@-@0@0@0@0@983#id_t -^803 13@-@-@0@0@0@0@984#key_t -^804 13@-@-@0@0@0@0@985#pthread_attr_t -^805 13@-@-@0@0@0@0@986#pthread_cond_t -^806 13@-@-@0@0@0@0@987#pthread_condattr_t -^807 13@-@-@0@0@0@0@988#pthread_key_t -^808 13@-@-@0@0@0@0@989#pthread_mutex_t -^809 13@-@-@0@0@0@0@990#pthread_mutexattr_t -^810 13@-@-@0@0@0@0@991#pthread_once_t -^811 13@-@-@0@0@0@0@992#pthread_rwlock_t -^812 13@-@-@0@0@0@0@993#pthread_rwlockattr_t -^813 13@-@-@0@0@0@0@994#pthread_t -^814 15@-@-@0@0@0@0@995#suseconds_t -^815 13@-@-@0@0@0@0@996#timer_t -^816 14@-@-@0@0@0@0@997#useconds_t -*3 (Variable) -^817 5|@1|6@0@0@0@1#signgam -*4 (Function) -^818 999$@0@@1@tp1$@0#bcopy -^819 1003$^$@0#bcmp -^820 1005$@0@@1@tp0$@0#bzero -^821 1007$^$@0#ffs -^822 1263$@0@s3@1@s3$@0#symlink -^823 1011$@0@s1@1@s1$@0#setvbuf_unlocked -^824 1013$@0@s1@1@s1$@0#setbuffer -^825 1015$@0@s1@1@s1$@0#setlinebuf -^826 1017$@0@@1@p1$@0#strerror_r -^827 1019$@0@@1@tp3,tp0$@0#fread_unlocked -^828 1021$@0@@1@tp3$@0#fwrite_unlocked -^829 1025$@0@@1@tp0$@0#memccpy -^830 1027$^$@0#strcasecmp -^831 1029$^$@0#strncasecmp -^832 1032@6@5@1@0@0^@2@0@0#strdup -^833 1035@6@5@1@0@0^@18@0@0#index -^834 1038@6@5@1@0@0^@18@0@0#rindex -^835 1040$@0@g23@6@0@1@g23$@0#cbrt -^836 1042$^$@0#rint -^837 1044$^$@0#trunc -*1 (Constant) -^838 5$#ENOTBLK#ETXTBSY#EWOULDBLOCK#EINPROGRESS#EALREADY#ENOTSOCK#EDESTADDRREQ#EMSGSIZE#EPROTOTYPE#ENOPROTOOPT#EPROTONOSUPPORT#ESOCKTNOSUPPORT#EOPNOTSUPP#EPFNOSUPPORT#EAFNOSUPPORT#EADDRINUSE#EADDRNOTAVAIL#ENETDOWN#ENETUNREACH#ENETRESET#ECONNABORTED#ECONNRESET#ENOBUFS#EISCONN#ENOTCONN#ESHUTDOWN#ETOOMANYREFS#ETIMEDOUT#ECONNREFUSED#EHOSTDOWN#EHOSTUNREACH#EPROCLIM#EUSERS#EDQUOT#ESTALE#EREMOTE#ENOMSG#EIDRM#EALIGN#EACTIVE#ENOACTIVE#ENORESOURCES#ENOSYSTEM#ENODUST#EDUPNOCONN#EDUPNODISCONN#EDUPNOTCNTD#EDUPNOTIDLE#EDUPNOTWAIT#EDUPNOTRUN#EDUPBADOPCODE#EDUPINTRANSIT#EDUPTOOMANYCPUS#ELOOP#LOCK_MAX#FCHR_MAX#USI_MAX#WORD_BIT#LONG_BIT#MAX_CHAR#PASS_MAX#PID_MAX#SYSPID_MAX#PIPE_MAX#PROC_MAX#STD_BLK#SYS_NMLN#SYS_OPEN#NZERO#UID_MAX#NL_ARGMAX#NL_MSGMAX#NL_NMAX#NL_SETMAX#NL_TEXTMAX#NL_LBLMAX#NL_LANGMAX -^915 17$#M_E#M_LOG2E#M_LOG10E#M_LN2#M_LN10#M_PI#M_PI_2#M_PI_4#M_1_PI#M_2_PI#M_2_SQRTPI#M_SQRT2#M_SQRT1_2#MAXFLOAT#HUGE -^930 5$#DOMAIN#SING#OVERFLOW#UNDERFLOW#TLOSS#PLOSS -*3 (Variable) -^936 5|@1|6@0@0@0@1#daylight -^937 9|@1|6@0@0@0@1#timezone -^938 885|@1|6@0@0@0@1#tzname -*0 (Datatype) -^939 3@-@-@0@0@0@0@1047#uchar_t -^940 8@-@-@0@0@0@0@1048#ushort_t -^941 6@-@-@0@0@0@0@1049#uint_t -^942 10@-@-@0@0@0@0@1050#ulong_t -^943 3@-@-@0@0@0@0@1051#vuchar_t -^944 8@-@-@0@0@0@0@1052#vushort_t -^945 6@-@-@0@0@0@0@1053#vuint_t -^946 10@-@-@0@0@0@0@1054#vulong_t -^947 9@-@-@0@0@0@0@1055#label_t -^948 5@-@-@0@0@0@0@1056#level_t -^949 13@-@-@0@0@0@0@1057#daddr_t -^950 23@-@+@0@0@0@0@1058#caddr_t -^951 28@-@+@0@0@0@0@1059#qaddr_t -^952 23@-@+@0@0@0@0@1060#addr_t -^953 9@-@-@0@0@0@0@1061#physadr_t -^954 7@-@-@0@0@0@0@1062#cnt_t -^955 5@-@-@0@0@0@0@1063#chan_t -^956 10@-@-@0@0@0@0@1064#rlim_t -^957 5@-@-@0@0@0@0@1065#paddr_t -^958 20@-@+@0@0@0@0@1066#mid_t -^959 1068@-@-@0@0@0@0@1069#slab_t -^960 1050@-@-@0@0@0@0@1070#shmatt_t -^961 1050@-@-@0@0@0@0@1071#msgqnum_t -^962 1050@-@-@0@0@0@0@1072#msglen_t -^963 1047@-@-@0@0@0@0@1073#uchar -^964 1048@-@-@0@0@0@0@1074#ushort -^965 1049@-@-@0@0@0@0@1075#uint -^966 1050@-@-@0@0@0@0@1076#ulong -^967 1047@-@-@0@0@0@0@1077#u_char -^968 1048@-@-@0@0@0@0@1078#u_short -^969 1049@-@-@0@0@0@0@1079#u_int -^970 1050@-@-@0@0@0@0@1080#u_long -^971 1051@-@-@0@0@0@0@1081#vu_char -^972 1052@-@-@0@0@0@0@1082#vu_short -^973 1053@-@-@0@0@0@0@1083#vu_int -^974 1054@-@-@0@0@0@0@1084#vu_long -^975 9@-@-@0@0@0@0@1085#swblk_t -^976 1080@-@-@0@0@0@0@1086#fixpt_t -^977 9@-@-@0@0@0@0@1087#segsz_t -^978 0@+@=@0@0@0@0@1088#fd_set -*4 (Function) -^979 1090$@0@@1@p1$@0#ttyname_r -^980 1093$@0@g23@6@0@1@tp2,g23$@0#ioctl -^981 1095$@0@s3@1@s3$@0#vfork -*7 (Struct tag) -^982 1096@1097#@iovec -*1 (Constant) -^983 5$#UIO_MAXIOV#IOV_MAX -*4 (Function) -^985 1100$@0@s3,g23@6@0@1@fiov_base.ap1,s3,g23$@0#readv -^986 1102$@0@g23@6@0@1@g23$@0#writev -*7 (Struct tag) -^987 1103@1104#@poll -*1 (Constant) -^988 7$#POLLIN#POLLRDNORM#POLLRDBAND#POLLPRI#POLLOUT#POLLWRNORM#POLLWRBAND#POLLERR#POLLHUP#POLLNVAL -*4 (Function) -^998 1107$@0@g23@6@0@1@frevents.ap0,g23$@0#poll -*1 (Constant) -^999 5$#SOCK_STREAM#SOCK_DGRAM#SOCK_RAW#SOCK_RDM#SOCK_SEQPACKET#SO_DEBUG#SO_ACCEPTCONN#SO_REUSEADDR#SO_KEEPALIVE#SO_DONTROUTE#SO_BROADCAST#SO_USELOOPBACK#SO_LINGER#SO_OOBINLINE#SO_REUSEPORT#SO_SNDBUF#SO_RCVBUF#SO_SNDLOWAT#SO_RCVLOWAT#SO_SNDTIMEO#SO_RCVTIMEO#SO_ERROR#SO_TYPE#SOL_SOCKET#AF_UNSPEC#AF_LOCAL#AF_UNIX#AF_INET#AF_IMPLINK#AF_PUP#AF_CHAOS#AF_NS#AF_ISO#AF_OSI#AF_ECMA#AF_DATAKIT#AF_CCITT#AF_SNA#AF_DECnet#AF_DLI#AF_LAT#AF_HYLINK#AF_APPLETALK#AF_ROUTE#AF_LINK#pseudo_AF_XTP#AF_COIP#AF_CNT#pseudo_AF_RTIP#AF_IPX#AF_SIP#pseudo_AF_PIP#AF_ISDN#AF_E164#AF_MAX#MSG_OOB#MSG_PEEK#MSG_DONTROUTE#MSG_EOR#MSG_TRUNC#MSG_CTRUNC#MSG_WAITALL#MSG_DONTWAIT#MSG_EOF#MSG_COMPAT#PF_UNSPEC#PF_LOCAL#PF_UNIX#PF_INET#PF_IMPLINK#PF_PUP#PF_CHAOS#PF_NS#PF_ISO#PF_OSI#PF_ECMA#PF_DATAKIT#PF_CCITT#PF_SNA#PF_DECnet#PF_DLI#PF_LAT#PF_HYLINK#PF_APPLETALK#PF_ROUTE#PF_LINK#PF_XTP#PF_COIP#PF_CNT#PF_SIP#PF_IPX#PF_RTIP#PF_PIP#PF_ISDN#PF_MAX#NET_MAXID#NET_RT_DUMP#NET_RT_FLAGS#NET_RT_IFLIST#NET_RT_MAXID#SOMAXCONN#SCM_RIGHTS -*7 (Struct tag) -^1101 1112@1113#@sockaddr -^1102 1114@1115#@linger -^1103 1116@1117#@sockproto -^1104 1119@1120#@msghdr -^1105 1121@1122#@cmsghdr -*4 (Function) -^1106 1125$@0@g23@6@0@1@tp2,g23$@0#accept -^1107 1127$@0@g23@6@0,s3@1@g23,s3$@0#bind -^1108 1129$@0@g23@6@0,s1@1@g23,s1$@0#connect -^1109 1132$@0@g23@6@0@1@tp1,tp2,g23$@0#getpeername -^1110 1134$@0@g23@6@0@1@tp1,tp2,g23$@0#getsockname -^1111 1136$@0@g23@6@0@1@tp3,tp4,g23$@0#getsockopt -^1112 1138$@0@g23@6@0,s1@1@g23,s1$@0#listen -^1113 1140$@0@g23@6@0@1@tp1,g23$@0#recv -^1114 1142$@0@g23@6@0@1@tp1,tp4,tp5,g23$@0#recvfrom -^1115 1145$@0@g23@6@0@1@afiov_base.tfmsg_iov.tp1,g23$@0#recvmsg -^1116 1147$@0@g23@6@0@1@g23$@0#send -^1117 1149$@0@g23@6@0@1@g23$@0#sendto -^1118 1151$@0@g23@6@0@1@g23$@0#sendmsg -^1119 1153$@0@s1,g23@6@0@1@s1,g23$@0#setsockopt -^1120 1155$@0@g23@6@0@1@g23$@0#shutdown -^1121 1157$@0@g23@6@0@1@g23$@0#socket -^1122 1159$@0@g23@6@0@1@g23$@0#socketpair -*1 (Constant) -^1123 5$#BADSIG#SA_ONSTACK#SA_RESTART#SA_DISABLE#SIGBUS#SIGEMT#SIGINFO#SIGIO#SIGIOT#SIGPOLL#SIGPROF#SIGPWR#SIGSYS#SIGTRAP#SIGURG#SIGVTALRM#SIGWINCH#SIGXCPU#SIGXFSZ -*4 (Function) -^1142 1161$@0@s3@1@s3$@0#psignal -^1143 1163$@1@g674@6@0,g23@6@0@1@tg674,g23$@0#setenv -^1144 1165$@1@g674@6@0@1@tg674$@0#unsetenv -^1145 1167$^$@0#WCOREDUMP -^1146 1169$^$@0#W_EXITCODE -^1147 1171$^$@0#W_STOPCODE -*1 (Constant) -^1148 5$#WAIT_ANY#WAIT_MYPGRP#WSTOPPED -*7 (Struct tag) -^1151 1404@1172#@rusage -*4 (Function) -^1152 1175$@0@g23@6@0@1@tp0,tp2,g23$@0#wait3 -^1153 1177$@0@g23@6@0@1@tp1,tp3,g23$@0#wait4 -*7 (Struct tag) -^1154 1178@1179#@timeval -^1155 1180@1181#@timespec -^1156 1182@1183#@timezone -*1 (Constant) -^1157 5$#DST_NONE#DST_USA#DST_AUST#DST_WET#DST_MET#DST_EET#DST_CAN#ITIMER_PROF#ITIMER_REAL#ITIMER_VIRTUAL -*7 (Struct tag) -^1167 1184@1185#@itimerval -^1168 1186@1187#@clockinfo -*4 (Function) -^1169 1190$@0@s1,g23@6@0@1@s1,tp1,g23$@0#adjtime -^1170 1193$@0@g23@6@0@1@g23,tp1$@0#getitimer -^1171 1196$@0@g23@6@0@1@tp0,tp1,g23$@0#gettimeofday -^1172 1198$@0@g23@6@0,s1@1@tp2,g23,s1$@0#setitimer -^1173 1200$@0@s1,g23@6@0@1@s1,g23$@0#settimeofday -^1174 1202$@0@s3,g23@6@0@1@s3,g23$@0#utimes -*1 (Constant) -^1175 5$#PROT_READ#PROT_WRITE#PROT_EXEC#MAP_SHARED#MAP_PRIVATE#MAP_COPY#MAP_FIXED#MAP_RENAME#MAP_NORESERVE#MAP_INHERIT#MAP_NOEXTEND#MAP_HASSEMAPHORE#MS_ASYNC#MS_INVALIDATE#MAP_FILE#MAP_ANON#MADV_NORMAL#MADV_RANDOM#MADV_SEQUENTIAL#MADV_WILLNEED#MADV_DONTNEED -*4 (Function) -^1196 1204$@0@@1@p0$@0#mmap -^1197 1206$^$@0#madvise -^1198 1208$^$@0#mprotect -^1199 1210$@0@s3,g23@6@0@1@s3,tp0,g23$@0#munmap -^1200 1212$^$@0#msync -^1201 1214$^$@0#mlock -^1202 1216$^$@0#munlock -*7 (Struct tag) -^1203 1217@1218#@winsize -*1 (Constant) -^1204 5$#TIOCMODG#TIOCMODS#TIOCM_LE#TIOCM_DTR#TIOCM_RTS#TIOCM_ST#TIOCM_SR#TIOCM_CTS#TIOCM_CAR#TIOCM_CD#TIOCM_RNG#TIOCM_RI#TIOCM_DSR#TIOCEXCL#TIOCNXCL#TIOCFLUSH#TIOCGETA#TIOCSETA#TIOCSETAW#TIOCSETAF#TIOCGETD#TIOCSETD#TIOCSBRK#TIOCCBRK#TIOCSDTR#TIOCCDTR#TIOCGPGRP#TIOCSPGRP#TIOCOUTQ#TIOCSTI#TIOCNOTTY#TIOCPKT#TIOCPKT_DATA#TIOCPKT_FLUSHREAD#TIOCPKT_FLUSHWRITE#TIOCPKT_STOP#TIOCPKT_START#TIOCPKT_NOSTOP#TIOCPKT_DOSTOP#TIOCPKT_IOCTL#TIOCSTOP#TIOCSTART#TIOCMSET#TIOCMBIS#TIOCMBIC#TIOCMGET#TIOCREMOTE#TIOCGWINSZ#TIOCSWINSZ#TIOCUCNTL#TIOCSTAT#TIOCCONS#TIOCSCTTY#TIOCEXT#TIOCSIG#TIOCDRAIN#TIOCMSDTRWAIT#TIOCMGDTRWAIT#TIOCTIMESTAMP#TIOCSDRAINWAIT#TIOCGDRAINWAIT#TTYDISC#TABLDISC#SLIPDISC#PPPDISC#MAXHOSTNAMELEN -*4 (Function) -^1270 1221$@0@@1@tp1$@0#FD_CLR -^1271 1223$@0@@1@tp1$@0#FD_COPY -^1272 1226$^$@0#FD_ISSET -^1273 1228$@0@@1@tp1$@0#FD_SET -^1274 1230$@0@@1@tp0$@0#FD_ZERO -^1275 1232$@0@s1,g23@6@0@1@s1,g23$@0#fchdir -^1276 1234$@0@g23@6@0,s3@1@g23,s3$@0#fchown -^1277 1236$@0@g23@6@0,s3@1@g23,s3$@0#fsync -^1278 1238$@0@g23@6@0,s3@1@g23,s3$@0#ftruncate -^1279 1240$@0@@1@p0$@0#gethostname -^1280 1242$@0@s1@1@s1$@0#initgroups -^1281 1244$@0@g23@6@0,s3@1@g23,s3$@0#lchown -^1282 1246$@0@g23@6@0@1@tp1,g23$@0#readlink -^1283 1248$@0@g23@6@0@1@tp1,tp2,tp3,tp4,g23$@0#select -^1284 1250$@0@g23@6@0,s1@1@g23,s1$@0#setegid -^1285 1252$@0@g23@6@0,s1@1@g23,s1$@0#seteuid -^1286 1255$@0@g23@6@0,s1@1@g23,s1$@0#setgroups -^1287 1257$@0@g23@6@0,s1@1@g23,s1$@0#setregid -^1288 1259$@0@g23@6@0,s1@1@g23,s1$@0#setreuid -^1289 1261$@0@s3@1@s3$@0#sync -^1290 1265$@0@g23@6@0,s3@1@g23,s3$@0#truncate -*1 (Constant) -^1291 5$#EBADRPC#ERPCMISMATCH#EPROGUNAVAIL#EPROGMISMATCH#EPROCUNAVAIL#EFTYPE#EAUTH#ENEEDAUTH#ELAST -*3 (Variable) -^1300 23|@1|6@0@0@0@1#TMAGIC -*1 (Constant) -^1301 5$#TMAGLEN -*3 (Variable) -^1302 23|@1|6@0@0@0@1#TVERSION -*1 (Constant) -^1303 5$#TVERSLEN#REGTYPE#AREGTYPE#LNKTYPE#SYMTYPE#CHRTYPE#BLKTYPE#DIRTYPE#FIFOTYPE#CONTTYPE#TSUID#TSGID#TSVTX#TUREAD#TUWRITE#TUEXEC#TGREAD#TGWRITE#TGEXEC#TOREAD#TOWRITE#TOEXEC -*7 (Struct tag) -^1325 1266@1267#@ipc_perm -*1 (Constant) -^1326 5$#IPC_R#IPC_W#IPC_M#IPC_CREAT#IPC_EXCL#IPC_NOWAIT -^1332 984$#IPC_PRIVATE -^1333 5$#IPC_RMID#IPC_SET#IPC_STAT -*7 (Struct tag) -^1336 0@1268#@msg -^1337 1270@1271#@msqid_ds -^1338 1272@1273#@mymesg -*1 (Constant) -^1339 5$#MSG_NOERROR#MSGMAX#MSGMNB#MSGMNI#MSGTQL -*4 (Function) -^1344 1276$@0@g23@6@0@1@g23,tp2$@0#msgctl -^1345 1278$@0@g23@6@0@1@g23$@0#msgget -^1346 1280$@0@g23@6@0@1@g23,tp1$@0#msgrcv -^1347 1282$@0@g23@6@0@1@g23$@0#msgsnd -*7 (Struct tag) -^1348 1287@1283#@sem -^1349 1285@1286#@semid_ds -*8 (Union tag) -^1350 1290@1291#$semun -*7 (Struct tag) -^1351 1292@1293#@sembuf -*1 (Constant) -^1352 5$#SEM_A#SEMAEM#SEMMNI#SEMMNS#SEMMNU#SEMMSL#SEMOPN#SEM_R#SEMUME#SEM_UNDO#SEMVMX#GETVAL#SETVAL#GETPID#GETNCNT#GETZCNT#GETALL#SETALL#ERMID -*4 (Function) -^1371 1295$@0@g23@6@0@1@g23$@0#semctl -^1372 1297$@0@g23@6@0@1@g23$@0#semget -^1373 1300$@0@g23@6@0@1@g23$@0#semop -*7 (Struct tag) -^1374 1301@1302#@shmid_ds -*1 (Constant) -^1375 5$#SHMLBA#SHM_LOCK#SHMMAX#SHMMIN#SHMMNI#SHM_R#SHM_RDONLY#SHM_RND#SHMSEG#SHM_W#SHM_UNLOCK -*4 (Function) -^1386 1305$@0@g23@6@0@1@g23@3@0@0#shmat -^1387 1308$@0@g23@6@0@1@g23,tp2$@0#shmctl -^1388 1310$@0@g23@6@0@1@g23$@0#shmdt -^1389 1312$@0@g23@6@0@1@g23$@0#shmget -*1 (Constant) -^1390 5$#LOG_EMERG#LOG_ALERT#LOG_CRIT#LOG_ERR#LOG_WARNING#LOG_NOTICE#LOG_INFO#LOG_DEBUG#LOG_KERN#LOG_USER#LOG_MAIL#LOG_DAEMON#LOG_AUTH#LOG_SYSLOG#LOG_LPR#LOG_NEWS#LOG_UUCP#LOG_CRON#LOG_AUTHPRIV#LOG_FTP#LOG_LOCAL0#LOG_LOCAL1#LOG_LOCAL2#LOG_LOCAL3#LOG_LOCAL4#LOG_LOCAL5#LOG_LOCAL6#LOG_LOCAL7#LOG_PID#LOG_CONS#LOG_ODELAY#LOG_NDELAY#LOG_NOWAIT#LOG_PERROR -*4 (Function) -^1424 1314$^$@0#LOG_MASK -^1425 1316$^$@0#LOG_UPTO -^1426 1318$@0@s3@1@s3$@0#closelog -^1427 1320$@0@s3@1@s3$@0#openlog -^1428 1322$@0@s1@1@s1$@0#setlogmask -^1429 1324@6@0@1@1@0@0@s3@1@s3$@0#syslog -^1430 1326$@0@s3@1@s3$@0#vsyslog -^1431 1328$@0@s1@1@s1$@0#endpwent -^1432 1331@6@5@1@0@0@0@s1@1@s1@3@0@0#getpwent -^1433 1333$@0@s1@1@s1$@0#setpassent -^1434 1335$@0@s1@1@s1$@0#setpwent -^1435 1337$@0@s1@1@s1$@0#endgrent -^1436 1340@6@5@1@0@0@0@s1@1@s1@3@0@0#getgrent -^1437 1342$@0@s1@1@s1$@0#setgrent -^1438 1344$@0@s1@1@s1$@0#setgrfile -^1439 1346$@0@s1@1@s1$@0#setgroupent -*1 (Constant) -^1440 688$#S_IFMT#S_IFBLK#S_IFCHR#S_IFIFO#S_IFREG#S_IFDIR#S_IFLNK#S_IRWXU#S_IRUSR#S_IRWXG#S_IRWXO#S_ISVTX -*4 (Function) -^1452 1370$^$@0#S_ISLNK -^1453 1373$^$@0#S_TYPEISMQ -^1454 1376$^$@0#S_TYPEISSEM -^1455 1379$^$@0#S_TYPEISSHM -^1456 1381$@0@g23@6@0@1@g23$@0#lstat -^1457 1383$@0@g23@6@0@1@g23$@0@W:portability#The only portable use of mknod is to create FIFO-special file. If mode is not S_IFIFO or dev is not 0, the behaviour of mknod() is unspecified.##mknod -^1458 1385$@0@s3,g23@6@0@1@s3,g23$@0@W:unixstandard#Not in Single UNIX Specification Version 2##chflags -^1459 1387$@0@s3,g23@6@0@1@s3,g23$@0@W:unixstandard#Not in Single UNIX Specification Version 2##fchflags -*1 (Constant) -^1460 5$#FMNAMESZ#MSG_BAND#MSG_HIPRI#RS_HIPRI#S_INPUT#S_RDNORM#S_RDBAND#S_BANDURG#S_HIPRI#S_OUTPUT#S_WRNORM#S_WRBAND#S_MSG#S_ERROR#S_HANGUP -*7 (Struct tag) -^1475 1388@1389#@strbuf -^1476 1390@1391#@str_mlist -^1477 1393@1394#@str_list -*4 (Function) -^1478 1397$@0@g23@6@0@1@tp1,tp2,g23$@0#getmsg -^1479 1399$@0@g23@6@0@1@tp3,tp1,tp2,g23$@0#getpmsg -^1480 1401$@0@s1,g23@6@0@1@s1,g23$@0#putmsg -^1481 1403$@0@s1,g23@6@0@1@s1,g23$@0#putpmsg -*1 (Constant) -^1482 5$#RLIMIT_CPU#RLIMIT_FSIZE#RLIMIT_DATA#RLIMIT_STACK#RLIMIT_CORE#RLIMIT_RSS#RLIMIT_MEMLOCK#RLIMIT_NPROC#RLIMIT_NOFILE#RLIM_NLIMITS#RLIM_INFINITY#PRIO_MIN#PRIO_MAX#PRIO_PROCESS#PRIO_PGRP#PRIO_USER#RUSAGE_SELF#RUSAGE_CHILDREN -*7 (Struct tag) -^1500 1405@1406#@rlimit -^1501 1409@1410#@loadavg -*4 (Function) -^1502 1412$@0@g23@6@0@1@g23$@0#getpriority -^1503 1415$@0@g23@6@0@1@tp1,g23$@0#getrlimit -^1504 1417$@0@g23@6@0@1@tp1,g23$@0#getrusage -^1505 1419$@0@g23@6@0,s1@1@g23,s1$@0#setpriority -^1506 1421$@0@g23@6@0,s1@1@g23,s1$@0#setrlimit -*7 (Struct tag) -^1507 1422@1423#@servent -*4 (Function) -^1508 1427@6@5@1@0@0$@18@3@0@W:multithreaded#Unsafe in multithreaded applications, use getsrvbyname_r instead##getservbyname -^1509 1430$$$@0#getservbyname_r -^1510 1433$$@18@3@0@W:multithreaded#Unsafe in multithreaded applications, use getservbyport_r instead##getservbyport -^1511 1436$$$@0#getservbyport_r -^1512 1439@6@5@1@0@0$@3@0@0#getservent -^1513 1442@6@5@1@0@0$@3@0@0#getservent_r -^1514 1444$$$@0#setservent -^1515 1446$$$@0#endservent -*3 (Variable) -^1516 5|@1|6@0@0&#h_errno -*7 (Struct tag) -^1517 1482@1447#@hostent -*4 (Function) -^1518 1451@6@5@1@0@0@0@g1516@6@0@1@g1516@19@3@0@W:multithreaded#Unsafe in multithreaded applications, use gethostbyname_r instead##gethostbyname -^1519 1454$$$@0#gethostbyname_r -^1520 1457@6@5@1@0@0@0@g1516@6@0@1@g1516@19@3@0@W:multithreaded#Unsafe in multithreaded applications, use gethostbyaddr_r instead##gethostbyaddr -^1521 1460$$$@0#gethostbyaddr_r -^1522 1463@6@5@1@0@0$@19@3@0@W:multithreaded#Unsafe in multithreaded applications, use gethostent_r instead##gethostent -^1523 1466$$$@0#gethostent_r -^1524 1469$$@3@0@0#fgethostent -^1525 1472$$@3@0@0#fgethostent_r -^1526 1474$$$@0#sethostent -^1527 1476$$$@0#endhostent -^1528 1478$$$@0#herror -^1529 1481$$@3@0@0#hstrerror -^1530 1484$$$@0@W:superuser#Only super-user processes may call chroot.##chroot -^1531 1486$$$@0@W:superuser#Only super-user processes may call fchroot.##fchroot -^1532 1491$^$@0#isascii -^1533 1494$$$@0#toascii -^1534 1498$$$@0#_toupper -^1535 1501$$$@0#_tolower -^1536 1760$@0@s1@1@s1$@0#drand48 -^1537 1507$@0@s1@1@s1$@0#erand48 -^1538 1855$@0@s1@1@s1$@0#srand48 -*0 (Datatype) -^1539 14@-@-@0@0@0@0@1510#in_port_t -^1540 14@-@-@0@0@0@0@1511#in_addr_t -^1541 14@-@-@0@0@0@0@1512#sa_family_t -*7 (Struct tag) -^1542 1513@1514#@in_addr -^1543 1517@1518#@sockaddr_in -*1 (Constant) -^1544 5$#IPPROTO_IP#IPPROTO_ICMP#IPPROTO_TCP#IPPROTO_UDP -^1548 1511$#INADDR_ANY#INADDR_BROADCAST -*4 (Function) -^1550 1520$^$@0#htonl -^1551 1522$^$@0#htons -^1552 1524$^$@0#ntohl -^1553 1526$^$@0#ntohs -^1554 1538$$$@0#readdir_r -^1555 1542$$$@0#seekdir -^1556 1544$$$@0#telldir -^1557 1547$@0@@1@tp0$@0#stpcpy -^1558 1550$@0@@1@tp0$@0#stpncpy -^1559 1552$@0@s3,g23@6@0@1@s3,g23$@0#usleep -^1560 1555$$@3@0@0#inet_ntoa -^1561 1557$@0@g23@6@0@1@g23$@0#hypot -^1562 1559$@0@g23@6@0@1@g23$@0#j0 -^1563 1561$@0@g23@6@0@1@g23$@0#j1 -^1564 1563$@0@g23@6@0@1@g23$@0#jn -^1565 1565$@0@g23@6@0@1@g23$@0#y0 -^1566 1567$@0@g23@6@0@1@g23$@0#y1 -^1567 1569$@0@g23@6@0@1@g23$@0#yn -^1568 1571$@0@g23@6@0@1@g23$@0#acosh -^1569 1573$@0@g23@6@0@1@g23$@0#asinh -^1570 1575$@0@g23@6@0@1@g23$@0#atanh -^1571 1577$@0@g23@6@0@1@g23$@0#lgamma -^1572 1579$@0@g23@6@0@1@g23$@0#erf -^1573 1581$@0@g23@6@0@1@g23$@0#erfc -^1574 1611$@0@s3@1@tp0,s3$@0#flockfile -^1575 1634$@0@s3,g23@6@0@1@s3,tp0,g23$@0#fseeko -^1576 1640$@0@g23@6@0@1@g23$@0#ftello -^1577 1642$@0@s3@1@tp0,s3$@0#ftrylockfile -^1578 1644$@0@s3@1@tp0,s3$@0#funlockfile -^1579 1652$@0@s3,g23@6@0@1@s3,tp0,g23$@0#getc_unlocked -^1580 1654$@1@g18@6@0,s3,g23@6@0@1@s3,tg18,g23$@0#getchar_unlocked -*3 (Variable) -^1581 23|@1|6@0@0@0@1#optarg -^1582 5|@1|6@0@0@0@1#optind#optopt#opterr#optreset -*4 (Function) -^1586 1656$@1@g1581@6@0,g1582@6@0,g1583@6@0,g1584@6@0,g1585@6@0@1@g1581,g1582,g1583$@0#getopt -^1587 1661$@0@s3,g23@6@0@1@s3,tp0,g23$@0#getw -^1588 1663$@0@s3,g23@6@0@1@s3,tp0,g23$@0#pclose -^1589 1668@6@5@1@0@0@0@s3,g23@6@0@1@s3,g23@18@0@0#popen -^1590 1679$@0@s3,g23@6@0@1@s3,tp1,g23$@0#putc_unlocked -^1591 1681$@1@g19@6@0,s3,g23@6@0@1@s3,tg19,g23$@0#putchar_unlocked -^1592 1685$@0@s3,g23@6@0@1@s3,tp1,g23$@0#putw -^1593 1701@6@0@1@1@0@0@@1@tp0$@0#snprintf -^1594 1710@6@5@1@0@0@0@s1,g23@6@0@1@s1,g23@3@0@0#tempnam -^1595 1728$$$@0#a64l -*7 (Struct tag) -^1596 1755@1756#@!5 -*4 (Function) -^1597 1763$$@3@0@0#ecvt -^1598 1766$$@3@0@0#fcvt -^1599 1769$$@3@0@0#gcvt -^1600 1774$@0@@1@p0,p2$@0#getsubopt -^1601 1776$@0@s3,g23@6@0@1@s3,g23$@0#grantpt -^1602 1779$@0@@1@-,p1@3@0@0#initstate -^1603 1783$@0@s1@1@s1$@0#jrand48 -^1604 1786$$@3@0@0#l64a -^1605 1792$@0@s1@1@s1$@0#lcong48 -*7 (Struct tag) -^1606 1793@1794#@!6 -*4 (Function) -^1607 1798$@0@s1@1@s1$@0#lrand48 -^1608 1810$@0@@1@p0@3@0@0#mktemp -^1609 1812$@0@s3@1@p0,s3$@0#mkstemp -^1610 1814$@0@s1@1@s1$@0#mrand48 -^1611 1818$@0@s1@1@s1,p0$@0#nrand48 -^1612 1821$$@18@0@0#ptsname -^1613 1823$@1@g674@6@0,g23@6@0@1@tg674,g23$@0#putenv -^1614 1833$@0@@1@p0$@0#rand_r -^1615 1835$@0@s1@1@s1$@0#random -^1616 1841$$@3@0@0#realpath -^1617 1846$@0@s1@1@s1@3@0@0#seed48 -^1618 1848$@0@s1,g23@6@0@1@s1,g23$@0#setkey -^1619 1851$@0@s1,g23@6@0@1@s1,g23@2@0@0#setstate -^1620 1857$@0@s1@1@s1$@0#srandom -^1621 1867$^$@0#ttyslot -^1622 1869$@0@s3,s1@1@s3,s1$@0#unlockpt -^1623 1872$@0@g23@6@0@1@g23@3@0@0#valloc -;; Library constraints -setvbuf -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 1 -r -0 -1 -e1 -2 -2 -Param 63 3 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -vsnprintf -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 63 1 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -fgets -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 5 1 -e2 -2 -3 --1 -;; end precondition constraints -post: -C -0@1@3 -l -1 -3 -2 -2 -Param 23 0 -r -2 -3 -0 -C -0@1@1 -l -1 -3 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 5 1 -e2 -2 -3 --1 -;; end precondition constraints -fread -pre:EMPTY -post: -C -0@1@4 -l -1 -3 -2 -2 -Param 20 0 -r -0 -1 -e1 -2 -2 -Param 63 1 -e2 -2 -3 --1 -;; end precondition constraints -fwrite -pre: -C -0@1@3 -l -1 -3 -2 -2 -Param 20 0 -r -2 -2 -Param 63 1 -;; end precondition constraints -post:EMPTY -fgetpos -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 290 1 -r -2 -3 -0 -;; end precondition constraints -post: -C -0@1@3 -l -1 -3 -2 -2 -Param 290 1 -r -2 -3 -0 -;; end precondition constraints -calloc -pre:EMPTY -post: -C -0@1@4 -l -1 -1 -2 -2 -Result -r -0 -1 -e1 -2 -2 -Param 63 0 -e2 -2 -3 --1 -;; end precondition constraints -malloc -pre:EMPTY -post: -C -0@1@4 -l -1 -1 -2 -2 -Result -r -0 -1 -e1 -2 -2 -Param 63 0 -e2 -2 -3 --1 -;; end precondition constraints -realloc -pre:EMPTY -post: -C -0@1@4 -l -1 -1 -2 -2 -Result -r -0 -1 -e1 -2 -2 -Param 63 1 -e2 -2 -3 --1 -;; end precondition constraints -bsearch -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 20 1 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -qsort -pre: -C -0@1@3 -l -1 -3 -2 -2 -Param 20 0 -r -0 -1 -e1 -2 -2 -Param 63 1 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -mblen -pre: -C -0@1@3 -l -1 -3 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 63 1 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -mbtowc -pre: -C -0@1@3 -l -1 -3 -2 -2 -Param 23 1 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -mbstowcs -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 384 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -wcstombs -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -memcpy -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 20 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -C -0@1@3 -l -1 -3 -2 -2 -Param 20 1 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -memmove -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 20 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -C -0@1@3 -l -1 -3 -2 -2 -Param 20 1 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -strcpy -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -1 -3 -2 -2 -Param 23 1 -;; end precondition constraints -post: -C -0@1@4 -l -1 -1 -2 -2 -Result -r -1 -1 -2 -2 -Param 23 0 -C -0@1@4 -l -1 -3 -2 -2 -Result -r -1 -3 -2 -2 -Param 23 1 -C -0@1@4 -l -1 -3 -2 -2 -Param 23 0 -r -1 -3 -2 -2 -Param 23 1 -;; end precondition constraints -strncpy -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post: -C -0@1@1 -l -1 -3 -2 -2 -Param 23 0 -r -2 -2 -Param 63 2 -C -0@1@3 -l -1 -3 -2 -2 -Param 23 1 -r -1 -3 -2 -2 -Param 23 0 -;; end precondition constraints -strcat -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -1 -3 -2 -2 -Param 23 0 -e2 -1 -3 -2 -2 -Param 23 1 -;; end precondition constraints -post: -C -0@1@4 -l -1 -3 -2 -2 -Result -r -0 -1 -e1 -1 -3 -2 -2 -Param 23 0 -e2 -1 -3 -2 -2 -Param 23 1 -;; end precondition constraints -strncat -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -1 -3 -2 -2 -Param 23 0 -e2 -2 -2 -Param 63 2 -;; end precondition constraints -post: -C -0@1@3 -l -1 -3 -2 -2 -Param 23 0 -r -0 -1 -e1 -1 -3 -2 -2 -Param 23 0 -e2 -2 -2 -Param 63 2 -;; end precondition constraints -strchr -pre:EMPTY -post: -C -0@1@3 -l -1 -3 -2 -2 -Result -r -2 -3 -0 -C -0@1@1 -l -1 -3 -2 -2 -Result -r -1 -3 -2 -2 -Param 23 0 -C -0@1@1 -l -1 -1 -2 -2 -Result -r -1 -1 -2 -2 -Param 23 0 -C -0@1@3 -l -1 -1 -2 -2 -Result -r -2 -3 -0 -;; end precondition constraints -strrchr -pre:EMPTY -post: -C -0@1@3 -l -1 -3 -2 -2 -Result -r -2 -3 -0 -C -0@1@1 -l -1 -3 -2 -2 -Result -r -1 -3 -2 -2 -Param 23 0 -C -0@1@1 -l -1 -1 -2 -2 -Result -r -1 -1 -2 -2 -Param 23 0 -C -0@1@3 -l -1 -1 -2 -2 -Result -r -2 -3 -0 -;; end precondition constraints -strstr -pre:EMPTY -post: -C -0@1@3 -l -1 -3 -2 -2 -Result -r -2 -3 -0 -C -0@1@1 -l -1 -3 -2 -2 -Result -r -1 -3 -2 -2 -Param 23 0 -C -0@1@1 -l -1 -1 -2 -2 -Result -r -1 -1 -2 -2 -Param 23 0 -C -0@1@3 -l -1 -1 -2 -2 -Result -r -2 -3 -0 -;; end precondition constraints -memset -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 20 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post: -C -0@1@3 -l -1 -3 -2 -2 -Param 20 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -strlen -pre:EMPTY -post: -C -0@1@4 -l -2 -2 -Result -r -1 -3 -2 -2 -Param 23 0 -;; end precondition constraints -asctime -pre:EMPTY -post: -C -0@1@4 -l -1 -3 -2 -2 -Result -r -2 -3 -25 -C -0@1@4 -l -1 -1 -2 -2 -Result -r -2 -3 -25 -;; end precondition constraints -ctime -pre:EMPTY -post: -C -0@1@4 -l -1 -3 -2 -2 -Result -r -2 -3 -25 -C -0@1@4 -l -1 -1 -2 -2 -Result -r -2 -3 -25 -;; end precondition constraints -getpwnam -pre:EMPTY -post: -C -0@1@4 -l -1 -1 -2 -2 -Result -r -2 -3 -0 -C -0@1@4 -l -1 -3 -2 -2 -Result -r -2 -3 -0 -;; end precondition constraints -getpwuid -pre:EMPTY -post: -C -0@1@4 -l -1 -1 -2 -2 -Result -r -2 -3 -0 -C -0@1@4 -l -1 -3 -2 -2 -Result -r -2 -3 -0 -;; end precondition constraints -getcwd -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 63 1 -e2 -2 -3 --1 -;; end precondition constraints -post: -C -0@1@1 -l -1 -3 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 63 1 -e2 -2 -3 --1 -;; end precondition constraints -read -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 20 1 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post: -C -0@1@3 -l -1 -3 -2 -2 -Param 20 1 -r -2 -2 -Param 63 2 -;; end precondition constraints -regexec -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 971 3 -r -2 -2 -Param 63 2 -;; end precondition constraints -post:EMPTY -regerror -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 2 -r -2 -2 -Param 63 3 -;; end precondition constraints -post:EMPTY -readlink -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 1 -r -0 -1 -e1 -2 -2 -Param 5 2 -e2 -2 -3 --1 -;; end precondition constraints -post: -C -0@1@1 -l -2 -2 -Result -r -2 -2 -Param 5 2 -;; end precondition constraints -getservbyname_r -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 3 -r -2 -2 -Param 5 4 -;; end precondition constraints -post:EMPTY -getservbyport_r -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 3 -r -2 -2 -Param 5 4 -;; end precondition constraints -post:EMPTY -gethostbyname_r -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 2 -r -2 -2 -Param 5 3 -;; end precondition constraints -post:EMPTY -gethostbyaddr -pre: -C -0@1@4 -l -1 -3 -2 -2 -Param 20 0 -r -2 -2 -Param 63 1 -;; end precondition constraints -post:EMPTY -gethostbyaddr_r -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 4 -r -2 -2 -Param 5 5 -C -0@1@4 -l -1 -3 -2 -2 -Param 20 0 -r -2 -2 -Param 63 1 -;; end precondition constraints -post:EMPTY -gethostent_r -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 1 -r -2 -2 -Param 5 2 -;; end precondition constraints -post:EMPTY -stpcpy -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -1 -3 -2 -2 -Param 23 1 -;; end precondition constraints -post: -C -0@1@4 -l -1 -1 -2 -2 -Result -r -0 -2 -e1 -1 -1 -2 -2 -Param 23 0 -e2 -1 -3 -2 -2 -Param 23 1 -C -0@1@4 -l -1 -3 -2 -2 -Result -r -2 -3 -0 -C -0@1@4 -l -1 -3 -2 -2 -Param 23 0 -r -1 -3 -2 -2 -Param 23 1 -;; end precondition constraints -stpncpy -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post: -C -0@1@1 -l -1 -3 -2 -2 -Param 23 0 -r -2 -2 -Param 63 2 -C -0@1@3 -l -1 -3 -2 -2 -Param 23 1 -r -1 -3 -2 -2 -Param 23 0 -;; end precondition constraints -inet_ntoa -pre:EMPTY -post: -C -0@1@1 -l -1 -3 -2 -2 -Result -r -2 -3 -15 -C -0@1@1 -l -1 -1 -2 -2 -Result -r -2 -3 -15 -;; end precondition constraints -getopt -pre: -C -0@1@3 -l -1 -3 -2 -2 -Param 316 1 -r -0 -1 -e1 -2 -2 -Param 5 0 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -snprintf -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 63 1 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -tempnam -pre:EMPTY -post: -C -0@1@3 -l -1 -3 -2 -2 -Result -r -2 -3 -0 -C -0@1@3 -l -1 -1 -2 -2 -Result -r -2 -3 -0 -;; end precondition constraints -gcvt -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 2 -r -2 -2 -Param 5 1 -;; end precondition constraints -post:EMPTY -initstate -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 1 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -jrand48 -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 1781 0 -r -2 -3 -2 -;; end precondition constraints -post:EMPTY -l64a -pre:EMPTY -post: -C -0@1@1 -l -1 -1 -2 -2 -Result -r -2 -3 -5 -C -0@1@1 -l -1 -3 -2 -2 -Result -r -2 -3 -5 -;; end precondition constraints -lcong48 -pre: -C -0@1@3 -l -1 -3 -2 -2 -Param 1790 0 -r -2 -3 -6 -;; end precondition constraints -post:EMPTY -nrand48 -pre: -C -0@1@3 -l -1 -3 -2 -2 -Param 1816 0 -r -2 -3 -2 -C -0@1@3 -l -1 -1 -2 -2 -Param 1816 0 -r -2 -3 -2 -;; end precondition constraints -post:EMPTY -seed48 -pre: -C -0@1@3 -l -1 -3 -2 -2 -Param 1843 0 -r -2 -3 -2 -;; end precondition constraints -post:EMPTY -setkey -pre: -C -0@1@3 -l -1 -3 -2 -2 -Param 23 0 -r -2 -3 -63 -;; end precondition constraints -post:EMPTY -valloc -pre:EMPTY -post: -C -0@1@4 -l -1 -1 -2 -2 -Result -r -0 -1 -e1 -2 -2 -Param 63 0 -e2 -2 -3 --1 -;; end precondition constraints -;; Modules access -lltX_bool#1@ -types#1@ -ansi#9@ -posix#16@ -unix#18@ -;;End diff --git a/lib/unixstrict.lcd b/lib/unixstrict.lcd deleted file mode 100644 index 3906498..0000000 --- a/lib/unixstrict.lcd +++ /dev/null @@ -1,4521 +0,0 @@ -;;; Splint Library unixstrict.lcd -;;Splint 3.0.1 --- 06 Jan 2002 -;;lib:296 -;;ctTable -0 u-2 19 38 -0 p1|-2 20 39 -0 b-2 21 40 -0 p3|-2 22 41 -0 p4|-2 23 42 -0 p5|-2 24 43 -0 p6|-2 25 44 -0 p7|-2 26 45 -0 p8|-2 27 46 -0 p9|-2 28 47 -0 p10|-2 29 48 -0 p11|-2 30 49 -0 p12|-2 31 50 -0 p13|-2 32 51 -0 p14|-2 33 52 -0 p15|-2 34 53 -0 p16|-2 35 54 -0 p17|-2 36 55 -0 p18|-2 37 56 -1 t0|0 290 846 -1 t1|1& -1 t2|2& -1 t3|3& -1 t4|4 291 847 -1 t5|5& -1 t6|6& -1 t7|7& -1 t8|8& -1 t9|9& -1 t10|10& -1 t11|11& -1 t12|12& -1 t13|13& -1 t14|14& -1 t15|15& -1 t16|16& -1 t17|17& -1 t18|18& -2 y0|0& -2 y1|1& -2 y2|2& -2 y3|3& -2 y4|4& -2 y5|5& -2 y6|6& -2 y7|7& -2 y8|8& -2 y9|9& -2 y10|10& -2 y11|11& -2 y12|12& -2 y13|13& -2 y14|14& -2 y15|15& -2 y16|16& -2 y17|17& -2 y18|18& --2 ?! -0 a0|& -0 s10|& -0 s11|& -0 s12|& -0 s24|& -0 s25|-1 1092 -1 -0 s26|& -0 s27|-1 359 -1 -0 s28|& -0 a29|-1 377 -1 -3 C0.5/20|! -3 C0.68/2|! -3 f0 (2|@7|$#,)! -3 f1 (2|@7|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f4 (5|$#,)! -3 f0 (5|$#,)! -3 f4 (5|$#,)! -3 Slconv{23|@1|0@0@3&#decimal_point,23|@1|0@0@3&#thousands_sep,23|@1|0@0@3&#grouping,23|@1|0@0@3&#int_curr_symbol,23|@1|0@0@3&#currency_symbol,23|@1|0@0@3&#mon_decimal_point,23|@1|0@0@3&#mon_thousands_sep,23|@1|0@0@3&#mon_grouping,23|@1|0@0@3&#positive_sign,23|@1|0@0@3&#negative_sign,4|@1|^#int_frac_digits,4|@1|^#frac_digits,4|@1|^#p_cs_precedes,4|@1|^#p_sep_by_space,4|@1|^#n_cs_precedes,4|@1|^#n_sep_by_space,4|@1|^#p_sign_posn,4|@1|^#n_sign_posn,}! -0 s46|-1 105 -1 -3 f0 (5|$#,23|0@5@7&#,)! -3 f19 (5|$#,23|0@5@7&#,)! -3 f23 (5|$#,23|0@5@7&#,)! -3 f0 ()! -3 f19 ()! -1 t99|99& -3 f105 ()! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,17|$#,)! -3 f17 (17|$#,17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,5|$#,)! -3 f17 (17|$#,5|$#,)! -3 f0 (17|$#,24|4@0@7&#,)! -3 f17 (17|$#,24|4@0@7&#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,17|$#,)! -3 f17 (17|$#,17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,36|4@0@7&#,)! -3 f17 (17|$#,36|4@0@7&#,)! -3 f0 (17|$#,17|$#,)! -3 f17 (17|$#,17|$#,)! -0 a124|& -3 f0 (151|4@0@7&#,)! -3 f5 (151|4@0@7&#,)! -3 f0 (151|$#,5|$#,)! -3 f1 (151|$#,5|$#,)! -0 s133|& -3 ?! -3 f157 (5|$#,)! -3 f1 (5|$#,)^160 -1 t159|159& -3 ?! -3 f161 (5|$#,)! -3 f1 (5|$#,)^164 -1 t163|163& -3 ?! -3 f165 (5|$#,)! -3 f1 (5|$#,)^168 -1 t167|167& -3 ?! -3 f169 (5|$#,)! -3 f1 (5|$#,)^172 -1 t171|171& -3 f0 (5|$#,172|0@5@7&#,)! -3 f19 (5|$#,172|0@5@7&#,)^175 -1 t174|174& -3 ?! -3 f176 (5|$#,)! -3 f19 (5|$#,)! -3 f1 (5|$#,172|0@5@7&#,)! -3 f1 (5|$#,)! -3 f180 (5|$#,172|0@5@7&#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -0 a139|& -3 f0 (184|4@0@7&#,!.,)! -3 f1 (184|4@0@7&#,!.,)! -3 f0 (184|$#,)! -3 f1 (184|$#,)! -0 a142|-1 191 -1 -0 a143|-1 265 -1 -1 t189|189& -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (23|$#,23|$#,)! -3 f5 (23|$#,23|$#,)! -3 f0 ()! -3 f19 ()! -3 f191 ()! -3 f0 (23|@5|4@5@7&#,)! -3 f19 (23|@5|4@5@7&#,)! -3 f23 (23|@5|4@5@7&#,)! -3 f0 (191|$#,)! -3 f5 (191|$#,)! -3 f0 (191|0@5@7&#,)! -3 f5 (191|0@5@7&#,)! -3 f0 (23|$#,23|$#,)! -3 f19 (23|$#,23|$#,)! -3 f191 (23|$#,23|$#,)! -3 f0 (23|$#,23|$#,191|$#,)! -3 f19 (23|$#,23|$#,191|$#,)! -3 f191 (23|$#,23|$#,191|$#,)! -3 f0 (191|$#,23|0@5@19@2@0#,)! -3 f1 (191|$#,23|0@5@19@2@0#,)! -3 f0 (191|$#,23|0@5@19@2@0#,5|$#,63|$#,)! -3 f5 (191|$#,23|0@5@19@2@0#,5|$#,63|$#,)! -3 f0 (191|$#,23|$#,!.,)! -3 f5 (191|$#,23|$#,!.,)! -3 f0 (191|$#,23|$#,!.,)! -3 f5 (191|$#,23|$#,!.,)! -3 f0 (23|$#,!.,)! -3 f5 (23|$#,!.,)! -3 f0 (23|$#,!.,)! -3 f5 (23|$#,!.,)! -3 f0 (23|4@0@7&#,23|$#,!.,)! -3 f5 (23|4@0@7&#,23|$#,!.,)! -3 f0 (23|4@0@7&#,23|$#,!.,)! -3 f5 (23|4@0@7&#,23|$#,!.,)! -3 f0 (23|$#,184|$#,)! -3 f5 (23|$#,184|$#,)! -3 f0 (191|$#,23|$#,184|$#,)! -3 f5 (191|$#,23|$#,184|$#,)! -3 f0 (23|4@0@7&#,23|$#,184|$#,)! -3 f5 (23|4@0@7&#,23|$#,184|$#,)! -3 f0 (23|4@0@7&#,63|$#,23|$#,184|$#,)! -3 f5 (23|4@0@7&#,63|$#,23|$#,184|$#,)! -3 f0 (191|$#,)! -3 f5 (191|$#,)! -3 f0 (23|@5|4@0@7&#,5|$#,191|$#,)! -3 f19 (23|@5|4@0@7&#,5|$#,191|$#,)! -3 f23 (23|@5|4@0@7&#,5|$#,191|$#,)! -3 C0.5/4|! -3 f0 (241|$#,191|$#,)! -3 f5 (241|$#,191|$#,)! -3 f0 (23|$#,191|$#,)! -3 f5 (23|$#,191|$#,)! -3 f0 (191|@7|$#,)! -3 f5 (191|@7|$#,)! -3 f0 ()! -3 f5 ()! -3 f0 (23|4@0@7&#,)! -3 f19 (23|4@0@7&#,)! -3 f23 (23|4@0@7&#,)! -3 f0 (241|$#,191|@7|$#,)! -3 f5 (241|$#,191|@7|$#,)! -3 f0 (241|$#,)! -3 f5 (241|$#,)! -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (241|$#,191|$#,)! -3 f5 (241|$#,191|$#,)! -3 f0 (20|4@0@7&#,63|$#,63|$#,191|$#,)! -3 f63 (20|4@0@7&#,63|$#,63|$#,191|$#,)! -3 f0 (20|$#,63|$#,63|$#,191|$#,)! -3 f63 (20|$#,63|$#,63|$#,191|$#,)! -1 t190|190& -3 f0 (191|$#,265|4@0@7&#,)! -3 f5 (191|$#,265|4@0@7&#,)! -3 f0 (191|$#,9|$#,5|$#,)! -3 f5 (191|$#,9|$#,5|$#,)! -3 f0 (191|$#,265|$#,)! -3 f5 (191|$#,265|$#,)! -3 f0 (191|$#,)! -3 f9 (191|$#,)! -3 f0 (191|$#,)! -3 f1 (191|$#,)! -3 f0 (191|$#,)! -3 f1 (191|$#,)! -3 f0 (191|$#,)! -3 f5 (191|$#,)! -3 f0 (191|$#,)! -3 f5 (191|$#,)! -3 f0 (23|0@5@7&#,)! -3 f1 (23|0@5@7&#,)! -3 f0 (23|$#,)! -3 f17 (23|$#,)! -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (23|$#,)! -3 f9 (23|$#,)! -1 t19|19& -1 t23|23& -3 f0 (23|$#,291|4@5@7&#,)! -3 f17 (23|$#,291|4@5@7&#,)! -3 f0 (23|$#,291|4@5@7&#,5|$#,)! -3 f9 (23|$#,291|4@5@7&#,5|$#,)! -3 f0 (23|$#,291|4@5@7&#,5|$#,)! -3 f10 (23|$#,291|4@5@7&#,5|$#,)! -3 f0 ()! -3 f5 ()! -3 f0 (6|$#,)! -3 f1 (6|$#,)! -3 f0 (63|$#,63|$#,)! -3 f19 (63|$#,63|$#,)! -3 f20 (63|$#,63|$#,)! -3 f0 (63|$#,)! -3 f19 (63|$#,)! -3 f20 (63|$#,)! -3 f0 (20|@5|4@5@2&#,63|$#,)! -3 f19 (20|@5|4@5@2&#,63|$#,)! -3 f20 (20|@5|4@5@2&#,63|$#,)! -3 f0 (20|4@2@2&#,)! -3 f1 (20|4@2@2&#,)! -3 f0 ()! -3 f1 ()! -3 f0 (5|$#,)! -3 f1 (5|$#,)! -3 ?! -3 f317 ()! -3 f1 ()^320 -1 t319|319& -3 f0 (320|$#,)! -3 f5 (320|$#,)! -3 f0 (23|$#,)! -3 f19 (23|$#,)! -3 f23 (23|$#,)! -3 f0 (23|0@5@7&#,)! -3 f5 (23|0@5@7&#,)! -3 ?! -3 f328 (20|$#,20|$#,)! -3 f5 (20|$#,20|$#,)^331 -1 t330|330& -3 f0 (20|$#,20|$#,63|$#,63|$#,331|$#,)! -3 f19 (20|$#,20|$#,63|$#,63|$#,331|$#,)! -3 f20 (20|$#,20|$#,63|$#,63|$#,331|$#,)! -3 ?! -3 f335 (20|$#,20|$#,)! -3 f5 (20|$#,20|$#,)^338 -1 t337|337& -3 f0 (20|$#,63|$#,63|$#,338|$#,)! -3 f1 (20|$#,63|$#,63|$#,338|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 S!2{5|@1|^#quot,5|@1|^#rem,}! -0 s222|& -0 s223|& -3 f0 (5|$#,5|$#,)! -3 f345 (5|$#,5|$#,)! -3 f0 (9|$#,)! -3 f9 (9|$#,)! -3 S!3{9|@1|^#quot,9|@1|^#rem,}! -0 s226|& -0 s227|& -3 f0 (9|$#,9|$#,)! -3 f352 (9|$#,9|$#,)! -3 f0 (5|$#,)! -3 f66 (5|$#,)! -3 f0 (191|$#,)! -3 f66 (191|$#,)! -1 t65|65 441 -1 -3 f0 (359|@5|$#,5|$#,191|$#,)! -3 f19 (359|@5|$#,5|$#,191|$#,)! -3 f359 (359|@5|$#,5|$#,191|$#,)! -3 f0 (65|$#,191|$#,)! -3 f66 (65|$#,191|$#,)! -3 f0 (359|$#,191|$#,)! -3 f5 (359|$#,191|$#,)! -3 f0 (191|$#,5|$#,)! -3 f5 (191|$#,5|$#,)! -3 f0 (191|$#,359|$#,!.,)! -3 f5 (191|$#,359|$#,!.,)! -3 f0 (191|$#,359|$#,!.,)! -3 f5 (191|$#,359|$#,!.,)! -3 f0 (191|@7|$#,)! -3 f66 (191|@7|$#,)! -3 f0 ()! -3 f66 ()! -1 t67|67& -3 f0 (23|$#,63|$#,377|0@5@7&#,)! -3 f63 (23|$#,63|$#,377|0@5@7&#,)! -3 f0 (359|0@5@7&#,23|$#,63|$#,377|0@5@7&#,)! -3 f63 (359|0@5@7&#,23|$#,63|$#,377|0@5@7&#,)! -3 f0 (377|0@5@7&#,)! -3 f5 (377|0@5@7&#,)! -3 f0 (359|0@5@7&#,291|$#,63|$#,377|0@5@7&#,)! -3 f63 (359|0@5@7&#,291|$#,63|$#,377|0@5@7&#,)! -3 f0 (65|$#,191|@7|$#,)! -3 f66 (65|$#,191|@7|$#,)! -3 f0 (65|$#,)! -3 f66 (65|$#,)! -3 f0 (359|$#,63|$#,359|$#,!.,)! -3 f5 (359|$#,63|$#,359|$#,!.,)! -3 f0 (359|$#,359|$#,!.,)! -3 f5 (359|$#,359|$#,!.,)! -3 f0 (66|$#,191|$#,)! -3 f66 (66|$#,191|$#,)! -3 f0 (191|$#,359|$#,184|$#,)! -3 f5 (191|$#,359|$#,184|$#,)! -3 f0 (359|$#,63|$#,359|$#,184|$#,)! -3 f5 (359|$#,63|$#,359|$#,184|$#,)! -3 f0 (359|$#,184|$#,)! -3 f5 (359|$#,184|$#,)! -3 f0 (23|4@5@7&#,65|$#,377|0@5@7&#,)! -3 f63 (23|4@5@7&#,65|$#,377|0@5@7&#,)! -3 C0.1/359|! -3 f0 (359|@5|4@0@9&#,359|$#,)! -3 f1 (359|@5|4@0@9&#,359|$#,)! -3 f404 (359|@5|4@0@9&#,359|$#,)! -3 f0 (359|@5|$#,65|$#,)! -3 f19 (359|@5|$#,65|$#,)! -3 f359 (359|@5|$#,65|$#,)! -3 f0 (359|$#,359|$#,)! -3 f5 (359|$#,359|$#,)! -3 f0 (359|$#,359|$#,)! -3 f5 (359|$#,359|$#,)! -3 f0 (359|@5|4@0@9&#,359|$#,)! -3 f1 (359|@5|4@0@9&#,359|$#,)! -3 f404 (359|@5|4@0@9&#,359|$#,)! -3 f0 (359|$#,359|$#,)! -3 f63 (359|$#,359|$#,)! -0 s262|-1 421 -1 -1 t420|420& -3 f0 (359|4@0@7&#,63|$#,359|$#,421|$#,)! -3 f63 (359|4@0@7&#,63|$#,359|$#,421|$#,)! -3 f0 (359|$#,)! -3 f63 (359|$#,)! -3 C0.1/359|! -3 f0 (359|@5|4@0@9&#,359|$#,63|$#,)! -3 f1 (359|@5|4@0@9&#,359|$#,63|$#,)! -3 f426 (359|@5|4@0@9&#,359|$#,63|$#,)! -3 f0 (359|$#,359|$#,63|$#,)! -3 f5 (359|$#,359|$#,63|$#,)! -3 f0 (359|@5|4@0@9&#,359|$#,63|$#,)! -3 f1 (359|@5|4@0@9&#,359|$#,63|$#,)! -3 f426 (359|@5|4@0@9&#,359|$#,63|$#,)! -3 f0 (359|@5|$#,359|$#,)! -3 f19 (359|@5|$#,359|$#,)! -3 f359 (359|@5|$#,359|$#,)! -3 f0 (359|@5|$#,65|$#,)! -3 f19 (359|@5|$#,65|$#,)! -3 f359 (359|@5|$#,65|$#,)! -1 t359|359& -3 f0 (23|0@5@7&#,441|$#,63|$#,377|0@5@7&#,)! -3 f63 (23|0@5@7&#,441|$#,63|$#,377|0@5@7&#,)! -3 f0 (359|$#,359|$#,)! -3 f63 (359|$#,359|$#,)! -3 f0 (359|$#,359|$#,)! -3 f19 (359|$#,359|$#,)! -3 f359 (359|$#,359|$#,)! -3 f0 (359|$#,441|0@5@7&#,)! -3 f17 (359|$#,441|0@5@7&#,)! -3 f0 (359|0@5@7&#,359|$#,441|$#,)! -3 f19 (359|0@5@7&#,359|$#,441|$#,)! -3 f359 (359|0@5@7&#,359|$#,441|$#,)! -3 f0 (359|$#,441|0@5@7&#,5|$#,)! -3 f9 (359|$#,441|0@5@7&#,5|$#,)! -3 f0 (359|$#,441|0@5@7&#,5|$#,)! -3 f10 (359|$#,441|0@5@7&#,5|$#,)! -3 f0 (359|0@5@7&#,359|$#,63|$#,)! -3 f63 (359|0@5@7&#,359|$#,63|$#,)! -3 f0 (66|$#,)! -3 f5 (66|$#,)! -3 f0 (359|$#,65|$#,63|$#,)! -3 f19 (359|$#,65|$#,63|$#,)! -3 f359 (359|$#,65|$#,63|$#,)! -3 f0 (359|$#,359|$#,63|$#,)! -3 f5 (359|$#,359|$#,63|$#,)! -3 f0 (359|@5|$#,359|$#,63|$#,)! -3 f19 (359|@5|$#,359|$#,63|$#,)! -3 f359 (359|@5|$#,359|$#,63|$#,)! -3 f0 (359|@5|$#,359|$#,63|$#,)! -3 f19 (359|@5|$#,359|$#,63|$#,)! -3 f359 (359|@5|$#,359|$#,63|$#,)! -3 f0 (359|@5|$#,65|$#,63|$#,)! -3 f19 (359|@5|$#,65|$#,63|$#,)! -3 f359 (359|@5|$#,65|$#,63|$#,)! -3 f0 (359|$#,!.,)! -3 f5 (359|$#,!.,)! -3 f0 (359|$#,!.,)! -3 f5 (359|$#,!.,)! -0 s286|& -0 s287|& -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,480|$#,)! -3 f2 (66|$#,480|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,)! -3 f2 (66|$#,)! -3 f0 (66|$#,481|$#,)! -3 f66 (66|$#,481|$#,)! -3 f0 (66|$#,)! -3 f66 (66|$#,)! -3 f0 (66|$#,)! -3 f66 (66|$#,)! -3 f0 (23|$#,)! -3 f481 (23|$#,)! -3 f0 (23|$#,)! -3 f480 (23|$#,)! -3 f0 (23|$#,63|$#,)! -3 f5 (23|$#,63|$#,)! -3 f0 (359|4@5@7&#,23|0@5@7&#,63|$#,)! -3 f5 (359|4@5@7&#,23|0@5@7&#,63|$#,)! -3 f0 (23|4@5@7&#,65|$#,)! -3 f5 (23|4@5@7&#,65|$#,)! -3 f0 (359|4@5@7&#,23|$#,63|$#,)! -3 f63 (359|4@5@7&#,23|$#,63|$#,)! -3 f0 (23|4@0@7&#,359|$#,63|$#,)! -3 f63 (23|4@0@7&#,359|$#,63|$#,)! -3 C0.1/20|! -3 f0 (20|@5|4@0@9&#,20|$#,63|$#,)! -3 f1 (20|@5|4@0@9&#,20|$#,63|$#,)! -3 f526 (20|@5|4@0@9&#,20|$#,63|$#,)! -3 f0 (20|@5|4@0@7&#,20|$#,63|$#,)! -3 f1 (20|@5|4@0@7&#,20|$#,63|$#,)! -3 f526 (20|@5|4@0@7&#,20|$#,63|$#,)! -3 C0.1/23|! -3 f0 (23|@5|4@0@9&#,23|$#,)! -3 f1 (23|@5|4@0@9&#,23|$#,)! -3 f533 (23|@5|4@0@9&#,23|$#,)! -3 f0 (23|@5|4@0@9&#,23|$#,63|$#,)! -3 f1 (23|@5|4@0@9&#,23|$#,63|$#,)! -3 f533 (23|@5|4@0@9&#,23|$#,63|$#,)! -3 f0 (23|@5|0@0@9&#,23|$#,)! -3 f1 (23|@5|0@0@9&#,23|$#,)! -3 f533 (23|@5|0@0@9&#,23|$#,)! -3 f0 (23|@5|0@0@9&#,23|$#,63|$#,)! -3 f1 (23|@5|0@0@9&#,23|$#,63|$#,)! -3 f533 (23|@5|0@0@9&#,23|$#,63|$#,)! -3 f0 (20|$#,20|$#,63|$#,)! -3 f5 (20|$#,20|$#,63|$#,)! -3 f0 (23|$#,23|$#,)! -3 f5 (23|$#,23|$#,)! -3 f0 (23|$#,23|$#,)! -3 f5 (23|$#,23|$#,)! -3 f0 (23|$#,23|$#,63|$#,)! -3 f5 (23|$#,23|$#,63|$#,)! -3 f0 (23|4@5@7&#,23|$#,63|$#,)! -3 f63 (23|4@5@7&#,23|$#,63|$#,)! -3 f0 (20|$#,5|$#,63|$#,)! -3 f19 (20|$#,5|$#,63|$#,)! -3 f20 (20|$#,5|$#,63|$#,)! -3 f0 (23|@5|$#,4|$#,)! -3 f19 (23|@5|$#,4|$#,)! -3 f23 (23|@5|$#,4|$#,)! -3 f0 (23|$#,23|$#,)! -3 f63 (23|$#,23|$#,)! -3 f0 (23|@5|$#,23|$#,)! -3 f19 (23|@5|$#,23|$#,)! -3 f23 (23|@5|$#,23|$#,)! -3 f0 (23|@5|$#,4|$#,)! -3 f19 (23|@5|$#,4|$#,)! -3 f23 (23|@5|$#,4|$#,)! -3 f0 (23|$#,23|$#,)! -3 f63 (23|$#,23|$#,)! -3 f0 (23|@5|0@0@9&#,23|$#,)! -3 f19 (23|@5|0@0@9&#,23|$#,)! -3 f23 (23|@5|0@0@9&#,23|$#,)! -3 f0 (23|@5|0@5@7&#,23|$#,)! -3 f19 (23|@5|0@5@7&#,23|$#,)! -3 f23 (23|@5|0@5@7&#,23|$#,)! -3 C0.1/20|! -3 f0 (20|@5|4@0@7&#,5|$#,63|$#,)! -3 f1 (20|@5|4@0@7&#,5|$#,63|$#,)! -3 f578 (20|@5|4@0@7&#,5|$#,63|$#,)! -3 f0 (5|$#,)! -3 f19 (5|$#,)! -3 f23 (5|$#,)! -3 f0 (23|$#,)! -3 f63 (23|$#,)! -0 s333|& -0 s334|-1 596 -1 -3 Stm{5|@1|^#tm_sec,5|@1|^#tm_min,5|@1|^#tm_hour,5|@1|^#tm_mday,5|@1|^#tm_mon,5|@1|^#tm_year,5|@1|^#tm_wday,5|@1|^#tm_yday,5|@1|^#tm_isdst,}! -3 f0 ()! -3 f587 ()! -3 f0 (588|$#,588|$#,)! -3 f17 (588|$#,588|$#,)! -3 f0 (421|$#,)! -3 f588 (421|$#,)! -1 t588|588& -3 f0 (596|4@5@7&#,)! -3 f588 (596|4@5@7&#,)! -3 f0 (421|$#,)! -3 f19 (421|$#,)! -3 f23 (421|$#,)! -3 f0 (596|$#,)! -3 f19 (596|$#,)! -3 f23 (596|$#,)! -3 f0 (596|$#,)! -3 f19 (596|$#,)! -3 f421 (596|$#,)! -3 f0 (596|$#,)! -3 f19 (596|$#,)! -3 f421 (596|$#,)! -3 f0 (23|4@0@7&#,63|$#,23|$#,421|$#,)! -3 f63 (23|4@0@7&#,63|$#,23|$#,421|$#,)! -0 s344|& -0 s345|& -0 s346|& -0 s347|& -0 s348|& -0 s349|& -0 s350|& -0 s351|& -0 s352|& -0 s353|& -0 s354|& -0 s355|& -0 s356|& -0 s357|& -0 s358|& -0 s359|& -0 s360|& -0 s361|& -0 s362|& -0 s363|& -0 s364|& -0 s365|& -0 s366|& -0 s367|& -0 s368|& -0 s369|& -0 s370|& -0 s371|& -0 s410|& -0 s411|-1 1215 867 -0 s412|& -0 s413|& -0 s414|& -0 s415|& -0 s416|& -0 s417|& -0 a418|-1 652 -1 -3 Sdirent{42|@1|^#d_name,}! -0 s419|-1 660 -1 -1 t649|649& -3 f0 (652|$#,)! -3 f5 (652|$#,)! -3 f0 (23|$#,)! -3 f19 (23|$#,)! -3 f652 (23|$#,)! -3 f0 (652|$#,)! -3 f19 (652|$#,)! -1 t651|651 1491 -1 -3 f660 (652|$#,)! -3 f0 (652|$#,)! -3 f1 (652|$#,)! -3 Sflock{7|@1|^#l_type,7|@1|^#l_whence,646|@1|^#l_start,646|@1|^#l_len,647|@1|^#l_pid,}! -0 s495|& -3 f0 (23|$#,644|$#,)! -3 f5 (23|$#,644|$#,)! -3 f0 (5|$#,5|$#,!.,)! -3 f5 (5|$#,5|$#,!.,)! -3 f0 (23|$#,5|$#,!.,)! -3 f5 (23|$#,5|$#,!.,)! -3 Sgroup{23|@1|0@0@3&#gr_name,642|@1|^#gr_gid,291|@1|0@0@3&#gr_mem,}! -0 s499|-1 676 -1 -3 f0 (642|$#,)! -3 f19 (642|$#,)! -1 t673|673& -3 f676 (642|$#,)! -3 f0 (23|$#,)! -3 f19 (23|$#,)! -3 f676 (23|$#,)! -3 Spasswd{23|@1|0@0@3&#pw_name,648|@1|^#pw_uid,642|@1|^#pw_gid,23|@1|0@0@3&#pw_dir,23|@1|0@0@3&#pw_shell,}! -0 s528|-1 685 -1 -3 f0 (23|$#,)! -3 f19 (23|$#,)! -1 t682|682& -3 f685 (23|$#,)! -3 f0 (648|$#,)! -3 f19 (648|$#,)! -3 f685 (648|$#,)! -0 a531|& -3 f0 (690|$#,5|$#,)! -3 f1 (690|$#,5|$#,)! -3 f0 (690|4@0@7&#,5|$#,)! -3 f5 (690|4@0@7&#,5|$#,)! -0 a534|-1 707 -1 -3 ?! -3 f696 ()! -3 f1 ()^699 -1 t698|698& -3 Ssigaction{!699$$$@0#sa_handler,695|@1|0@0@3&#sa_mask,5|@1|^#sa_flags,}! -0 s552|-1 704 -1 -3 f0 (647|$#,5|$#,)! -3 f5 (647|$#,5|$#,)! -1 t701|701& -3 f0 (5|$#,704|$#,704|4@5@7&#,)! -3 f5 (5|$#,704|$#,704|4@5@7&#,)! -1 t695|695& -3 f0 (707|$#,5|$#,)! -3 f5 (707|$#,5|$#,)! -3 f0 (707|$#,5|$#,)! -3 f5 (707|$#,5|$#,)! -3 f0 (707|4@0@7&#,)! -3 f5 (707|4@0@7&#,)! -3 f0 (707|4@0@7&#,)! -3 f5 (707|4@0@7&#,)! -3 f0 (707|$#,5|$#,)! -3 f5 (707|$#,5|$#,)! -3 f0 (707|4@0@7&#,)! -3 f5 (707|4@0@7&#,)! -3 f0 (5|$#,707|0@5@7&#,707|4@5@7&#,)! -3 f5 (5|$#,707|0@5@7&#,707|4@5@7&#,)! -3 f0 (707|$#,)! -3 f5 (707|$#,)! -3 f0 (5|$#,23|$#,)! -3 f19 (5|$#,23|$#,)! -3 f191 (5|$#,23|$#,)! -3 f0 (191|$#,)! -3 f5 (191|$#,)! -3 Sstat{644|@1|^#st_mode,643|@1|^#st_ino,641|@1|^#st_dev,645|@1|^#st_nlink,648|@1|^#st_uid,642|@1|^#st_gid,646|@1|^#st_size,588|@1|^#st_atime,588|@1|^#st_mtime,588|@1|^#st_ctime,}! -0 s567|-1 749 -1 -3 C0.2/5|! -3 f0 (644|@7|$#,)! -3 f2 (644|@7|$#,)! -3 f731 (644|@7|$#,)! -3 f0 (644|@7|$#,)! -3 f2 (644|@7|$#,)! -3 f731 (644|@7|$#,)! -3 f0 (644|@7|$#,)! -3 f2 (644|@7|$#,)! -3 f731 (644|@7|$#,)! -3 f0 (644|@7|$#,)! -3 f2 (644|@7|$#,)! -3 f731 (644|@7|$#,)! -3 f0 (644|@7|$#,)! -3 f2 (644|@7|$#,)! -3 f731 (644|@7|$#,)! -3 f0 (23|$#,644|$#,)! -3 f5 (23|$#,644|$#,)! -1 t730|730& -3 f0 (5|$#,749|4@0@7&#,)! -3 f5 (5|$#,749|4@0@7&#,)! -3 f0 (23|$#,644|$#,)! -3 f5 (23|$#,644|$#,)! -3 f0 (23|$#,644|$#,)! -3 f5 (23|$#,644|$#,)! -3 f0 (23|$#,749|4@0@7&#,)! -3 f5 (23|$#,749|4@0@7&#,)! -3 f0 (644|$#,)! -3 f5 (644|$#,)! -3 Stms{587|@1|^#tms_utime,587|@1|^#tms_stime,587|@1|^#tms_cutime,587|@1|^#tms_cstime,}! -0 s579|-1 762 -1 -1 t761|761& -3 f0 (762|4@0@7&#,)! -3 f587 (762|4@0@7&#,)! -3 Sutsname{42|@1|^#sysname,42|@1|^#nodename,42|@1|^#release,42|@1|^#version,42|@1|^#machine,}! -0 s581|-1 767 -1 -1 t766|766& -3 f0 (767|4@0@7&#,)! -3 f5 (767|4@0@7&#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (24|4@5@7&#,)! -3 f647 (24|4@5@7&#,)! -3 f0 (647|$#,24|4@5@7&#,5|$#,)! -3 f647 (647|$#,24|4@5@7&#,5|$#,)! -3 C0.4/8|! -3 C0.3/8|! -0 s592|& -3 C0.9/9|! -3 C0.10/9|! -0 s593|& -0 s594|& -3 Stermios{792|@1|^#c_iflag,792|@1|^#c_oflag,792|@1|^#c_cflag,792|@1|^#c_lflag,788|@1|^#c_cc,}! -0 s663|-1 795 -1 -1 t794|794& -3 f0 (795|$#,)! -3 f791 (795|$#,)! -3 f0 (795|$#,)! -3 f791 (795|$#,)! -3 f0 (795|$#,)! -3 f5 (795|$#,)! -3 f0 (795|$#,)! -3 f5 (795|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,5|$#,)! -3 f5 (5|$#,5|$#,)! -3 f0 (5|$#,5|$#,)! -3 f5 (5|$#,5|$#,)! -3 f0 (5|$#,795|4@0@7&#,)! -3 f5 (5|$#,795|4@0@7&#,)! -3 f0 (5|$#,5|$#,)! -3 f5 (5|$#,5|$#,)! -3 f0 (5|$#,5|$#,795|$#,)! -3 f5 (5|$#,5|$#,795|$#,)! -3 f0 ()! -3 f1 ()! -3 f0 (5|$#,)! -3 f1 (5|$#,)! -3 f0 (23|$#,5|$#,)! -3 f5 (23|$#,5|$#,)! -3 f0 (6|$#,)! -3 f6 (6|$#,)! -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (23|$#,648|$#,642|$#,)! -3 f5 (23|$#,648|$#,642|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (23|@5|4@5@7&#,)! -3 f19 (23|@5|4@5@7&#,)! -3 f23 (23|@5|4@5@7&#,)! -3 f0 (23|4@5@7&#,)! -3 f19 (23|4@5@7&#,)! -3 f23 (23|4@5@7&#,)! -3 f0 (5|$#,5|$#,)! -3 f5 (5|$#,5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (23|$#,23|$#,!.,)! -3 f5 (23|$#,23|$#,!.,)! -3 f0 (23|$#,23|$#,!.,)! -3 f5 (23|$#,23|$#,!.,)! -3 f0 (23|$#,23|$#,!.,)! -3 f5 (23|$#,23|$#,!.,)! -2 y19|19& -2 y23|23& -3 f0 (23|$#,847|$#,)! -3 f5 (23|$#,847|$#,)! -3 f0 (23|$#,847|$#,291|$#,)! -3 f5 (23|$#,847|$#,291|$#,)! -3 f0 (23|$#,847|$#,)! -3 f5 (23|$#,847|$#,)! -3 f0 ()! -3 f647 ()! -3 f0 (5|$#,5|$#,)! -3 f9 (5|$#,5|$#,)! -3 f0 (23|@5|4@2@7&#,63|$#,)! -3 f19 (23|@5|4@2@7&#,63|$#,)! -3 f23 (23|@5|4@2@7&#,63|$#,)! -3 f0 ()! -3 f642 ()! -3 f0 ()! -3 f648 ()! -3 f0 ()! -3 f642 ()! -2 y642|642& -3 f0 (5|$#,867|4@0@7&#,)! -3 f5 (5|$#,867|4@0@7&#,)! -3 f0 ()! -3 f19 ()! -3 f23 ()! -3 f0 ()! -3 f647 ()! -3 f0 ()! -3 f647 ()! -3 f0 ()! -3 f647 ()! -3 f0 ()! -3 f648 ()! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (23|$#,23|$#,)! -3 f5 (23|$#,23|$#,)! -3 f0 (5|$#,646|$#,5|$#,)! -3 f646 (5|$#,646|$#,5|$#,)! -3 f0 (23|$#,5|$#,)! -3 f9 (23|$#,5|$#,)! -3 f0 ()! -3 f5 ()! -3 f0 (43|4@0@7&#,)! -3 f5 (43|4@0@7&#,)! -3 f0 (5|$#,20|4@0@7&#,63|$#,)! -3 f64 (5|$#,20|4@0@7&#,63|$#,)! -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (642|$#,)! -3 f5 (642|$#,)! -3 f0 (647|$#,647|$#,)! -3 f5 (647|$#,647|$#,)! -3 f0 ()! -3 f647 ()! -3 f0 (648|$#,)! -3 f5 (648|$#,)! -3 f0 (6|$#,)! -3 f6 (6|$#,)! -3 f0 (5|$#,)! -3 f9 (5|$#,)! -3 f0 (5|$#,)! -3 f647 (5|$#,)! -3 f0 (5|$#,647|$#,)! -3 f5 (5|$#,647|$#,)! -3 f0 (5|$#,)! -3 f19 (5|$#,)! -3 f23 (5|$#,)! -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (5|$#,20|$#,63|$#,)! -3 f64 (5|$#,20|$#,63|$#,)! -3 Sutimbuf{588|@1|^#actime,588|@1|^#modtime,}! -0 s755|-1 922 -1 -1 t921|921& -3 f0 (23|$#,922|0@5@7&#,)! -3 f5 (23|$#,922|0@5@7&#,)! -0 a757|-1 930 -1 -0 s758|& -3 S!4{926|@1|^#rm_so,926|@1|^#rm_eo,}! -0 s759|& -0 s760|-1 -1 933 -1 t925|925& -3 f0 (930|4@0@7&#,23|$#,5|$#,)! -3 f5 (930|4@0@7&#,23|$#,5|$#,)! -2 y929|929& -3 f0 (930|$#,23|$#,63|$#,933|4@0@7&#,5|$#,)! -3 f5 (930|$#,23|$#,63|$#,933|4@0@7&#,5|$#,)! -3 f0 (5|$#,930|$#,23|4@0@7&#,63|$#,)! -3 f63 (5|$#,930|$#,23|4@0@7&#,63|$#,)! -3 f0 (930|0@0@2&#,)! -3 f1 (930|0@0@2&#,)! -0 s797|& -0 s798|& -0 s799|& -0 s800|& -0 s801|& -0 s802|& -0 s803|& -0 s804|& -0 s805|& -0 s806|& -0 s807|& -0 s808|& -0 s809|& -0 s810|& -0 s811|& -0 s812|& -0 s813|& -0 s814|& -0 s815|& -0 s816|& -3 f0 (23|$#,23|4@0@7&#,5|$#,)! -3 f1 (23|$#,23|4@0@7&#,5|$#,)! -3 C0.5/2|! -3 f0 (23|$#,23|$#,5|$#,)! -3 f5 (23|$#,23|$#,5|$#,)! -3 f962 (23|$#,23|$#,5|$#,)! -3 f0 (23|4@0@7&#,5|$#,)! -3 f1 (23|4@0@7&#,5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (23|$#,23|$#,)! -3 f5 (23|$#,23|$#,)! -3 f0 (191|$#,23|0@5@19@2@0#,5|$#,63|$#,)! -3 f5 (191|$#,23|0@5@19@2@0#,5|$#,63|$#,)! -3 f0 (191|$#,23|0@5@19@2@0#,5|$#,)! -3 f1 (191|$#,23|0@5@19@2@0#,5|$#,)! -3 f0 (191|$#,)! -3 f1 (191|$#,)! -3 f0 (5|$#,23|4@0@7&#,5|$#,)! -3 f5 (5|$#,23|4@0@7&#,5|$#,)! -3 f0 (20|4@0@7&#,63|$#,63|$#,191|$#,)! -3 f63 (20|4@0@7&#,63|$#,63|$#,191|$#,)! -3 f0 (20|$#,63|$#,63|$#,191|$#,)! -3 f63 (20|$#,63|$#,63|$#,191|$#,)! -3 C0.1/20|! -3 f0 (20|@5|4@0@7&#,20|0@0@9&#,5|$#,63|$#,)! -3 f1 (20|@5|4@0@7&#,20|0@0@9&#,5|$#,63|$#,)! -3 f984 (20|@5|4@0@7&#,20|0@0@9&#,5|$#,63|$#,)! -3 f0 (23|$#,23|$#,)! -3 f5 (23|$#,23|$#,)! -3 f0 (23|$#,23|$#,5|$#,)! -3 f5 (23|$#,23|$#,5|$#,)! -3 f0 (23|$#,)! -3 f19 (23|$#,)! -3 f23 (23|$#,)! -3 f0 (23|@5|$#,4|$#,)! -3 f19 (23|@5|$#,4|$#,)! -3 f23 (23|@5|$#,4|$#,)! -3 f0 (23|@5|$#,4|$#,)! -3 f19 (23|@5|$#,4|$#,)! -3 f23 (23|@5|$#,4|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 ()! -3 f1 ()! -0 s939|& -0 s940|& -0 s941|& -0 s942|& -0 s943|& -0 s944|& -0 s945|& -0 s946|& -0 s947|& -0 s948|& -0 s949|& -0 s950|& -0 s951|& -0 s952|& -0 s953|& -0 s954|& -0 s955|& -0 s956|& -0 s957|& -0 s958|& -2 F0/12|0& -2 F4/12|4& -0 s959|& -0 s960|& -0 s961|& -0 s962|& -0 s963|& -0 s964|-1 1251 -1 -0 s965|& -0 s966|& -0 s967|& -0 s968|& -0 s969|& -0 s970|& -0 s971|& -0 s972|& -0 s973|& -0 s974|& -0 s975|& -0 s976|& -0 s977|& -0 a978|-1 1181 -1 -3 f0 (5|$#,23|4@0@7&#,5|$#,)! -3 f5 (5|$#,23|4@0@7&#,5|$#,)! -3 C0.5/9|! -3 f0 (5|$#,1053|$#,20|4@0@7&#,)! -3 f5 (5|$#,1053|$#,20|4@0@7&#,)! -3 f0 ()! -3 f647 ()! -3 Siovec{20|@1|0@0@3&#iov_base,63|@1|^#iov_len,}! -0 s982|-1 1080 1060 -2 y1059|1059& -3 f0 (5|$#,1060|$#,5|$#,)! -3 f64 (5|$#,1060|$#,5|$#,)! -3 f0 (5|$#,1060|$#,5|$#,)! -3 f64 (5|$#,1060|$#,5|$#,)! -3 Spoll{5|@1|^#fd,7|@1|^#events,7|@1|^#revents,}! -0 s987|-1 -1 1067 -2 y1066|1066& -3 f0 (1067|$#,10|$#,5|$#,)! -3 f5 (1067|$#,10|$#,5|$#,)! -3 f0 (20|4@2@2&#,)! -3 f1 (20|4@2@2&#,)! -2 F0/14|0& -2 F4/14|4& -3 Ssockaddr{1039|@1|^#sa_len,1039|@1|^#sa_family,1073|@1|^#sa_data,}! -0 s1101|-1 1085 -1 -3 Slinger{5|@1|^#l_onoff,5|@1|^#l_linger,}! -0 s1102|& -3 Ssockproto{1040|@1|^#sp_family,1040|@1|^#sp_protocol,}! -0 s1103|& -1 t1059|1059& -3 Smsghdr{1020|@1|0@0@3&#msg_name,1041|@1|^#msg_namelen,1080|@1|0@0@3&#msg_iov,1041|@1|^#msg_iovlen,1020|@1|0@0@3&#msg_control,1041|@1|^#msg_controllen,5|@1|^#msg_flags,}! -0 s1104|-1 1105 -1 -3 Scmsghdr{1041|@1|^#cmsg_len,5|@1|^#cmsg_level,5|@1|^#cmsg_type,}! -0 s1105|& -1 t1075|1075& -3 f0 (5|$#,1085|$#,24|$#,)! -3 f5 (5|$#,1085|$#,24|$#,)! -3 f0 (5|$#,1085|$#,5|$#,)! -3 f5 (5|$#,1085|$#,5|$#,)! -3 f0 (5|$#,1085|$#,5|$#,)! -3 f5 (5|$#,1085|$#,5|$#,)! -1 t63|63& -3 f0 (5|$#,1085|4@0@7&#,1092|$#,)! -3 f5 (5|$#,1085|4@0@7&#,1092|$#,)! -3 f0 (5|$#,1085|$#,1092|$#,)! -3 f5 (5|$#,1085|$#,1092|$#,)! -3 f0 (5|$#,5|$#,5|$#,20|4@0@7&#,1092|$#,)! -3 f5 (5|$#,5|$#,5|$#,20|4@0@7&#,1092|$#,)! -3 f0 (5|$#,5|$#,)! -3 f5 (5|$#,5|$#,)! -3 f0 (5|$#,20|4@0@7&#,63|$#,5|$#,)! -3 f64 (5|$#,20|4@0@7&#,63|$#,5|$#,)! -3 f0 (5|$#,20|$#,63|$#,5|$#,1085|0@5@7&#,24|$#,)! -3 f64 (5|$#,20|$#,63|$#,5|$#,1085|0@5@7&#,24|$#,)! -1 t1082|1082& -3 f0 (5|$#,1105|$#,5|$#,)! -3 f64 (5|$#,1105|$#,5|$#,)! -3 f0 (5|$#,20|$#,63|$#,5|$#,)! -3 f64 (5|$#,20|$#,63|$#,5|$#,)! -3 f0 (5|$#,20|$#,63|$#,5|$#,1085|$#,5|$#,)! -3 f64 (5|$#,20|$#,63|$#,5|$#,1085|$#,5|$#,)! -3 f0 (5|$#,1105|$#,5|$#,)! -3 f64 (5|$#,1105|$#,5|$#,)! -3 f0 (5|$#,5|$#,5|$#,20|$#,5|$#,)! -3 f5 (5|$#,5|$#,5|$#,20|$#,5|$#,)! -3 f0 (5|$#,5|$#,)! -3 f5 (5|$#,5|$#,)! -3 f0 (5|$#,5|$#,5|$#,)! -3 f5 (5|$#,5|$#,5|$#,)! -3 f0 (5|$#,5|$#,5|$#,24|4@0@7&#,)! -3 f5 (5|$#,5|$#,5|$#,24|4@0@7&#,)! -3 f0 (5|$#,23|$#,)! -3 f1 (5|$#,23|$#,)! -3 f0 (23|$#,23|$#,5|$#,)! -3 f5 (23|$#,23|$#,5|$#,)! -3 f0 (23|$#,)! -3 f1 (23|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,5|$#,)! -3 f5 (5|$#,5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -0 s1151|-1 1135 -1 -1 t1134|1134& -3 f0 (24|$#,5|$#,1135|4@5@7&#,)! -3 f647 (24|$#,5|$#,1135|4@5@7&#,)! -3 f0 (647|$#,24|$#,5|$#,1135|4@5@7&#,)! -3 f647 (647|$#,24|$#,5|$#,1135|4@5@7&#,)! -3 Stimeval{9|@1|^#tv_sec,9|@1|^#tv_usec,}! -0 s1154|-1 1150 -1 -3 Stimespec{9|@1|^#ts_sec,9|@1|^#ts_nsec,}! -0 s1155|& -3 Stimezone{5|@1|^#tz_minuteswest,5|@1|^#tz_dsttime,}! -0 s1156|-1 1156 -1 -3 Sitimerval{1141|@1|^#it_interval,1141|@1|^#it_value,}! -0 s1167|-1 1153 -1 -3 Sclockinfo{5|@1|^#hz,5|@1|^#tick,5|@1|^#stathz,5|@1|^#profhz,}! -0 s1168|& -1 t1141|1141& -3 f0 (1150|$#,1150|4@5@7&#,)! -3 f5 (1150|$#,1150|4@5@7&#,)! -1 t1147|1147& -3 f0 (5|$#,1153|4@0@7&#,)! -3 f5 (5|$#,1153|4@0@7&#,)! -1 t1145|1145& -3 f0 (1150|4@5@7&#,1156|4@5@7&#,)! -3 f5 (1150|4@5@7&#,1156|4@5@7&#,)! -3 f0 (5|$#,1153|$#,1153|4@5@7&#,)! -3 f5 (5|$#,1153|$#,1153|4@5@7&#,)! -3 f0 (1150|$#,1156|$#,)! -3 f5 (1150|$#,1156|$#,)! -3 f0 (23|$#,1150|0@5@7&#,)! -3 f5 (23|$#,1150|0@5@7&#,)! -3 f0 (1020|@5|0@5@7&#,63|$#,5|$#,5|$#,5|$#,646|$#,)! -3 f1020 (1020|@5|0@5@7&#,63|$#,5|$#,5|$#,5|$#,646|$#,)! -3 f0 (1020|$#,5|$#,5|$#,)! -3 f5 (1020|$#,5|$#,5|$#,)! -3 f0 (1020|$#,5|$#,5|$#,)! -3 f5 (1020|$#,5|$#,5|$#,)! -3 f0 (1020|0@0@2&#,63|$#,)! -3 f5 (1020|0@0@2&#,63|$#,)! -3 f0 (1020|$#,5|$#,5|$#,)! -3 f5 (1020|$#,5|$#,5|$#,)! -3 f0 (1020|$#,63|$#,)! -3 f5 (1020|$#,63|$#,)! -3 f0 (1020|$#,63|$#,)! -3 f5 (1020|$#,63|$#,)! -3 Swinsize{8|@1|^#ws_row,8|@1|^#ws_col,8|@1|^#ws_xpixel,8|@1|^#ws_ypixel,}! -0 s1203|& -1 t1050|1050& -3 f0 (5|$#,1181|$#,)! -3 f1 (5|$#,1181|$#,)! -3 f0 (1181|$#,1181|4@0@7&#,)! -3 f1 (1181|$#,1181|4@0@7&#,)! -3 f0 (5|$#,1181|$#,)! -3 f5 (5|$#,1181|$#,)! -3 f962 (5|$#,1181|$#,)! -3 f0 (5|$#,1181|$#,)! -3 f1 (5|$#,1181|$#,)! -3 f0 (1181|4@0@7&#,)! -3 f1 (1181|4@0@7&#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,648|$#,642|$#,)! -3 f5 (5|$#,648|$#,642|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,646|$#,)! -3 f5 (5|$#,646|$#,)! -3 f0 (23|4@0@7&#,63|$#,)! -3 f5 (23|4@0@7&#,63|$#,)! -3 f0 (23|$#,5|$#,)! -3 f5 (23|$#,5|$#,)! -3 f0 (23|$#,648|$#,642|$#,)! -3 f5 (23|$#,648|$#,642|$#,)! -3 f0 (23|$#,23|4@0@7&#,5|$#,)! -3 f5 (23|$#,23|4@0@7&#,5|$#,)! -3 f0 (5|$#,1181|0@5@7&#,1181|0@5@7&#,1181|0@5@7&#,1150|$#,)! -3 f5 (5|$#,1181|0@5@7&#,1181|0@5@7&#,1181|0@5@7&#,1150|$#,)! -3 f0 (642|$#,)! -3 f5 (642|$#,)! -3 f0 (648|$#,)! -3 f5 (648|$#,)! -1 t642|642& -3 f0 (5|$#,1215|$#,)! -3 f5 (5|$#,1215|$#,)! -3 f0 (642|$#,642|$#,)! -3 f5 (642|$#,642|$#,)! -3 f0 (642|$#,642|$#,)! -3 f5 (642|$#,642|$#,)! -3 f0 ()! -3 f1 ()! -3 f0 (23|$#,23|$#,)! -3 f5 (23|$#,23|$#,)! -3 f0 (23|$#,646|$#,)! -3 f5 (23|$#,646|$#,)! -3 Sipc_perm{648|@1|^#uid,642|@1|^#gid,648|@1|^#cuid,642|@1|^#cgid,644|@1|^#mode,1038|@1|^#seq,946|@1|^#key,}! -0 s1325|& -0 s1336|-1 1231 -1 -1 t1230|1230& -3 Smsqid_ds{1229|@1|^#msg_perm,1231|@1|0@0@3&#msg_first,1231|@1|0@0@3&#msg_last,1042|@1|^#msg_cbytes,1042|@1|^#msg_qnum,1042|@1|^#msg_qbytes,647|@1|^#msg_lspid,647|@1|^#msg_lrpid,588|@1|^#msg_stime,588|@1|^#msg_rtime,588|@1|^#msg_ctime,}! -0 s1337|-1 1236 -1 -3 Smymesg{9|@1|^#mtype,42|@1|^#mtext,}! -0 s1338|& -1 t1233|1233& -3 f0 (5|$#,5|$#,1236|4@0@7&#,)! -3 f5 (5|$#,5|$#,1236|4@0@7&#,)! -3 f0 (946|$#,5|$#,)! -3 f5 (946|$#,5|$#,)! -3 f0 (5|$#,20|4@0@7&#,63|$#,9|$#,5|$#,)! -3 f5 (5|$#,20|4@0@7&#,63|$#,9|$#,5|$#,)! -3 f0 (5|$#,20|$#,63|$#,5|$#,)! -3 f5 (5|$#,20|$#,63|$#,5|$#,)! -0 s1348|-1 1246 -1 -1 t1245|1245& -3 Ssemid_ds{1229|@1|^#sem_perm,1246|@1|0@0@3&#sem_base,1036|@1|^#sem_nsems,588|@1|^#sem_otime,588|@1|^#sem_ctime,}! -0 s1349|-1 1250 -1 -3 Ssem{1036|@1|^#semval,647|@1|^#sempid,1036|@1|^#semncnt,1036|@1|^#semzcnt,}! -1 t1248|1248& -1 t1036|1036& -3 Usemun{5|@1|^#val,1250|@1|0@0@3&#buf,1251|@1|0@0@3&#array,}! -0 s1350|& -3 Ssembuf{1036|@1|^#sem_num,7|@1|^#sem_op,7|@1|^#sem_flg,}! -0 s1351|-1 1260 -1 -3 f0 (5|$#,5|$#,5|$#,1253|$#,)! -3 f5 (5|$#,5|$#,5|$#,1253|$#,)! -3 f0 (946|$#,5|$#,5|$#,)! -3 f5 (946|$#,5|$#,5|$#,)! -1 t1255|1255& -3 f0 (5|$#,1260|$#,63|$#,)! -3 f5 (5|$#,1260|$#,63|$#,)! -3 Sshmid_ds{1229|@1|^#shm_perm,5|@1|^#shm_segsz,1036|@1|^#shm_lkcnt,647|@1|^#shm_lpid,647|@1|^#shm_cpid,1038|@1|^#shm_nattch,1038|@1|^#shm_cnattch,588|@1|^#shm_atime,588|@1|^#shm_dtime,588|@1|^#shm_ctime,}! -0 s1374|-1 1268 -1 -3 f0 (5|$#,20|0@5@7&#,5|$#,)! -3 f19 (5|$#,20|0@5@7&#,5|$#,)! -3 f20 (5|$#,20|0@5@7&#,5|$#,)! -1 t1264|1264& -3 f0 (5|$#,5|$#,1268|4@0@7&#,)! -3 f5 (5|$#,5|$#,1268|4@0@7&#,)! -3 f0 (20|$#,)! -3 f5 (20|$#,)! -3 f0 (946|$#,5|$#,5|$#,)! -3 f5 (946|$#,5|$#,5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 ()! -3 f1 ()! -3 f0 (23|$#,5|$#,5|$#,)! -3 f1 (23|$#,5|$#,5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,23|$#,!.,)! -3 f1 (5|$#,23|$#,!.,)! -3 f0 (5|$#,23|$#,184|$#,)! -3 f1 (5|$#,23|$#,184|$#,)! -3 f0 ()! -3 f1 ()! -3 f0 ()! -3 f19 ()! -3 f685 ()! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 ()! -3 f5 ()! -3 f0 ()! -3 f1 ()! -3 f0 ()! -3 f19 ()! -3 f676 ()! -3 f0 ()! -3 f5 ()! -3 f0 (23|$#,)! -3 f1 (23|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 Sstat{641|@1|^#st_dev,643|@1|^#st_ino,644|@1|^#st_mode,645|@1|^#st_nlink,648|@1|^#st_uid,642|@1|^#st_gid,641|@1|^#st_rdev,646|@1|^#st_size,588|@1|^#st_atime,588|@1|^#st_mtime,588|@1|^#st_ctime,941|@1|^#st_blksize,940|@1|^#st_blocks,}! -3 f0 (644|@7|$#,)! -3 f5 (644|@7|$#,)! -3 f962 (644|@7|$#,)! -3 f731 (644|@7|$#,)! -3 f0 (644|@7|$#,)! -3 f5 (644|@7|$#,)! -3 f962 (644|@7|$#,)! -3 f731 (644|@7|$#,)! -3 f0 (644|@7|$#,)! -3 f5 (644|@7|$#,)! -3 f962 (644|@7|$#,)! -3 f731 (644|@7|$#,)! -3 f0 (644|@7|$#,)! -3 f5 (644|@7|$#,)! -3 f962 (644|@7|$#,)! -3 f731 (644|@7|$#,)! -3 f0 (644|@7|$#,)! -3 f5 (644|@7|$#,)! -3 f962 (644|@7|$#,)! -3 f731 (644|@7|$#,)! -3 f0 (644|@7|$#,)! -3 f5 (644|@7|$#,)! -3 f962 (644|@7|$#,)! -3 f0 (749|@7|$#,)! -3 f5 (749|@7|$#,)! -3 f962 (749|@7|$#,)! -3 f0 (749|@7|$#,)! -3 f5 (749|@7|$#,)! -3 f962 (749|@7|$#,)! -3 f0 (749|@7|$#,)! -3 f5 (749|@7|$#,)! -3 f962 (749|@7|$#,)! -3 f0 (23|$#,749|4@0@7&#,)! -3 f5 (23|$#,749|4@0@7&#,)! -3 f0 (23|$#,644|$#,641|$#,)! -3 f5 (23|$#,644|$#,641|$#,)! -3 f0 (23|$#,1042|$#,)! -3 f5 (23|$#,1042|$#,)! -3 f0 (5|$#,1042|$#,)! -3 f5 (5|$#,1042|$#,)! -3 Sstrbuf{5|@1|^#maxlen,5|@1|^#len,23|@1|0@0@3&#buf,}! -0 s1475|-1 1357 -1 -3 Sstr_mlist{42|@1|^#l_name,}! -0 s1476|-1 1354 -1 -1 t1353|1353& -3 Sstr_list{5|@1|^#sl_nmods,1354|@1|0@0@3&#sl_modlist,}! -0 s1477|& -1 t1351|1351& -3 f0 (5|$#,1357|4@0@7&#,1357|4@0@7&#,24|$#,)! -3 f5 (5|$#,1357|4@0@7&#,1357|4@0@7&#,24|$#,)! -3 f0 (5|$#,1357|4@0@7&#,1357|4@0@7&#,24|$#,24|$#,)! -3 f5 (5|$#,1357|4@0@7&#,1357|4@0@7&#,24|$#,24|$#,)! -3 f0 (5|$#,1357|$#,1357|$#,24|$#,)! -3 f5 (5|$#,1357|$#,1357|$#,24|$#,)! -3 f0 (5|$#,1357|$#,1357|$#,5|$#,24|$#,)! -3 f5 (5|$#,1357|$#,1357|$#,5|$#,24|$#,)! -3 Srusage{1141|@1|^#ru_utime,1141|@1|^#ru_stime,9|@1|^#ru_maxrss,9|@1|^#ru_ixrss,9|@1|^#ru_idrss,9|@1|^#ru_isrss,9|@1|^#ru_minflt,9|@1|^#ru_majflt,9|@1|^#ru_nswap,9|@1|^#ru_inblock,9|@1|^#ru_oublock,9|@1|^#ru_msgsnd,9|@1|^#ru_msgrcv,9|@1|^#ru_nsignals,9|@1|^#ru_nvcsw,9|@1|^#ru_nivcsw,}! -3 Srlimit{9|@1|^#rlim_cur,9|@1|^#rlim_max,}! -0 s1500|-1 1375 -1 -2 F0/3|0& -2 F10/3|10& -3 Sloadavg{1370|@1|^#ldavg,9|@1|^#fscale,}! -0 s1501|& -3 f0 (5|$#,5|$#,)! -3 f5 (5|$#,5|$#,)! -1 t1368|1368& -3 f0 (5|$#,1375|4@0@7&#,)! -3 f5 (5|$#,1375|4@0@7&#,)! -3 f0 (5|$#,1135|4@0@7&#,)! -3 f5 (5|$#,1135|4@0@7&#,)! -3 f0 (5|$#,5|$#,5|$#,)! -3 f5 (5|$#,5|$#,5|$#,)! -3 f0 (5|$#,1375|$#,)! -3 f5 (5|$#,1375|$#,)! -3 Sservent{23|@1|0@0@18@3@0#s_name,291|@1|0@0@18@3@0#s_aliases,5|@1|^#s_port,23|@1|0@0@18@3@0#s_proto,}! -0 s1507|-1 1388 -1 -3 f0 (23|$#,23|0@5@7&#,)! -3 f19 (23|$#,23|0@5@7&#,)! -1 t1385|1385& -3 f1388 (23|$#,23|0@5@7&#,)! -3 f0 (23|$#,23|0@5@7&#,1388|@5|4@0@7&#,23|4@0@7&#,5|$#,)! -3 f19 (23|$#,23|0@5@7&#,1388|@5|4@0@7&#,23|4@0@7&#,5|$#,)! -3 f1388 (23|$#,23|0@5@7&#,1388|@5|4@0@7&#,23|4@0@7&#,5|$#,)! -3 f0 (5|$#,23|0@5@7&#,)! -3 f19 (5|$#,23|0@5@7&#,)! -3 f1388 (5|$#,23|0@5@7&#,)! -3 f0 (5|$#,23|0@5@7&#,1388|@5|4@0@7&#,23|4@0@7&#,5|$#,)! -3 f19 (5|$#,23|0@5@7&#,1388|@5|4@0@7&#,23|4@0@7&#,5|$#,)! -3 f1388 (5|$#,23|0@5@7&#,1388|@5|4@0@7&#,23|4@0@7&#,5|$#,)! -3 f0 ()! -3 f19 ()! -3 f1388 ()! -3 f0 (1388|$#,23|$#,5|$#,)! -3 f19 (1388|$#,23|$#,5|$#,)! -3 f1388 (1388|$#,23|$#,5|$#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 ()! -3 f5 ()! -0 s1517|-1 1412 -1 -3 f0 (23|0@2@7&#,)! -3 f19 (23|0@2@7&#,)! -1 t1409|1409& -3 f1412 (23|0@2@7&#,)! -3 f0 (23|$#,1412|@5|0@2@7&#,23|4@0@19@2@0#,5|$#,24|4@0@7&#,)! -3 f19 (23|$#,1412|@5|0@2@7&#,23|4@0@19@2@0#,5|$#,24|4@0@7&#,)! -3 f1412 (23|$#,1412|@5|0@2@7&#,23|4@0@19@2@0#,5|$#,24|4@0@7&#,)! -3 f0 (20|0@2@7&#,63|$#,5|$#,)! -3 f19 (20|0@2@7&#,63|$#,5|$#,)! -3 f1412 (20|0@2@7&#,63|$#,5|$#,)! -3 f0 (20|0@2@7&#,63|$#,5|$#,1412|@5|4@0@7&#,23|4@0@19@2@0#,5|$#,24|4@0@7&#,)! -3 f19 (20|0@2@7&#,63|$#,5|$#,1412|@5|4@0@7&#,23|4@0@19@2@0#,5|$#,24|4@0@7&#,)! -3 f1412 (20|0@2@7&#,63|$#,5|$#,1412|@5|4@0@7&#,23|4@0@19@2@0#,5|$#,24|4@0@7&#,)! -3 f0 ()! -3 f19 ()! -3 f1412 ()! -3 f0 (1412|@5|4@0@7&#,23|4@0@19@2@0#,5|$#,)! -3 f19 (1412|@5|4@0@7&#,23|4@0@19@2@0#,5|$#,)! -3 f1412 (1412|@5|4@0@7&#,23|4@0@19@2@0#,5|$#,)! -3 f0 (191|$#,)! -3 f19 (191|$#,)! -3 f1412 (191|$#,)! -3 f0 (191|$#,1412|$#,4|$#,5|$#,)! -3 f19 (191|$#,1412|$#,4|$#,5|$#,)! -3 f1412 (191|$#,1412|$#,4|$#,5|$#,)! -3 f0 (5|$#,)! -3 f1 (5|$#,)! -3 f0 ()! -3 f1 ()! -3 f0 (23|$#,)! -3 f1 (23|$#,)! -3 f0 (5|$#,)! -3 f19 (5|$#,)! -3 f23 (5|$#,)! -3 Shostent{23|@1|0@0@18@3@0#h_name,291|@1|0@0@18@3@0#h_aliases,5|@1|^#h_addrtype,5|@1|^#h_length,291|@1|0@0@18@3@0#h_addr_list,23|@1|0@0@18@3@0#h_addr,}! -3 f0 (23|0@2@7&#,)! -3 f5 (23|0@2@7&#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|$#,)! -3 f2 (5|$#,)! -3 f0 (5|@7|$#,)! -3 f4 (5|@7|$#,)! -3 f0 (5|@7|$#,)! -3 f4 (5|@7|$#,)! -3 f0 ()! -3 f17 ()! -2 F0/3|0& -2 F8/3|8& -3 f0 (1460|$#,)! -3 f17 (1460|$#,)! -3 f0 (9|$#,)! -3 f1 (9|$#,)! -0 s1539|& -0 s1540|& -0 s1541|& -3 Sin_addr{1466|@1|^#s_addr,}! -0 s1542|& -2 F0/8|0& -2 F3/8|3& -3 Ssockaddr_in{1467|@1|^#sin_family,1465|@1|^#sin_port,1469|@1|^#sin_addr,1471|@1|^#sin_zero,}! -0 s1543|& -3 f0 (1466|$#,)! -3 f1466 (1466|$#,)! -3 f0 (1465|$#,)! -3 f1465 (1465|$#,)! -3 f0 (1466|$#,)! -3 f1466 (1466|$#,)! -3 f0 (1465|$#,)! -3 f1465 (1465|$#,)! -3 Sdirent{643|@1|^#d_ino,42|@1|^#d_name,}! -3 f0 (652|$#,)! -3 f5 (652|$#,)! -3 f0 (23|$#,)! -3 f19 (23|$#,)! -3 f652 (23|$#,)! -3 f0 (652|$#,)! -3 f19 (652|$#,)! -3 f660 (652|$#,)! -1 t660|660& -3 f0 (652|$#,660|$#,1491|$#,)! -3 f5 (652|$#,660|$#,1491|$#,)! -3 f0 (652|$#,)! -3 f1 (652|$#,)! -3 f0 (652|$#,9|$#,)! -3 f1 (652|$#,9|$#,)! -3 f0 (652|$#,)! -3 f9 (652|$#,)! -3 f0 (23|@5|4@0@7&#,23|$#,)! -3 f19 (23|@5|4@0@7&#,23|$#,)! -3 f23 (23|@5|4@0@7&#,23|$#,)! -3 f0 (23|@5|4@0@7&#,23|$#,63|$#,)! -3 f19 (23|@5|4@0@7&#,23|$#,63|$#,)! -3 f23 (23|@5|4@0@7&#,23|$#,63|$#,)! -3 f0 (959|$#,)! -3 f5 (959|$#,)! -3 f0 (1469|$#,)! -3 f19 (1469|$#,)! -3 f23 (1469|$#,)! -3 f0 (17|$#,17|$#,)! -3 f17 (17|$#,17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (5|$#,17|$#,)! -3 f17 (5|$#,17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (5|$#,17|$#,)! -3 f17 (5|$#,17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (17|$#,)! -3 f17 (17|$#,)! -3 f0 (191|$#,)! -3 f1 (191|$#,)! -3 f0 (23|@5|4@5@7&#,)! -3 f19 (23|@5|4@5@7&#,)! -3 f23 (23|@5|4@5@7&#,)! -3 f0 (23|4@5@7&#,)! -3 f19 (23|4@5@7&#,)! -3 f23 (23|4@5@7&#,)! -3 f0 (191|$#,)! -3 f5 (191|$#,)! -3 f0 (5|$#,23|$#,)! -3 f19 (5|$#,23|$#,)! -3 f191 (5|$#,23|$#,)! -3 f0 (191|$#,)! -3 f5 (191|$#,)! -3 f0 (191|$#,)! -3 f5 (191|$#,)! -3 f0 (191|0@5@7&#,)! -3 f5 (191|0@5@7&#,)! -3 f0 (191|$#,)! -3 f5 (191|$#,)! -3 f0 (191|$#,265|4@0@7&#,)! -3 f5 (191|$#,265|4@0@7&#,)! -3 f0 (23|@5|4@0@7&#,5|$#,191|$#,)! -3 f19 (23|@5|4@0@7&#,5|$#,191|$#,)! -3 f23 (23|@5|4@0@7&#,5|$#,191|$#,)! -3 f0 (191|$#,)! -3 f5 (191|$#,)! -3 f0 (191|$#,)! -3 f1 (191|$#,)! -3 f0 (23|$#,23|$#,)! -3 f19 (23|$#,23|$#,)! -3 f191 (23|$#,23|$#,)! -3 f0 (191|$#,23|$#,!.,)! -3 f5 (191|$#,23|$#,!.,)! -3 f0 (241|$#,191|$#,)! -3 f5 (241|$#,191|$#,)! -3 f0 (23|$#,191|$#,)! -3 f5 (23|$#,191|$#,)! -3 f0 (20|4@0@7&#,63|$#,63|$#,191|$#,)! -3 f63 (20|4@0@7&#,63|$#,63|$#,191|$#,)! -3 f0 (23|$#,23|$#,191|$#,)! -3 f19 (23|$#,23|$#,191|$#,)! -3 f191 (23|$#,23|$#,191|$#,)! -3 f0 (191|$#,23|$#,!.,)! -3 f5 (191|$#,23|$#,!.,)! -3 f0 (191|$#,9|$#,5|$#,)! -3 f5 (191|$#,9|$#,5|$#,)! -3 f0 (191|$#,646|$#,5|$#,)! -3 f5 (191|$#,646|$#,5|$#,)! -3 f0 (191|$#,265|$#,)! -3 f5 (191|$#,265|$#,)! -3 f0 (191|$#,)! -3 f9 (191|$#,)! -3 f0 (191|$#,)! -3 f646 (191|$#,)! -3 f0 (191|$#,)! -3 f1 (191|$#,)! -3 f0 (191|$#,)! -3 f1 (191|$#,)! -3 f0 (20|$#,63|$#,63|$#,191|$#,)! -3 f63 (20|$#,63|$#,63|$#,191|$#,)! -3 f0 (191|@7|$#,)! -3 f5 (191|@7|$#,)! -3 f0 ()! -3 f5 ()! -3 f0 (191|@7|$#,)! -3 f5 (191|@7|$#,)! -3 f0 ()! -3 f5 ()! -3 f0 (5|$#,291|$#,23|$#,)! -3 f5 (5|$#,291|$#,23|$#,)! -3 f0 (23|4@0@7&#,)! -3 f19 (23|4@0@7&#,)! -3 f23 (23|4@0@7&#,)! -3 f0 (191|$#,)! -3 f5 (191|$#,)! -3 f0 (191|$#,)! -3 f5 (191|$#,)! -3 f0 (23|0@5@7&#,)! -3 f1 (23|0@5@7&#,)! -3 f0 (23|$#,23|$#,)! -3 f19 (23|$#,23|$#,)! -3 f191 (23|$#,23|$#,)! -3 f0 (23|$#,!.,)! -3 f5 (23|$#,!.,)! -3 f0 (241|$#,191|@7|$#,)! -3 f5 (241|$#,191|@7|$#,)! -3 f0 (241|$#,)! -3 f5 (241|$#,)! -3 f0 (241|$#,191|@7|$#,)! -3 f5 (241|$#,191|@7|$#,)! -3 f0 (241|$#,)! -3 f5 (241|$#,)! -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (5|$#,191|$#,)! -3 f5 (5|$#,191|$#,)! -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (23|$#,23|$#,)! -3 f5 (23|$#,23|$#,)! -3 f0 (191|$#,)! -3 f1 (191|$#,)! -3 f0 (23|$#,!.,)! -3 f5 (23|$#,!.,)! -3 f0 (191|$#,23|0@5@19@2@0#,)! -3 f1 (191|$#,23|0@5@19@2@0#,)! -3 f0 (191|$#,23|0@5@19@2@0#,5|$#,63|$#,)! -3 f5 (191|$#,23|0@5@19@2@0#,5|$#,63|$#,)! -3 f0 (23|4@0@7&#,63|$#,23|$#,!.,)! -3 f5 (23|4@0@7&#,63|$#,23|$#,!.,)! -3 f0 (23|4@0@7&#,23|$#,!.,)! -3 f5 (23|4@0@7&#,23|$#,!.,)! -3 f0 (23|4@0@7&#,23|$#,!.,)! -3 f5 (23|4@0@7&#,23|$#,!.,)! -3 f0 (23|$#,23|0@5@7&#,)! -3 f19 (23|$#,23|0@5@7&#,)! -3 f23 (23|$#,23|0@5@7&#,)! -3 f0 ()! -3 f19 ()! -3 f191 ()! -3 f0 (23|@5|4@5@7&#,)! -3 f19 (23|@5|4@5@7&#,)! -3 f23 (23|@5|4@5@7&#,)! -3 f0 (241|$#,191|$#,)! -3 f5 (241|$#,191|$#,)! -3 f0 (191|$#,23|$#,184|$#,)! -3 f5 (191|$#,23|$#,184|$#,)! -3 f0 (23|$#,184|$#,)! -3 f5 (23|$#,184|$#,)! -3 f0 (23|4@0@7&#,63|$#,23|$#,184|$#,)! -3 f5 (23|4@0@7&#,63|$#,23|$#,184|$#,)! -3 f0 (23|4@0@7&#,23|$#,184|$#,)! -3 f5 (23|4@0@7&#,23|$#,184|$#,)! -3 f0 (23|$#,)! -3 f9 (23|$#,)! -3 f0 ()! -3 f1 ()! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 ?! -3 f1678 ()! -3 f1 ()^1681 -1 t1680|1680& -3 f0 (1681|$#,)! -3 f5 (1681|$#,)! -3 f0 (23|$#,)! -3 f17 (23|$#,)! -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 (23|$#,)! -3 f9 (23|$#,)! -3 ?! -3 f1690 (20|$#,20|$#,)! -3 f5 (20|$#,20|$#,)^1693 -1 t1692|1692& -3 f0 (20|$#,20|$#,63|$#,63|$#,1693|$#,)! -3 f19 (20|$#,20|$#,63|$#,63|$#,1693|$#,)! -3 f20 (20|$#,20|$#,63|$#,63|$#,1693|$#,)! -3 f0 (63|$#,63|$#,)! -3 f19 (63|$#,63|$#,)! -3 f20 (63|$#,63|$#,)! -3 S!5{5|@1|^#quot,5|@1|^#rem,}! -0 s1596|& -3 f0 (5|$#,5|$#,)! -3 f345 (5|$#,5|$#,)! -3 f0 ()! -3 f17 ()! -3 f0 (17|$#,5|$#,24|4@0@7&#,24|4@0@7&#,)! -3 f19 (17|$#,5|$#,24|4@0@7&#,24|4@0@7&#,)! -3 f23 (17|$#,5|$#,24|4@0@7&#,24|4@0@7&#,)! -3 f0 (17|$#,5|$#,24|4@0@7&#,24|4@0@7&#,)! -3 f19 (17|$#,5|$#,24|4@0@7&#,24|4@0@7&#,)! -3 f23 (17|$#,5|$#,24|4@0@7&#,24|4@0@7&#,)! -3 f0 (17|$#,5|$#,23|$#,)! -3 f19 (17|$#,5|$#,23|$#,)! -3 f23 (17|$#,5|$#,23|$#,)! -3 f0 (23|$#,)! -3 f19 (23|$#,)! -3 f23 (23|$#,)! -3 f0 (291|$#,291|$#,291|4@0@7&#,)! -3 f5 (291|$#,291|$#,291|4@0@7&#,)! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (6|$#,23|$#,63|$#,)! -3 f19 (6|$#,23|$#,63|$#,)! -3 f23 (6|$#,23|$#,63|$#,)! -2 F0/3|0& -2 F8/3|8& -3 f0 (1726|$#,)! -3 f9 (1726|$#,)! -3 f0 (9|$#,)! -3 f19 (9|$#,)! -3 f23 (9|$#,)! -3 f0 (9|$#,)! -3 f9 (9|$#,)! -2 F0/7|0& -2 F8/7|8& -3 f0 (1735|$#,)! -3 f1 (1735|$#,)! -3 S!6{9|@1|^#quot,9|@1|^#rem,}! -0 s1606|& -3 f0 (9|$#,9|$#,)! -3 f352 (9|$#,9|$#,)! -3 f0 ()! -3 f9 ()! -3 f0 (63|$#,)! -3 f19 (63|$#,)! -3 f20 (63|$#,)! -3 f0 (23|$#,63|$#,)! -3 f5 (23|$#,63|$#,)! -3 f0 (359|4@5@7&#,23|$#,63|$#,)! -3 f63 (359|4@5@7&#,23|$#,63|$#,)! -3 f0 (359|4@5@7&#,23|0@5@7&#,63|$#,)! -3 f5 (359|4@5@7&#,23|0@5@7&#,63|$#,)! -3 f0 (23|$#,)! -3 f19 (23|$#,)! -3 f23 (23|$#,)! -3 f0 (23|$#,)! -3 f5 (23|$#,)! -3 f0 ()! -3 f9 ()! -2 F0/3|0& -2 F8/3|8& -3 f0 (1761|$#,)! -3 f9 (1761|$#,)! -3 f0 (5|$#,)! -3 f19 (5|$#,)! -3 f23 (5|$#,)! -3 f0 (23|0@0@5&#,)! -3 f5 (23|0@0@5&#,)! -3 ?! -3 f1769 (20|$#,20|$#,)! -3 f5 (20|$#,20|$#,)^1772 -1 t1771|1771& -3 f0 (20|$#,63|$#,63|$#,1772|$#,)! -3 f1 (20|$#,63|$#,63|$#,1772|$#,)! -3 f0 ()! -3 f5 ()! -3 f0 (25|$#,)! -3 f5 (25|$#,)! -3 f0 ()! -3 f9 ()! -3 f0 (20|@5|4@5@2&#,63|$#,)! -3 f19 (20|@5|4@5@2&#,63|$#,)! -3 f20 (20|@5|4@5@2&#,63|$#,)! -3 f0 (23|$#,23|4@0@7&#,)! -3 f19 (23|$#,23|4@0@7&#,)! -3 f23 (23|$#,23|4@0@7&#,)! -2 F0/3|0& -2 F8/3|8& -3 f0 (1788|$#,)! -3 f19 (1788|$#,)! -3 f27 (1788|$#,)! -3 f0 (23|$#,)! -3 f1 (23|$#,)! -3 f0 (23|0@0@5&#,)! -3 f19 (23|0@0@5&#,)! -3 f23 (23|0@0@5&#,)! -3 f0 (6|$#,)! -3 f1 (6|$#,)! -3 f0 (9|$#,)! -3 f1 (9|$#,)! -3 f0 (6|$#,)! -3 f1 (6|$#,)! -3 f0 (23|$#,291|4@5@7&#,)! -3 f17 (23|$#,291|4@5@7&#,)! -3 f0 (23|$#,291|4@5@7&#,5|$#,)! -3 f9 (23|$#,291|4@5@7&#,5|$#,)! -3 f0 (23|$#,291|4@5@7&#,5|$#,)! -3 f10 (23|$#,291|4@5@7&#,5|$#,)! -3 f0 (23|0@5@7&#,)! -3 f5 (23|0@5@7&#,)! -3 f0 ()! -3 f5 ()! -3 f0 (5|$#,)! -3 f5 (5|$#,)! -3 f0 (63|$#,)! -3 f19 (63|$#,)! -3 f20 (63|$#,)! -3 f0 (23|4@0@7&#,359|$#,63|$#,)! -3 f63 (23|4@0@7&#,359|$#,63|$#,)! -3 f0 (23|4@5@7&#,65|$#,)! -3 f5 (23|4@5@7&#,65|$#,)! -;;tistable -0 -29 -29,124 -124 -29,124,139 -139 -29,124,139,142 -142 -29,124,139,142,143 -143 -418 -418,531 -531 -418,531,534 -534 -418,531,534,757 -757 -978 -;;symTable -*0 (Datatype) -^0 2@+@-@0@0@0@0@2#lltX_bool -*1 (Constant) -^1 2@i0@0@6#FALSE -^2 2@i1@0@0#TRUE -*11 (GlobalMarker) -*1 (Constant) -^4 5$#__LINE__ -^5 23$#__DATE__#__FILE__#__BASE_FILE__ -^8 5$#__INCLUDE_LEVEL__ -^9 23$#__VERSION__ -*0 (Datatype) -^10 13@-@-@0@0@0@0@59#__SIZE_TYPE__ -^11 13@-@-@0@0@0@0@60#__PTRDIFF_TYPE__ -^12 13@-@-@0@0@0@0@61#__WCHAR_TYPE__ -*1 (Constant) -^13 23$#__USER_LABEL_PREFIX__#__REGISTER_PREFIX__#__TIME__ -^16 5$#S_SPLINT_S#__LCLINT__ -*3 (Variable) -^18 191|@1|6@0@0@0@2#stdin#stdout -*1 (Constant) -^20 5$#EDOM#ERANGE#EILSEQ -*3 (Variable) -^23 5|@1|6@0@0@0@4#errno -*0 (Datatype) -^24 13@-@-@0@0@0@0@62#ptrdiff_t -^25 14@-@-@0@0@0@0@63#size_t -^26 15@-@-@0@0@0@0@64#ssize_t -^27 13@-@-@0@0@0@0@65#wchar_t -^28 13@-@-@0@0@0@0@66#wint_t -^29 0@+@=@0@0@0@0@67#mbstate_t -*1 (Constant) -^30 0@i0@0@6#NULL -^31 2$#NDEBUG -*4 (Function) -^32 71@6@0@8@0@0^$@0#assert -^33 73$^$@0#isalnum -^34 75$^$@0#isalpha -^35 77$^$@0#iscntrl -^36 79$^$@0#isdigit -^37 81$^$@0#isgraph -^38 83$^$@0#islower -^39 85$^$@0#isprint -^40 87$^$@0#ispunct -^41 89$^$@0#isspace -^42 91$^$@0#isupper -^43 93$^$@0#isxdigit -^44 95$^$@0#tolower -^45 97$^$@0#toupper -*7 (Struct tag) -^46 98@99#@lconv -*1 (Constant) -^47 5$#LC_ALL#LC_COLLATE#LC_CTYPE#LC_MONETARY#LC_NUMERIC#LC_TIME -*4 (Function) -^53 102@6@5@1@0@0@0@s1,g23@6@0@1@s1,g23@19@3@0#setlocale -^54 106$^@3@0@0#localeconv -*3 (Variable) -^55 5|@1|6@0@0@0@1#DBL_DIG -^56 17|@1|6@0@0@0@1#DBL_EPSILON -^57 5|@1|6@0@0@0@1#DBL_MANT_DIG -^58 17|@1|6@0@0@0@1#DBL_MAX -^59 5|@1|6@0@0@0@1#DBL_MAX_10_EXP#DBL_MAX_EXP -^61 17|@1|6@0@0@0@1#DBL_MIN -^62 5|@1|6@0@0@0@1#DBL_MIN_10_EXP#DBL_MIN_EXP#FLT_DIG -^65 16|@1|6@0@0@0@1#FLT_EPSILON -^66 5|@1|6@0@0@0@1#FLT_MANT_DIG -^67 16|@1|6@0@0@0@1#FLT_MAX -^68 5|@1|6@0@0@0@1#FLT_MAX_10_EXP#FLT_MAX_EXP -^70 16|@1|6@0@0@0@1#FLT_MIN -^71 5|@1|6@0@0@0@1#FLT_MIN_10_EXP#FLT_MIN_EXP -*1 (Constant) -^73 5$#FLT_RADIX -*3 (Variable) -^74 5|@1|6@0@0@0@1#FLT_ROUNDS#LDBL_DIG -^76 18|@1|6@0@0@0@1#LDBL_EPSILON -^77 5|@1|6@0@0@0@1#LDBL_MANT_DIG -^78 18|@1|6@0@0@0@1#LDBL_MAX -^79 5|@1|6@0@0@0@1#LDBL_MAX_10_EXP#LDBL_MAX_EXP -^81 18|@1|6@0@0@0@1#LDBL_MIN -^82 5|@1|6@0@0@0@1#LDBL_MIN_10_EXP#LDBL_MIN_EXP -*1 (Constant) -^84 5$#CHAR_BIT -^85 4$#CHAR_MAX#CHAR_MIN -^87 5$#INT_MAX#INT_MIN -^89 9$#LONG_MAX#LONG_MIN#MB_LEN_MAX -^92 4$#SCHAR_MAX#SCHAR_MIN -^94 7$#SHRT_MAX#SHRT_MIN -^96 3$#UCHAR_MAX#UCHAR_MIN -^98 6$#UINT_MAX -^99 10$#ULONG_MAX -^100 8$#USHRT_MAX -^101 17$#HUGE_VAL -*4 (Function) -^102 108$^$@0#sin -^103 110$^$@0#cos -^104 112$^$@0#tan -^105 114$@0@g23@6@0@1@g23$@0#asin -^106 116$@0@g23@6@0@1@g23$@0#acos -^107 118$^$@0#atan -^108 120$^$@0#atan2 -^109 122$^$@0#sinh -^110 124$@0@g23@6@0@1@g23$@0#cosh -^111 126$^$@0#tanh -^112 128$@0@g23@6@0@1@g23$@0#exp -^113 130$@0@g23@6@0@1@g23$@0#ldexp -^114 132$@0@@1@tp1$@0#frexp -^115 134$@0@g23@6@0@1@g23$@0#log -^116 136$@0@g23@6@0@1@g23$@0#log10 -^117 138$@0@g23@6@0@1@g23$@0#pow -^118 140$@0@g23@6@0@1@g23$@0#sqrt -^119 142$^$@0#ceil -^120 144$^$@0#floor -^121 146$^$@0#fabs -^122 148$@0@@1@tp1$@0#modf -^123 150$^$@0#fmod -*0 (Datatype) -^124 20@+@+@0@0@0@0@151#jmp_buf -*4 (Function) -^125 153$@0@@1@p0$@0#setjmp -^126 155@6@0@5@0@0^$@0#longjmp -*1 (Constant) -^127 5$#SIGABRT#SIGFPE#SIGILL#SIGINT#SIGSEGV#SIGTERM -*0 (Datatype) -^133 13@-@-@0@0@0@0@156#sig_atomic_t -*1 (Constant) -^134 160$#SIG_DFL -^135 164$#SIG_ERR -^136 168$#SIG_IGN -*4 (Function) -^137 181@6@5@1@0@0@0@s1,g23@6@0@1@s1,g23$@0#signal -^138 183@6@0@5@0@0$$@0#raise -*0 (Datatype) -^139 20@+@+@0@0@0@0@184#va_list -*4 (Function) -^140 186$@0@@1@p0$@0#va_start -^141 188$@0@@1@p0$@0#va_end -*0 (Datatype) -^142 20@+@+@0@0@0@0@189#FILE -^143 20@+@+@0@0@0@0@190#fpos_t -*1 (Constant) -^144 5$#_IOFBF#_IOLBF#_IONBF#BUFSIZ#EOF#FOPEN_MAX#FILENAME_MAX#L_tmpnam#SEEK_CUR#SEEK_END#SEEK_SET#TMP_MAX -*3 (Variable) -^156 191|@1|6@0@0@0@2#stderr -*4 (Function) -^157 1636$@0@s3,g23@6@0@1@s3,g23$@0#remove -^158 1638$@0@s3,g23@6@0@1@s3,g23$@0#rename -^159 1658@6@5@1@0@0@0@s3,g23@6@0@1@s3,g23@3@0@0#tmpfile -^160 1661$@0@s1@1@tp0,s1@19@3@0#tmpnam -^161 1546$@0@g23@6@0,s3@1@tp0,g23,s3$@0#fclose -^162 1555$@0@g23@6@0,s3@1@tp0,g23,s3$@0#fflush -^163 1569@6@5@1@0@0@0@s3,g23@6@0@1@s3,g23@18@0@0#fopen -^164 1580@6@5@1@0@0@0@s3,g23@6@0@1@tp2,s3,g23@3@0@0#freopen -^165 1644$@0@s3@1@s3,tp0,tp1$@0#setbuf -^166 1646$@0@s3@1@s3,tp0,tp1$@0#setvbuf -^167 1571@6@0@1@1@0@0@s3,g23@6@0@1@s3,tp0,g23$@0#fprintf -^168 1582@6@0@1@2@0@0@s3,g23@6@0@1@s3,tp0,g23$@0#fscanf -^169 1622@6@0@1@1@0@1@g19@6@0,s3@1@s3,tg19$@0#printf -^170 1642@6@0@1@2@0@1@g18@6@0,s3,g23@6@0@1@s3,tg18,g23$@0#scanf -^171 1650@6@0@1@1@0@0@@1@tp0$@0#sprintf -^172 1652@6@0@1@2@0@1@g23@6@0@1@g23$@0#sscanf -^173 1667$@1@g19@6@0,s3@1@s3,tg19$@0#vprintf -^174 1665$@0@s3,g23@6@0@1@s3,tp0,p2,g23$@0#vfprintf -^175 1671$@0@@1@p0$@0@W:bufferoverflowhigh#Use vsnprintf instead##vsprintf -^176 1669$@0@@1@p0$@0#vsnprintf -^177 1557$@0@s3,g23@6@0@1@s3,tp0,g23$@0#fgetc -^178 1562@6@5@1@0@0@0@s3,g23@6@0@1@s3,tp0,tp2,g23$@0#fgets -^179 1573$@0@s3,g23@6@0@1@s3,tp1,g23$@0#fputc -^180 1575$@0@s3,g23@6@0@1@s3,tp1,g23$@0#fputs -^181 1600$@0@s3,g23@6@0@1@s3,tp0,g23$@0#getc -^182 1602$@1@g18@6@0,s3,g23@6@0@1@s3,tg18,g23$@0#getchar -^183 1611@6@5@1@0@0@1@g18@6@0,s3,g23@6@0@1@s3,tp0,tg18,g23@3@0@0@W:bufferoverflowhigh#Use of gets leads to a buffer overflow vulnerability. Use fgets instead##gets -^184 1624$@0@s3,g23@6@0@1@s3,tp1,g23$@0#putc -^185 1626$@1@g19@6@0,s3,g23@6@0@1@s3,tg19,g23$@0#putchar -^186 1632$@1@g19@6@0,s3,g23@6@0@1@s3,tg19,g23$@0#puts -^187 1663$@0@s3,g23@6@0@1@s3,tp1,g23$@0#ungetc -^188 1577$@0@s3,g23@6@0@1@s3,tp0,tp3,g23$@0#fread -^189 1598$@0@s3,g23@6@0@1@s3,tp3,g23$@0#fwrite -^190 1559$@0@g23@6@0@1@tp1,g23$@0#fgetpos -^191 1584$@0@s3,g23@6@0@1@s3,tp0,g23$@0#fseek -^192 1588$@0@s3,g23@6@0@1@s3,tp0,g23$@0#fsetpos -^193 1590$@0@g23@6@0@1@g23$@0#ftell -^194 1640$@0@s3,g23@6@0@1@tp0,g23$@0#rewind -^195 1538$@0@@1@tp0$@0#clearerr -^196 1551$@0@g23@6@0@1@g23$@0#feof -^197 1553$@0@g23@6@0@1@g23$@0#ferror -^198 1617$@1@g23@6@0,g156@6@0,s3@1@s3,tg156$@0#perror -^199 1685$^$@0#atof -^200 1687$^$@0#atoi -^201 1689$^$@0#atol -^202 1804$@0@g23@6@0@1@tp1,g23$@0#strtod -^203 1806$@0@g23@6@0@1@tp1,g23$@0#strtol -^204 1808$@0@g23@6@0@1@tp1,g23$@0#strtoul -*1 (Constant) -^205 5$#RAND_MAX -*4 (Function) -^206 1776$@0@s1@1@s1$@0#rand -^207 1798$@0@s1@1@s1$@0#srand -^208 1699@6@5@1@0@0^@2@0@0#calloc -^209 1746@4@5@1@0@0@1@g23@6@0@1@g23@2@0@0#malloc -^210 1783@6@5@1@0@0@0@g23@6@0@1@tp0,g23@2@0@0#realloc -^211 1071$@0@@1@p0,tp0$@0#free -*1 (Constant) -^212 5$#EXIT_FAILURE#EXIT_SUCCESS -*4 (Function) -^214 1675@6@0@6@0@0^$@0#abort -^215 316@6@0@6@0@0^$@0#exit -^216 1683$@0@s1@1@s1$@0#atexit -^217 1717@6@5@1@0@0^@19@3@0#getenv -^218 1810$@0@s3,g23@6@0@1@s3,g23$@0#system -^219 1696@6@5@1@0@0^@18@0@0#bsearch -^220 1774$@0@g23@6@0@1@tp0,g23$@0#qsort -^221 1677$^$@0#abs -*7 (Struct tag) -^222 343@344#@!2 -*0 (Datatype) -^223 343@-@-@0@0@0@0@345#div_t -*4 (Function) -^224 1703$^$@0#div -^225 1733$^$@0#labs -*7 (Struct tag) -^226 350@351#@!3 -*0 (Datatype) -^227 350@-@-@0@0@0@0@352#ldiv_t -*4 (Function) -^228 1741$^$@0#ldiv -*1 (Constant) -^229 63$#MB_CUR_MAX -^230 5$#WCHAR_MAX#WCHAR_MIN -^232 66$#WEOF -*4 (Function) -^233 356$^$@0#btowc -^234 358$@0@s3@1@s3,tp0$@0#fgetwc -^235 362@6@5@1@0@0@0@s3@1@s3,tp0,tp2$@0#fgetws -^236 364$@0@s3@1@s3,tp1$@0#fputwc -^237 366$@0@s3@1@s3,tp1$@0#fputws -^238 368$^$@0#fwide -^239 370@6@0@1@1@0@0@s3@1@tp0,s3$@0#fwprintf -^240 372@6@0@1@2@0@0@s3@1@tp0,s3$@0#fwscanf -^241 374$@0@s3@1@s3,tp0$@0#getwc -^242 376$@0@s3,g18@6@0@1@s3,tg18$@0#getwchar -^243 379$^$@0#mbrlen -^244 381$@0@@1@tp0$@0#mbrtowc -^245 383$^$@0#mbsinit -^246 385$@0@@1@tp0$@0#mbsrtowcs -^247 387$@0@s3@1@s3,tp1$@0#putwc -^248 389$@0@s3,g19@6@0@1@s3,tg19$@0#putwchar -^249 391@6@0@1@1@0@0@@1@tp0$@0#swprintf -^250 393@6@0@1@2@0@0@g18@6@0@1@tg18$@0#swscanf -^251 395$@0@s3@1@s3,tp1$@0#ungetwc -^252 397$@0@s3@1@s3,tp0$@0#vfwprintf -^253 399$@0@@1@tp0$@0#vswprintf -^254 401$@0@s3,g19@6@0@1@s3,tg19$@0#vwprintf -^255 403$@0@@1@tp0$@0#wcrtomb -^256 407$@0@@1@tp0$@0#wcscat -^257 410@6@5@1@0@0^@19@2@0#wcschr -^258 412$^$@0#wcscmp -^259 414$^$@0#wcscoll -^260 417$@0@@1@tp0$@0#wcscpy -^261 419$^$@0#wcscspn -*7 (Struct tag) -^262 589@420#@tm -*4 (Function) -^263 423$@0@@1@tp0$@0#wcsftime -^264 425$^$@0#wcslen -^265 429$@0@@1@tp0$@0#wcsncat -^266 431$^$@0#wcsncmp -^267 434$@0@@1@tp0$@0#wcsncpy -^268 437@6@5@1@0@0^$@0#wcspbrk -^269 440@6@5@1@0@0^$@0#wcsrchr -^270 443$@0@@1@tp1$@0#wcsrtombs -^271 445$^$@0#wcsspn -^272 448@6@5@1@0@0^@3@0@0#wcsstr -^273 450$@0@@1@tp1$@0#wcstod -^274 453@6@5@1@0@0@0@@1@tp2@3@0@0#wcstok -^275 455$@0@@1@tp1$@0#wcstol -^276 457$@0@@1@tp1$@0#wcstoul -^277 459$@0@@1@tp0$@0#wcsxfrm -^278 461$^$@0#wctob -^279 464@6@5@1@0@0^@3@0@0#wmemchr -^280 466$^$@0#wmemcmp -^281 469$@0@@1@tp0$@0#wmemcpy -^282 472$@0@@1@tp0$@0#wmemmove -^283 475$@0@@1@tp0$@0#wmemset -^284 477@6@0@1@1@0@1@g19@6@0,g23@6@0@1@g23,tg19$@0#wprintf -^285 479@6@0@1@2@0@1@g18@6@0,g23@6@0@1@g23,tg18$@0#wscanf -*0 (Datatype) -^286 13@-@-@0@0@0@0@480#wctype_t -^287 13@-@-@0@0@0@0@481#wctrans_t -*4 (Function) -^288 483$^$@0#iswalnum -^289 485$^$@0#iswalpha -^290 487$^$@0#iswcntrl -^291 489$^$@0#iswctype -^292 491$^$@0#iswdigit -^293 493$^$@0#iswgraph -^294 495$^$@0#iswlower -^295 497$^$@0#iswprint -^296 499$^$@0#iswpunct -^297 501$^$@0#iswspace -^298 503$^$@0#iswupper -^299 505$^$@0#iswxdigit -^300 507$^$@0#towctrans -^301 509$^$@0#towlower -^302 511$^$@0#towupper -^303 513$^$@0#wctrans -^304 515$^$@0#wctype -^305 1748$@1@g23@6@0@1@g23$@0#mblen -^306 1752$@0@g23@6@0@1@tp0,g23$@0#mbtowc -^307 1821$@0@@1@tp0$@0#wctomb -^308 1750$@0@@1@tp0$@0#mbstowcs -^309 1819$@0@g23@6@0@1@tp0,g23$@0#wcstombs -^310 529$@0@@1@tp0$@0#memcpy -^311 532$@0@@1@tp0$@0#memmove -^312 536$@0@@1@tp0$@0#strcpy -^313 539$@0@@1@tp0$@0#strncpy -^314 542$@0@@1@tp0$@0#strcat -^315 545$@0@@1@tp0$@0#strncat -^316 547$^$@0#memcmp -^317 549$^$@0#strcmp -^318 551$^$@0#strcoll -^319 553$^$@0#strncmp -^320 555$@0@@1@tp0$@0#strxfrm -^321 558@6@5@1@0@0^@3@0@0#memchr -^322 561@6@5@1@0@0^@19@2@0#strchr -^323 563$^$@0#strcspn -^324 566@6@5@1@0@0^@19@2@0#strpbrk -^325 569@6@5@1@0@0^@19@2@0#strrchr -^326 571$^$@0#strspn -^327 574@6@5@1@0@0^@19@2@0#strstr -^328 577@6@5@1@0@0@0@s1,g23@6@0@1@tp0,s1,g23@19@2@0#strtok -^329 581$@0@@1@tp0$@0#memset -^330 584$^@19@3@0#strerror -^331 586$^$@0#strlen -*1 (Constant) -^332 5$#CLOCKS_PER_SEC -*0 (Datatype) -^333 13@-@-@0@0@0@0@587#clock_t -^334 13@-@-@0@0@0@0@588#time_t -*4 (Function) -^335 591$@0@s1@1@s1$@0#clock -^336 593$^$@0#difftime -^337 595$^$@0#mktime -^338 598$@0@@1@tp0$@0#time -^339 601$@0@g23@6@0@1@g23@19@3@0#asctime -^340 604$^@19@3@0#ctime -^341 607@6@5@1@0@0^@19@3@0#gmtime -^342 610@6@5@1@0@0@0@g23@6@0@1@g23@19@3@0#localtime -^343 612$@0@@1@tp0$@0#strftime -*0 (Datatype) -^344 13@-@-@0@0@0@0@613#int8_t -^345 13@-@-@0@0@0@0@614#int16_t -^346 13@-@-@0@0@0@0@615#int32_t -^347 13@-@-@0@0@0@0@616#int64_t -^348 14@-@-@0@0@0@0@617#uint8_t -^349 14@-@-@0@0@0@0@618#uint16_t -^350 14@-@-@0@0@0@0@619#uint32_t -^351 14@-@-@0@0@0@0@620#uint64_t -^352 13@-@-@0@0@0@0@621#int_least8_t -^353 13@-@-@0@0@0@0@622#int_least16_t -^354 13@-@-@0@0@0@0@623#int_least32_t -^355 13@-@-@0@0@0@0@624#int_least64_t -^356 14@-@-@0@0@0@0@625#uint_least8_t -^357 14@-@-@0@0@0@0@626#uint_least16_t -^358 14@-@-@0@0@0@0@627#uint_least32_t -^359 14@-@-@0@0@0@0@628#uint_least64_t -^360 13@-@-@0@0@0@0@629#int_fast8_t -^361 13@-@-@0@0@0@0@630#int_fast16_t -^362 13@-@-@0@0@0@0@631#int_fast32_t -^363 13@-@-@0@0@0@0@632#int_fast64_t -^364 14@-@-@0@0@0@0@633#uint_fast8_t -^365 14@-@-@0@0@0@0@634#uint_fast16_t -^366 14@-@-@0@0@0@0@635#uint_fast32_t -^367 14@-@-@0@0@0@0@636#uint_fast64_t -^368 24@-@+@0@0@0@0@637#intptr_t -^369 25@-@+@0@0@0@0@638#uintptr_t -^370 15@-@-@0@0@0@0@639#intmax_t -^371 14@-@-@0@0@0@0@640#uintmax_t -*1 (Constant) -^372 5$#INT8_MIN#INT16_MIN#INT32_MIN#INT64_MIN#INT8_MAX#INT16_MAX#INT32_MAX#INT64_MAX#UINT8_MIN#UINT16_MIN#UINT32_MIN#UINT64_MIN#INT_LEAST8_MIN#INT_LEAST16_MIN#INT_LEAST32_MIN#INT_LEAST64_MIN#INT_LEAST8_MAX#INT_LEAST16_MAX#INT_LEAST32_MAX#INT_LEAST64_MAX#UINT_LEAST8_MAX#UINT_LEAST16_MAX#UINT_LEAST32_MAX#UINT_LEAST64_MAX#INT_FAST8_MIN#INT_FAST16_MIN#INT_FAST32_MIN#INT_FAST64_MIN#INT_FAST8_MAX#INT_FAST16_MAX#INT_FAST32_MAX#INT_FAST64_MAX#UINT_FAST8_MAX#UINT_FAST16_MAX#UINT_FAST32_MAX#UINT_FAST64_MAX -^408 63$#INTPTR_MIN#INTPTR_MAX -*0 (Datatype) -^410 13@-@-@0@0@0@0@641#dev_t -^411 13@-@-@0@0@0@0@642#gid_t -^412 14@-@-@0@0@0@0@643#ino_t -^413 13@-@-@0@0@0@0@644#mode_t -^414 13@-@-@0@0@0@0@645#nlink_t -^415 13@-@-@0@0@0@0@646#off_t -^416 13@-@-@0@0@0@0@647#pid_t -^417 13@-@-@0@0@0@0@648#uid_t -^418 20@+@+@0@0@0@0@649#DIR -*7 (Struct tag) -^419 1482@651#@dirent -*4 (Function) -^420 1484$@0@g23@6@0@1@g23$@0#closedir -^421 1487@6@5@1@0@0@0@g23@6@0@1@g23@3@0@0#opendir -^422 1490@6@5@1@0@0@0@g23@6@0@1@g23@3@0@0#readdir -^423 1495$^$@0#rewinddir -*1 (Constant) -^424 5$#E2BIG#EACCES#EAGAIN#EBADF#EBUSY#ECHILD#EDEADLK#EEXIST#EFAULT#EFBIG#EINTR#EINVAL#EIO#EISDIR#EMFILE#EMLINK#ENAMETOOLONG#ENFILE#ENODEV#ENOENT#ENOEXEC#ENOLCK#ENOMEM#ENOSPC#ENOSYS#ENOTDIR#ENOTEMPTY#ENOTTY#ENXIO#EPERM#EPIPE#EROFS#ESPIPE#ESRCH#EXDEV#FD_CLOEXEC#F_DUPFD#F_GETFD#F_GETFL#F_GETLK#F_RDLCK#F_SETFD#F_SETFL#F_SETLK#F_SETLKW#F_UNLCK#F_WRLCK#O_ACCMODE#O_APPEND#O_CREAT#O_EXCL#O_NOCTTY#O_NONBLOCK#O_RDONLY#O_RDWR#O_TRUNC#O_WRONLY#S_IRGRP#S_IROTH#S_IUSR#S_IWXG#S_IWXO#S_IWXU#S_ISGID#S_ISUID#S_IWGRP#S_IWOTH#S_IWUSR#S_IXGRP#S_IXOTH#S_IXUSR -*7 (Struct tag) -^495 664@665#@flock -*4 (Function) -^496 667$@0@g23@6@0@1@g23$@0#creat -^497 669$@0@g23@6@0@1@g23$@0#fcntl -^498 671$@0@g23@6@0@1@g23$@0#open -*7 (Struct tag) -^499 672@673#@group -*4 (Function) -^500 677@6@5@1@0@0@0@g23@6@0@1@g23@3@0@0#getgrgid -^501 680@6@5@1@0@0@0@g23@6@0@1@g23@3@0@0#getgrnam -*1 (Constant) -^502 9$#ARG_MAX#CHILD_MAX#LINK_MAX#MAX_CANON -^506 63$#MAX_INPUT#NAME_MAX -^508 9$#NGROUPS_MAX#OPEN_MAX -^510 63$#PATH_MAX#PIPE_BUF -^512 9$#SSIZE_MAX#STREAM_MAX#TZNAME_MAX#_POSIX_ARG_MAX#_POSIX_CHILD_MAX#_POSIX_LINK_MAX#_POSIX_MAX_CANON#_POSIX_MAX_INPUT#_POSIX_NAME_MAX#_POSIX_NGROUPS_MAX#_POSIX_OPEN_MAX#_POSIX_PATH_MAX#_POSIX_PIPE_BUF#_POSIX_SSIZE#_POSIX_STREAM#_POSIX_TZNAME_MAX -*7 (Struct tag) -^528 681@682#@passwd -*4 (Function) -^529 686@6@5@1@0@0@0@g23@6@0@1@g23@19@3@0#getpwnam -^530 689@6@5@1@0@0@0@g23@6@0@1@g23@19@3@0#getpwuid -*0 (Datatype) -^531 20@+@+@0@0@0@0@690#sigjmp_buf -*4 (Function) -^532 692@6@0@5@0@0^$@0#siglongjmp -^533 694$@0@@1@p0$@0#sigsetjmp -*0 (Datatype) -^534 0@+@=@0@0@0@0@695#sigset_t -*1 (Constant) -^535 5$#SA_NOCLDSTOP#SIG_BLOCK#SIG_SETMASK#SIG_UNBLOCK#SIGALRM#SIGCHLD#SIGCONT#SIGHUP#SIGKILL#SIGPIPE#SIGQUIT#SIGSTOP#SIGTSTP#SIGTTIN#SIGTTOU#SIGUSR1#SIGUSR2 -*7 (Struct tag) -^552 700@701#@sigaction -*4 (Function) -^553 703@6@0@5@0@0@0@g23@6@0@1@g23$@0#kill -^554 706$@0@g23@6@0,s3@1@tp2,g23,s3$@0#sigaction -^555 709$@0@g23@6@0@1@tp0,g23$@0#sigaddset -^556 711$@0@g23@6@0@1@tp0,g23$@0#sigdelset -^557 713$@0@g23@6@0@1@tp0,g23$@0#sigemptyset -^558 715$@0@g23@6@0@1@tp0,g23$@0#sigfillset -^559 717$@0@g23@6@0@1@g23$@0#sigismember -^560 719$@0@g23@6@0@1@tp0,g23$@0#sigpending -^561 721$@0@g23@6@0,s3@1@tp2,g23,s3$@0#sigprocmask -^562 723$@0@g23@6@0,s3@1@g23,s3$@0#sigsuspend -*1 (Constant) -^563 5$#L_ctermid#L_cuserid -*4 (Function) -^565 1549@6@5@1@0@0@0@g23@6@0,s3@1@g23,s3@18@0@0#fdopen -^566 1564$@0@g23@6@0@1@g23$@0#fileno -*7 (Struct tag) -^567 1309@730#@stat -*4 (Function) -^568 1313$^$@0#S_ISBLK -^569 1317$^$@0#S_ISCHR -^570 1321$^$@0#S_ISDIR -^571 1325$^$@0#S_ISFIFO -^572 1329$^$@0#S_ISREG -^573 748$@0@s3,g23@6@0@1@s3,g23$@0#chmod -^574 751$@0@g23@6@0@1@g23,tp1$@0#fstat -^575 753$@0@s3,g23@6@0@1@s3,g23$@0#mkdir -^576 755$@0@s3,g23@6@0@1@s3,g23$@0#mkfifo -^577 757$@0@g23@6@0@1@g23,tp1$@0#stat -^578 759$@0@s3@1@s3$@0#umask -*7 (Struct tag) -^579 760@761#@tms -*4 (Function) -^580 764$@0@@1@tp0$@0#times -*7 (Struct tag) -^581 765@766#@utsname -*4 (Function) -^582 769$@0@g23@6@0@1@tp0,g23$@0#uname -^583 771$^$@0#WEXITSTATUS -^584 773$^$@0#WIFEXITED -^585 775$^$@0#WIFSIGNALED -^586 777$^$@0#WIFSTOPPED -^587 779$^$@0#WSTOPSIG -^588 781$^$@0#WTERMSIG -*1 (Constant) -^589 5$#WUNTRACED -*4 (Function) -^590 783$@0@g23@6@0,s3@1@tp0,g23,s3$@0#wait -^591 785$@0@g23@6@0,s3@1@tp1,g23,s3$@0#waitpid -*0 (Datatype) -^592 787@-@-@0@0@0@0@788#cc_t -^593 790@-@-@0@0@0@0@791#speed_t -^594 790@-@-@0@0@0@0@792#tcflag_t -*1 (Constant) -^595 5$#B0#B50#B75#B110#B134#B150#B200#B300#B600#B1200#B1800#B2400#B4800#B9600#B19200#B38400#BRKINT#CLOCAL#CREAD#CS5#CS6#CS7#CS8#CSIZE#CSTOPB#ECHO#ECHOE#ECHOK#ECHONL#HUPCL#ICANON#ICRNL#IEXTEN#IGNBRK#IGNCR#IGNPAR#IGNLCR#INPCK#ISIG#ISTRIP#IXOFF#IXON#NCCS#NOFLSH#OPOST#PARENB#PARMRK#PARODD#TCIFLUSH#TCIOFF#TCIOFLUSH#TCION#TCOFLUSH#TCSADRAIN#TCSAFLUSH#TCSANOW#TOSTOP#VEOF#VEOL#VERASE#VINTR#VKILL#VMIN#VQUIT#VSTART#VSTOP#VSUSP#VTIME -*7 (Struct tag) -^663 793@794#@termios -*4 (Function) -^664 797$^$@0#cfgetispeed -^665 799$^$@0#cfgetospeed -^666 801$@0@@1@tp0$@0#cfsetispeed -^667 803$@0@@1@tp0$@0#cfsetospeed -^668 805$@0@g23@6@0@1@g23$@0#tcdrain -^669 807$@0@g23@6@0@1@g23$@0#tcflow -^670 809$@0@g23@6@0@1@g23$@0#tcflush -^671 811$@0@g23@6@0@1@g23,tp1$@0#tcgetattr -^672 813$@0@g23@6@0@1@g23$@0#tcsendbreak -^673 815$@0@g23@6@0@1@g23$@0#tcsetattr -*3 (Variable) -^674 291|@1|6@0@0@0@1#environ -*1 (Constant) -^675 5$#CLK_TCK -*4 (Function) -^676 1008$@1@g674@6@0,s3@1@s3,g936,g937,g938$@0#tzset -*1 (Constant) -^677 5$#F_OK#R_OK#STDERR_FILENO#STDIN_FILENO#STDOUT_FILENO#W_OK#X_OK#_PC_CHOWN_RESTRUCTED#_PC_MAX_CANON#_PC_MAX_INPUT#_PC_NAME_MAX#_PC_NO_TRUNC#_PC_PATH_MAX#_PC_PIPE_BUF#_PC_VDISABLE#_POSIX_CHOWN_RESTRICTED#_POSIX_JOB_CONTROL#_POSIX_NO_TRUNC#_POSIX_SAVED_IDS#_POSIX_VDISABLE#_POSIX_VERSION#_SC_ARG_MAX#_SC_CHILD_MAX#_SC_CLK_TCK#_SC_JOB_CONTROL#_SC_NGROUPS_MAX#_SC_OPEN_MAX#_SC_SAVED_IDS#_SC_STREAM_MAX#_SC_TZNAME_MAX#_SC_VERSION -*4 (Function) -^708 819@6@0@6@0@0^$@0#_exit -^709 821$@0@g23@6@0@1@g23$@0#access -^710 823$@0@s3@1@s3$@0#alarm -^711 825$@0@g23@6@0@1@g23$@0#chdir -^712 827$@0@s3,g23@6@0@1@s3,g23$@0#chown -^713 829$@0@s3,g23@6@0@1@s3,g23$@0#close -^714 1541$@0@s3@1@tp0,s3$@0#ctermid -^715 1544$@0@@1@tp0@3@0@0#cuserid -^716 837$@0@g23@6@0,s3@1@g23,s3$@0#dup2 -^717 839$@0@g23@6@0,s3@1@g23,s3$@0#dup -^718 841@6@0@5@0@0@0@g23@6@0@1@g23$@0#execl -^719 843@6@0@5@0@0@0@g23@6@0@1@g23$@0#execle -^720 845@6@0@5@0@0@0@g23@6@0@1@g23$@0#execlp -^721 849@6@0@5@0@0@0@g23@6@0@1@g23$@0#execv -^722 851@6@0@5@0@0@0@g23@6@0@1@g23$@0#execve -^723 853@6@0@5@0@0@0@g23@6@0@1@g23$@0#execvp -^724 855$@0@s3,g23@6@0@1@s3,g23$@0#fork -^725 857$@0@g23@6@0@1@g23$@0#fpathconf -^726 860@6@5@1@0@0@0@g23@6@0@1@g23,tp0$@0#getcwd -^727 862$^$@0#getegid -^728 864$^$@0#geteuid -^729 866$^$@0#getgid -^730 869$@0@g23@6@0@1@g23,ap1$@0#getgroups -^731 872$^@19@3@0#getlogin -^732 874$^$@0#getpgrp -^733 876$^$@0#getpid -^734 878$^$@0#getppid -^735 880$^$@0#getuid -^736 882$^$@0#isatty -^737 884$@0@g23@6@0,s3@1@g23,s3$@0#link -^738 886$@0@g23@6@0@1@g23$@0#lseek -^739 888$@0@g23@6@0@1@g23$@0#pathconf -^740 890$@0@g23@6@0@1@g23$@0#pause -^741 892$@0@g23@6@0@1@g23$@0#pipe -^742 894$@0@g23@6@0@1@g23,tp1$@0#read -^743 896$@0@s3,g23@6@0@1@s3,g23$@0#rmdir -^744 898$@0@g23@6@0,s3@1@g23,s3$@0#setgid -^745 900$@0@g23@6@0,s3@1@g23,s3$@0#setpgid -^746 902$@0@s3@1@s3$@0#setsid -^747 904$@0@g23@6@0,s3@1@g23,s3$@0#setuid -^748 906$@0@s3@1@s3$@0#sleep -^749 908$@0@g23@6@0@1@g23$@0#sysconf -^750 910$@0@g23@6@0@1@g23$@0#tcgetpgrp -^751 912$@0@g23@6@0,s3@1@g23,s3$@0#tcsetpgrp -^752 915@6@5@1@0@0@0@g23@6@0@1@g23@19@3@0#ttyname -^753 917$@0@s3,g23@6@0@1@s3,g23$@0#unlink -^754 919$@0@g23@6@0@1@g23$@0#write -*7 (Struct tag) -^755 920@921#@utimbuf -*4 (Function) -^756 924$@0@s3,g23@6@0@1@s3,g23$@0#utime -*0 (Datatype) -^757 20@+@+@0@0@0@0@925#regex_t -^758 13@-@-@0@0@0@0@926#regoff_t -*7 (Struct tag) -^759 927@928#@!4 -*0 (Datatype) -^760 927@-@-@0@0@0@0@929#regmatch_t -*4 (Function) -^761 932$@0@@1@p0$@0#regcomp -^762 935$@0@@1@p3$@0#regexec -^763 937$@0@@1@p2$@0#regerror -^764 939$$$@0#regfree -*1 (Constant) -^765 5$#REG_BASIC#REG_EXTENDED#REG_ICASE#REG_NOSUB#REG_NEWLINE#REG_NOSPEC#REG_PEND#REG_DUMP#REG_NOMATCH#REG_BADPAT#REG_ECOLLATE#REG_ECTYPE#REG_EESCAPE#REG_ESUBREG#REG_EBRACK#REG_EPAREN#REG_EBRACE#REG_BADBR#REG_ERANGE#REG_ESPACE#REG_BADRPT#REG_EMPTY#REG_ASSERT#REG_INVARG#REG_ATOI#REG_ITOA#REG_NOTBOL#REG_NOTEOL#REG_STARTEND#REG_TRACE#REG_LARGE#REG_BACKR -*0 (Datatype) -^797 13@-@-@0@0@0@0@940#blkcnt_t -^798 13@-@-@0@0@0@0@941#blksize_t -^799 13@-@-@0@0@0@0@942#clockid_t -^800 14@-@-@0@0@0@0@943#fsblkcnt_t -^801 14@-@-@0@0@0@0@944#fsfilcnt_t -^802 13@-@-@0@0@0@0@945#id_t -^803 13@-@-@0@0@0@0@946#key_t -^804 13@-@-@0@0@0@0@947#pthread_attr_t -^805 13@-@-@0@0@0@0@948#pthread_cond_t -^806 13@-@-@0@0@0@0@949#pthread_condattr_t -^807 13@-@-@0@0@0@0@950#pthread_key_t -^808 13@-@-@0@0@0@0@951#pthread_mutex_t -^809 13@-@-@0@0@0@0@952#pthread_mutexattr_t -^810 13@-@-@0@0@0@0@953#pthread_once_t -^811 13@-@-@0@0@0@0@954#pthread_rwlock_t -^812 13@-@-@0@0@0@0@955#pthread_rwlockattr_t -^813 13@-@-@0@0@0@0@956#pthread_t -^814 15@-@-@0@0@0@0@957#suseconds_t -^815 13@-@-@0@0@0@0@958#timer_t -^816 14@-@-@0@0@0@0@959#useconds_t -*3 (Variable) -^817 5|@1|6@0@0@0@1#signgam -*4 (Function) -^818 961$@0@@1@tp1$@0#bcopy -^819 965$^$@0#bcmp -^820 967$@0@@1@tp0$@0#bzero -^821 969$^$@0#ffs -^822 1225$@0@s3@1@s3$@0#symlink -^823 973$@0@s1@1@s1$@0#setvbuf_unlocked -^824 975$@0@s1@1@s1$@0#setbuffer -^825 977$@0@s1@1@s1$@0#setlinebuf -^826 979$@0@@1@p1$@0#strerror_r -^827 981$@0@@1@tp3,tp0$@0#fread_unlocked -^828 983$@0@@1@tp3$@0#fwrite_unlocked -^829 987$@0@@1@tp0$@0#memccpy -^830 989$^$@0#strcasecmp -^831 991$^$@0#strncasecmp -^832 994@6@5@1@0@0^@2@0@0#strdup -^833 997@6@5@1@0@0^@18@0@0#index -^834 1000@6@5@1@0@0^@18@0@0#rindex -^835 1002$@0@g23@6@0@1@g23$@0#cbrt -^836 1004$^$@0#rint -^837 1006$^$@0#trunc -*1 (Constant) -^838 5$#ENOTBLK#ETXTBSY#EWOULDBLOCK#EINPROGRESS#EALREADY#ENOTSOCK#EDESTADDRREQ#EMSGSIZE#EPROTOTYPE#ENOPROTOOPT#EPROTONOSUPPORT#ESOCKTNOSUPPORT#EOPNOTSUPP#EPFNOSUPPORT#EAFNOSUPPORT#EADDRINUSE#EADDRNOTAVAIL#ENETDOWN#ENETUNREACH#ENETRESET#ECONNABORTED#ECONNRESET#ENOBUFS#EISCONN#ENOTCONN#ESHUTDOWN#ETOOMANYREFS#ETIMEDOUT#ECONNREFUSED#EHOSTDOWN#EHOSTUNREACH#EPROCLIM#EUSERS#EDQUOT#ESTALE#EREMOTE#ENOMSG#EIDRM#EALIGN#EACTIVE#ENOACTIVE#ENORESOURCES#ENOSYSTEM#ENODUST#EDUPNOCONN#EDUPNODISCONN#EDUPNOTCNTD#EDUPNOTIDLE#EDUPNOTWAIT#EDUPNOTRUN#EDUPBADOPCODE#EDUPINTRANSIT#EDUPTOOMANYCPUS#ELOOP#LOCK_MAX#FCHR_MAX#USI_MAX#WORD_BIT#LONG_BIT#MAX_CHAR#PASS_MAX#PID_MAX#SYSPID_MAX#PIPE_MAX#PROC_MAX#STD_BLK#SYS_NMLN#SYS_OPEN#NZERO#UID_MAX#NL_ARGMAX#NL_MSGMAX#NL_NMAX#NL_SETMAX#NL_TEXTMAX#NL_LBLMAX#NL_LANGMAX -^915 17$#M_E#M_LOG2E#M_LOG10E#M_LN2#M_LN10#M_PI#M_PI_2#M_PI_4#M_1_PI#M_2_PI#M_2_SQRTPI#M_SQRT2#M_SQRT1_2#MAXFLOAT#HUGE -^930 5$#DOMAIN#SING#OVERFLOW#UNDERFLOW#TLOSS#PLOSS -*3 (Variable) -^936 5|@1|6@0@0@0@1#daylight -^937 9|@1|6@0@0@0@1#timezone -^938 847|@1|6@0@0@0@1#tzname -*0 (Datatype) -^939 3@-@-@0@0@0@0@1009#uchar_t -^940 8@-@-@0@0@0@0@1010#ushort_t -^941 6@-@-@0@0@0@0@1011#uint_t -^942 10@-@-@0@0@0@0@1012#ulong_t -^943 3@-@-@0@0@0@0@1013#vuchar_t -^944 8@-@-@0@0@0@0@1014#vushort_t -^945 6@-@-@0@0@0@0@1015#vuint_t -^946 10@-@-@0@0@0@0@1016#vulong_t -^947 9@-@-@0@0@0@0@1017#label_t -^948 5@-@-@0@0@0@0@1018#level_t -^949 13@-@-@0@0@0@0@1019#daddr_t -^950 23@-@+@0@0@0@0@1020#caddr_t -^951 28@-@+@0@0@0@0@1021#qaddr_t -^952 23@-@+@0@0@0@0@1022#addr_t -^953 9@-@-@0@0@0@0@1023#physadr_t -^954 7@-@-@0@0@0@0@1024#cnt_t -^955 5@-@-@0@0@0@0@1025#chan_t -^956 10@-@-@0@0@0@0@1026#rlim_t -^957 5@-@-@0@0@0@0@1027#paddr_t -^958 20@-@+@0@0@0@0@1028#mid_t -^959 1030@-@-@0@0@0@0@1031#slab_t -^960 1012@-@-@0@0@0@0@1032#shmatt_t -^961 1012@-@-@0@0@0@0@1033#msgqnum_t -^962 1012@-@-@0@0@0@0@1034#msglen_t -^963 1009@-@-@0@0@0@0@1035#uchar -^964 1010@-@-@0@0@0@0@1036#ushort -^965 1011@-@-@0@0@0@0@1037#uint -^966 1012@-@-@0@0@0@0@1038#ulong -^967 1009@-@-@0@0@0@0@1039#u_char -^968 1010@-@-@0@0@0@0@1040#u_short -^969 1011@-@-@0@0@0@0@1041#u_int -^970 1012@-@-@0@0@0@0@1042#u_long -^971 1013@-@-@0@0@0@0@1043#vu_char -^972 1014@-@-@0@0@0@0@1044#vu_short -^973 1015@-@-@0@0@0@0@1045#vu_int -^974 1016@-@-@0@0@0@0@1046#vu_long -^975 9@-@-@0@0@0@0@1047#swblk_t -^976 1042@-@-@0@0@0@0@1048#fixpt_t -^977 9@-@-@0@0@0@0@1049#segsz_t -^978 0@+@=@0@0@0@0@1050#fd_set -*4 (Function) -^979 1052$@0@@1@p1$@0#ttyname_r -^980 1055$@0@g23@6@0@1@tp2,g23$@0#ioctl -^981 1057$@0@s3@1@s3$@0#vfork -*7 (Struct tag) -^982 1058@1059#@iovec -*1 (Constant) -^983 5$#UIO_MAXIOV#IOV_MAX -*4 (Function) -^985 1062$@0@s3,g23@6@0@1@fiov_base.ap1,s3,g23$@0#readv -^986 1064$@0@g23@6@0@1@g23$@0#writev -*7 (Struct tag) -^987 1065@1066#@poll -*1 (Constant) -^988 7$#POLLIN#POLLRDNORM#POLLRDBAND#POLLPRI#POLLOUT#POLLWRNORM#POLLWRBAND#POLLERR#POLLHUP#POLLNVAL -*4 (Function) -^998 1069$@0@g23@6@0@1@frevents.ap0,g23$@0#poll -*1 (Constant) -^999 5$#SOCK_STREAM#SOCK_DGRAM#SOCK_RAW#SOCK_RDM#SOCK_SEQPACKET#SO_DEBUG#SO_ACCEPTCONN#SO_REUSEADDR#SO_KEEPALIVE#SO_DONTROUTE#SO_BROADCAST#SO_USELOOPBACK#SO_LINGER#SO_OOBINLINE#SO_REUSEPORT#SO_SNDBUF#SO_RCVBUF#SO_SNDLOWAT#SO_RCVLOWAT#SO_SNDTIMEO#SO_RCVTIMEO#SO_ERROR#SO_TYPE#SOL_SOCKET#AF_UNSPEC#AF_LOCAL#AF_UNIX#AF_INET#AF_IMPLINK#AF_PUP#AF_CHAOS#AF_NS#AF_ISO#AF_OSI#AF_ECMA#AF_DATAKIT#AF_CCITT#AF_SNA#AF_DECnet#AF_DLI#AF_LAT#AF_HYLINK#AF_APPLETALK#AF_ROUTE#AF_LINK#pseudo_AF_XTP#AF_COIP#AF_CNT#pseudo_AF_RTIP#AF_IPX#AF_SIP#pseudo_AF_PIP#AF_ISDN#AF_E164#AF_MAX#MSG_OOB#MSG_PEEK#MSG_DONTROUTE#MSG_EOR#MSG_TRUNC#MSG_CTRUNC#MSG_WAITALL#MSG_DONTWAIT#MSG_EOF#MSG_COMPAT#PF_UNSPEC#PF_LOCAL#PF_UNIX#PF_INET#PF_IMPLINK#PF_PUP#PF_CHAOS#PF_NS#PF_ISO#PF_OSI#PF_ECMA#PF_DATAKIT#PF_CCITT#PF_SNA#PF_DECnet#PF_DLI#PF_LAT#PF_HYLINK#PF_APPLETALK#PF_ROUTE#PF_LINK#PF_XTP#PF_COIP#PF_CNT#PF_SIP#PF_IPX#PF_RTIP#PF_PIP#PF_ISDN#PF_MAX#NET_MAXID#NET_RT_DUMP#NET_RT_FLAGS#NET_RT_IFLIST#NET_RT_MAXID#SOMAXCONN#SCM_RIGHTS -*7 (Struct tag) -^1101 1074@1075#@sockaddr -^1102 1076@1077#@linger -^1103 1078@1079#@sockproto -^1104 1081@1082#@msghdr -^1105 1083@1084#@cmsghdr -*4 (Function) -^1106 1087$@0@g23@6@0@1@tp2,g23$@0#accept -^1107 1089$@0@g23@6@0,s3@1@g23,s3$@0#bind -^1108 1091$@0@g23@6@0,s1@1@g23,s1$@0#connect -^1109 1094$@0@g23@6@0@1@tp1,tp2,g23$@0#getpeername -^1110 1096$@0@g23@6@0@1@tp1,tp2,g23$@0#getsockname -^1111 1098$@0@g23@6@0@1@tp3,tp4,g23$@0#getsockopt -^1112 1100$@0@g23@6@0,s1@1@g23,s1$@0#listen -^1113 1102$@0@g23@6@0@1@tp1,g23$@0#recv -^1114 1104$@0@g23@6@0@1@tp1,tp4,tp5,g23$@0#recvfrom -^1115 1107$@0@g23@6@0@1@afiov_base.tfmsg_iov.tp1,g23$@0#recvmsg -^1116 1109$@0@g23@6@0@1@g23$@0#send -^1117 1111$@0@g23@6@0@1@g23$@0#sendto -^1118 1113$@0@g23@6@0@1@g23$@0#sendmsg -^1119 1115$@0@s1,g23@6@0@1@s1,g23$@0#setsockopt -^1120 1117$@0@g23@6@0@1@g23$@0#shutdown -^1121 1119$@0@g23@6@0@1@g23$@0#socket -^1122 1121$@0@g23@6@0@1@g23$@0#socketpair -*1 (Constant) -^1123 5$#BADSIG#SA_ONSTACK#SA_RESTART#SA_DISABLE#SIGBUS#SIGEMT#SIGINFO#SIGIO#SIGIOT#SIGPOLL#SIGPROF#SIGPWR#SIGSYS#SIGTRAP#SIGURG#SIGVTALRM#SIGWINCH#SIGXCPU#SIGXFSZ -*4 (Function) -^1142 1123$@0@s3@1@s3$@0#psignal -^1143 1125$@1@g674@6@0,g23@6@0@1@tg674,g23$@0#setenv -^1144 1127$@1@g674@6@0@1@tg674$@0#unsetenv -^1145 1129$^$@0#WCOREDUMP -^1146 1131$^$@0#W_EXITCODE -^1147 1133$^$@0#W_STOPCODE -*1 (Constant) -^1148 5$#WAIT_ANY#WAIT_MYPGRP#WSTOPPED -*7 (Struct tag) -^1151 1366@1134#@rusage -*4 (Function) -^1152 1137$@0@g23@6@0@1@tp0,tp2,g23$@0#wait3 -^1153 1139$@0@g23@6@0@1@tp1,tp3,g23$@0#wait4 -*7 (Struct tag) -^1154 1140@1141#@timeval -^1155 1142@1143#@timespec -^1156 1144@1145#@timezone -*1 (Constant) -^1157 5$#DST_NONE#DST_USA#DST_AUST#DST_WET#DST_MET#DST_EET#DST_CAN#ITIMER_PROF#ITIMER_REAL#ITIMER_VIRTUAL -*7 (Struct tag) -^1167 1146@1147#@itimerval -^1168 1148@1149#@clockinfo -*4 (Function) -^1169 1152$@0@s1,g23@6@0@1@s1,tp1,g23$@0#adjtime -^1170 1155$@0@g23@6@0@1@g23,tp1$@0#getitimer -^1171 1158$@0@g23@6@0@1@tp0,tp1,g23$@0#gettimeofday -^1172 1160$@0@g23@6@0,s1@1@tp2,g23,s1$@0#setitimer -^1173 1162$@0@s1,g23@6@0@1@s1,g23$@0#settimeofday -^1174 1164$@0@s3,g23@6@0@1@s3,g23$@0#utimes -*1 (Constant) -^1175 5$#PROT_READ#PROT_WRITE#PROT_EXEC#MAP_SHARED#MAP_PRIVATE#MAP_COPY#MAP_FIXED#MAP_RENAME#MAP_NORESERVE#MAP_INHERIT#MAP_NOEXTEND#MAP_HASSEMAPHORE#MS_ASYNC#MS_INVALIDATE#MAP_FILE#MAP_ANON#MADV_NORMAL#MADV_RANDOM#MADV_SEQUENTIAL#MADV_WILLNEED#MADV_DONTNEED -*4 (Function) -^1196 1166$@0@@1@p0$@0#mmap -^1197 1168$^$@0#madvise -^1198 1170$^$@0#mprotect -^1199 1172$@0@s3,g23@6@0@1@s3,tp0,g23$@0#munmap -^1200 1174$^$@0#msync -^1201 1176$^$@0#mlock -^1202 1178$^$@0#munlock -*7 (Struct tag) -^1203 1179@1180#@winsize -*1 (Constant) -^1204 5$#TIOCMODG#TIOCMODS#TIOCM_LE#TIOCM_DTR#TIOCM_RTS#TIOCM_ST#TIOCM_SR#TIOCM_CTS#TIOCM_CAR#TIOCM_CD#TIOCM_RNG#TIOCM_RI#TIOCM_DSR#TIOCEXCL#TIOCNXCL#TIOCFLUSH#TIOCGETA#TIOCSETA#TIOCSETAW#TIOCSETAF#TIOCGETD#TIOCSETD#TIOCSBRK#TIOCCBRK#TIOCSDTR#TIOCCDTR#TIOCGPGRP#TIOCSPGRP#TIOCOUTQ#TIOCSTI#TIOCNOTTY#TIOCPKT#TIOCPKT_DATA#TIOCPKT_FLUSHREAD#TIOCPKT_FLUSHWRITE#TIOCPKT_STOP#TIOCPKT_START#TIOCPKT_NOSTOP#TIOCPKT_DOSTOP#TIOCPKT_IOCTL#TIOCSTOP#TIOCSTART#TIOCMSET#TIOCMBIS#TIOCMBIC#TIOCMGET#TIOCREMOTE#TIOCGWINSZ#TIOCSWINSZ#TIOCUCNTL#TIOCSTAT#TIOCCONS#TIOCSCTTY#TIOCEXT#TIOCSIG#TIOCDRAIN#TIOCMSDTRWAIT#TIOCMGDTRWAIT#TIOCTIMESTAMP#TIOCSDRAINWAIT#TIOCGDRAINWAIT#TTYDISC#TABLDISC#SLIPDISC#PPPDISC#MAXHOSTNAMELEN -*4 (Function) -^1270 1183$@0@@1@tp1$@0#FD_CLR -^1271 1185$@0@@1@tp1$@0#FD_COPY -^1272 1188$^$@0#FD_ISSET -^1273 1190$@0@@1@tp1$@0#FD_SET -^1274 1192$@0@@1@tp0$@0#FD_ZERO -^1275 1194$@0@s1,g23@6@0@1@s1,g23$@0#fchdir -^1276 1196$@0@g23@6@0,s3@1@g23,s3$@0#fchown -^1277 1198$@0@g23@6@0,s3@1@g23,s3$@0#fsync -^1278 1200$@0@g23@6@0,s3@1@g23,s3$@0#ftruncate -^1279 1202$@0@@1@p0$@0#gethostname -^1280 1204$@0@s1@1@s1$@0#initgroups -^1281 1206$@0@g23@6@0,s3@1@g23,s3$@0#lchown -^1282 1208$@0@g23@6@0@1@tp1,g23$@0#readlink -^1283 1210$@0@g23@6@0@1@tp1,tp2,tp3,tp4,g23$@0#select -^1284 1212$@0@g23@6@0,s1@1@g23,s1$@0#setegid -^1285 1214$@0@g23@6@0,s1@1@g23,s1$@0#seteuid -^1286 1217$@0@g23@6@0,s1@1@g23,s1$@0#setgroups -^1287 1219$@0@g23@6@0,s1@1@g23,s1$@0#setregid -^1288 1221$@0@g23@6@0,s1@1@g23,s1$@0#setreuid -^1289 1223$@0@s3@1@s3$@0#sync -^1290 1227$@0@g23@6@0,s3@1@g23,s3$@0#truncate -*1 (Constant) -^1291 5$#EBADRPC#ERPCMISMATCH#EPROGUNAVAIL#EPROGMISMATCH#EPROCUNAVAIL#EFTYPE#EAUTH#ENEEDAUTH#ELAST -*3 (Variable) -^1300 23|@1|6@0@0@0@1#TMAGIC -*1 (Constant) -^1301 5$#TMAGLEN -*3 (Variable) -^1302 23|@1|6@0@0@0@1#TVERSION -*1 (Constant) -^1303 5$#TVERSLEN#REGTYPE#AREGTYPE#LNKTYPE#SYMTYPE#CHRTYPE#BLKTYPE#DIRTYPE#FIFOTYPE#CONTTYPE#TSUID#TSGID#TSVTX#TUREAD#TUWRITE#TUEXEC#TGREAD#TGWRITE#TGEXEC#TOREAD#TOWRITE#TOEXEC -*7 (Struct tag) -^1325 1228@1229#@ipc_perm -*1 (Constant) -^1326 5$#IPC_R#IPC_W#IPC_M#IPC_CREAT#IPC_EXCL#IPC_NOWAIT -^1332 946$#IPC_PRIVATE -^1333 5$#IPC_RMID#IPC_SET#IPC_STAT -*7 (Struct tag) -^1336 0@1230#@msg -^1337 1232@1233#@msqid_ds -^1338 1234@1235#@mymesg -*1 (Constant) -^1339 5$#MSG_NOERROR#MSGMAX#MSGMNB#MSGMNI#MSGTQL -*4 (Function) -^1344 1238$@0@g23@6@0@1@g23,tp2$@0#msgctl -^1345 1240$@0@g23@6@0@1@g23$@0#msgget -^1346 1242$@0@g23@6@0@1@g23,tp1$@0#msgrcv -^1347 1244$@0@g23@6@0@1@g23$@0#msgsnd -*7 (Struct tag) -^1348 1249@1245#@sem -^1349 1247@1248#@semid_ds -*8 (Union tag) -^1350 1252@1253#$semun -*7 (Struct tag) -^1351 1254@1255#@sembuf -*1 (Constant) -^1352 5$#SEM_A#SEMAEM#SEMMNI#SEMMNS#SEMMNU#SEMMSL#SEMOPN#SEM_R#SEMUME#SEM_UNDO#SEMVMX#GETVAL#SETVAL#GETPID#GETNCNT#GETZCNT#GETALL#SETALL#ERMID -*4 (Function) -^1371 1257$@0@g23@6@0@1@g23$@0#semctl -^1372 1259$@0@g23@6@0@1@g23$@0#semget -^1373 1262$@0@g23@6@0@1@g23$@0#semop -*7 (Struct tag) -^1374 1263@1264#@shmid_ds -*1 (Constant) -^1375 5$#SHMLBA#SHM_LOCK#SHMMAX#SHMMIN#SHMMNI#SHM_R#SHM_RDONLY#SHM_RND#SHMSEG#SHM_W#SHM_UNLOCK -*4 (Function) -^1386 1267$@0@g23@6@0@1@g23@3@0@0#shmat -^1387 1270$@0@g23@6@0@1@g23,tp2$@0#shmctl -^1388 1272$@0@g23@6@0@1@g23$@0#shmdt -^1389 1274$@0@g23@6@0@1@g23$@0#shmget -*1 (Constant) -^1390 5$#LOG_EMERG#LOG_ALERT#LOG_CRIT#LOG_ERR#LOG_WARNING#LOG_NOTICE#LOG_INFO#LOG_DEBUG#LOG_KERN#LOG_USER#LOG_MAIL#LOG_DAEMON#LOG_AUTH#LOG_SYSLOG#LOG_LPR#LOG_NEWS#LOG_UUCP#LOG_CRON#LOG_AUTHPRIV#LOG_FTP#LOG_LOCAL0#LOG_LOCAL1#LOG_LOCAL2#LOG_LOCAL3#LOG_LOCAL4#LOG_LOCAL5#LOG_LOCAL6#LOG_LOCAL7#LOG_PID#LOG_CONS#LOG_ODELAY#LOG_NDELAY#LOG_NOWAIT#LOG_PERROR -*4 (Function) -^1424 1276$^$@0#LOG_MASK -^1425 1278$^$@0#LOG_UPTO -^1426 1280$@0@s3@1@s3$@0#closelog -^1427 1282$@0@s3@1@s3$@0#openlog -^1428 1284$@0@s1@1@s1$@0#setlogmask -^1429 1286@6@0@1@1@0@0@s3@1@s3$@0#syslog -^1430 1288$@0@s3@1@s3$@0#vsyslog -^1431 1290$@0@s1@1@s1$@0#endpwent -^1432 1293@6@5@1@0@0@0@s1@1@s1@3@0@0#getpwent -^1433 1295$@0@s1@1@s1$@0#setpassent -^1434 1297$@0@s1@1@s1$@0#setpwent -^1435 1299$@0@s1@1@s1$@0#endgrent -^1436 1302@6@5@1@0@0@0@s1@1@s1@3@0@0#getgrent -^1437 1304$@0@s1@1@s1$@0#setgrent -^1438 1306$@0@s1@1@s1$@0#setgrfile -^1439 1308$@0@s1@1@s1$@0#setgroupent -*1 (Constant) -^1440 644$#S_IFMT#S_IFBLK#S_IFCHR#S_IFIFO#S_IFREG#S_IFDIR#S_IFLNK#S_IRWXU#S_IRUSR#S_IRWXG#S_IRWXO#S_ISVTX -*4 (Function) -^1452 1332$^$@0#S_ISLNK -^1453 1335$^$@0#S_TYPEISMQ -^1454 1338$^$@0#S_TYPEISSEM -^1455 1341$^$@0#S_TYPEISSHM -^1456 1343$@0@g23@6@0@1@g23$@0#lstat -^1457 1345$@0@g23@6@0@1@g23$@0@W:portability#The only portable use of mknod is to create FIFO-special file. If mode is not S_IFIFO or dev is not 0, the behaviour of mknod() is unspecified.##mknod -^1458 1347$@0@s3,g23@6@0@1@s3,g23$@0@W:unixstandard#Not in Single UNIX Specification Version 2##chflags -^1459 1349$@0@s3,g23@6@0@1@s3,g23$@0@W:unixstandard#Not in Single UNIX Specification Version 2##fchflags -*1 (Constant) -^1460 5$#FMNAMESZ#MSG_BAND#MSG_HIPRI#RS_HIPRI#S_INPUT#S_RDNORM#S_RDBAND#S_BANDURG#S_HIPRI#S_OUTPUT#S_WRNORM#S_WRBAND#S_MSG#S_ERROR#S_HANGUP -*7 (Struct tag) -^1475 1350@1351#@strbuf -^1476 1352@1353#@str_mlist -^1477 1355@1356#@str_list -*4 (Function) -^1478 1359$@0@g23@6@0@1@tp1,tp2,g23$@0#getmsg -^1479 1361$@0@g23@6@0@1@tp3,tp1,tp2,g23$@0#getpmsg -^1480 1363$@0@s1,g23@6@0@1@s1,g23$@0#putmsg -^1481 1365$@0@s1,g23@6@0@1@s1,g23$@0#putpmsg -*1 (Constant) -^1482 5$#RLIMIT_CPU#RLIMIT_FSIZE#RLIMIT_DATA#RLIMIT_STACK#RLIMIT_CORE#RLIMIT_RSS#RLIMIT_MEMLOCK#RLIMIT_NPROC#RLIMIT_NOFILE#RLIM_NLIMITS#RLIM_INFINITY#PRIO_MIN#PRIO_MAX#PRIO_PROCESS#PRIO_PGRP#PRIO_USER#RUSAGE_SELF#RUSAGE_CHILDREN -*7 (Struct tag) -^1500 1367@1368#@rlimit -^1501 1371@1372#@loadavg -*4 (Function) -^1502 1374$@0@g23@6@0@1@g23$@0#getpriority -^1503 1377$@0@g23@6@0@1@tp1,g23$@0#getrlimit -^1504 1379$@0@g23@6@0@1@tp1,g23$@0#getrusage -^1505 1381$@0@g23@6@0,s1@1@g23,s1$@0#setpriority -^1506 1383$@0@g23@6@0,s1@1@g23,s1$@0#setrlimit -*7 (Struct tag) -^1507 1384@1385#@servent -*4 (Function) -^1508 1389@6@5@1@0@0$@18@3@0@W:multithreaded#Unsafe in multithreaded applications, use getsrvbyname_r instead##getservbyname -^1509 1392$$$@0#getservbyname_r -^1510 1395$$@18@3@0@W:multithreaded#Unsafe in multithreaded applications, use getservbyport_r instead##getservbyport -^1511 1398$$$@0#getservbyport_r -^1512 1401@6@5@1@0@0$@3@0@0#getservent -^1513 1404@6@5@1@0@0$@3@0@0#getservent_r -^1514 1406$$$@0#setservent -^1515 1408$$$@0#endservent -*3 (Variable) -^1516 5|@1|6@0@0&#h_errno -*7 (Struct tag) -^1517 1444@1409#@hostent -*4 (Function) -^1518 1413@6@5@1@0@0@0@g1516@6@0@1@g1516@19@3@0@W:multithreaded#Unsafe in multithreaded applications, use gethostbyname_r instead##gethostbyname -^1519 1416$$$@0#gethostbyname_r -^1520 1419@6@5@1@0@0@0@g1516@6@0@1@g1516@19@3@0@W:multithreaded#Unsafe in multithreaded applications, use gethostbyaddr_r instead##gethostbyaddr -^1521 1422$$$@0#gethostbyaddr_r -^1522 1425@6@5@1@0@0$@19@3@0@W:multithreaded#Unsafe in multithreaded applications, use gethostent_r instead##gethostent -^1523 1428$$$@0#gethostent_r -^1524 1431$$@3@0@0#fgethostent -^1525 1434$$@3@0@0#fgethostent_r -^1526 1436$$$@0#sethostent -^1527 1438$$$@0#endhostent -^1528 1440$$$@0#herror -^1529 1443$$@3@0@0#hstrerror -^1530 1446$$$@0@W:superuser#Only super-user processes may call chroot.##chroot -^1531 1448$$$@0@W:superuser#Only super-user processes may call fchroot.##fchroot -^1532 1450$^$@0#isascii -^1533 1452$^$@0#toascii -^1534 1454$^$@0#_toupper -^1535 1456$^$@0#_tolower -^1536 1705$@0@s1@1@s1$@0#drand48 -^1537 1462$@0@s1@1@s1$@0#erand48 -^1538 1800$@0@s1@1@s1$@0#srand48 -*0 (Datatype) -^1539 14@-@-@0@0@0@0@1465#in_port_t -^1540 14@-@-@0@0@0@0@1466#in_addr_t -^1541 14@-@-@0@0@0@0@1467#sa_family_t -*7 (Struct tag) -^1542 1468@1469#@in_addr -^1543 1472@1473#@sockaddr_in -*1 (Constant) -^1544 5$#IPPROTO_IP#IPPROTO_ICMP#IPPROTO_TCP#IPPROTO_UDP -^1548 1466$#INADDR_ANY#INADDR_BROADCAST -*4 (Function) -^1550 1475$^$@0#htonl -^1551 1477$^$@0#htons -^1552 1479$^$@0#ntohl -^1553 1481$^$@0#ntohs -^1554 1493$$$@0#readdir_r -^1555 1497$$$@0#seekdir -^1556 1499$$$@0#telldir -^1557 1502$@0@@1@tp0$@0#stpcpy -^1558 1505$@0@@1@tp0$@0#stpncpy -^1559 1507$@0@s3,g23@6@0@1@s3,g23$@0#usleep -^1560 1510$$@3@0@0#inet_ntoa -^1561 1512$@0@g23@6@0@1@g23$@0#hypot -^1562 1514$@0@g23@6@0@1@g23$@0#j0 -^1563 1516$@0@g23@6@0@1@g23$@0#j1 -^1564 1518$@0@g23@6@0@1@g23$@0#jn -^1565 1520$@0@g23@6@0@1@g23$@0#y0 -^1566 1522$@0@g23@6@0@1@g23$@0#y1 -^1567 1524$@0@g23@6@0@1@g23$@0#yn -^1568 1526$@0@g23@6@0@1@g23$@0#acosh -^1569 1528$@0@g23@6@0@1@g23$@0#asinh -^1570 1530$@0@g23@6@0@1@g23$@0#atanh -^1571 1532$@0@g23@6@0@1@g23$@0#lgamma -^1572 1534$@0@g23@6@0@1@g23$@0#erf -^1573 1536$@0@g23@6@0@1@g23$@0#erfc -^1574 1566$@0@s3@1@tp0,s3$@0#flockfile -^1575 1586$@0@s3,g23@6@0@1@s3,tp0,g23$@0#fseeko -^1576 1592$@0@g23@6@0@1@g23$@0#ftello -^1577 1594$@0@s3@1@tp0,s3$@0#ftrylockfile -^1578 1596$@0@s3@1@tp0,s3$@0#funlockfile -^1579 1604$@0@s3,g23@6@0@1@s3,tp0,g23$@0#getc_unlocked -^1580 1606$@1@g18@6@0,s3,g23@6@0@1@s3,tg18,g23$@0#getchar_unlocked -*3 (Variable) -^1581 23|@1|6@0@0@0@1#optarg -^1582 5|@1|6@0@0@0@1#optind#optopt#opterr#optreset -*4 (Function) -^1586 1608$@1@g1581@6@0,g1582@6@0,g1583@6@0,g1584@6@0,g1585@6@0@1@g1581,g1582,g1583$@0#getopt -^1587 1613$@0@s3,g23@6@0@1@s3,tp0,g23$@0#getw -^1588 1615$@0@s3,g23@6@0@1@s3,tp0,g23$@0#pclose -^1589 1620@6@5@1@0@0@0@s3,g23@6@0@1@s3,g23@18@0@0#popen -^1590 1628$@0@s3,g23@6@0@1@s3,tp1,g23$@0#putc_unlocked -^1591 1630$@1@g19@6@0,s3,g23@6@0@1@s3,tg19,g23$@0#putchar_unlocked -^1592 1634$@0@s3,g23@6@0@1@s3,tp1,g23$@0#putw -^1593 1648@6@0@1@1@0@0@@1@tp0$@0#snprintf -^1594 1655@6@5@1@0@0@0@s1,g23@6@0@1@s1,g23@3@0@0#tempnam -^1595 1673$$$@0#a64l -*7 (Struct tag) -^1596 1700@1701#@!5 -*4 (Function) -^1597 1708$$@3@0@0#ecvt -^1598 1711$$@3@0@0#fcvt -^1599 1714$$@3@0@0#gcvt -^1600 1719$@0@@1@p0,p2$@0#getsubopt -^1601 1721$@0@s3,g23@6@0@1@s3,g23$@0#grantpt -^1602 1724$@0@@1@-,p1@3@0@0#initstate -^1603 1728$@0@s1@1@s1$@0#jrand48 -^1604 1731$$@3@0@0#l64a -^1605 1737$@0@s1@1@s1$@0#lcong48 -*7 (Struct tag) -^1606 1738@1739#@!6 -*4 (Function) -^1607 1743$@0@s1@1@s1$@0#lrand48 -^1608 1755$@0@@1@p0@3@0@0#mktemp -^1609 1757$@0@s3@1@p0,s3$@0#mkstemp -^1610 1759$@0@s1@1@s1$@0#mrand48 -^1611 1763$@0@s1@1@s1,p0$@0#nrand48 -^1612 1766$$@18@0@0#ptsname -^1613 1768$@1@g674@6@0,g23@6@0@1@tg674,g23$@0#putenv -^1614 1778$@0@@1@p0$@0#rand_r -^1615 1780$@0@s1@1@s1$@0#random -^1616 1786$$@3@0@0#realpath -^1617 1791$@0@s1@1@s1@3@0@0#seed48 -^1618 1793$@0@s1,g23@6@0@1@s1,g23$@0#setkey -^1619 1796$@0@s1,g23@6@0@1@s1,g23@2@0@0#setstate -^1620 1802$@0@s1@1@s1$@0#srandom -^1621 1812$^$@0#ttyslot -^1622 1814$@0@s3,s1@1@s3,s1$@0#unlockpt -^1623 1817$@0@g23@6@0@1@g23@3@0@0#valloc -;; Library constraints -setvbuf -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 1 -r -0 -1 -e1 -2 -2 -Param 63 3 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -vsnprintf -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 63 1 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -fgets -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 5 1 -e2 -2 -3 --1 -;; end precondition constraints -post: -C -0@1@3 -l -1 -3 -2 -2 -Param 23 0 -r -2 -3 -0 -C -0@1@1 -l -1 -3 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 5 1 -e2 -2 -3 --1 -;; end precondition constraints -fread -pre:EMPTY -post: -C -0@1@4 -l -1 -3 -2 -2 -Param 20 0 -r -0 -1 -e1 -2 -2 -Param 63 1 -e2 -2 -3 --1 -;; end precondition constraints -fwrite -pre: -C -0@1@3 -l -1 -3 -2 -2 -Param 20 0 -r -2 -2 -Param 63 1 -;; end precondition constraints -post:EMPTY -fgetpos -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 265 1 -r -2 -3 -0 -;; end precondition constraints -post: -C -0@1@3 -l -1 -3 -2 -2 -Param 265 1 -r -2 -3 -0 -;; end precondition constraints -calloc -pre:EMPTY -post: -C -0@1@4 -l -1 -1 -2 -2 -Result -r -0 -1 -e1 -2 -2 -Param 63 0 -e2 -2 -3 --1 -;; end precondition constraints -malloc -pre:EMPTY -post: -C -0@1@4 -l -1 -1 -2 -2 -Result -r -0 -1 -e1 -2 -2 -Param 63 0 -e2 -2 -3 --1 -;; end precondition constraints -realloc -pre:EMPTY -post: -C -0@1@4 -l -1 -1 -2 -2 -Result -r -0 -1 -e1 -2 -2 -Param 63 1 -e2 -2 -3 --1 -;; end precondition constraints -bsearch -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 20 1 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -qsort -pre: -C -0@1@3 -l -1 -3 -2 -2 -Param 20 0 -r -0 -1 -e1 -2 -2 -Param 63 1 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -mblen -pre: -C -0@1@3 -l -1 -3 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 63 1 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -mbtowc -pre: -C -0@1@3 -l -1 -3 -2 -2 -Param 23 1 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -mbstowcs -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 359 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -wcstombs -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -memcpy -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 20 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -C -0@1@3 -l -1 -3 -2 -2 -Param 20 1 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -memmove -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 20 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -C -0@1@3 -l -1 -3 -2 -2 -Param 20 1 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -strcpy -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -1 -3 -2 -2 -Param 23 1 -;; end precondition constraints -post: -C -0@1@4 -l -1 -1 -2 -2 -Result -r -1 -1 -2 -2 -Param 23 0 -C -0@1@4 -l -1 -3 -2 -2 -Result -r -1 -3 -2 -2 -Param 23 1 -C -0@1@4 -l -1 -3 -2 -2 -Param 23 0 -r -1 -3 -2 -2 -Param 23 1 -;; end precondition constraints -strncpy -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post: -C -0@1@1 -l -1 -3 -2 -2 -Param 23 0 -r -2 -2 -Param 63 2 -C -0@1@3 -l -1 -3 -2 -2 -Param 23 1 -r -1 -3 -2 -2 -Param 23 0 -;; end precondition constraints -strcat -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -1 -3 -2 -2 -Param 23 0 -e2 -1 -3 -2 -2 -Param 23 1 -;; end precondition constraints -post: -C -0@1@4 -l -1 -3 -2 -2 -Result -r -0 -1 -e1 -1 -3 -2 -2 -Param 23 0 -e2 -1 -3 -2 -2 -Param 23 1 -;; end precondition constraints -strncat -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -1 -3 -2 -2 -Param 23 0 -e2 -2 -2 -Param 63 2 -;; end precondition constraints -post: -C -0@1@3 -l -1 -3 -2 -2 -Param 23 0 -r -0 -1 -e1 -1 -3 -2 -2 -Param 23 0 -e2 -2 -2 -Param 63 2 -;; end precondition constraints -strchr -pre:EMPTY -post: -C -0@1@3 -l -1 -3 -2 -2 -Result -r -2 -3 -0 -C -0@1@1 -l -1 -3 -2 -2 -Result -r -1 -3 -2 -2 -Param 23 0 -C -0@1@1 -l -1 -1 -2 -2 -Result -r -1 -1 -2 -2 -Param 23 0 -C -0@1@3 -l -1 -1 -2 -2 -Result -r -2 -3 -0 -;; end precondition constraints -strrchr -pre:EMPTY -post: -C -0@1@3 -l -1 -3 -2 -2 -Result -r -2 -3 -0 -C -0@1@1 -l -1 -3 -2 -2 -Result -r -1 -3 -2 -2 -Param 23 0 -C -0@1@1 -l -1 -1 -2 -2 -Result -r -1 -1 -2 -2 -Param 23 0 -C -0@1@3 -l -1 -1 -2 -2 -Result -r -2 -3 -0 -;; end precondition constraints -strstr -pre:EMPTY -post: -C -0@1@3 -l -1 -3 -2 -2 -Result -r -2 -3 -0 -C -0@1@1 -l -1 -3 -2 -2 -Result -r -1 -3 -2 -2 -Param 23 0 -C -0@1@1 -l -1 -1 -2 -2 -Result -r -1 -1 -2 -2 -Param 23 0 -C -0@1@3 -l -1 -1 -2 -2 -Result -r -2 -3 -0 -;; end precondition constraints -memset -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 20 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post: -C -0@1@3 -l -1 -3 -2 -2 -Param 20 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -strlen -pre:EMPTY -post: -C -0@1@4 -l -2 -2 -Result -r -1 -3 -2 -2 -Param 23 0 -;; end precondition constraints -asctime -pre:EMPTY -post: -C -0@1@4 -l -1 -3 -2 -2 -Result -r -2 -3 -25 -C -0@1@4 -l -1 -1 -2 -2 -Result -r -2 -3 -25 -;; end precondition constraints -ctime -pre:EMPTY -post: -C -0@1@4 -l -1 -3 -2 -2 -Result -r -2 -3 -25 -C -0@1@4 -l -1 -1 -2 -2 -Result -r -2 -3 -25 -;; end precondition constraints -getpwnam -pre:EMPTY -post: -C -0@1@4 -l -1 -1 -2 -2 -Result -r -2 -3 -0 -C -0@1@4 -l -1 -3 -2 -2 -Result -r -2 -3 -0 -;; end precondition constraints -getpwuid -pre:EMPTY -post: -C -0@1@4 -l -1 -1 -2 -2 -Result -r -2 -3 -0 -C -0@1@4 -l -1 -3 -2 -2 -Result -r -2 -3 -0 -;; end precondition constraints -getcwd -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 63 1 -e2 -2 -3 --1 -;; end precondition constraints -post: -C -0@1@1 -l -1 -3 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 63 1 -e2 -2 -3 --1 -;; end precondition constraints -read -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 20 1 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post: -C -0@1@3 -l -1 -3 -2 -2 -Param 20 1 -r -2 -2 -Param 63 2 -;; end precondition constraints -regexec -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 933 3 -r -2 -2 -Param 63 2 -;; end precondition constraints -post:EMPTY -regerror -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 2 -r -2 -2 -Param 63 3 -;; end precondition constraints -post:EMPTY -readlink -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 1 -r -0 -1 -e1 -2 -2 -Param 5 2 -e2 -2 -3 --1 -;; end precondition constraints -post: -C -0@1@1 -l -2 -2 -Result -r -2 -2 -Param 5 2 -;; end precondition constraints -getservbyname_r -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 3 -r -2 -2 -Param 5 4 -;; end precondition constraints -post:EMPTY -getservbyport_r -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 3 -r -2 -2 -Param 5 4 -;; end precondition constraints -post:EMPTY -gethostbyname_r -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 2 -r -2 -2 -Param 5 3 -;; end precondition constraints -post:EMPTY -gethostbyaddr -pre: -C -0@1@4 -l -1 -3 -2 -2 -Param 20 0 -r -2 -2 -Param 63 1 -;; end precondition constraints -post:EMPTY -gethostbyaddr_r -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 4 -r -2 -2 -Param 5 5 -C -0@1@4 -l -1 -3 -2 -2 -Param 20 0 -r -2 -2 -Param 63 1 -;; end precondition constraints -post:EMPTY -gethostent_r -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 1 -r -2 -2 -Param 5 2 -;; end precondition constraints -post:EMPTY -stpcpy -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -1 -3 -2 -2 -Param 23 1 -;; end precondition constraints -post: -C -0@1@4 -l -1 -1 -2 -2 -Result -r -0 -2 -e1 -1 -1 -2 -2 -Param 23 0 -e2 -1 -3 -2 -2 -Param 23 1 -C -0@1@4 -l -1 -3 -2 -2 -Result -r -2 -3 -0 -C -0@1@4 -l -1 -3 -2 -2 -Param 23 0 -r -1 -3 -2 -2 -Param 23 1 -;; end precondition constraints -stpncpy -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post: -C -0@1@1 -l -1 -3 -2 -2 -Param 23 0 -r -2 -2 -Param 63 2 -C -0@1@3 -l -1 -3 -2 -2 -Param 23 1 -r -1 -3 -2 -2 -Param 23 0 -;; end precondition constraints -inet_ntoa -pre:EMPTY -post: -C -0@1@1 -l -1 -3 -2 -2 -Result -r -2 -3 -15 -C -0@1@1 -l -1 -1 -2 -2 -Result -r -2 -3 -15 -;; end precondition constraints -getopt -pre: -C -0@1@3 -l -1 -3 -2 -2 -Param 291 1 -r -0 -1 -e1 -2 -2 -Param 5 0 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -snprintf -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 0 -r -0 -1 -e1 -2 -2 -Param 63 1 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -tempnam -pre:EMPTY -post: -C -0@1@3 -l -1 -3 -2 -2 -Result -r -2 -3 -0 -C -0@1@3 -l -1 -1 -2 -2 -Result -r -2 -3 -0 -;; end precondition constraints -gcvt -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 2 -r -2 -2 -Param 5 1 -;; end precondition constraints -post:EMPTY -initstate -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 23 1 -r -0 -1 -e1 -2 -2 -Param 63 2 -e2 -2 -3 --1 -;; end precondition constraints -post:EMPTY -jrand48 -pre: -C -0@1@3 -l -1 -1 -2 -2 -Param 1726 0 -r -2 -3 -2 -;; end precondition constraints -post:EMPTY -l64a -pre:EMPTY -post: -C -0@1@1 -l -1 -1 -2 -2 -Result -r -2 -3 -5 -C -0@1@1 -l -1 -3 -2 -2 -Result -r -2 -3 -5 -;; end precondition constraints -lcong48 -pre: -C -0@1@3 -l -1 -3 -2 -2 -Param 1735 0 -r -2 -3 -6 -;; end precondition constraints -post:EMPTY -nrand48 -pre: -C -0@1@3 -l -1 -3 -2 -2 -Param 1761 0 -r -2 -3 -2 -C -0@1@3 -l -1 -1 -2 -2 -Param 1761 0 -r -2 -3 -2 -;; end precondition constraints -post:EMPTY -seed48 -pre: -C -0@1@3 -l -1 -3 -2 -2 -Param 1788 0 -r -2 -3 -2 -;; end precondition constraints -post:EMPTY -setkey -pre: -C -0@1@3 -l -1 -3 -2 -2 -Param 23 0 -r -2 -3 -63 -;; end precondition constraints -post:EMPTY -valloc -pre:EMPTY -post: -C -0@1@4 -l -1 -1 -2 -2 -Result -r -0 -1 -e1 -2 -2 -Param 63 0 -e2 -2 -3 --1 -;; end precondition constraints -;; Modules access -lltX_bool#1@ -types#1@ -ansi#9@ -posix#16@ -unix#18@ -;;End