]> git.wh0rd.org - ICEs.git/blobdiff - 490546/fxprintf.i.0
more
[ICEs.git] / 490546 / fxprintf.i.0
diff --git a/490546/fxprintf.i.0 b/490546/fxprintf.i.0
new file mode 100644 (file)
index 0000000..45143de
--- /dev/null
@@ -0,0 +1,14146 @@
+# 1 "fxprintf.c"
+# 1 "<command-line>"
+# 1 "./../include/libc-symbols.h" 1
+# 55 "./../include/libc-symbols.h"
+# 1 "/var/tmp/portage/sys-libs/glibc-2.15-r3/work/build-default-armv5te-iwmmxt-linux-gnueabi-nptl/config.h" 1
+# 56 "./../include/libc-symbols.h" 2
+# 815 "./../include/libc-symbols.h"
+# 1 "../sysdeps/wordsize-32/symbol-hacks.h" 1
+# 816 "./../include/libc-symbols.h" 2
+# 1 "<command-line>" 2
+# 1 "fxprintf.c"
+# 20 "fxprintf.c"
+# 1 "../include/assert.h" 1
+# 1 "../assert/assert.h" 1
+# 37 "../assert/assert.h"
+# 1 "../include/features.h" 1
+# 358 "../include/features.h"
+# 1 "../include/sys/cdefs.h" 1
+
+
+# 1 "../misc/sys/cdefs.h" 1
+# 378 "../misc/sys/cdefs.h"
+# 1 "../sysdeps/wordsize-32/bits/wordsize.h" 1
+# 379 "../misc/sys/cdefs.h" 2
+# 4 "../include/sys/cdefs.h" 2
+
+
+
+
+
+
+
+extern void __chk_fail (void) __attribute__ ((__noreturn__));
+
+
+# 359 "../include/features.h" 2
+# 382 "../include/features.h"
+# 1 "../include/gnu/stubs.h" 1
+# 383 "../include/features.h" 2
+# 38 "../assert/assert.h" 2
+# 66 "../assert/assert.h"
+
+
+
+extern void __assert_fail (__const char *__assertion, __const char *__file,
+      unsigned int __line, __const char *__function)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__noreturn__));
+
+
+extern void __assert_perror_fail (int __errnum, __const char *__file,
+      unsigned int __line,
+      __const char *__function)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__noreturn__));
+
+
+
+
+extern void __assert (const char *__assertion, const char *__file, int __line)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__noreturn__));
+
+
+
+# 2 "../include/assert.h" 2
+
+
+
+
+extern void __assert_fail (__const char *__assertion, __const char *__file,
+      unsigned int __line, __const char *__function)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__noreturn__));
+
+
+extern void __assert_perror_fail (int __errnum, __const char *__file,
+      unsigned int __line,
+      __const char *__function)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__noreturn__));
+
+
+extern void __assert_fail_base (const char *fmt, const char *assertion,
+    const char *file, unsigned int line,
+    const char *function)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__noreturn__));
+
+
+
+
+# 21 "fxprintf.c" 2
+# 1 "../include/ctype.h" 1
+
+
+
+extern void __ctype_init (void);
+
+
+extern int __isctype (int __c, int __mask);
+# 18 "../include/ctype.h"
+# 1 "../include/../locale/localeinfo.h" 1
+# 24 "../include/../locale/localeinfo.h"
+# 1 "/usr/lib/gcc/armv5te-iwmmxt-linux-gnueabi/4.7.3/include/stddef.h" 1 3 4
+# 150 "/usr/lib/gcc/armv5te-iwmmxt-linux-gnueabi/4.7.3/include/stddef.h" 3 4
+typedef int ptrdiff_t;
+# 213 "/usr/lib/gcc/armv5te-iwmmxt-linux-gnueabi/4.7.3/include/stddef.h" 3 4
+typedef unsigned int size_t;
+# 325 "/usr/lib/gcc/armv5te-iwmmxt-linux-gnueabi/4.7.3/include/stddef.h" 3 4
+typedef unsigned int wchar_t;
+# 25 "../include/../locale/localeinfo.h" 2
+# 1 "../include/langinfo.h" 1
+
+
+# 1 "../locale/langinfo.h" 1
+# 24 "../locale/langinfo.h"
+# 1 "../include/nl_types.h" 1
+# 1 "../catgets/nl_types.h" 1
+# 31 "../catgets/nl_types.h"
+
+
+
+typedef void *nl_catd;
+
+
+typedef int nl_item;
+
+
+
+
+
+extern nl_catd catopen (__const char *__cat_name, int __flag) ;
+
+
+
+extern char *catgets (nl_catd __catalog, int __set, int __number,
+        __const char *__string) __attribute__ ((__nothrow__ )) ;
+
+
+extern int catclose (nl_catd __catalog) __attribute__ ((__nothrow__ )) ;
+
+
+# 1 "../include/nl_types.h" 2
+# 25 "../locale/langinfo.h" 2
+
+# 1 "../include/bits/locale.h" 1
+# 1 "../locale/bits/locale.h" 1
+# 27 "../locale/bits/locale.h"
+enum
+{
+  __LC_CTYPE = 0,
+  __LC_NUMERIC = 1,
+  __LC_TIME = 2,
+  __LC_COLLATE = 3,
+  __LC_MONETARY = 4,
+  __LC_MESSAGES = 5,
+  __LC_ALL = 6,
+  __LC_PAPER = 7,
+  __LC_NAME = 8,
+  __LC_ADDRESS = 9,
+  __LC_TELEPHONE = 10,
+  __LC_MEASUREMENT = 11,
+  __LC_IDENTIFICATION = 12
+};
+# 1 "../include/bits/locale.h" 2
+# 27 "../locale/langinfo.h" 2
+
+
+
+# 42 "../locale/langinfo.h"
+enum
+{
+
+
+
+  ABDAY_1 = (((__LC_TIME) << 16) | (0)),
+
+  ABDAY_2,
+
+  ABDAY_3,
+
+  ABDAY_4,
+
+  ABDAY_5,
+
+  ABDAY_6,
+
+  ABDAY_7,
+
+
+
+  DAY_1,
+
+  DAY_2,
+
+  DAY_3,
+
+  DAY_4,
+
+  DAY_5,
+
+  DAY_6,
+
+  DAY_7,
+
+
+
+  ABMON_1,
+
+  ABMON_2,
+
+  ABMON_3,
+
+  ABMON_4,
+
+  ABMON_5,
+
+  ABMON_6,
+
+  ABMON_7,
+
+  ABMON_8,
+
+  ABMON_9,
+
+  ABMON_10,
+
+  ABMON_11,
+
+  ABMON_12,
+
+
+
+  MON_1,
+
+  MON_2,
+
+  MON_3,
+
+  MON_4,
+
+  MON_5,
+
+  MON_6,
+
+  MON_7,
+
+  MON_8,
+
+  MON_9,
+
+  MON_10,
+
+  MON_11,
+
+  MON_12,
+
+
+  AM_STR,
+
+  PM_STR,
+
+
+  D_T_FMT,
+
+  D_FMT,
+
+  T_FMT,
+
+  T_FMT_AMPM,
+
+
+  ERA,
+
+  __ERA_YEAR,
+
+
+
+  ERA_D_FMT,
+
+  ALT_DIGITS,
+
+  ERA_D_T_FMT,
+
+  ERA_T_FMT,
+
+
+  _NL_TIME_ERA_NUM_ENTRIES,
+  _NL_TIME_ERA_ENTRIES,
+
+  _NL_WABDAY_1,
+  _NL_WABDAY_2,
+  _NL_WABDAY_3,
+  _NL_WABDAY_4,
+  _NL_WABDAY_5,
+  _NL_WABDAY_6,
+  _NL_WABDAY_7,
+
+
+  _NL_WDAY_1,
+  _NL_WDAY_2,
+  _NL_WDAY_3,
+  _NL_WDAY_4,
+  _NL_WDAY_5,
+  _NL_WDAY_6,
+  _NL_WDAY_7,
+
+
+  _NL_WABMON_1,
+  _NL_WABMON_2,
+  _NL_WABMON_3,
+  _NL_WABMON_4,
+  _NL_WABMON_5,
+  _NL_WABMON_6,
+  _NL_WABMON_7,
+  _NL_WABMON_8,
+  _NL_WABMON_9,
+  _NL_WABMON_10,
+  _NL_WABMON_11,
+  _NL_WABMON_12,
+
+
+  _NL_WMON_1,
+  _NL_WMON_2,
+  _NL_WMON_3,
+  _NL_WMON_4,
+  _NL_WMON_5,
+  _NL_WMON_6,
+  _NL_WMON_7,
+  _NL_WMON_8,
+  _NL_WMON_9,
+  _NL_WMON_10,
+  _NL_WMON_11,
+  _NL_WMON_12,
+
+  _NL_WAM_STR,
+  _NL_WPM_STR,
+
+  _NL_WD_T_FMT,
+  _NL_WD_FMT,
+  _NL_WT_FMT,
+  _NL_WT_FMT_AMPM,
+
+  _NL_WERA_YEAR,
+  _NL_WERA_D_FMT,
+  _NL_WALT_DIGITS,
+  _NL_WERA_D_T_FMT,
+  _NL_WERA_T_FMT,
+
+  _NL_TIME_WEEK_NDAYS,
+  _NL_TIME_WEEK_1STDAY,
+  _NL_TIME_WEEK_1STWEEK,
+  _NL_TIME_FIRST_WEEKDAY,
+  _NL_TIME_FIRST_WORKDAY,
+  _NL_TIME_CAL_DIRECTION,
+  _NL_TIME_TIMEZONE,
+
+  _DATE_FMT,
+
+  _NL_W_DATE_FMT,
+
+  _NL_TIME_CODESET,
+
+  _NL_NUM_LC_TIME,
+
+
+
+
+  _NL_COLLATE_NRULES = (((__LC_COLLATE) << 16) | (0)),
+  _NL_COLLATE_RULESETS,
+  _NL_COLLATE_TABLEMB,
+  _NL_COLLATE_WEIGHTMB,
+  _NL_COLLATE_EXTRAMB,
+  _NL_COLLATE_INDIRECTMB,
+  _NL_COLLATE_GAP1,
+  _NL_COLLATE_GAP2,
+  _NL_COLLATE_GAP3,
+  _NL_COLLATE_TABLEWC,
+  _NL_COLLATE_WEIGHTWC,
+  _NL_COLLATE_EXTRAWC,
+  _NL_COLLATE_INDIRECTWC,
+  _NL_COLLATE_SYMB_HASH_SIZEMB,
+  _NL_COLLATE_SYMB_TABLEMB,
+  _NL_COLLATE_SYMB_EXTRAMB,
+  _NL_COLLATE_COLLSEQMB,
+  _NL_COLLATE_COLLSEQWC,
+  _NL_COLLATE_CODESET,
+  _NL_NUM_LC_COLLATE,
+
+
+
+
+  _NL_CTYPE_CLASS = (((__LC_CTYPE) << 16) | (0)),
+  _NL_CTYPE_TOUPPER,
+  _NL_CTYPE_GAP1,
+  _NL_CTYPE_TOLOWER,
+  _NL_CTYPE_GAP2,
+  _NL_CTYPE_CLASS32,
+  _NL_CTYPE_GAP3,
+  _NL_CTYPE_GAP4,
+  _NL_CTYPE_GAP5,
+  _NL_CTYPE_GAP6,
+  _NL_CTYPE_CLASS_NAMES,
+  _NL_CTYPE_MAP_NAMES,
+  _NL_CTYPE_WIDTH,
+  _NL_CTYPE_MB_CUR_MAX,
+  _NL_CTYPE_CODESET_NAME,
+  CODESET = _NL_CTYPE_CODESET_NAME,
+
+  _NL_CTYPE_TOUPPER32,
+  _NL_CTYPE_TOLOWER32,
+  _NL_CTYPE_CLASS_OFFSET,
+  _NL_CTYPE_MAP_OFFSET,
+  _NL_CTYPE_INDIGITS_MB_LEN,
+  _NL_CTYPE_INDIGITS0_MB,
+  _NL_CTYPE_INDIGITS1_MB,
+  _NL_CTYPE_INDIGITS2_MB,
+  _NL_CTYPE_INDIGITS3_MB,
+  _NL_CTYPE_INDIGITS4_MB,
+  _NL_CTYPE_INDIGITS5_MB,
+  _NL_CTYPE_INDIGITS6_MB,
+  _NL_CTYPE_INDIGITS7_MB,
+  _NL_CTYPE_INDIGITS8_MB,
+  _NL_CTYPE_INDIGITS9_MB,
+  _NL_CTYPE_INDIGITS_WC_LEN,
+  _NL_CTYPE_INDIGITS0_WC,
+  _NL_CTYPE_INDIGITS1_WC,
+  _NL_CTYPE_INDIGITS2_WC,
+  _NL_CTYPE_INDIGITS3_WC,
+  _NL_CTYPE_INDIGITS4_WC,
+  _NL_CTYPE_INDIGITS5_WC,
+  _NL_CTYPE_INDIGITS6_WC,
+  _NL_CTYPE_INDIGITS7_WC,
+  _NL_CTYPE_INDIGITS8_WC,
+  _NL_CTYPE_INDIGITS9_WC,
+  _NL_CTYPE_OUTDIGIT0_MB,
+  _NL_CTYPE_OUTDIGIT1_MB,
+  _NL_CTYPE_OUTDIGIT2_MB,
+  _NL_CTYPE_OUTDIGIT3_MB,
+  _NL_CTYPE_OUTDIGIT4_MB,
+  _NL_CTYPE_OUTDIGIT5_MB,
+  _NL_CTYPE_OUTDIGIT6_MB,
+  _NL_CTYPE_OUTDIGIT7_MB,
+  _NL_CTYPE_OUTDIGIT8_MB,
+  _NL_CTYPE_OUTDIGIT9_MB,
+  _NL_CTYPE_OUTDIGIT0_WC,
+  _NL_CTYPE_OUTDIGIT1_WC,
+  _NL_CTYPE_OUTDIGIT2_WC,
+  _NL_CTYPE_OUTDIGIT3_WC,
+  _NL_CTYPE_OUTDIGIT4_WC,
+  _NL_CTYPE_OUTDIGIT5_WC,
+  _NL_CTYPE_OUTDIGIT6_WC,
+  _NL_CTYPE_OUTDIGIT7_WC,
+  _NL_CTYPE_OUTDIGIT8_WC,
+  _NL_CTYPE_OUTDIGIT9_WC,
+  _NL_CTYPE_TRANSLIT_TAB_SIZE,
+  _NL_CTYPE_TRANSLIT_FROM_IDX,
+  _NL_CTYPE_TRANSLIT_FROM_TBL,
+  _NL_CTYPE_TRANSLIT_TO_IDX,
+  _NL_CTYPE_TRANSLIT_TO_TBL,
+  _NL_CTYPE_TRANSLIT_DEFAULT_MISSING_LEN,
+  _NL_CTYPE_TRANSLIT_DEFAULT_MISSING,
+  _NL_CTYPE_TRANSLIT_IGNORE_LEN,
+  _NL_CTYPE_TRANSLIT_IGNORE,
+  _NL_CTYPE_MAP_TO_NONASCII,
+  _NL_CTYPE_NONASCII_CASE,
+  _NL_CTYPE_EXTRA_MAP_1,
+  _NL_CTYPE_EXTRA_MAP_2,
+  _NL_CTYPE_EXTRA_MAP_3,
+  _NL_CTYPE_EXTRA_MAP_4,
+  _NL_CTYPE_EXTRA_MAP_5,
+  _NL_CTYPE_EXTRA_MAP_6,
+  _NL_CTYPE_EXTRA_MAP_7,
+  _NL_CTYPE_EXTRA_MAP_8,
+  _NL_CTYPE_EXTRA_MAP_9,
+  _NL_CTYPE_EXTRA_MAP_10,
+  _NL_CTYPE_EXTRA_MAP_11,
+  _NL_CTYPE_EXTRA_MAP_12,
+  _NL_CTYPE_EXTRA_MAP_13,
+  _NL_CTYPE_EXTRA_MAP_14,
+  _NL_NUM_LC_CTYPE,
+
+
+
+
+  __INT_CURR_SYMBOL = (((__LC_MONETARY) << 16) | (0)),
+
+
+
+  __CURRENCY_SYMBOL,
+
+
+
+  __MON_DECIMAL_POINT,
+
+
+
+  __MON_THOUSANDS_SEP,
+
+
+
+  __MON_GROUPING,
+
+
+
+  __POSITIVE_SIGN,
+
+
+
+  __NEGATIVE_SIGN,
+
+
+
+  __INT_FRAC_DIGITS,
+
+
+
+  __FRAC_DIGITS,
+
+
+
+  __P_CS_PRECEDES,
+
+
+
+  __P_SEP_BY_SPACE,
+
+
+
+  __N_CS_PRECEDES,
+
+
+
+  __N_SEP_BY_SPACE,
+
+
+
+  __P_SIGN_POSN,
+
+
+
+  __N_SIGN_POSN,
+
+
+
+  _NL_MONETARY_CRNCYSTR,
+
+  __INT_P_CS_PRECEDES,
+
+
+
+  __INT_P_SEP_BY_SPACE,
+
+
+
+  __INT_N_CS_PRECEDES,
+
+
+
+  __INT_N_SEP_BY_SPACE,
+
+
+
+  __INT_P_SIGN_POSN,
+
+
+
+  __INT_N_SIGN_POSN,
+
+
+
+  _NL_MONETARY_DUO_INT_CURR_SYMBOL,
+  _NL_MONETARY_DUO_CURRENCY_SYMBOL,
+  _NL_MONETARY_DUO_INT_FRAC_DIGITS,
+  _NL_MONETARY_DUO_FRAC_DIGITS,
+  _NL_MONETARY_DUO_P_CS_PRECEDES,
+  _NL_MONETARY_DUO_P_SEP_BY_SPACE,
+  _NL_MONETARY_DUO_N_CS_PRECEDES,
+  _NL_MONETARY_DUO_N_SEP_BY_SPACE,
+  _NL_MONETARY_DUO_INT_P_CS_PRECEDES,
+  _NL_MONETARY_DUO_INT_P_SEP_BY_SPACE,
+  _NL_MONETARY_DUO_INT_N_CS_PRECEDES,
+  _NL_MONETARY_DUO_INT_N_SEP_BY_SPACE,
+  _NL_MONETARY_DUO_P_SIGN_POSN,
+  _NL_MONETARY_DUO_N_SIGN_POSN,
+  _NL_MONETARY_DUO_INT_P_SIGN_POSN,
+  _NL_MONETARY_DUO_INT_N_SIGN_POSN,
+  _NL_MONETARY_UNO_VALID_FROM,
+  _NL_MONETARY_UNO_VALID_TO,
+  _NL_MONETARY_DUO_VALID_FROM,
+  _NL_MONETARY_DUO_VALID_TO,
+  _NL_MONETARY_CONVERSION_RATE,
+  _NL_MONETARY_DECIMAL_POINT_WC,
+  _NL_MONETARY_THOUSANDS_SEP_WC,
+  _NL_MONETARY_CODESET,
+  _NL_NUM_LC_MONETARY,
+
+
+
+  __DECIMAL_POINT = (((__LC_NUMERIC) << 16) | (0)),
+
+
+
+  RADIXCHAR = __DECIMAL_POINT,
+
+  __THOUSANDS_SEP,
+
+
+
+  THOUSEP = __THOUSANDS_SEP,
+
+  __GROUPING,
+
+
+
+  _NL_NUMERIC_DECIMAL_POINT_WC,
+  _NL_NUMERIC_THOUSANDS_SEP_WC,
+  _NL_NUMERIC_CODESET,
+  _NL_NUM_LC_NUMERIC,
+
+  __YESEXPR = (((__LC_MESSAGES) << 16) | (0)),
+
+  __NOEXPR,
+
+  __YESSTR,
+
+
+
+  __NOSTR,
+
+
+
+  _NL_MESSAGES_CODESET,
+  _NL_NUM_LC_MESSAGES,
+
+  _NL_PAPER_HEIGHT = (((__LC_PAPER) << 16) | (0)),
+  _NL_PAPER_WIDTH,
+  _NL_PAPER_CODESET,
+  _NL_NUM_LC_PAPER,
+
+  _NL_NAME_NAME_FMT = (((__LC_NAME) << 16) | (0)),
+  _NL_NAME_NAME_GEN,
+  _NL_NAME_NAME_MR,
+  _NL_NAME_NAME_MRS,
+  _NL_NAME_NAME_MISS,
+  _NL_NAME_NAME_MS,
+  _NL_NAME_CODESET,
+  _NL_NUM_LC_NAME,
+
+  _NL_ADDRESS_POSTAL_FMT = (((__LC_ADDRESS) << 16) | (0)),
+  _NL_ADDRESS_COUNTRY_NAME,
+  _NL_ADDRESS_COUNTRY_POST,
+  _NL_ADDRESS_COUNTRY_AB2,
+  _NL_ADDRESS_COUNTRY_AB3,
+  _NL_ADDRESS_COUNTRY_CAR,
+  _NL_ADDRESS_COUNTRY_NUM,
+  _NL_ADDRESS_COUNTRY_ISBN,
+  _NL_ADDRESS_LANG_NAME,
+  _NL_ADDRESS_LANG_AB,
+  _NL_ADDRESS_LANG_TERM,
+  _NL_ADDRESS_LANG_LIB,
+  _NL_ADDRESS_CODESET,
+  _NL_NUM_LC_ADDRESS,
+
+  _NL_TELEPHONE_TEL_INT_FMT = (((__LC_TELEPHONE) << 16) | (0)),
+  _NL_TELEPHONE_TEL_DOM_FMT,
+  _NL_TELEPHONE_INT_SELECT,
+  _NL_TELEPHONE_INT_PREFIX,
+  _NL_TELEPHONE_CODESET,
+  _NL_NUM_LC_TELEPHONE,
+
+  _NL_MEASUREMENT_MEASUREMENT = (((__LC_MEASUREMENT) << 16) | (0)),
+  _NL_MEASUREMENT_CODESET,
+  _NL_NUM_LC_MEASUREMENT,
+
+  _NL_IDENTIFICATION_TITLE = (((__LC_IDENTIFICATION) << 16) | (0)),
+  _NL_IDENTIFICATION_SOURCE,
+  _NL_IDENTIFICATION_ADDRESS,
+  _NL_IDENTIFICATION_CONTACT,
+  _NL_IDENTIFICATION_EMAIL,
+  _NL_IDENTIFICATION_TEL,
+  _NL_IDENTIFICATION_FAX,
+  _NL_IDENTIFICATION_LANGUAGE,
+  _NL_IDENTIFICATION_TERRITORY,
+  _NL_IDENTIFICATION_AUDIENCE,
+  _NL_IDENTIFICATION_APPLICATION,
+  _NL_IDENTIFICATION_ABBREVIATION,
+  _NL_IDENTIFICATION_REVISION,
+  _NL_IDENTIFICATION_DATE,
+  _NL_IDENTIFICATION_CATEGORY,
+  _NL_IDENTIFICATION_CODESET,
+  _NL_NUM_LC_IDENTIFICATION,
+
+
+  _NL_NUM
+};
+# 584 "../locale/langinfo.h"
+extern char *nl_langinfo (nl_item __item) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+
+# 1 "../include/xlocale.h" 1
+# 1 "../locale/xlocale.h" 1
+# 28 "../locale/xlocale.h"
+typedef struct __locale_struct
+{
+
+  struct __locale_data *__locales[13];
+
+
+  const unsigned short int *__ctype_b;
+  const int *__ctype_tolower;
+  const int *__ctype_toupper;
+
+
+  const char *__names[13];
+} *__locale_t;
+
+
+typedef __locale_t locale_t;
+# 1 "../include/xlocale.h" 2
+# 593 "../locale/langinfo.h" 2
+
+
+extern char *nl_langinfo_l (nl_item __item, __locale_t __l);
+
+
+
+# 4 "../include/langinfo.h" 2
+
+
+
+extern __typeof (nl_langinfo_l) __nl_langinfo_l;
+
+# 26 "../include/../locale/localeinfo.h" 2
+# 1 "../include/limits.h" 1
+# 125 "../include/limits.h"
+# 1 "/usr/lib/gcc/armv5te-iwmmxt-linux-gnueabi/4.7.3/include-fixed/limits.h" 1 3 4
+# 126 "../include/limits.h" 2
+# 145 "../include/limits.h"
+# 1 "../include/bits/posix1_lim.h" 1
+# 1 "../posix/bits/posix1_lim.h" 1
+# 157 "../posix/bits/posix1_lim.h"
+# 1 "../nptl/sysdeps/unix/sysv/linux/bits/local_lim.h" 1
+# 39 "../nptl/sysdeps/unix/sysv/linux/bits/local_lim.h"
+# 1 "/usr/include/linux/limits.h" 1 3 4
+# 40 "../nptl/sysdeps/unix/sysv/linux/bits/local_lim.h" 2
+# 158 "../posix/bits/posix1_lim.h" 2
+# 1 "../include/bits/posix1_lim.h" 2
+# 146 "../include/limits.h" 2
+
+
+
+# 1 "../include/bits/posix2_lim.h" 1
+# 1 "../posix/bits/posix2_lim.h" 1
+# 1 "../include/bits/posix2_lim.h" 2
+# 150 "../include/limits.h" 2
+
+
+
+# 1 "../include/bits/xopen_lim.h" 1
+# 34 "../include/bits/xopen_lim.h"
+# 1 "/var/tmp/portage/sys-libs/glibc-2.15-r3/work/build-default-armv5te-iwmmxt-linux-gnueabi-nptl/bits/stdio_lim.h" 1
+# 35 "../include/bits/xopen_lim.h" 2
+# 154 "../include/limits.h" 2
+# 27 "../include/../locale/localeinfo.h" 2
+# 1 "../include/locale.h" 1
+
+# 1 "../locale/locale.h" 1
+# 29 "../locale/locale.h"
+# 1 "/usr/lib/gcc/armv5te-iwmmxt-linux-gnueabi/4.7.3/include/stddef.h" 1 3 4
+# 30 "../locale/locale.h" 2
+# 1 "../include/bits/locale.h" 1
+# 1 "../locale/bits/locale.h" 1
+# 1 "../include/bits/locale.h" 2
+# 31 "../locale/locale.h" 2
+
+
+# 51 "../locale/locale.h"
+
+
+
+struct lconv
+{
+
+
+  char *decimal_point;
+  char *thousands_sep;
+
+
+
+
+
+  char *grouping;
+
+
+
+
+
+  char *int_curr_symbol;
+  char *currency_symbol;
+  char *mon_decimal_point;
+  char *mon_thousands_sep;
+  char *mon_grouping;
+  char *positive_sign;
+  char *negative_sign;
+  char int_frac_digits;
+  char frac_digits;
+
+  char p_cs_precedes;
+
+  char p_sep_by_space;
+
+  char n_cs_precedes;
+
+  char n_sep_by_space;
+
+
+
+
+
+
+  char p_sign_posn;
+  char n_sign_posn;
+
+
+  char int_p_cs_precedes;
+
+  char int_p_sep_by_space;
+
+  char int_n_cs_precedes;
+
+  char int_n_sep_by_space;
+
+
+
+
+
+
+  char int_p_sign_posn;
+  char int_n_sign_posn;
+# 121 "../locale/locale.h"
+};
+
+
+
+extern char *setlocale (int __category, __const char *__locale) __attribute__ ((__nothrow__ ));
+
+
+extern struct lconv *localeconv (void) __attribute__ ((__nothrow__ ));
+
+
+# 146 "../locale/locale.h"
+# 1 "../include/xlocale.h" 1
+# 147 "../locale/locale.h" 2
+
+
+
+
+
+extern __locale_t newlocale (int __category_mask, __const char *__locale,
+        __locale_t __base) __attribute__ ((__nothrow__ ));
+# 187 "../locale/locale.h"
+extern __locale_t duplocale (__locale_t __dataset) __attribute__ ((__nothrow__ ));
+
+
+
+extern void freelocale (__locale_t __dataset) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+extern __locale_t uselocale (__locale_t __dataset) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+
+
+# 3 "../include/locale.h" 2
+
+extern __typeof (uselocale) __uselocale;
+
+
+
+
+
+
+
+extern struct loaded_l10nfile *_nl_locale_file_list[] ;
+
+
+extern const struct __locale_struct _nl_C_locobj ;
+
+
+
+extern struct lconv *__localeconv (void);
+
+
+extern const char *__current_locale_name (int category) ;
+# 28 "../include/../locale/localeinfo.h" 2
+# 1 "../include/time.h" 1
+
+
+
+
+# 1 "../time/time.h" 1
+# 30 "../time/time.h"
+
+
+
+
+
+
+
+
+# 1 "/usr/lib/gcc/armv5te-iwmmxt-linux-gnueabi/4.7.3/include/stddef.h" 1 3 4
+# 39 "../time/time.h" 2
+
+
+
+# 1 "../sysdeps/unix/sysv/linux/bits/time.h" 1
+# 27 "../sysdeps/unix/sysv/linux/bits/time.h"
+# 1 "../bits/types.h" 1
+# 28 "../bits/types.h"
+# 1 "../sysdeps/wordsize-32/bits/wordsize.h" 1
+# 29 "../bits/types.h" 2
+
+
+typedef unsigned char __u_char;
+typedef unsigned short int __u_short;
+typedef unsigned int __u_int;
+typedef unsigned long int __u_long;
+
+
+typedef signed char __int8_t;
+typedef unsigned char __uint8_t;
+typedef signed short int __int16_t;
+typedef unsigned short int __uint16_t;
+typedef signed int __int32_t;
+typedef unsigned int __uint32_t;
+
+
+
+
+__extension__ typedef signed long long int __int64_t;
+__extension__ typedef unsigned long long int __uint64_t;
+
+
+
+
+
+
+
+__extension__ typedef long long int __quad_t;
+__extension__ typedef unsigned long long int __u_quad_t;
+# 131 "../bits/types.h"
+# 1 "../bits/typesizes.h" 1
+# 132 "../bits/types.h" 2
+
+
+__extension__ typedef __u_quad_t __dev_t;
+__extension__ typedef unsigned int __uid_t;
+__extension__ typedef unsigned int __gid_t;
+__extension__ typedef unsigned long int __ino_t;
+__extension__ typedef __u_quad_t __ino64_t;
+__extension__ typedef unsigned int __mode_t;
+__extension__ typedef unsigned int __nlink_t;
+__extension__ typedef long int __off_t;
+__extension__ typedef __quad_t __off64_t;
+__extension__ typedef int __pid_t;
+__extension__ typedef struct { int __val[2]; } __fsid_t;
+__extension__ typedef long int __clock_t;
+__extension__ typedef unsigned long int __rlim_t;
+__extension__ typedef __u_quad_t __rlim64_t;
+__extension__ typedef unsigned int __id_t;
+__extension__ typedef long int __time_t;
+__extension__ typedef unsigned int __useconds_t;
+__extension__ typedef long int __suseconds_t;
+
+__extension__ typedef int __daddr_t;
+__extension__ typedef long int __swblk_t;
+__extension__ typedef int __key_t;
+
+
+__extension__ typedef int __clockid_t;
+
+
+__extension__ typedef void * __timer_t;
+
+
+__extension__ typedef long int __blksize_t;
+
+
+
+
+__extension__ typedef long int __blkcnt_t;
+__extension__ typedef __quad_t __blkcnt64_t;
+
+
+__extension__ typedef unsigned long int __fsblkcnt_t;
+__extension__ typedef __u_quad_t __fsblkcnt64_t;
+
+
+__extension__ typedef unsigned long int __fsfilcnt_t;
+__extension__ typedef __u_quad_t __fsfilcnt64_t;
+
+__extension__ typedef int __ssize_t;
+
+
+
+typedef __off64_t __loff_t;
+typedef __quad_t *__qaddr_t;
+typedef char *__caddr_t;
+
+
+__extension__ typedef int __intptr_t;
+
+
+__extension__ typedef unsigned int __socklen_t;
+# 28 "../sysdeps/unix/sysv/linux/bits/time.h" 2
+
+
+
+struct timeval
+  {
+    __time_t tv_sec;
+    __suseconds_t tv_usec;
+  };
+# 86 "../sysdeps/unix/sysv/linux/bits/time.h"
+# 1 "../sysdeps/unix/sysv/linux/bits/timex.h" 1
+# 24 "../sysdeps/unix/sysv/linux/bits/timex.h"
+struct timex
+{
+  unsigned int modes;
+  long int offset;
+  long int freq;
+  long int maxerror;
+  long int esterror;
+  int status;
+  long int constant;
+  long int precision;
+  long int tolerance;
+  struct timeval time;
+  long int tick;
+
+  long int ppsfreq;
+  long int jitter;
+  int shift;
+  long int stabil;
+  long int jitcnt;
+  long int calcnt;
+  long int errcnt;
+  long int stbcnt;
+
+  int tai;
+
+
+  int :32; int :32; int :32; int :32;
+  int :32; int :32; int :32; int :32;
+  int :32; int :32; int :32;
+};
+# 87 "../sysdeps/unix/sysv/linux/bits/time.h" 2
+
+
+
+
+extern int clock_adjtime (__clockid_t __clock_id, struct timex *__utx) __attribute__ ((__nothrow__ ));
+
+
+# 43 "../time/time.h" 2
+# 58 "../time/time.h"
+
+
+typedef __clock_t clock_t;
+
+
+
+# 74 "../time/time.h"
+
+
+typedef __time_t time_t;
+
+
+
+# 92 "../time/time.h"
+typedef __clockid_t clockid_t;
+# 104 "../time/time.h"
+typedef __timer_t timer_t;
+# 120 "../time/time.h"
+struct timespec
+  {
+    __time_t tv_sec;
+    long int tv_nsec;
+  };
+
+
+
+
+
+
+
+
+struct tm
+{
+  int tm_sec;
+  int tm_min;
+  int tm_hour;
+  int tm_mday;
+  int tm_mon;
+  int tm_year;
+  int tm_wday;
+  int tm_yday;
+  int tm_isdst;
+
+
+  long int tm_gmtoff;
+  __const char *tm_zone;
+
+
+
+
+};
+
+
+
+
+
+
+
+
+struct itimerspec
+  {
+    struct timespec it_interval;
+    struct timespec it_value;
+  };
+
+
+struct sigevent;
+
+
+
+
+
+typedef __pid_t pid_t;
+
+
+
+
+
+
+
+
+extern clock_t clock (void) __attribute__ ((__nothrow__ ));
+
+
+extern time_t time (time_t *__timer) __attribute__ ((__nothrow__ ));
+
+
+extern double difftime (time_t __time1, time_t __time0)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__const__));
+
+
+extern time_t mktime (struct tm *__tp) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+extern size_t strftime (char *__restrict __s, size_t __maxsize,
+   __const char *__restrict __format,
+   __const struct tm *__restrict __tp) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+extern char *strptime (__const char *__restrict __s,
+         __const char *__restrict __fmt, struct tm *__tp)
+     __attribute__ ((__nothrow__ ));
+
+
+
+
+
+# 1 "../include/xlocale.h" 1
+# 216 "../time/time.h" 2
+
+extern size_t strftime_l (char *__restrict __s, size_t __maxsize,
+     __const char *__restrict __format,
+     __const struct tm *__restrict __tp,
+     __locale_t __loc) __attribute__ ((__nothrow__ ));
+
+
+
+extern char *strptime_l (__const char *__restrict __s,
+    __const char *__restrict __fmt, struct tm *__tp,
+    __locale_t __loc) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+extern struct tm *gmtime (__const time_t *__timer) __attribute__ ((__nothrow__ ));
+
+
+
+extern struct tm *localtime (__const time_t *__timer) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+extern struct tm *gmtime_r (__const time_t *__restrict __timer,
+       struct tm *__restrict __tp) __attribute__ ((__nothrow__ ));
+
+
+
+extern struct tm *localtime_r (__const time_t *__restrict __timer,
+          struct tm *__restrict __tp) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+extern char *asctime (__const struct tm *__tp) __attribute__ ((__nothrow__ ));
+
+
+extern char *ctime (__const time_t *__timer) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+
+extern char *asctime_r (__const struct tm *__restrict __tp,
+   char *__restrict __buf) __attribute__ ((__nothrow__ ));
+
+
+extern char *ctime_r (__const time_t *__restrict __timer,
+        char *__restrict __buf) __attribute__ ((__nothrow__ ));
+
+
+
+
+extern char *__tzname[2];
+extern int __daylight;
+extern long int __timezone;
+
+
+
+
+extern char *tzname[2];
+
+
+
+extern void tzset (void) __attribute__ ((__nothrow__ ));
+
+
+
+extern int daylight;
+extern long int timezone;
+
+
+
+
+
+extern int stime (__const time_t *__when) __attribute__ ((__nothrow__ ));
+# 313 "../time/time.h"
+extern time_t timegm (struct tm *__tp) __attribute__ ((__nothrow__ ));
+
+
+extern time_t timelocal (struct tm *__tp) __attribute__ ((__nothrow__ ));
+
+
+extern int dysize (int __year) __attribute__ ((__nothrow__ )) __attribute__ ((__const__));
+# 328 "../time/time.h"
+extern int nanosleep (__const struct timespec *__requested_time,
+        struct timespec *__remaining);
+
+
+
+extern int clock_getres (clockid_t __clock_id, struct timespec *__res) __attribute__ ((__nothrow__ ));
+
+
+extern int clock_gettime (clockid_t __clock_id, struct timespec *__tp) __attribute__ ((__nothrow__ ));
+
+
+extern int clock_settime (clockid_t __clock_id, __const struct timespec *__tp)
+     __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+extern int clock_nanosleep (clockid_t __clock_id, int __flags,
+       __const struct timespec *__req,
+       struct timespec *__rem);
+
+
+extern int clock_getcpuclockid (pid_t __pid, clockid_t *__clock_id) __attribute__ ((__nothrow__ ));
+
+
+
+
+extern int timer_create (clockid_t __clock_id,
+    struct sigevent *__restrict __evp,
+    timer_t *__restrict __timerid) __attribute__ ((__nothrow__ ));
+
+
+extern int timer_delete (timer_t __timerid) __attribute__ ((__nothrow__ ));
+
+
+extern int timer_settime (timer_t __timerid, int __flags,
+     __const struct itimerspec *__restrict __value,
+     struct itimerspec *__restrict __ovalue) __attribute__ ((__nothrow__ ));
+
+
+extern int timer_gettime (timer_t __timerid, struct itimerspec *__value)
+     __attribute__ ((__nothrow__ ));
+
+
+extern int timer_getoverrun (timer_t __timerid) __attribute__ ((__nothrow__ ));
+# 390 "../time/time.h"
+extern int getdate_err;
+# 399 "../time/time.h"
+extern struct tm *getdate (__const char *__string);
+# 413 "../time/time.h"
+extern int getdate_r (__const char *__restrict __string,
+        struct tm *__restrict __resbufp);
+
+
+
+# 6 "../include/time.h" 2
+# 1 "../include/xlocale.h" 1
+# 7 "../include/time.h" 2
+
+
+
+extern __typeof (strftime_l) __strftime_l;
+
+extern __typeof (strptime_l) __strptime_l;
+
+
+
+
+
+
+
+
+
+
+
+
+struct tm;
+
+
+extern const unsigned short int __mon_yday[2][13] ;
+
+
+extern struct tm _tmbuf ;
+
+
+extern char *__tzstring (const char *string);
+
+
+extern size_t __tzname_cur_max ;
+
+
+extern int __use_tzfile ;
+
+extern void __tzfile_read (const char *file, size_t extra,
+      char **extrap);
+extern void __tzfile_compute (time_t timer, int use_localtime,
+         long int *leap_correct, int *leap_hit,
+         struct tm *tp);
+extern void __tzfile_default (const char *std, const char *dst,
+         long int stdoff, long int dstoff);
+extern void __tzset_parse_tz (const char *tz);
+extern void __tz_compute (time_t timer, struct tm *tm, int use_localtime)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern time_t __mktime_internal (struct tm *__tp,
+     struct tm *(*__func) (const time_t *,
+             struct tm *),
+     time_t *__offset);
+extern struct tm *__localtime_r (__const time_t *__timer,
+     struct tm *__tp) ;
+
+extern struct tm *__gmtime_r (__const time_t *__restrict __timer,
+         struct tm *__restrict __tp);
+
+
+
+
+
+
+extern int __offtime (__const time_t *__timer,
+        long int __offset,
+        struct tm *__tp);
+
+extern char *__asctime_r (__const struct tm *__tp, char *__buf);
+extern void __tzset (void);
+
+
+extern struct tm *__tz_convert (const time_t *timer, int use_localtime, struct tm *tp);
+
+
+
+extern long int __tzname_max (void);
+
+extern int __nanosleep (__const struct timespec *__requested_time,
+   struct timespec *__remaining);
+
+extern int __nanosleep_nocancel (__const struct timespec *__requested_time,
+     struct timespec *__remaining)
+  ;
+extern int __getdate_r (__const char *__string, struct tm *__resbufp);
+
+
+
+extern int __getclktck (void);
+
+
+
+extern char * __strptime_internal (const char *rp, const char *fmt,
+       struct tm *tm, void *statep,
+       __locale_t locparam)
+     ;
+
+extern double __difftime (time_t time1, time_t time0);
+# 113 "../include/time.h"
+
+# 29 "../include/../locale/localeinfo.h" 2
+# 1 "../sysdeps/generic/stdint.h" 1
+# 27 "../sysdeps/generic/stdint.h"
+# 1 "../bits/wchar.h" 1
+# 28 "../sysdeps/generic/stdint.h" 2
+# 1 "../sysdeps/wordsize-32/bits/wordsize.h" 1
+# 29 "../sysdeps/generic/stdint.h" 2
+# 37 "../sysdeps/generic/stdint.h"
+typedef signed char int8_t;
+typedef short int int16_t;
+typedef int int32_t;
+
+
+
+__extension__
+typedef long long int int64_t;
+
+
+
+
+typedef unsigned char uint8_t;
+typedef unsigned short int uint16_t;
+
+typedef unsigned int uint32_t;
+
+
+
+
+
+__extension__
+typedef unsigned long long int uint64_t;
+
+
+
+
+
+
+typedef signed char int_least8_t;
+typedef short int int_least16_t;
+typedef int int_least32_t;
+
+
+
+__extension__
+typedef long long int int_least64_t;
+
+
+
+typedef unsigned char uint_least8_t;
+typedef unsigned short int uint_least16_t;
+typedef unsigned int uint_least32_t;
+
+
+
+__extension__
+typedef unsigned long long int uint_least64_t;
+
+
+
+
+
+
+typedef signed char int_fast8_t;
+
+
+
+
+
+typedef int int_fast16_t;
+typedef int int_fast32_t;
+__extension__
+typedef long long int int_fast64_t;
+
+
+
+typedef unsigned char uint_fast8_t;
+
+
+
+
+
+typedef unsigned int uint_fast16_t;
+typedef unsigned int uint_fast32_t;
+__extension__
+typedef unsigned long long int uint_fast64_t;
+# 126 "../sysdeps/generic/stdint.h"
+typedef int intptr_t;
+
+
+typedef unsigned int uintptr_t;
+# 138 "../sysdeps/generic/stdint.h"
+__extension__
+typedef long long int intmax_t;
+__extension__
+typedef unsigned long long int uintmax_t;
+# 30 "../include/../locale/localeinfo.h" 2
+# 1 "../include/sys/types.h" 1
+# 1 "../posix/sys/types.h" 1
+# 28 "../posix/sys/types.h"
+
+
+
+
+
+
+typedef __u_char u_char;
+typedef __u_short u_short;
+typedef __u_int u_int;
+typedef __u_long u_long;
+typedef __quad_t quad_t;
+typedef __u_quad_t u_quad_t;
+typedef __fsid_t fsid_t;
+
+
+
+
+typedef __loff_t loff_t;
+
+
+
+typedef __ino_t ino_t;
+
+
+
+
+
+
+typedef __ino64_t ino64_t;
+
+
+
+
+typedef __dev_t dev_t;
+
+
+
+
+typedef __gid_t gid_t;
+
+
+
+
+typedef __mode_t mode_t;
+
+
+
+
+typedef __nlink_t nlink_t;
+
+
+
+
+typedef __uid_t uid_t;
+
+
+
+
+
+typedef __off_t off_t;
+
+
+
+
+
+
+typedef __off64_t off64_t;
+# 105 "../posix/sys/types.h"
+typedef __id_t id_t;
+
+
+
+
+typedef __ssize_t ssize_t;
+
+
+
+
+
+typedef __daddr_t daddr_t;
+typedef __caddr_t caddr_t;
+
+
+
+
+
+typedef __key_t key_t;
+# 137 "../posix/sys/types.h"
+typedef __useconds_t useconds_t;
+
+
+
+typedef __suseconds_t suseconds_t;
+
+
+
+
+
+# 1 "/usr/lib/gcc/armv5te-iwmmxt-linux-gnueabi/4.7.3/include/stddef.h" 1 3 4
+# 148 "../posix/sys/types.h" 2
+
+
+
+typedef unsigned long int ulong;
+typedef unsigned short int ushort;
+typedef unsigned int uint;
+# 201 "../posix/sys/types.h"
+typedef unsigned int u_int8_t __attribute__ ((__mode__ (__QI__)));
+typedef unsigned int u_int16_t __attribute__ ((__mode__ (__HI__)));
+typedef unsigned int u_int32_t __attribute__ ((__mode__ (__SI__)));
+typedef unsigned int u_int64_t __attribute__ ((__mode__ (__DI__)));
+
+typedef int register_t __attribute__ ((__mode__ (__word__)));
+# 217 "../posix/sys/types.h"
+# 1 "../include/endian.h" 1
+# 1 "../string/endian.h" 1
+# 37 "../string/endian.h"
+# 1 "../ports/sysdeps/arm/bits/endian.h" 1
+# 38 "../string/endian.h" 2
+# 61 "../string/endian.h"
+# 1 "../bits/byteswap.h" 1
+# 62 "../string/endian.h" 2
+# 2 "../include/endian.h" 2
+# 218 "../posix/sys/types.h" 2
+
+
+# 1 "../include/sys/select.h" 1
+
+# 1 "../misc/sys/select.h" 1
+# 31 "../misc/sys/select.h"
+# 1 "../bits/select.h" 1
+# 32 "../misc/sys/select.h" 2
+
+
+# 1 "../sysdeps/unix/sysv/linux/bits/sigset.h" 1
+# 24 "../sysdeps/unix/sysv/linux/bits/sigset.h"
+typedef int __sig_atomic_t;
+
+
+
+
+typedef struct
+  {
+    unsigned long int __val[(1024 / (8 * sizeof (unsigned long int)))];
+  } __sigset_t;
+# 35 "../misc/sys/select.h" 2
+
+
+
+typedef __sigset_t sigset_t;
+
+
+
+
+
+
+
+# 1 "../sysdeps/unix/sysv/linux/bits/time.h" 1
+# 47 "../misc/sys/select.h" 2
+# 55 "../misc/sys/select.h"
+typedef long int __fd_mask;
+# 65 "../misc/sys/select.h"
+typedef struct
+  {
+
+
+
+    __fd_mask fds_bits[1024 / (8 * (int) sizeof (__fd_mask))];
+
+
+
+
+
+  } fd_set;
+
+
+
+
+
+
+typedef __fd_mask fd_mask;
+# 97 "../misc/sys/select.h"
+
+# 107 "../misc/sys/select.h"
+extern int select (int __nfds, fd_set *__restrict __readfds,
+     fd_set *__restrict __writefds,
+     fd_set *__restrict __exceptfds,
+     struct timeval *__restrict __timeout);
+# 119 "../misc/sys/select.h"
+extern int pselect (int __nfds, fd_set *__restrict __readfds,
+      fd_set *__restrict __writefds,
+      fd_set *__restrict __exceptfds,
+      const struct timespec *__restrict __timeout,
+      const __sigset_t *__restrict __sigmask);
+# 132 "../misc/sys/select.h"
+
+# 3 "../include/sys/select.h" 2
+
+
+extern int __pselect (int __nfds, fd_set *__readfds,
+        fd_set *__writefds, fd_set *__exceptfds,
+        const struct timespec *__timeout,
+        const __sigset_t *__sigmask);
+
+extern int __select (int __nfds, fd_set *__restrict __readfds,
+       fd_set *__restrict __writefds,
+       fd_set *__restrict __exceptfds,
+       struct timeval *__restrict __timeout);
+
+# 221 "../posix/sys/types.h" 2
+
+
+# 1 "../sysdeps/unix/sysv/linux/sys/sysmacros.h" 1
+# 30 "../sysdeps/unix/sysv/linux/sys/sysmacros.h"
+
+
+__extension__
+extern unsigned int gnu_dev_major (unsigned long long int __dev)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__const__));
+__extension__
+extern unsigned int gnu_dev_minor (unsigned long long int __dev)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__const__));
+__extension__
+extern unsigned long long int gnu_dev_makedev (unsigned int __major,
+            unsigned int __minor)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__const__));
+
+
+__extension__ extern __inline __attribute__ ((__const__)) unsigned int
+__attribute__ ((__nothrow__ )) gnu_dev_major (unsigned long long int __dev)
+{
+  return ((__dev >> 8) & 0xfff) | ((unsigned int) (__dev >> 32) & ~0xfff);
+}
+
+__extension__ extern __inline __attribute__ ((__const__)) unsigned int
+__attribute__ ((__nothrow__ )) gnu_dev_minor (unsigned long long int __dev)
+{
+  return (__dev & 0xff) | ((unsigned int) (__dev >> 12) & ~0xff);
+}
+
+__extension__ extern __inline __attribute__ ((__const__)) unsigned long long int
+__attribute__ ((__nothrow__ )) gnu_dev_makedev (unsigned int __major, unsigned int __minor)
+{
+  return ((__minor & 0xff) | ((__major & 0xfff) << 8)
+   | (((unsigned long long int) (__minor & ~0xff)) << 12)
+   | (((unsigned long long int) (__major & ~0xfff)) << 32));
+}
+
+
+# 224 "../posix/sys/types.h" 2
+
+
+
+
+
+typedef __blksize_t blksize_t;
+
+
+
+
+
+
+typedef __blkcnt_t blkcnt_t;
+
+
+
+typedef __fsblkcnt_t fsblkcnt_t;
+
+
+
+typedef __fsfilcnt_t fsfilcnt_t;
+# 263 "../posix/sys/types.h"
+typedef __blkcnt64_t blkcnt64_t;
+typedef __fsblkcnt64_t fsblkcnt64_t;
+typedef __fsfilcnt64_t fsfilcnt64_t;
+
+
+
+
+
+# 1 "../ports/sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h" 1
+# 22 "../ports/sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h"
+# 1 "../include/endian.h" 1
+# 23 "../ports/sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h" 2
+# 38 "../ports/sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h"
+typedef unsigned long int pthread_t;
+
+
+typedef union
+{
+  char __size[36];
+  long int __align;
+} pthread_attr_t;
+
+
+typedef struct __pthread_internal_slist
+{
+  struct __pthread_internal_slist *__next;
+} __pthread_slist_t;
+
+
+
+
+typedef union
+{
+  struct __pthread_mutex_s
+  {
+    int __lock;
+    unsigned int __count;
+    int __owner;
+
+
+    int __kind;
+    unsigned int __nusers;
+    __extension__ union
+    {
+      int __spins;
+      __pthread_slist_t __list;
+    };
+  } __data;
+  char __size[24];
+  long int __align;
+} pthread_mutex_t;
+
+typedef union
+{
+  char __size[4];
+  long int __align;
+} pthread_mutexattr_t;
+
+
+
+
+typedef union
+{
+  struct
+  {
+    int __lock;
+    unsigned int __futex;
+    __extension__ unsigned long long int __total_seq;
+    __extension__ unsigned long long int __wakeup_seq;
+    __extension__ unsigned long long int __woken_seq;
+    void *__mutex;
+    unsigned int __nwaiters;
+    unsigned int __broadcast_seq;
+  } __data;
+  char __size[48];
+  __extension__ long long int __align;
+} pthread_cond_t;
+
+typedef union
+{
+  char __size[4];
+  long int __align;
+} pthread_condattr_t;
+
+
+
+typedef unsigned int pthread_key_t;
+
+
+
+typedef int pthread_once_t;
+
+
+
+
+
+typedef union
+{
+  struct
+  {
+    int __lock;
+    unsigned int __nr_readers;
+    unsigned int __readers_wakeup;
+    unsigned int __writer_wakeup;
+    unsigned int __nr_readers_queued;
+    unsigned int __nr_writers_queued;
+# 141 "../ports/sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h"
+    unsigned char __flags;
+    unsigned char __shared;
+    unsigned char __pad1;
+    unsigned char __pad2;
+
+    int __writer;
+  } __data;
+  char __size[32];
+  long int __align;
+} pthread_rwlock_t;
+
+typedef union
+{
+  char __size[8];
+  long int __align;
+} pthread_rwlockattr_t;
+
+
+
+
+
+typedef volatile int pthread_spinlock_t;
+
+
+
+
+typedef union
+{
+  char __size[20];
+  long int __align;
+} pthread_barrier_t;
+
+typedef union
+{
+  char __size[4];
+  int __align;
+} pthread_barrierattr_t;
+# 272 "../posix/sys/types.h" 2
+
+
+
+# 1 "../include/sys/types.h" 2
+# 31 "../include/../locale/localeinfo.h" 2
+
+# 1 "../intl/loadinfo.h" 1
+# 54 "../intl/loadinfo.h"
+struct loaded_l10nfile
+{
+  const char *filename;
+  int decided;
+
+  const void *data;
+
+  struct loaded_l10nfile *next;
+  struct loaded_l10nfile *successor[1];
+};
+
+
+
+
+
+
+extern const char *_nl_normalize_codeset (const char *codeset, size_t name_len)
+                         ;
+
+extern struct loaded_l10nfile *
+_nl_make_l10nflist (struct loaded_l10nfile **l10nfile_list, const char *dirlist, size_t dirlist_len, int mask, const char *language, const char *territory, const char *codeset, const char *normalized_codeset, const char *modifier, const char *filename, int do_allocate)
+
+
+
+
+
+                        ;
+
+
+extern const char *_nl_expand_alias (const char *name);
+
+
+
+extern int _nl_explode_name (char *name, const char **language, const char **modifier, const char **territory, const char **codeset, const char **normalized_codeset)
+
+
+
+                                          ;
+# 33 "../include/../locale/localeinfo.h" 2
+# 51 "../include/../locale/localeinfo.h"
+struct __locale_data
+{
+  const char *name;
+  const char *filedata;
+  off_t filesize;
+  enum
+  {
+    ld_malloced,
+    ld_mapped,
+    ld_archive
+  } alloc;
+
+
+
+
+  struct
+  {
+    void (*cleanup) (struct __locale_data *) ;
+    union
+    {
+      void *data;
+      struct lc_time_data *time;
+      const struct gconv_fcts *ctype;
+    };
+  } private;
+
+  unsigned int usage_count;
+
+  int use_translit;
+
+
+  unsigned int nstrings;
+  union locale_data_value
+  {
+    const uint32_t *wstr;
+    const char *string;
+    unsigned int word;
+  }
+  values [];
+};
+
+
+enum coll_sort_rule
+{
+  illegal_0__,
+  sort_forward,
+  sort_backward,
+  illegal_3__,
+  sort_position,
+  sort_forward_position,
+  sort_backward_position,
+  sort_mask
+};
+
+
+enum value_type
+{
+  none,
+  string,
+  stringarray,
+  byte,
+  bytearray,
+  word,
+  stringlist,
+  wordarray,
+  wstring,
+  wstringarray,
+  wstringlist
+};
+# 131 "../include/../locale/localeinfo.h"
+struct era_entry
+{
+  uint32_t direction;
+  int32_t offset;
+  int32_t start_date[3];
+  int32_t stop_date[3];
+  const char *era_name;
+  const char *era_format;
+  const wchar_t *era_wname;
+  const wchar_t *era_wformat;
+  int absolute_direction;
+
+
+
+};
+
+
+
+struct lc_time_data
+{
+  struct era_entry *eras;
+  size_t num_eras;
+  int era_initialized;
+
+  const char **alt_digits;
+  const wchar_t **walt_digits;
+  int alt_digits_initialized;
+  int walt_digits_initialized;
+};
+
+
+
+
+enum
+{
+  __TOW_toupper = 0,
+  __TOW_tolower = 1
+};
+# 181 "../include/../locale/localeinfo.h"
+extern const union catnamestr_t
+{
+  struct
+  {
+
+
+# 1 "../include/../locale/categories.def" 1
+# 42 "../include/../locale/categories.def"
+char
+# 62 "../include/../locale/categories.def"
+ str62
+# 42 "../include/../locale/categories.def"
+ [sizeof ("LC_COLLATE")];
+# 68 "../include/../locale/categories.def"
+char
+# 137 "../include/../locale/categories.def"
+ str137
+# 68 "../include/../locale/categories.def"
+ [sizeof ("LC_CTYPE")];
+# 140 "../include/../locale/categories.def"
+char
+# 189 "../include/../locale/categories.def"
+ str189
+# 140 "../include/../locale/categories.def"
+ [sizeof ("LC_MONETARY")];
+# 192 "../include/../locale/categories.def"
+char
+# 203 "../include/../locale/categories.def"
+ str203
+# 192 "../include/../locale/categories.def"
+ [sizeof ("LC_NUMERIC")];
+# 206 "../include/../locale/categories.def"
+char
+# 251 "../include/../locale/categories.def"
+ str251
+# 206 "../include/../locale/categories.def"
+ [sizeof ("LC_TIME")];
+# 254 "../include/../locale/categories.def"
+char
+# 263 "../include/../locale/categories.def"
+ str263
+# 254 "../include/../locale/categories.def"
+ [sizeof ("LC_MESSAGES")];
+# 265 "../include/../locale/categories.def"
+char
+
+
+
+
+
+
+ str272
+# 265 "../include/../locale/categories.def"
+ [sizeof ("LC_PAPER")];
+# 274 "../include/../locale/categories.def"
+char
+# 285 "../include/../locale/categories.def"
+ str285
+# 274 "../include/../locale/categories.def"
+ [sizeof ("LC_NAME")];
+# 287 "../include/../locale/categories.def"
+char
+# 304 "../include/../locale/categories.def"
+ str304
+# 287 "../include/../locale/categories.def"
+ [sizeof ("LC_ADDRESS")];
+# 306 "../include/../locale/categories.def"
+char
+# 315 "../include/../locale/categories.def"
+ str315
+# 306 "../include/../locale/categories.def"
+ [sizeof ("LC_TELEPHONE")];
+# 317 "../include/../locale/categories.def"
+char
+
+
+
+
+
+ str323
+# 317 "../include/../locale/categories.def"
+ [sizeof ("LC_MEASUREMENT")];
+
+
+
+
+
+
+
+char
+# 345 "../include/../locale/categories.def"
+ str345
+# 325 "../include/../locale/categories.def"
+ [sizeof ("LC_IDENTIFICATION")];
+# 188 "../include/../locale/localeinfo.h" 2
+
+  };
+  char str[0];
+} _nl_category_names ;
+extern const uint8_t _nl_category_name_idxs[13] ;
+extern const uint8_t _nl_category_name_sizes[13] ;
+
+
+extern const char _nl_C_name[] ;
+extern const char _nl_POSIX_name[] ;
+
+
+extern const char _nl_C_codeset[] ;
+
+
+
+
+extern struct __locale_struct _nl_global_locale ;
+
+
+
+
+# 1 "../bits/libc-tsd.h" 1
+# 45 "../bits/libc-tsd.h"
+# 1 "../ports/sysdeps/arm/nptl/tls.h" 1
+# 23 "../ports/sysdeps/arm/nptl/tls.h"
+# 1 "../sysdeps/unix/sysv/linux/dl-sysdep.h" 1
+# 20 "../sysdeps/unix/sysv/linux/dl-sysdep.h"
+# 1 "../ports/sysdeps/arm/dl-sysdep.h" 1
+# 20 "../ports/sysdeps/arm/dl-sysdep.h"
+# 1 "../sysdeps/generic/dl-sysdep.h" 1
+# 21 "../ports/sysdeps/arm/dl-sysdep.h" 2
+# 21 "../sysdeps/unix/sysv/linux/dl-sysdep.h" 2
+# 32 "../sysdeps/unix/sysv/linux/dl-sysdep.h"
+extern int _dl_discover_osversion (void) ;
+# 24 "../ports/sysdeps/arm/nptl/tls.h" 2
+
+
+# 1 "/usr/lib/gcc/armv5te-iwmmxt-linux-gnueabi/4.7.3/include/stdbool.h" 1 3 4
+# 27 "../ports/sysdeps/arm/nptl/tls.h" 2
+# 1 "/usr/lib/gcc/armv5te-iwmmxt-linux-gnueabi/4.7.3/include/stddef.h" 1 3 4
+# 28 "../ports/sysdeps/arm/nptl/tls.h" 2
+
+
+
+typedef union dtv
+{
+  size_t counter;
+  struct
+  {
+    void *val;
+    _Bool is_static;
+  } pointer;
+} dtv_t;
+# 49 "../ports/sysdeps/arm/nptl/tls.h"
+# 1 "../ports/sysdeps/unix/sysv/linux/arm/eabi/sysdep.h" 1
+# 26 "../ports/sysdeps/unix/sysv/linux/arm/eabi/sysdep.h"
+# 1 "../ports/sysdeps/unix/sysv/linux/arm/sysdep.h" 1
+# 26 "../ports/sysdeps/unix/sysv/linux/arm/sysdep.h"
+# 1 "../ports/sysdeps/unix/arm/sysdep.h" 1
+# 20 "../ports/sysdeps/unix/arm/sysdep.h"
+# 1 "../sysdeps/unix/sysdep.h" 1
+# 19 "../sysdeps/unix/sysdep.h"
+# 1 "../sysdeps/generic/sysdep.h" 1
+# 133 "../sysdeps/generic/sysdep.h"
+# 1 "../sysdeps/generic/dwarf2.h" 1
+# 40 "../sysdeps/generic/dwarf2.h"
+enum dwarf_tag
+  {
+    DW_TAG_padding = 0x00,
+    DW_TAG_array_type = 0x01,
+    DW_TAG_class_type = 0x02,
+    DW_TAG_entry_point = 0x03,
+    DW_TAG_enumeration_type = 0x04,
+    DW_TAG_formal_parameter = 0x05,
+    DW_TAG_imported_declaration = 0x08,
+    DW_TAG_label = 0x0a,
+    DW_TAG_lexical_block = 0x0b,
+    DW_TAG_member = 0x0d,
+    DW_TAG_pointer_type = 0x0f,
+    DW_TAG_reference_type = 0x10,
+    DW_TAG_compile_unit = 0x11,
+    DW_TAG_string_type = 0x12,
+    DW_TAG_structure_type = 0x13,
+    DW_TAG_subroutine_type = 0x15,
+    DW_TAG_typedef = 0x16,
+    DW_TAG_union_type = 0x17,
+    DW_TAG_unspecified_parameters = 0x18,
+    DW_TAG_variant = 0x19,
+    DW_TAG_common_block = 0x1a,
+    DW_TAG_common_inclusion = 0x1b,
+    DW_TAG_inheritance = 0x1c,
+    DW_TAG_inlined_subroutine = 0x1d,
+    DW_TAG_module = 0x1e,
+    DW_TAG_ptr_to_member_type = 0x1f,
+    DW_TAG_set_type = 0x20,
+    DW_TAG_subrange_type = 0x21,
+    DW_TAG_with_stmt = 0x22,
+    DW_TAG_access_declaration = 0x23,
+    DW_TAG_base_type = 0x24,
+    DW_TAG_catch_block = 0x25,
+    DW_TAG_const_type = 0x26,
+    DW_TAG_constant = 0x27,
+    DW_TAG_enumerator = 0x28,
+    DW_TAG_file_type = 0x29,
+    DW_TAG_friend = 0x2a,
+    DW_TAG_namelist = 0x2b,
+    DW_TAG_namelist_item = 0x2c,
+    DW_TAG_packed_type = 0x2d,
+    DW_TAG_subprogram = 0x2e,
+    DW_TAG_template_type_param = 0x2f,
+    DW_TAG_template_value_param = 0x30,
+    DW_TAG_thrown_type = 0x31,
+    DW_TAG_try_block = 0x32,
+    DW_TAG_variant_part = 0x33,
+    DW_TAG_variable = 0x34,
+    DW_TAG_volatile_type = 0x35,
+
+    DW_TAG_MIPS_loop = 0x4081,
+
+    DW_TAG_format_label = 0x4101,
+    DW_TAG_function_template = 0x4102,
+    DW_TAG_class_template = 0x4103,
+    DW_TAG_GNU_BINCL = 0x4104,
+    DW_TAG_GNU_EINCL = 0x4105
+  };
+# 108 "../sysdeps/generic/dwarf2.h"
+enum dwarf_form
+  {
+    DW_FORM_addr = 0x01,
+    DW_FORM_block2 = 0x03,
+    DW_FORM_block4 = 0x04,
+    DW_FORM_data2 = 0x05,
+    DW_FORM_data4 = 0x06,
+    DW_FORM_data8 = 0x07,
+    DW_FORM_string = 0x08,
+    DW_FORM_block = 0x09,
+    DW_FORM_block1 = 0x0a,
+    DW_FORM_data1 = 0x0b,
+    DW_FORM_flag = 0x0c,
+    DW_FORM_sdata = 0x0d,
+    DW_FORM_strp = 0x0e,
+    DW_FORM_udata = 0x0f,
+    DW_FORM_ref_addr = 0x10,
+    DW_FORM_ref1 = 0x11,
+    DW_FORM_ref2 = 0x12,
+    DW_FORM_ref4 = 0x13,
+    DW_FORM_ref8 = 0x14,
+    DW_FORM_ref_udata = 0x15,
+    DW_FORM_indirect = 0x16
+  };
+
+
+
+enum dwarf_attribute
+  {
+    DW_AT_sibling = 0x01,
+    DW_AT_location = 0x02,
+    DW_AT_name = 0x03,
+    DW_AT_ordering = 0x09,
+    DW_AT_subscr_data = 0x0a,
+    DW_AT_byte_size = 0x0b,
+    DW_AT_bit_offset = 0x0c,
+    DW_AT_bit_size = 0x0d,
+    DW_AT_element_list = 0x0f,
+    DW_AT_stmt_list = 0x10,
+    DW_AT_low_pc = 0x11,
+    DW_AT_high_pc = 0x12,
+    DW_AT_language = 0x13,
+    DW_AT_member = 0x14,
+    DW_AT_discr = 0x15,
+    DW_AT_discr_value = 0x16,
+    DW_AT_visibility = 0x17,
+    DW_AT_import = 0x18,
+    DW_AT_string_length = 0x19,
+    DW_AT_common_reference = 0x1a,
+    DW_AT_comp_dir = 0x1b,
+    DW_AT_const_value = 0x1c,
+    DW_AT_containing_type = 0x1d,
+    DW_AT_default_value = 0x1e,
+    DW_AT_inline = 0x20,
+    DW_AT_is_optional = 0x21,
+    DW_AT_lower_bound = 0x22,
+    DW_AT_producer = 0x25,
+    DW_AT_prototyped = 0x27,
+    DW_AT_return_addr = 0x2a,
+    DW_AT_start_scope = 0x2c,
+    DW_AT_stride_size = 0x2e,
+    DW_AT_upper_bound = 0x2f,
+    DW_AT_abstract_origin = 0x31,
+    DW_AT_accessibility = 0x32,
+    DW_AT_address_class = 0x33,
+    DW_AT_artificial = 0x34,
+    DW_AT_base_types = 0x35,
+    DW_AT_calling_convention = 0x36,
+    DW_AT_count = 0x37,
+    DW_AT_data_member_location = 0x38,
+    DW_AT_decl_column = 0x39,
+    DW_AT_decl_file = 0x3a,
+    DW_AT_decl_line = 0x3b,
+    DW_AT_declaration = 0x3c,
+    DW_AT_discr_list = 0x3d,
+    DW_AT_encoding = 0x3e,
+    DW_AT_external = 0x3f,
+    DW_AT_frame_base = 0x40,
+    DW_AT_friend = 0x41,
+    DW_AT_identifier_case = 0x42,
+    DW_AT_macro_info = 0x43,
+    DW_AT_namelist_items = 0x44,
+    DW_AT_priority = 0x45,
+    DW_AT_segment = 0x46,
+    DW_AT_specification = 0x47,
+    DW_AT_static_link = 0x48,
+    DW_AT_type = 0x49,
+    DW_AT_use_location = 0x4a,
+    DW_AT_variable_parameter = 0x4b,
+    DW_AT_virtuality = 0x4c,
+    DW_AT_vtable_elem_location = 0x4d,
+
+    DW_AT_MIPS_fde = 0x2001,
+    DW_AT_MIPS_loop_begin = 0x2002,
+    DW_AT_MIPS_tail_loop_begin = 0x2003,
+    DW_AT_MIPS_epilog_begin = 0x2004,
+    DW_AT_MIPS_loop_unroll_factor = 0x2005,
+    DW_AT_MIPS_software_pipeline_depth = 0x2006,
+    DW_AT_MIPS_linkage_name = 0x2007,
+    DW_AT_MIPS_stride = 0x2008,
+    DW_AT_MIPS_abstract_name = 0x2009,
+    DW_AT_MIPS_clone_origin = 0x200a,
+    DW_AT_MIPS_has_inlines = 0x200b,
+
+    DW_AT_sf_names = 0x2101,
+    DW_AT_src_info = 0x2102,
+    DW_AT_mac_info = 0x2103,
+    DW_AT_src_coords = 0x2104,
+    DW_AT_body_begin = 0x2105,
+    DW_AT_body_end = 0x2106
+  };
+
+
+
+
+
+
+enum dwarf_location_atom
+  {
+    DW_OP_addr = 0x03,
+    DW_OP_deref = 0x06,
+    DW_OP_const1u = 0x08,
+    DW_OP_const1s = 0x09,
+    DW_OP_const2u = 0x0a,
+    DW_OP_const2s = 0x0b,
+    DW_OP_const4u = 0x0c,
+    DW_OP_const4s = 0x0d,
+    DW_OP_const8u = 0x0e,
+    DW_OP_const8s = 0x0f,
+    DW_OP_constu = 0x10,
+    DW_OP_consts = 0x11,
+    DW_OP_dup = 0x12,
+    DW_OP_drop = 0x13,
+    DW_OP_over = 0x14,
+    DW_OP_pick = 0x15,
+    DW_OP_swap = 0x16,
+    DW_OP_rot = 0x17,
+    DW_OP_xderef = 0x18,
+    DW_OP_abs = 0x19,
+    DW_OP_and = 0x1a,
+    DW_OP_div = 0x1b,
+    DW_OP_minus = 0x1c,
+    DW_OP_mod = 0x1d,
+    DW_OP_mul = 0x1e,
+    DW_OP_neg = 0x1f,
+    DW_OP_not = 0x20,
+    DW_OP_or = 0x21,
+    DW_OP_plus = 0x22,
+    DW_OP_plus_uconst = 0x23,
+    DW_OP_shl = 0x24,
+    DW_OP_shr = 0x25,
+    DW_OP_shra = 0x26,
+    DW_OP_xor = 0x27,
+    DW_OP_bra = 0x28,
+    DW_OP_eq = 0x29,
+    DW_OP_ge = 0x2a,
+    DW_OP_gt = 0x2b,
+    DW_OP_le = 0x2c,
+    DW_OP_lt = 0x2d,
+    DW_OP_ne = 0x2e,
+    DW_OP_skip = 0x2f,
+    DW_OP_lit0 = 0x30,
+    DW_OP_lit1 = 0x31,
+    DW_OP_lit2 = 0x32,
+    DW_OP_lit3 = 0x33,
+    DW_OP_lit4 = 0x34,
+    DW_OP_lit5 = 0x35,
+    DW_OP_lit6 = 0x36,
+    DW_OP_lit7 = 0x37,
+    DW_OP_lit8 = 0x38,
+    DW_OP_lit9 = 0x39,
+    DW_OP_lit10 = 0x3a,
+    DW_OP_lit11 = 0x3b,
+    DW_OP_lit12 = 0x3c,
+    DW_OP_lit13 = 0x3d,
+    DW_OP_lit14 = 0x3e,
+    DW_OP_lit15 = 0x3f,
+    DW_OP_lit16 = 0x40,
+    DW_OP_lit17 = 0x41,
+    DW_OP_lit18 = 0x42,
+    DW_OP_lit19 = 0x43,
+    DW_OP_lit20 = 0x44,
+    DW_OP_lit21 = 0x45,
+    DW_OP_lit22 = 0x46,
+    DW_OP_lit23 = 0x47,
+    DW_OP_lit24 = 0x48,
+    DW_OP_lit25 = 0x49,
+    DW_OP_lit26 = 0x4a,
+    DW_OP_lit27 = 0x4b,
+    DW_OP_lit28 = 0x4c,
+    DW_OP_lit29 = 0x4d,
+    DW_OP_lit30 = 0x4e,
+    DW_OP_lit31 = 0x4f,
+    DW_OP_reg0 = 0x50,
+    DW_OP_reg1 = 0x51,
+    DW_OP_reg2 = 0x52,
+    DW_OP_reg3 = 0x53,
+    DW_OP_reg4 = 0x54,
+    DW_OP_reg5 = 0x55,
+    DW_OP_reg6 = 0x56,
+    DW_OP_reg7 = 0x57,
+    DW_OP_reg8 = 0x58,
+    DW_OP_reg9 = 0x59,
+    DW_OP_reg10 = 0x5a,
+    DW_OP_reg11 = 0x5b,
+    DW_OP_reg12 = 0x5c,
+    DW_OP_reg13 = 0x5d,
+    DW_OP_reg14 = 0x5e,
+    DW_OP_reg15 = 0x5f,
+    DW_OP_reg16 = 0x60,
+    DW_OP_reg17 = 0x61,
+    DW_OP_reg18 = 0x62,
+    DW_OP_reg19 = 0x63,
+    DW_OP_reg20 = 0x64,
+    DW_OP_reg21 = 0x65,
+    DW_OP_reg22 = 0x66,
+    DW_OP_reg23 = 0x67,
+    DW_OP_reg24 = 0x68,
+    DW_OP_reg25 = 0x69,
+    DW_OP_reg26 = 0x6a,
+    DW_OP_reg27 = 0x6b,
+    DW_OP_reg28 = 0x6c,
+    DW_OP_reg29 = 0x6d,
+    DW_OP_reg30 = 0x6e,
+    DW_OP_reg31 = 0x6f,
+    DW_OP_breg0 = 0x70,
+    DW_OP_breg1 = 0x71,
+    DW_OP_breg2 = 0x72,
+    DW_OP_breg3 = 0x73,
+    DW_OP_breg4 = 0x74,
+    DW_OP_breg5 = 0x75,
+    DW_OP_breg6 = 0x76,
+    DW_OP_breg7 = 0x77,
+    DW_OP_breg8 = 0x78,
+    DW_OP_breg9 = 0x79,
+    DW_OP_breg10 = 0x7a,
+    DW_OP_breg11 = 0x7b,
+    DW_OP_breg12 = 0x7c,
+    DW_OP_breg13 = 0x7d,
+    DW_OP_breg14 = 0x7e,
+    DW_OP_breg15 = 0x7f,
+    DW_OP_breg16 = 0x80,
+    DW_OP_breg17 = 0x81,
+    DW_OP_breg18 = 0x82,
+    DW_OP_breg19 = 0x83,
+    DW_OP_breg20 = 0x84,
+    DW_OP_breg21 = 0x85,
+    DW_OP_breg22 = 0x86,
+    DW_OP_breg23 = 0x87,
+    DW_OP_breg24 = 0x88,
+    DW_OP_breg25 = 0x89,
+    DW_OP_breg26 = 0x8a,
+    DW_OP_breg27 = 0x8b,
+    DW_OP_breg28 = 0x8c,
+    DW_OP_breg29 = 0x8d,
+    DW_OP_breg30 = 0x8e,
+    DW_OP_breg31 = 0x8f,
+    DW_OP_regx = 0x90,
+    DW_OP_fbreg = 0x91,
+    DW_OP_bregx = 0x92,
+    DW_OP_piece = 0x93,
+    DW_OP_deref_size = 0x94,
+    DW_OP_xderef_size = 0x95,
+    DW_OP_nop = 0x96
+  };
+
+
+
+
+
+
+enum dwarf_type
+  {
+    DW_ATE_void = 0x0,
+    DW_ATE_address = 0x1,
+    DW_ATE_boolean = 0x2,
+    DW_ATE_complex_float = 0x3,
+    DW_ATE_float = 0x4,
+    DW_ATE_signed = 0x5,
+    DW_ATE_signed_char = 0x6,
+    DW_ATE_unsigned = 0x7,
+    DW_ATE_unsigned_char = 0x8
+  };
+
+
+
+
+
+enum dwarf_array_dim_ordering
+  {
+    DW_ORD_row_major = 0,
+    DW_ORD_col_major = 1
+  };
+
+
+enum dwarf_access_attribute
+  {
+    DW_ACCESS_public = 1,
+    DW_ACCESS_protected = 2,
+    DW_ACCESS_private = 3
+  };
+
+
+enum dwarf_visibility_attribute
+  {
+    DW_VIS_local = 1,
+    DW_VIS_exported = 2,
+    DW_VIS_qualified = 3
+  };
+
+
+enum dwarf_virtuality_attribute
+  {
+    DW_VIRTUALITY_none = 0,
+    DW_VIRTUALITY_virtual = 1,
+    DW_VIRTUALITY_pure_virtual = 2
+  };
+
+
+enum dwarf_id_case
+  {
+    DW_ID_case_sensitive = 0,
+    DW_ID_up_case = 1,
+    DW_ID_down_case = 2,
+    DW_ID_case_insensitive = 3
+  };
+
+
+enum dwarf_calling_convention
+  {
+    DW_CC_normal = 0x1,
+    DW_CC_program = 0x2,
+    DW_CC_nocall = 0x3
+  };
+
+
+
+
+
+enum dwarf_inline_attribute
+  {
+    DW_INL_not_inlined = 0,
+    DW_INL_inlined = 1,
+    DW_INL_declared_not_inlined = 2,
+    DW_INL_declared_inlined = 3
+  };
+
+
+enum dwarf_discrim_list
+  {
+    DW_DSC_label = 0,
+    DW_DSC_range = 1
+  };
+
+
+enum dwarf_line_number_ops
+  {
+    DW_LNS_extended_op = 0,
+    DW_LNS_copy = 1,
+    DW_LNS_advance_pc = 2,
+    DW_LNS_advance_line = 3,
+    DW_LNS_set_file = 4,
+    DW_LNS_set_column = 5,
+    DW_LNS_negate_stmt = 6,
+    DW_LNS_set_basic_block = 7,
+    DW_LNS_const_add_pc = 8,
+    DW_LNS_fixed_advance_pc = 9
+  };
+
+
+enum dwarf_line_number_x_ops
+  {
+    DW_LNE_end_sequence = 1,
+    DW_LNE_set_address = 2,
+    DW_LNE_define_file = 3
+  };
+
+
+enum dwarf_call_frame_info
+  {
+    DW_CFA_advance_loc = 0x40,
+    DW_CFA_offset = 0x80,
+    DW_CFA_restore = 0xc0,
+    DW_CFA_nop = 0x00,
+    DW_CFA_set_loc = 0x01,
+    DW_CFA_advance_loc1 = 0x02,
+    DW_CFA_advance_loc2 = 0x03,
+    DW_CFA_advance_loc4 = 0x04,
+    DW_CFA_offset_extended = 0x05,
+    DW_CFA_restore_extended = 0x06,
+    DW_CFA_undefined = 0x07,
+    DW_CFA_same_value = 0x08,
+    DW_CFA_register = 0x09,
+    DW_CFA_remember_state = 0x0a,
+    DW_CFA_restore_state = 0x0b,
+    DW_CFA_def_cfa = 0x0c,
+    DW_CFA_def_cfa_register = 0x0d,
+    DW_CFA_def_cfa_offset = 0x0e,
+    DW_CFA_def_cfa_expression = 0x0f,
+    DW_CFA_expression = 0x10,
+
+    DW_CFA_offset_extended_sf = 0x11,
+    DW_CFA_def_cfa_sf = 0x12,
+    DW_CFA_def_cfa_offset_sf = 0x13,
+
+
+    DW_CFA_MIPS_advance_loc8 = 0x1d,
+
+
+    DW_CFA_GNU_window_save = 0x2d,
+    DW_CFA_GNU_args_size = 0x2e,
+    DW_CFA_GNU_negative_offset_extended = 0x2f
+  };
+# 536 "../sysdeps/generic/dwarf2.h"
+enum dwarf_source_language
+  {
+    DW_LANG_C89 = 0x0001,
+    DW_LANG_C = 0x0002,
+    DW_LANG_Ada83 = 0x0003,
+    DW_LANG_C_plus_plus = 0x0004,
+    DW_LANG_Cobol74 = 0x0005,
+    DW_LANG_Cobol85 = 0x0006,
+    DW_LANG_Fortran77 = 0x0007,
+    DW_LANG_Fortran90 = 0x0008,
+    DW_LANG_Pascal83 = 0x0009,
+    DW_LANG_Modula2 = 0x000a,
+    DW_LANG_Java = 0x000b,
+    DW_LANG_Mips_Assembler = 0x8001
+  };
+
+
+
+
+
+
+
+enum dwarf_macinfo_record_type
+  {
+    DW_MACINFO_define = 1,
+    DW_MACINFO_undef = 2,
+    DW_MACINFO_start_file = 3,
+    DW_MACINFO_end_file = 4,
+    DW_MACINFO_vendor_ext = 255
+  };
+# 133 "../sysdeps/generic/sysdep.h" 2
+# 20 "../sysdeps/unix/sysdep.h" 2
+
+# 1 "../sysdeps/unix/sysv/linux/sys/syscall.h" 1
+# 25 "../sysdeps/unix/sysv/linux/sys/syscall.h"
+# 1 "/usr/include/asm/unistd.h" 1 3 4
+# 26 "../sysdeps/unix/sysv/linux/sys/syscall.h" 2
+# 22 "../sysdeps/unix/sysdep.h" 2
+# 21 "../ports/sysdeps/unix/arm/sysdep.h" 2
+# 1 "../ports/sysdeps/arm/sysdep.h" 1
+# 20 "../ports/sysdeps/arm/sysdep.h"
+# 1 "../sysdeps/generic/sysdep.h" 1
+# 21 "../ports/sysdeps/arm/sysdep.h" 2
+# 22 "../ports/sysdeps/unix/arm/sysdep.h" 2
+# 27 "../ports/sysdeps/unix/sysv/linux/arm/sysdep.h" 2
+
+
+# 1 "../sysdeps/unix/sysv/linux/dl-sysdep.h" 1
+# 20 "../sysdeps/unix/sysv/linux/dl-sysdep.h"
+# 1 "../ports/sysdeps/arm/dl-sysdep.h" 1
+# 20 "../ports/sysdeps/arm/dl-sysdep.h"
+# 1 "../sysdeps/generic/dl-sysdep.h" 1
+# 21 "../ports/sysdeps/arm/dl-sysdep.h" 2
+# 21 "../sysdeps/unix/sysv/linux/dl-sysdep.h" 2
+# 32 "../sysdeps/unix/sysv/linux/dl-sysdep.h"
+extern int _dl_discover_osversion (void) ;
+# 30 "../ports/sysdeps/unix/sysv/linux/arm/sysdep.h" 2
+
+# 1 "../ports/sysdeps/arm/nptl/tls.h" 1
+# 32 "../ports/sysdeps/unix/sysv/linux/arm/sysdep.h" 2
+
+
+
+# 1 "../include/errno.h" 1
+
+
+# 1 "../stdlib/errno.h" 1
+# 32 "../stdlib/errno.h"
+
+
+
+
+# 1 "../sysdeps/unix/sysv/linux/bits/errno.h" 1
+# 25 "../sysdeps/unix/sysv/linux/bits/errno.h"
+# 1 "/usr/include/linux/errno.h" 1 3 4
+# 1 "/usr/include/asm/errno.h" 1 3 4
+# 1 "/usr/include/asm-generic/errno.h" 1 3 4
+
+
+
+# 1 "/usr/include/asm-generic/errno-base.h" 1 3 4
+# 5 "/usr/include/asm-generic/errno.h" 2 3 4
+# 1 "/usr/include/asm/errno.h" 2 3 4
+# 1 "/usr/include/linux/errno.h" 2 3 4
+# 26 "../sysdeps/unix/sysv/linux/bits/errno.h" 2
+# 47 "../sysdeps/unix/sysv/linux/bits/errno.h"
+extern int *__errno_location (void) __attribute__ ((__nothrow__ )) __attribute__ ((__const__));
+# 37 "../stdlib/errno.h" 2
+# 55 "../stdlib/errno.h"
+extern char *program_invocation_name, *program_invocation_short_name;
+
+
+
+
+# 69 "../stdlib/errno.h"
+typedef int error_t;
+# 4 "../include/errno.h" 2
+# 30 "../include/errno.h"
+extern __thread int __libc_errno __attribute__ ((tls_model ("initial-exec")));
+
+
+
+
+
+
+extern int *__errno_location (void) __attribute__ ((__nothrow__ )) __attribute__ ((__const__))
+
+
+
+;
+
+# 36 "../ports/sysdeps/unix/sysv/linux/arm/sysdep.h" 2
+# 27 "../ports/sysdeps/unix/sysv/linux/arm/eabi/sysdep.h" 2
+# 50 "../ports/sysdeps/arm/nptl/tls.h" 2
+
+
+
+
+
+# 1 "../nptl/descr.h" 1
+# 23 "../nptl/descr.h"
+# 1 "../include/limits.h" 1
+# 145 "../include/limits.h"
+# 1 "../include/bits/posix1_lim.h" 1
+# 146 "../include/limits.h" 2
+
+
+
+# 1 "../include/bits/posix2_lim.h" 1
+# 150 "../include/limits.h" 2
+# 24 "../nptl/descr.h" 2
+# 1 "../include/sched.h" 1
+
+# 1 "../posix/sched.h" 1
+# 30 "../posix/sched.h"
+# 1 "/usr/lib/gcc/armv5te-iwmmxt-linux-gnueabi/4.7.3/include/stddef.h" 1 3 4
+# 31 "../posix/sched.h" 2
+# 43 "../posix/sched.h"
+# 1 "../sysdeps/unix/sysv/linux/bits/sched.h" 1
+# 74 "../sysdeps/unix/sysv/linux/bits/sched.h"
+struct sched_param
+  {
+    int __sched_priority;
+  };
+
+
+
+
+
+extern int clone (int (*__fn) (void *__arg), void *__child_stack,
+    int __flags, void *__arg, ...) __attribute__ ((__nothrow__ ));
+
+
+extern int unshare (int __flags) __attribute__ ((__nothrow__ ));
+
+
+extern int sched_getcpu (void) __attribute__ ((__nothrow__ ));
+
+
+extern int setns (int __fd, int __nstype) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+
+
+
+
+
+struct __sched_param
+  {
+    int __sched_priority;
+  };
+# 120 "../sysdeps/unix/sysv/linux/bits/sched.h"
+typedef unsigned long int __cpu_mask;
+
+
+
+
+
+
+typedef struct
+{
+  __cpu_mask __bits[1024 / (8 * sizeof (__cpu_mask))];
+} cpu_set_t;
+# 203 "../sysdeps/unix/sysv/linux/bits/sched.h"
+
+
+extern int __sched_cpucount (size_t __setsize, const cpu_set_t *__setp)
+  __attribute__ ((__nothrow__ ));
+extern cpu_set_t *__sched_cpualloc (size_t __count) __attribute__ ((__nothrow__ )) ;
+extern void __sched_cpufree (cpu_set_t *__set) __attribute__ ((__nothrow__ ));
+
+
+# 44 "../posix/sched.h" 2
+
+
+
+
+
+
+
+extern int sched_setparam (__pid_t __pid, __const struct sched_param *__param)
+     __attribute__ ((__nothrow__ ));
+
+
+extern int sched_getparam (__pid_t __pid, struct sched_param *__param) __attribute__ ((__nothrow__ ));
+
+
+extern int sched_setscheduler (__pid_t __pid, int __policy,
+          __const struct sched_param *__param) __attribute__ ((__nothrow__ ));
+
+
+extern int sched_getscheduler (__pid_t __pid) __attribute__ ((__nothrow__ ));
+
+
+extern int sched_yield (void) __attribute__ ((__nothrow__ ));
+
+
+extern int sched_get_priority_max (int __algorithm) __attribute__ ((__nothrow__ ));
+
+
+extern int sched_get_priority_min (int __algorithm) __attribute__ ((__nothrow__ ));
+
+
+extern int sched_rr_get_interval (__pid_t __pid, struct timespec *__t) __attribute__ ((__nothrow__ ));
+# 118 "../posix/sched.h"
+extern int sched_setaffinity (__pid_t __pid, size_t __cpusetsize,
+         __const cpu_set_t *__cpuset) __attribute__ ((__nothrow__ ));
+
+
+extern int sched_getaffinity (__pid_t __pid, size_t __cpusetsize,
+         cpu_set_t *__cpuset) __attribute__ ((__nothrow__ ));
+
+
+
+# 3 "../include/sched.h" 2
+
+
+extern int __sched_setparam (__pid_t __pid,
+        __const struct sched_param *__param);
+extern int __sched_getparam (__pid_t __pid, struct sched_param *__param);
+extern int __sched_setscheduler (__pid_t __pid, int __policy,
+     __const struct sched_param *__param);
+
+extern int __sched_getscheduler (__pid_t __pid);
+extern int __sched_yield (void);
+
+extern int __sched_get_priority_max (int __algorithm);
+extern int __sched_get_priority_min (int __algorithm);
+extern int __sched_rr_get_interval (__pid_t __pid, struct timespec *__t);
+
+
+extern int __clone (int (*__fn) (void *__arg), void *__child_stack,
+      int __flags, void *__arg, ...);
+extern int __clone2 (int (*__fn) (void *__arg), void *__child_stack_base,
+       size_t __child_stack_size, int __flags, void *__arg, ...);
+# 25 "../nptl/descr.h" 2
+# 1 "../include/setjmp.h" 1
+
+# 1 "../setjmp/setjmp.h" 1
+# 28 "../setjmp/setjmp.h"
+
+
+# 1 "../ports/sysdeps/arm/eabi/bits/setjmp.h" 1
+# 35 "../ports/sysdeps/arm/eabi/bits/setjmp.h"
+typedef int __jmp_buf[64] __attribute__((__aligned__ (8)));
+# 31 "../setjmp/setjmp.h" 2
+# 1 "../sysdeps/unix/sysv/linux/bits/sigset.h" 1
+# 32 "../setjmp/setjmp.h" 2
+
+
+
+struct __jmp_buf_tag
+  {
+
+
+
+
+    __jmp_buf __jmpbuf;
+    int __mask_was_saved;
+    __sigset_t __saved_mask;
+  };
+
+
+
+
+typedef struct __jmp_buf_tag jmp_buf[1];
+
+
+
+extern int setjmp (jmp_buf __env) __attribute__ ((__nothrow__));
+
+
+
+
+
+
+extern int __sigsetjmp (struct __jmp_buf_tag __env[1], int __savemask) __attribute__ ((__nothrow__));
+
+
+
+
+extern int _setjmp (struct __jmp_buf_tag __env[1]) __attribute__ ((__nothrow__));
+# 78 "../setjmp/setjmp.h"
+
+
+
+
+extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
+     __attribute__ ((__nothrow__)) __attribute__ ((__noreturn__));
+
+
+
+
+
+
+
+extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
+     __attribute__ ((__nothrow__)) __attribute__ ((__noreturn__));
+
+
+
+
+
+
+
+typedef struct __jmp_buf_tag sigjmp_buf[1];
+# 110 "../setjmp/setjmp.h"
+extern void siglongjmp (sigjmp_buf __env, int __val)
+     __attribute__ ((__nothrow__)) __attribute__ ((__noreturn__));
+# 120 "../setjmp/setjmp.h"
+
+# 3 "../include/setjmp.h" 2
+
+
+
+
+extern void __longjmp (__jmp_buf __env, int __val)
+     __attribute__ ((__noreturn__));
+
+
+
+
+
+extern int __sigjmp_save (jmp_buf __env, int __savemask);
+
+extern void _longjmp_unwind (jmp_buf env, int val);
+
+extern void __libc_siglongjmp (sigjmp_buf env, int val)
+          __attribute__ ((noreturn));
+extern void __libc_longjmp (sigjmp_buf env, int val)
+     __attribute__ ((noreturn));
+
+
+
+
+# 26 "../nptl/descr.h" 2
+
+# 1 "../include/sys/types.h" 1
+# 28 "../nptl/descr.h" 2
+# 1 "../sysdeps/generic/hp-timing.h" 1
+# 71 "../sysdeps/generic/hp-timing.h"
+typedef int hp_timing_t;
+# 29 "../nptl/descr.h" 2
+
+# 1 "../nptl/sysdeps/pthread/list.h" 1
+# 35 "../nptl/sysdeps/pthread/list.h"
+typedef struct list_head
+{
+  struct list_head *next;
+  struct list_head *prev;
+} list_t;
+# 31 "../nptl/descr.h" 2
+# 1 "../ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h" 1
+# 23 "../ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h"
+# 1 "../sysdeps/unix/sysv/linux/sys/param.h" 1
+# 27 "../sysdeps/unix/sysv/linux/sys/param.h"
+# 1 "../include/limits.h" 1
+# 145 "../include/limits.h"
+# 1 "../include/bits/posix1_lim.h" 1
+# 146 "../include/limits.h" 2
+
+
+
+# 1 "../include/bits/posix2_lim.h" 1
+# 150 "../include/limits.h" 2
+# 28 "../sysdeps/unix/sysv/linux/sys/param.h" 2
+
+# 1 "/usr/include/linux/param.h" 1 3 4
+
+
+
+# 1 "/usr/include/asm/param.h" 1 3 4
+# 1 "/usr/include/asm-generic/param.h" 1 3 4
+# 1 "/usr/include/asm/param.h" 2 3 4
+# 5 "/usr/include/linux/param.h" 2 3 4
+# 30 "../sysdeps/unix/sysv/linux/sys/param.h" 2
+# 53 "../sysdeps/unix/sysv/linux/sys/param.h"
+# 1 "../include/sys/types.h" 1
+# 54 "../sysdeps/unix/sysv/linux/sys/param.h" 2
+# 24 "../ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h" 2
+
+# 1 "../include/atomic.h" 1
+# 49 "../include/atomic.h"
+# 1 "../include/stdlib.h" 1
+
+
+
+
+
+
+# 1 "/usr/lib/gcc/armv5te-iwmmxt-linux-gnueabi/4.7.3/include/stddef.h" 1 3 4
+# 8 "../include/stdlib.h" 2
+# 1 "../stdlib/stdlib.h" 1
+# 33 "../stdlib/stdlib.h"
+# 1 "/usr/lib/gcc/armv5te-iwmmxt-linux-gnueabi/4.7.3/include/stddef.h" 1 3 4
+# 34 "../stdlib/stdlib.h" 2
+
+
+
+
+
+
+
+
+# 1 "../sysdeps/unix/sysv/linux/bits/waitflags.h" 1
+# 43 "../stdlib/stdlib.h" 2
+# 1 "../bits/waitstatus.h" 1
+# 65 "../bits/waitstatus.h"
+# 1 "../include/endian.h" 1
+# 66 "../bits/waitstatus.h" 2
+
+union wait
+  {
+    int w_status;
+    struct
+      {
+
+ unsigned int __w_termsig:7;
+ unsigned int __w_coredump:1;
+ unsigned int __w_retcode:8;
+ unsigned int:16;
+
+
+
+
+
+
+
+      } __wait_terminated;
+    struct
+      {
+
+ unsigned int __w_stopval:8;
+ unsigned int __w_stopsig:8;
+ unsigned int:16;
+
+
+
+
+
+
+      } __wait_stopped;
+  };
+# 44 "../stdlib/stdlib.h" 2
+# 68 "../stdlib/stdlib.h"
+typedef union
+  {
+    union wait *__uptr;
+    int *__iptr;
+  } __WAIT_STATUS __attribute__ ((__transparent_union__));
+# 96 "../stdlib/stdlib.h"
+
+
+typedef struct
+  {
+    int quot;
+    int rem;
+  } div_t;
+
+
+
+typedef struct
+  {
+    long int quot;
+    long int rem;
+  } ldiv_t;
+
+
+
+
+
+
+
+__extension__ typedef struct
+  {
+    long long int quot;
+    long long int rem;
+  } lldiv_t;
+
+
+# 140 "../stdlib/stdlib.h"
+extern size_t __ctype_get_mb_cur_max (void) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern double atof (__const char *__nptr)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) ;
+
+extern int atoi (__const char *__nptr)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) ;
+
+extern long int atol (__const char *__nptr)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) ;
+
+
+
+
+
+__extension__ extern long long int atoll (__const char *__nptr)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) ;
+
+
+
+
+
+extern double strtod (__const char *__restrict __nptr,
+        char **__restrict __endptr)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+extern float strtof (__const char *__restrict __nptr,
+       char **__restrict __endptr) __attribute__ ((__nothrow__ )) ;
+
+extern long double strtold (__const char *__restrict __nptr,
+       char **__restrict __endptr)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+extern long int strtol (__const char *__restrict __nptr,
+   char **__restrict __endptr, int __base)
+     __attribute__ ((__nothrow__ )) ;
+
+extern unsigned long int strtoul (__const char *__restrict __nptr,
+      char **__restrict __endptr, int __base)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+__extension__
+extern long long int strtoq (__const char *__restrict __nptr,
+        char **__restrict __endptr, int __base)
+     __attribute__ ((__nothrow__ )) ;
+
+__extension__
+extern unsigned long long int strtouq (__const char *__restrict __nptr,
+           char **__restrict __endptr, int __base)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+__extension__
+extern long long int strtoll (__const char *__restrict __nptr,
+         char **__restrict __endptr, int __base)
+     __attribute__ ((__nothrow__ )) ;
+
+__extension__
+extern unsigned long long int strtoull (__const char *__restrict __nptr,
+     char **__restrict __endptr, int __base)
+     __attribute__ ((__nothrow__ )) ;
+
+# 236 "../stdlib/stdlib.h"
+# 1 "../include/xlocale.h" 1
+# 237 "../stdlib/stdlib.h" 2
+
+
+
+extern long int strtol_l (__const char *__restrict __nptr,
+     char **__restrict __endptr, int __base,
+     __locale_t __loc) __attribute__ ((__nothrow__ )) ;
+
+extern unsigned long int strtoul_l (__const char *__restrict __nptr,
+        char **__restrict __endptr,
+        int __base, __locale_t __loc)
+     __attribute__ ((__nothrow__ )) ;
+
+__extension__
+extern long long int strtoll_l (__const char *__restrict __nptr,
+    char **__restrict __endptr, int __base,
+    __locale_t __loc)
+     __attribute__ ((__nothrow__ )) ;
+
+__extension__
+extern unsigned long long int strtoull_l (__const char *__restrict __nptr,
+       char **__restrict __endptr,
+       int __base, __locale_t __loc)
+     __attribute__ ((__nothrow__ )) ;
+
+extern double strtod_l (__const char *__restrict __nptr,
+   char **__restrict __endptr, __locale_t __loc)
+     __attribute__ ((__nothrow__ )) ;
+
+extern float strtof_l (__const char *__restrict __nptr,
+         char **__restrict __endptr, __locale_t __loc)
+     __attribute__ ((__nothrow__ )) ;
+
+extern long double strtold_l (__const char *__restrict __nptr,
+         char **__restrict __endptr,
+         __locale_t __loc)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+extern __inline double
+__attribute__ ((__nothrow__ )) atof (__const char *__nptr)
+{
+  return strtod (__nptr, (char **) ((void *)0));
+}
+extern __inline int
+__attribute__ ((__nothrow__ )) atoi (__const char *__nptr)
+{
+  return (int) strtol (__nptr, (char **) ((void *)0), 10);
+}
+extern __inline long int
+__attribute__ ((__nothrow__ )) atol (__const char *__nptr)
+{
+  return strtol (__nptr, (char **) ((void *)0), 10);
+}
+
+
+
+
+__extension__ extern __inline long long int
+__attribute__ ((__nothrow__ )) atoll (__const char *__nptr)
+{
+  return strtoll (__nptr, (char **) ((void *)0), 10);
+}
+
+# 311 "../stdlib/stdlib.h"
+extern char *l64a (long int __n) __attribute__ ((__nothrow__ )) ;
+
+
+extern long int a64l (__const char *__s)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) ;
+
+
+
+
+# 1 "../include/sys/types.h" 1
+# 321 "../stdlib/stdlib.h" 2
+
+
+
+
+
+
+extern long int random (void) __attribute__ ((__nothrow__ ));
+
+
+extern void srandom (unsigned int __seed) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+extern char *initstate (unsigned int __seed, char *__statebuf,
+   size_t __statelen) __attribute__ ((__nothrow__ )) ;
+
+
+
+extern char *setstate (char *__statebuf) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+
+
+struct random_data
+  {
+    int32_t *fptr;
+    int32_t *rptr;
+    int32_t *state;
+    int rand_type;
+    int rand_deg;
+    int rand_sep;
+    int32_t *end_ptr;
+  };
+
+extern int random_r (struct random_data *__restrict __buf,
+       int32_t *__restrict __result) __attribute__ ((__nothrow__ )) ;
+
+extern int srandom_r (unsigned int __seed, struct random_data *__buf)
+     __attribute__ ((__nothrow__ )) ;
+
+extern int initstate_r (unsigned int __seed, char *__restrict __statebuf,
+   size_t __statelen,
+   struct random_data *__restrict __buf)
+     __attribute__ ((__nothrow__ )) ;
+
+extern int setstate_r (char *__restrict __statebuf,
+         struct random_data *__restrict __buf)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+
+extern int rand (void) __attribute__ ((__nothrow__ ));
+
+extern void srand (unsigned int __seed) __attribute__ ((__nothrow__ ));
+
+
+
+
+extern int rand_r (unsigned int *__seed) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+
+extern double drand48 (void) __attribute__ ((__nothrow__ ));
+extern double erand48 (unsigned short int __xsubi[3]) __attribute__ ((__nothrow__ )) ;
+
+
+extern long int lrand48 (void) __attribute__ ((__nothrow__ ));
+extern long int nrand48 (unsigned short int __xsubi[3])
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern long int mrand48 (void) __attribute__ ((__nothrow__ ));
+extern long int jrand48 (unsigned short int __xsubi[3])
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern void srand48 (long int __seedval) __attribute__ ((__nothrow__ ));
+extern unsigned short int *seed48 (unsigned short int __seed16v[3])
+     __attribute__ ((__nothrow__ )) ;
+extern void lcong48 (unsigned short int __param[7]) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+struct drand48_data
+  {
+    unsigned short int __x[3];
+    unsigned short int __old_x[3];
+    unsigned short int __c;
+    unsigned short int __init;
+    unsigned long long int __a;
+  };
+
+
+extern int drand48_r (struct drand48_data *__restrict __buffer,
+        double *__restrict __result) __attribute__ ((__nothrow__ )) ;
+extern int erand48_r (unsigned short int __xsubi[3],
+        struct drand48_data *__restrict __buffer,
+        double *__restrict __result) __attribute__ ((__nothrow__ )) ;
+
+
+extern int lrand48_r (struct drand48_data *__restrict __buffer,
+        long int *__restrict __result)
+     __attribute__ ((__nothrow__ )) ;
+extern int nrand48_r (unsigned short int __xsubi[3],
+        struct drand48_data *__restrict __buffer,
+        long int *__restrict __result)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int mrand48_r (struct drand48_data *__restrict __buffer,
+        long int *__restrict __result)
+     __attribute__ ((__nothrow__ )) ;
+extern int jrand48_r (unsigned short int __xsubi[3],
+        struct drand48_data *__restrict __buffer,
+        long int *__restrict __result)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int srand48_r (long int __seedval, struct drand48_data *__buffer)
+     __attribute__ ((__nothrow__ )) ;
+
+extern int seed48_r (unsigned short int __seed16v[3],
+       struct drand48_data *__buffer) __attribute__ ((__nothrow__ )) ;
+
+extern int lcong48_r (unsigned short int __param[7],
+        struct drand48_data *__buffer)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+
+
+
+
+extern void *malloc (size_t __size) __attribute__ ((__nothrow__ )) __attribute__ ((__malloc__)) ;
+
+extern void *calloc (size_t __nmemb, size_t __size)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__malloc__)) ;
+
+
+
+
+
+
+
+
+
+
+extern void *realloc (void *__ptr, size_t __size)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__warn_unused_result__));
+
+extern void free (void *__ptr) __attribute__ ((__nothrow__ ));
+
+
+
+
+extern void cfree (void *__ptr) __attribute__ ((__nothrow__ ));
+
+
+
+# 1 "../include/alloca.h" 1
+
+
+# 1 "../stdlib/alloca.h" 1
+# 25 "../stdlib/alloca.h"
+# 1 "/usr/lib/gcc/armv5te-iwmmxt-linux-gnueabi/4.7.3/include/stddef.h" 1 3 4
+# 26 "../stdlib/alloca.h" 2
+
+
+
+
+
+
+
+extern void *alloca (size_t __size) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+# 4 "../include/alloca.h" 2
+# 1 "../ports/sysdeps/arm/stackinfo.h" 1
+# 25 "../ports/sysdeps/arm/stackinfo.h"
+# 1 "../include/elf.h" 1
+
+# 1 "../elf/elf.h" 1
+# 26 "../elf/elf.h"
+
+
+
+
+
+
+
+typedef uint16_t Elf32_Half;
+typedef uint16_t Elf64_Half;
+
+
+typedef uint32_t Elf32_Word;
+typedef int32_t Elf32_Sword;
+typedef uint32_t Elf64_Word;
+typedef int32_t Elf64_Sword;
+
+
+typedef uint64_t Elf32_Xword;
+typedef int64_t Elf32_Sxword;
+typedef uint64_t Elf64_Xword;
+typedef int64_t Elf64_Sxword;
+
+
+typedef uint32_t Elf32_Addr;
+typedef uint64_t Elf64_Addr;
+
+
+typedef uint32_t Elf32_Off;
+typedef uint64_t Elf64_Off;
+
+
+typedef uint16_t Elf32_Section;
+typedef uint16_t Elf64_Section;
+
+
+typedef Elf32_Half Elf32_Versym;
+typedef Elf64_Half Elf64_Versym;
+
+
+
+
+
+
+typedef struct
+{
+  unsigned char e_ident[(16)];
+  Elf32_Half e_type;
+  Elf32_Half e_machine;
+  Elf32_Word e_version;
+  Elf32_Addr e_entry;
+  Elf32_Off e_phoff;
+  Elf32_Off e_shoff;
+  Elf32_Word e_flags;
+  Elf32_Half e_ehsize;
+  Elf32_Half e_phentsize;
+  Elf32_Half e_phnum;
+  Elf32_Half e_shentsize;
+  Elf32_Half e_shnum;
+  Elf32_Half e_shstrndx;
+} Elf32_Ehdr;
+
+typedef struct
+{
+  unsigned char e_ident[(16)];
+  Elf64_Half e_type;
+  Elf64_Half e_machine;
+  Elf64_Word e_version;
+  Elf64_Addr e_entry;
+  Elf64_Off e_phoff;
+  Elf64_Off e_shoff;
+  Elf64_Word e_flags;
+  Elf64_Half e_ehsize;
+  Elf64_Half e_phentsize;
+  Elf64_Half e_phnum;
+  Elf64_Half e_shentsize;
+  Elf64_Half e_shnum;
+  Elf64_Half e_shstrndx;
+} Elf64_Ehdr;
+# 270 "../elf/elf.h"
+typedef struct
+{
+  Elf32_Word sh_name;
+  Elf32_Word sh_type;
+  Elf32_Word sh_flags;
+  Elf32_Addr sh_addr;
+  Elf32_Off sh_offset;
+  Elf32_Word sh_size;
+  Elf32_Word sh_link;
+  Elf32_Word sh_info;
+  Elf32_Word sh_addralign;
+  Elf32_Word sh_entsize;
+} Elf32_Shdr;
+
+typedef struct
+{
+  Elf64_Word sh_name;
+  Elf64_Word sh_type;
+  Elf64_Xword sh_flags;
+  Elf64_Addr sh_addr;
+  Elf64_Off sh_offset;
+  Elf64_Xword sh_size;
+  Elf64_Word sh_link;
+  Elf64_Word sh_info;
+  Elf64_Xword sh_addralign;
+  Elf64_Xword sh_entsize;
+} Elf64_Shdr;
+# 379 "../elf/elf.h"
+typedef struct
+{
+  Elf32_Word st_name;
+  Elf32_Addr st_value;
+  Elf32_Word st_size;
+  unsigned char st_info;
+  unsigned char st_other;
+  Elf32_Section st_shndx;
+} Elf32_Sym;
+
+typedef struct
+{
+  Elf64_Word st_name;
+  unsigned char st_info;
+  unsigned char st_other;
+  Elf64_Section st_shndx;
+  Elf64_Addr st_value;
+  Elf64_Xword st_size;
+} Elf64_Sym;
+
+
+
+
+typedef struct
+{
+  Elf32_Half si_boundto;
+  Elf32_Half si_flags;
+} Elf32_Syminfo;
+
+typedef struct
+{
+  Elf64_Half si_boundto;
+  Elf64_Half si_flags;
+} Elf64_Syminfo;
+# 494 "../elf/elf.h"
+typedef struct
+{
+  Elf32_Addr r_offset;
+  Elf32_Word r_info;
+} Elf32_Rel;
+
+
+
+
+
+
+typedef struct
+{
+  Elf64_Addr r_offset;
+  Elf64_Xword r_info;
+} Elf64_Rel;
+
+
+
+typedef struct
+{
+  Elf32_Addr r_offset;
+  Elf32_Word r_info;
+  Elf32_Sword r_addend;
+} Elf32_Rela;
+
+typedef struct
+{
+  Elf64_Addr r_offset;
+  Elf64_Xword r_info;
+  Elf64_Sxword r_addend;
+} Elf64_Rela;
+# 539 "../elf/elf.h"
+typedef struct
+{
+  Elf32_Word p_type;
+  Elf32_Off p_offset;
+  Elf32_Addr p_vaddr;
+  Elf32_Addr p_paddr;
+  Elf32_Word p_filesz;
+  Elf32_Word p_memsz;
+  Elf32_Word p_flags;
+  Elf32_Word p_align;
+} Elf32_Phdr;
+
+typedef struct
+{
+  Elf64_Word p_type;
+  Elf64_Word p_flags;
+  Elf64_Off p_offset;
+  Elf64_Addr p_vaddr;
+  Elf64_Addr p_paddr;
+  Elf64_Xword p_filesz;
+  Elf64_Xword p_memsz;
+  Elf64_Xword p_align;
+} Elf64_Phdr;
+# 646 "../elf/elf.h"
+typedef struct
+{
+  Elf32_Sword d_tag;
+  union
+    {
+      Elf32_Word d_val;
+      Elf32_Addr d_ptr;
+    } d_un;
+} Elf32_Dyn;
+
+typedef struct
+{
+  Elf64_Sxword d_tag;
+  union
+    {
+      Elf64_Xword d_val;
+      Elf64_Addr d_ptr;
+    } d_un;
+} Elf64_Dyn;
+# 813 "../elf/elf.h"
+typedef struct
+{
+  Elf32_Half vd_version;
+  Elf32_Half vd_flags;
+  Elf32_Half vd_ndx;
+  Elf32_Half vd_cnt;
+  Elf32_Word vd_hash;
+  Elf32_Word vd_aux;
+  Elf32_Word vd_next;
+
+} Elf32_Verdef;
+
+typedef struct
+{
+  Elf64_Half vd_version;
+  Elf64_Half vd_flags;
+  Elf64_Half vd_ndx;
+  Elf64_Half vd_cnt;
+  Elf64_Word vd_hash;
+  Elf64_Word vd_aux;
+  Elf64_Word vd_next;
+
+} Elf64_Verdef;
+# 855 "../elf/elf.h"
+typedef struct
+{
+  Elf32_Word vda_name;
+  Elf32_Word vda_next;
+
+} Elf32_Verdaux;
+
+typedef struct
+{
+  Elf64_Word vda_name;
+  Elf64_Word vda_next;
+
+} Elf64_Verdaux;
+
+
+
+
+typedef struct
+{
+  Elf32_Half vn_version;
+  Elf32_Half vn_cnt;
+  Elf32_Word vn_file;
+
+  Elf32_Word vn_aux;
+  Elf32_Word vn_next;
+
+} Elf32_Verneed;
+
+typedef struct
+{
+  Elf64_Half vn_version;
+  Elf64_Half vn_cnt;
+  Elf64_Word vn_file;
+
+  Elf64_Word vn_aux;
+  Elf64_Word vn_next;
+
+} Elf64_Verneed;
+# 902 "../elf/elf.h"
+typedef struct
+{
+  Elf32_Word vna_hash;
+  Elf32_Half vna_flags;
+  Elf32_Half vna_other;
+  Elf32_Word vna_name;
+  Elf32_Word vna_next;
+
+} Elf32_Vernaux;
+
+typedef struct
+{
+  Elf64_Word vna_hash;
+  Elf64_Half vna_flags;
+  Elf64_Half vna_other;
+  Elf64_Word vna_name;
+  Elf64_Word vna_next;
+
+} Elf64_Vernaux;
+# 936 "../elf/elf.h"
+typedef struct
+{
+  uint32_t a_type;
+  union
+    {
+      uint32_t a_val;
+
+
+
+    } a_un;
+} Elf32_auxv_t;
+
+typedef struct
+{
+  uint64_t a_type;
+  union
+    {
+      uint64_t a_val;
+
+
+
+    } a_un;
+} Elf64_auxv_t;
+# 1020 "../elf/elf.h"
+typedef struct
+{
+  Elf32_Word n_namesz;
+  Elf32_Word n_descsz;
+  Elf32_Word n_type;
+} Elf32_Nhdr;
+
+typedef struct
+{
+  Elf64_Word n_namesz;
+  Elf64_Word n_descsz;
+  Elf64_Word n_type;
+} Elf64_Nhdr;
+# 1084 "../elf/elf.h"
+typedef struct
+{
+  Elf32_Xword m_value;
+  Elf32_Word m_info;
+  Elf32_Word m_poffset;
+  Elf32_Half m_repeat;
+  Elf32_Half m_stride;
+} Elf32_Move;
+
+typedef struct
+{
+  Elf64_Xword m_value;
+  Elf64_Xword m_info;
+  Elf64_Xword m_poffset;
+  Elf64_Half m_repeat;
+  Elf64_Half m_stride;
+} Elf64_Move;
+# 1466 "../elf/elf.h"
+typedef union
+{
+  struct
+    {
+      Elf32_Word gt_current_g_value;
+      Elf32_Word gt_unused;
+    } gt_header;
+  struct
+    {
+      Elf32_Word gt_g_value;
+      Elf32_Word gt_bytes;
+    } gt_entry;
+} Elf32_gptab;
+
+
+
+typedef struct
+{
+  Elf32_Word ri_gprmask;
+  Elf32_Word ri_cprmask[4];
+  Elf32_Sword ri_gp_value;
+} Elf32_RegInfo;
+
+
+
+typedef struct
+{
+  unsigned char kind;
+
+  unsigned char size;
+  Elf32_Section section;
+
+  Elf32_Word info;
+} Elf_Options;
+# 1542 "../elf/elf.h"
+typedef struct
+{
+  Elf32_Word hwp_flags1;
+  Elf32_Word hwp_flags2;
+} Elf_Options_Hw;
+# 1703 "../elf/elf.h"
+typedef struct
+{
+  Elf32_Word l_name;
+  Elf32_Word l_time_stamp;
+  Elf32_Word l_checksum;
+  Elf32_Word l_version;
+  Elf32_Word l_flags;
+} Elf32_Lib;
+
+typedef struct
+{
+  Elf64_Word l_name;
+  Elf64_Word l_time_stamp;
+  Elf64_Word l_checksum;
+  Elf64_Word l_version;
+  Elf64_Word l_flags;
+} Elf64_Lib;
+# 1734 "../elf/elf.h"
+typedef Elf32_Addr Elf32_Conflict;
+# 2807 "../elf/elf.h"
+
+# 3 "../include/elf.h" 2
+
+
+# 1 "../sysdeps/generic/dl-dtprocnum.h" 1
+# 6 "../include/elf.h" 2
+# 26 "../ports/sysdeps/arm/stackinfo.h" 2
+# 5 "../include/alloca.h" 2
+
+
+
+
+extern void *__alloca (size_t __size);
+
+
+
+
+
+extern int __libc_use_alloca (size_t size) __attribute__ ((const));
+extern int __libc_alloca_cutoff (size_t size) __attribute__ ((const));
+
+
+
+
+# 1 "../nptl/sysdeps/pthread/allocalim.h" 1
+# 20 "../nptl/sysdeps/pthread/allocalim.h"
+# 1 "../include/alloca.h" 1
+# 21 "../nptl/sysdeps/pthread/allocalim.h" 2
+# 1 "../include/limits.h" 1
+# 145 "../include/limits.h"
+# 1 "../include/bits/posix1_lim.h" 1
+# 146 "../include/limits.h" 2
+
+
+
+# 1 "../include/bits/posix2_lim.h" 1
+# 150 "../include/limits.h" 2
+# 22 "../nptl/sysdeps/pthread/allocalim.h" 2
+
+
+extern int
+__inline __attribute__ ((__always_inline__))
+__libc_use_alloca (size_t size)
+{
+  return (__builtin_expect (size <= 16384 / 4, 1)
+   || __builtin_expect (__libc_alloca_cutoff (size), 1));
+}
+# 22 "../include/alloca.h" 2
+# 498 "../stdlib/stdlib.h" 2
+
+
+
+
+
+extern void *valloc (size_t __size) __attribute__ ((__nothrow__ )) __attribute__ ((__malloc__)) ;
+
+
+
+
+extern int posix_memalign (void **__memptr, size_t __alignment, size_t __size)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern void abort (void) __attribute__ ((__nothrow__ )) __attribute__ ((__noreturn__));
+
+
+
+extern int atexit (void (*__func) (void)) __attribute__ ((__nothrow__ )) ;
+# 528 "../stdlib/stdlib.h"
+extern int at_quick_exit (void (*__func) (void)) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+
+
+extern int on_exit (void (*__func) (int __status, void *__arg), void *__arg)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+
+extern void exit (int __status) __attribute__ ((__nothrow__ )) __attribute__ ((__noreturn__));
+
+
+
+
+
+
+
+extern void quick_exit (int __status) __attribute__ ((__nothrow__ )) __attribute__ ((__noreturn__));
+
+
+
+
+
+
+
+extern void _Exit (int __status) __attribute__ ((__nothrow__ )) __attribute__ ((__noreturn__));
+
+
+
+
+
+
+extern char *getenv (__const char *__name) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern char *__secure_getenv (__const char *__name)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+extern int putenv (char *__string) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+extern int setenv (__const char *__name, __const char *__value, int __replace)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int unsetenv (__const char *__name) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+
+extern int clearenv (void) __attribute__ ((__nothrow__ ));
+# 606 "../stdlib/stdlib.h"
+extern char *mktemp (char *__template) __attribute__ ((__nothrow__ )) ;
+# 620 "../stdlib/stdlib.h"
+extern int mkstemp (char *__template) ;
+# 630 "../stdlib/stdlib.h"
+extern int mkstemp64 (char *__template) ;
+# 642 "../stdlib/stdlib.h"
+extern int mkstemps (char *__template, int __suffixlen) ;
+# 652 "../stdlib/stdlib.h"
+extern int mkstemps64 (char *__template, int __suffixlen)
+     ;
+# 663 "../stdlib/stdlib.h"
+extern char *mkdtemp (char *__template) __attribute__ ((__nothrow__ )) ;
+# 674 "../stdlib/stdlib.h"
+extern int mkostemp (char *__template, int __flags) ;
+# 684 "../stdlib/stdlib.h"
+extern int mkostemp64 (char *__template, int __flags) ;
+# 694 "../stdlib/stdlib.h"
+extern int mkostemps (char *__template, int __suffixlen, int __flags)
+     ;
+# 706 "../stdlib/stdlib.h"
+extern int mkostemps64 (char *__template, int __suffixlen, int __flags)
+     ;
+
+
+
+
+
+
+
+
+
+extern int system (__const char *__command) ;
+
+
+
+
+
+
+extern char *canonicalize_file_name (__const char *__name)
+     __attribute__ ((__nothrow__ )) ;
+# 734 "../stdlib/stdlib.h"
+extern char *realpath (__const char *__restrict __name,
+         char *__restrict __resolved) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+
+typedef int (*__compar_fn_t) (__const void *, __const void *);
+
+
+typedef __compar_fn_t comparison_fn_t;
+
+
+
+typedef int (*__compar_d_fn_t) (__const void *, __const void *, void *);
+
+
+
+
+
+extern void *bsearch (__const void *__key, __const void *__base,
+        size_t __nmemb, size_t __size, __compar_fn_t __compar)
+     ;
+
+
+
+extern void qsort (void *__base, size_t __nmemb, size_t __size,
+     __compar_fn_t __compar) ;
+
+extern void qsort_r (void *__base, size_t __nmemb, size_t __size,
+       __compar_d_fn_t __compar, void *__arg)
+  ;
+
+
+
+
+extern int abs (int __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)) ;
+extern long int labs (long int __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)) ;
+
+
+
+__extension__ extern long long int llabs (long long int __x)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__const__)) ;
+
+
+
+
+
+
+
+extern div_t div (int __numer, int __denom)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__const__)) ;
+extern ldiv_t ldiv (long int __numer, long int __denom)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__const__)) ;
+
+
+
+
+__extension__ extern lldiv_t lldiv (long long int __numer,
+        long long int __denom)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__const__)) ;
+
+# 808 "../stdlib/stdlib.h"
+extern char *ecvt (double __value, int __ndigit, int *__restrict __decpt,
+     int *__restrict __sign) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern char *fcvt (double __value, int __ndigit, int *__restrict __decpt,
+     int *__restrict __sign) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern char *gcvt (double __value, int __ndigit, char *__buf)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern char *qecvt (long double __value, int __ndigit,
+      int *__restrict __decpt, int *__restrict __sign)
+     __attribute__ ((__nothrow__ )) ;
+extern char *qfcvt (long double __value, int __ndigit,
+      int *__restrict __decpt, int *__restrict __sign)
+     __attribute__ ((__nothrow__ )) ;
+extern char *qgcvt (long double __value, int __ndigit, char *__buf)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern int ecvt_r (double __value, int __ndigit, int *__restrict __decpt,
+     int *__restrict __sign, char *__restrict __buf,
+     size_t __len) __attribute__ ((__nothrow__ )) ;
+extern int fcvt_r (double __value, int __ndigit, int *__restrict __decpt,
+     int *__restrict __sign, char *__restrict __buf,
+     size_t __len) __attribute__ ((__nothrow__ )) ;
+
+extern int qecvt_r (long double __value, int __ndigit,
+      int *__restrict __decpt, int *__restrict __sign,
+      char *__restrict __buf, size_t __len)
+     __attribute__ ((__nothrow__ )) ;
+extern int qfcvt_r (long double __value, int __ndigit,
+      int *__restrict __decpt, int *__restrict __sign,
+      char *__restrict __buf, size_t __len)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+
+
+extern int mblen (__const char *__s, size_t __n) __attribute__ ((__nothrow__ )) ;
+
+
+extern int mbtowc (wchar_t *__restrict __pwc,
+     __const char *__restrict __s, size_t __n) __attribute__ ((__nothrow__ )) ;
+
+
+extern int wctomb (char *__s, wchar_t __wchar) __attribute__ ((__nothrow__ )) ;
+
+
+
+extern size_t mbstowcs (wchar_t *__restrict __pwcs,
+   __const char *__restrict __s, size_t __n) __attribute__ ((__nothrow__ ));
+
+extern size_t wcstombs (char *__restrict __s,
+   __const wchar_t *__restrict __pwcs, size_t __n)
+     __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+
+
+extern int rpmatch (__const char *__response) __attribute__ ((__nothrow__ )) ;
+# 896 "../stdlib/stdlib.h"
+extern int getsubopt (char **__restrict __optionp,
+        char *__const *__restrict __tokens,
+        char **__restrict __valuep)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+extern void setkey (__const char *__key) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+
+
+extern int posix_openpt (int __oflag) ;
+
+
+
+
+
+
+
+extern int grantpt (int __fd) __attribute__ ((__nothrow__ ));
+
+
+
+extern int unlockpt (int __fd) __attribute__ ((__nothrow__ ));
+
+
+
+
+extern char *ptsname (int __fd) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+
+extern int ptsname_r (int __fd, char *__buf, size_t __buflen)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int getpt (void);
+
+
+
+
+
+
+extern int getloadavg (double __loadavg[], int __nelem)
+     __attribute__ ((__nothrow__ )) ;
+# 964 "../stdlib/stdlib.h"
+
+# 9 "../include/stdlib.h" 2
+
+
+
+
+# 1 "../include/sys/stat.h" 1
+
+# 1 "../io/sys/stat.h" 1
+# 105 "../io/sys/stat.h"
+
+
+# 1 "../sysdeps/unix/sysv/linux/bits/stat.h" 1
+# 39 "../sysdeps/unix/sysv/linux/bits/stat.h"
+struct stat
+  {
+    __dev_t st_dev;
+    unsigned short int __pad1;
+
+    __ino_t st_ino;
+
+
+
+    __mode_t st_mode;
+    __nlink_t st_nlink;
+    __uid_t st_uid;
+    __gid_t st_gid;
+    __dev_t st_rdev;
+    unsigned short int __pad2;
+
+    __off_t st_size;
+
+
+
+    __blksize_t st_blksize;
+
+
+    __blkcnt_t st_blocks;
+# 73 "../sysdeps/unix/sysv/linux/bits/stat.h"
+    struct timespec st_atim;
+    struct timespec st_mtim;
+    struct timespec st_ctim;
+# 88 "../sysdeps/unix/sysv/linux/bits/stat.h"
+    unsigned long int __unused4;
+    unsigned long int __unused5;
+
+
+
+  };
+
+
+struct stat64
+  {
+    __dev_t st_dev;
+    unsigned int __pad1;
+
+    __ino_t __st_ino;
+    __mode_t st_mode;
+    __nlink_t st_nlink;
+    __uid_t st_uid;
+    __gid_t st_gid;
+    __dev_t st_rdev;
+    unsigned int __pad2;
+    __off64_t st_size;
+    __blksize_t st_blksize;
+
+    __blkcnt64_t st_blocks;
+
+
+
+
+
+
+
+    struct timespec st_atim;
+    struct timespec st_mtim;
+    struct timespec st_ctim;
+# 130 "../sysdeps/unix/sysv/linux/bits/stat.h"
+    __ino64_t st_ino;
+  };
+# 108 "../io/sys/stat.h" 2
+# 211 "../io/sys/stat.h"
+extern int stat (__const char *__restrict __file,
+   struct stat *__restrict __buf) __attribute__ ((__nothrow__ )) ;
+
+
+
+extern int fstat (int __fd, struct stat *__buf) __attribute__ ((__nothrow__ )) ;
+# 230 "../io/sys/stat.h"
+extern int stat64 (__const char *__restrict __file,
+     struct stat64 *__restrict __buf) __attribute__ ((__nothrow__ )) ;
+extern int fstat64 (int __fd, struct stat64 *__buf) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+
+
+extern int fstatat (int __fd, __const char *__restrict __file,
+      struct stat *__restrict __buf, int __flag)
+     __attribute__ ((__nothrow__ )) ;
+# 255 "../io/sys/stat.h"
+extern int fstatat64 (int __fd, __const char *__restrict __file,
+        struct stat64 *__restrict __buf, int __flag)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+
+
+extern int lstat (__const char *__restrict __file,
+    struct stat *__restrict __buf) __attribute__ ((__nothrow__ )) ;
+# 278 "../io/sys/stat.h"
+extern int lstat64 (__const char *__restrict __file,
+      struct stat64 *__restrict __buf)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+extern int chmod (__const char *__file, __mode_t __mode)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+extern int lchmod (__const char *__file, __mode_t __mode)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern int fchmod (int __fd, __mode_t __mode) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+extern int fchmodat (int __fd, __const char *__file, __mode_t __mode,
+       int __flag)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+
+extern __mode_t umask (__mode_t __mask) __attribute__ ((__nothrow__ ));
+
+
+
+
+extern __mode_t getumask (void) __attribute__ ((__nothrow__ ));
+
+
+
+extern int mkdir (__const char *__path, __mode_t __mode)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+extern int mkdirat (int __fd, __const char *__path, __mode_t __mode)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+
+extern int mknod (__const char *__path, __mode_t __mode, __dev_t __dev)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+extern int mknodat (int __fd, __const char *__path, __mode_t __mode,
+      __dev_t __dev) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+extern int mkfifo (__const char *__path, __mode_t __mode)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+extern int mkfifoat (int __fd, __const char *__path, __mode_t __mode)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+extern int utimensat (int __fd, __const char *__path,
+        __const struct timespec __times[2],
+        int __flags)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern int futimens (int __fd, __const struct timespec __times[2]) __attribute__ ((__nothrow__ ));
+# 401 "../io/sys/stat.h"
+extern int __fxstat (int __ver, int __fildes, struct stat *__stat_buf)
+     __attribute__ ((__nothrow__ )) ;
+extern int __xstat (int __ver, __const char *__filename,
+      struct stat *__stat_buf) __attribute__ ((__nothrow__ )) ;
+extern int __lxstat (int __ver, __const char *__filename,
+       struct stat *__stat_buf) __attribute__ ((__nothrow__ )) ;
+extern int __fxstatat (int __ver, int __fildes, __const char *__filename,
+         struct stat *__stat_buf, int __flag)
+     __attribute__ ((__nothrow__ )) ;
+# 434 "../io/sys/stat.h"
+extern int __fxstat64 (int __ver, int __fildes, struct stat64 *__stat_buf)
+     __attribute__ ((__nothrow__ )) ;
+extern int __xstat64 (int __ver, __const char *__filename,
+        struct stat64 *__stat_buf) __attribute__ ((__nothrow__ )) ;
+extern int __lxstat64 (int __ver, __const char *__filename,
+         struct stat64 *__stat_buf) __attribute__ ((__nothrow__ )) ;
+extern int __fxstatat64 (int __ver, int __fildes, __const char *__filename,
+    struct stat64 *__stat_buf, int __flag)
+     __attribute__ ((__nothrow__ )) ;
+
+extern int __xmknod (int __ver, __const char *__path, __mode_t __mode,
+       __dev_t *__dev) __attribute__ ((__nothrow__ )) ;
+
+extern int __xmknodat (int __ver, int __fd, __const char *__path,
+         __mode_t __mode, __dev_t *__dev)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern __inline int
+__attribute__ ((__nothrow__ )) stat (__const char *__path, struct stat *__statbuf)
+{
+  return __xstat (3, __path, __statbuf);
+}
+
+
+extern __inline int
+__attribute__ ((__nothrow__ )) lstat (__const char *__path, struct stat *__statbuf)
+{
+  return __lxstat (3, __path, __statbuf);
+}
+
+
+extern __inline int
+__attribute__ ((__nothrow__ )) fstat (int __fd, struct stat *__statbuf)
+{
+  return __fxstat (3, __fd, __statbuf);
+}
+
+
+extern __inline int
+__attribute__ ((__nothrow__ )) fstatat (int __fd, __const char *__filename, struct stat *__statbuf, int __flag)
+
+{
+  return __fxstatat (3, __fd, __filename, __statbuf, __flag);
+}
+
+
+
+extern __inline int
+__attribute__ ((__nothrow__ )) mknod (__const char *__path, __mode_t __mode, __dev_t __dev)
+{
+  return __xmknod (1, __path, __mode, &__dev);
+}
+
+
+
+extern __inline int
+__attribute__ ((__nothrow__ )) mknodat (int __fd, __const char *__path, __mode_t __mode, __dev_t __dev)
+
+{
+  return __xmknodat (1, __fd, __path, __mode, &__dev);
+}
+
+
+
+
+
+extern __inline int
+__attribute__ ((__nothrow__ )) stat64 (__const char *__path, struct stat64 *__statbuf)
+{
+  return __xstat64 (3, __path, __statbuf);
+}
+
+
+extern __inline int
+__attribute__ ((__nothrow__ )) lstat64 (__const char *__path, struct stat64 *__statbuf)
+{
+  return __lxstat64 (3, __path, __statbuf);
+}
+
+
+extern __inline int
+__attribute__ ((__nothrow__ )) fstat64 (int __fd, struct stat64 *__statbuf)
+{
+  return __fxstat64 (3, __fd, __statbuf);
+}
+
+
+extern __inline int
+__attribute__ ((__nothrow__ )) fstatat64 (int __fd, __const char *__filename, struct stat64 *__statbuf, int __flag)
+
+{
+  return __fxstatat64 (3, __fd, __filename, __statbuf, __flag);
+}
+
+
+
+
+
+
+
+# 3 "../include/sys/stat.h" 2
+
+
+extern int __stat (__const char *__file, struct stat *__buf);
+extern int __fstat (int __fd, struct stat *__buf);
+extern int __lstat (__const char *__file, struct stat *__buf);
+extern int __chmod (__const char *__file, __mode_t __mode);
+extern int __fchmod (int __fd, __mode_t __mode);
+extern __mode_t __umask (__mode_t __mask);
+extern int __mkdir (__const char *__path, __mode_t __mode);
+extern int __mknod (__const char *__path,
+      __mode_t __mode, __dev_t __dev);
+
+
+
+
+
+
+
+
+extern __inline__ int __stat (__const char *__path, struct stat *__statbuf)
+{
+  return __xstat (3, __path, __statbuf);
+}
+
+extern __inline__ int __mknod (__const char *__path, __mode_t __mode,
+          __dev_t __dev)
+{
+  return __xmknod (1, __path, __mode, &__dev);
+}
+
+
+
+
+# 14 "../include/stdlib.h" 2
+
+
+
+
+extern __typeof (strtol_l) __strtol_l;
+extern __typeof (strtoul_l) __strtoul_l;
+extern __typeof (strtoll_l) __strtoll_l;
+extern __typeof (strtoull_l) __strtoull_l;
+extern __typeof (strtod_l) __strtod_l;
+extern __typeof (strtof_l) __strtof_l;
+extern __typeof (strtold_l) __strtold_l;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+extern long int __random (void);
+extern void __srandom (unsigned int __seed);
+extern char *__initstate (unsigned int __seed, char *__statebuf,
+     size_t __statelen);
+extern char *__setstate (char *__statebuf);
+extern int __random_r (struct random_data *__buf, int32_t *__result);
+extern int __srandom_r (unsigned int __seed, struct random_data *__buf);
+extern int __initstate_r (unsigned int __seed, char *__statebuf,
+     size_t __statelen, struct random_data *__buf);
+extern int __setstate_r (char *__statebuf, struct random_data *__buf);
+extern int __rand_r (unsigned int *__seed);
+extern int __erand48_r (unsigned short int __xsubi[3],
+   struct drand48_data *__buffer, double *__result);
+extern int __nrand48_r (unsigned short int __xsubi[3],
+   struct drand48_data *__buffer,
+   long int *__result);
+extern int __jrand48_r (unsigned short int __xsubi[3],
+   struct drand48_data *__buffer,
+   long int *__result);
+extern int __srand48_r (long int __seedval,
+   struct drand48_data *__buffer);
+extern int __seed48_r (unsigned short int __seed16v[3],
+         struct drand48_data *__buffer);
+extern int __lcong48_r (unsigned short int __param[7],
+   struct drand48_data *__buffer);
+
+
+extern int __drand48_iterate (unsigned short int __xsubi[3],
+         struct drand48_data *__buffer);
+
+
+extern struct drand48_data __libc_drand48_data ;
+
+extern int __setenv (__const char *__name, __const char *__value,
+       int __replace);
+extern int __unsetenv (__const char *__name);
+extern int __clearenv (void);
+extern char *__canonicalize_file_name (__const char *__name);
+extern char *__realpath (__const char *__name, char *__resolved);
+extern int __ptsname_r (int __fd, char *__buf, size_t __buflen);
+
+extern int __ptsname_internal (int fd, char *buf, size_t buflen,
+          struct stat64 *stp);
+
+extern int __getpt (void);
+extern int __posix_openpt (int __oflag);
+
+extern int __add_to_environ (const char *name, const char *value,
+        const char *combines, int replace);
+
+extern void _quicksort (void *const pbase, size_t total_elems,
+   size_t size, __compar_d_fn_t cmp, void *arg);
+
+extern int __on_exit (void (*__func) (int __status, void *__arg), void *__arg);
+
+extern int __cxa_atexit (void (*func) (void *), void *arg, void *d);
+extern int __cxa_atexit_internal (void (*func) (void *), void *arg, void *d)
+     ;
+
+extern void __cxa_finalize (void *d);
+
+extern int __posix_memalign (void **memptr, size_t alignment, size_t size);
+
+extern void *__libc_memalign (size_t alignment, size_t size)
+     __attribute__ ((__malloc__));
+
+extern int __libc_system (const char *line);
+
+
+extern double __strtod_internal (__const char *__restrict __nptr,
+     char **__restrict __endptr, int __group)
+     __attribute__ ((__nothrow__ )) ;
+extern float __strtof_internal (__const char *__restrict __nptr,
+    char **__restrict __endptr, int __group)
+     __attribute__ ((__nothrow__ )) ;
+extern long double __strtold_internal (__const char *__restrict __nptr,
+           char **__restrict __endptr,
+           int __group)
+     __attribute__ ((__nothrow__ )) ;
+extern long int __strtol_internal (__const char *__restrict __nptr,
+       char **__restrict __endptr,
+       int __base, int __group)
+     __attribute__ ((__nothrow__ )) ;
+extern unsigned long int __strtoul_internal (__const char *__restrict __nptr,
+          char **__restrict __endptr,
+          int __base, int __group)
+     __attribute__ ((__nothrow__ )) ;
+__extension__
+extern long long int __strtoll_internal (__const char *__restrict __nptr,
+      char **__restrict __endptr,
+      int __base, int __group)
+     __attribute__ ((__nothrow__ )) ;
+__extension__
+extern unsigned long long int __strtoull_internal (__const char *
+         __restrict __nptr,
+         char **__restrict __endptr,
+         int __base, int __group)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+
+
+
+extern double ____strtod_l_internal (__const char *__restrict __nptr,
+         char **__restrict __endptr, int __group,
+         __locale_t __loc);
+extern float ____strtof_l_internal (__const char *__restrict __nptr,
+        char **__restrict __endptr, int __group,
+        __locale_t __loc);
+extern long double ____strtold_l_internal (__const char *__restrict __nptr,
+        char **__restrict __endptr,
+        int __group, __locale_t __loc);
+extern long int ____strtol_l_internal (__const char *__restrict __nptr,
+           char **__restrict __endptr,
+           int __base, int __group,
+           __locale_t __loc);
+extern unsigned long int ____strtoul_l_internal (__const char *
+       __restrict __nptr,
+       char **__restrict __endptr,
+       int __base, int __group,
+       __locale_t __loc);
+__extension__
+extern long long int ____strtoll_l_internal (__const char *__restrict __nptr,
+          char **__restrict __endptr,
+          int __base, int __group,
+          __locale_t __loc);
+__extension__
+extern unsigned long long int ____strtoull_l_internal (__const char *
+             __restrict __nptr,
+             char **
+             __restrict __endptr,
+             int __base, int __group,
+             __locale_t __loc);
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+extern char *__ecvt (double __value, int __ndigit, int *__restrict __decpt,
+       int *__restrict __sign);
+extern char *__fcvt (double __value, int __ndigit, int *__restrict __decpt,
+       int *__restrict __sign);
+extern char *__gcvt (double __value, int __ndigit, char *__buf);
+extern int __ecvt_r (double __value, int __ndigit, int *__restrict __decpt,
+       int *__restrict __sign, char *__restrict __buf,
+       size_t __len);
+extern int __fcvt_r (double __value, int __ndigit, int *__restrict __decpt,
+       int *__restrict __sign, char *__restrict __buf,
+       size_t __len);
+extern char *__qecvt (long double __value, int __ndigit,
+        int *__restrict __decpt, int *__restrict __sign);
+extern char *__qfcvt (long double __value, int __ndigit,
+        int *__restrict __decpt, int *__restrict __sign);
+extern char *__qgcvt (long double __value, int __ndigit, char *__buf);
+extern int __qecvt_r (long double __value, int __ndigit,
+        int *__restrict __decpt, int *__restrict __sign,
+        char *__restrict __buf, size_t __len);
+extern int __qfcvt_r (long double __value, int __ndigit,
+        int *__restrict __decpt, int *__restrict __sign,
+        char *__restrict __buf, size_t __len);
+# 226 "../include/stdlib.h"
+extern void *__default_morecore (ptrdiff_t) __attribute__ ((__nothrow__ ));
+
+
+struct abort_msg_s
+{
+  unsigned int size;
+  char msg[0];
+};
+extern struct abort_msg_s *__abort_msg;
+
+
+
+# 50 "../include/atomic.h" 2
+
+# 1 "../ports/sysdeps/unix/sysv/linux/arm/nptl/bits/atomic.h" 1
+# 23 "../ports/sysdeps/unix/sysv/linux/arm/nptl/bits/atomic.h"
+typedef int8_t atomic8_t;
+typedef uint8_t uatomic8_t;
+typedef int_fast8_t atomic_fast8_t;
+typedef uint_fast8_t uatomic_fast8_t;
+
+typedef int32_t atomic32_t;
+typedef uint32_t uatomic32_t;
+typedef int_fast32_t atomic_fast32_t;
+typedef uint_fast32_t uatomic_fast32_t;
+
+typedef intptr_t atomicptr_t;
+typedef uintptr_t uatomicptr_t;
+typedef intmax_t atomic_max_t;
+typedef uintmax_t uatomic_max_t;
+
+void __arm_link_error (void);
+# 52 "../include/atomic.h" 2
+# 26 "../ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h" 2
+
+# 1 "../ports/sysdeps/unix/sysv/linux/arm/kernel-features.h" 1
+# 60 "../ports/sysdeps/unix/sysv/linux/arm/kernel-features.h"
+# 1 "../sysdeps/unix/sysv/linux/kernel-features.h" 1
+# 61 "../ports/sysdeps/unix/sysv/linux/arm/kernel-features.h" 2
+# 28 "../ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h" 2
+# 146 "../ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h"
+extern void __lll_lock_wait_private (int *futex) ;
+extern void __lll_lock_wait (int *futex, int private) ;
+extern int __lll_robust_lock_wait (int *futex, int private) ;
+# 192 "../ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h"
+extern int __lll_timedlock_wait (int *futex, const struct timespec *,
+     int private) ;
+extern int __lll_robust_timedlock_wait (int *futex, const struct timespec *,
+     int private) ;
+# 272 "../ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h"
+extern int __lll_timedwait_tid (int *, const struct timespec *)
+     ;
+# 32 "../nptl/descr.h" 2
+# 1 "../ports/sysdeps/arm/nptl/pthreaddef.h" 1
+# 33 "../nptl/descr.h" 2
+# 1 "../sysdeps/unix/sysv/linux/dl-sysdep.h" 1
+# 20 "../sysdeps/unix/sysv/linux/dl-sysdep.h"
+# 1 "../ports/sysdeps/arm/dl-sysdep.h" 1
+# 20 "../ports/sysdeps/arm/dl-sysdep.h"
+# 1 "../sysdeps/generic/dl-sysdep.h" 1
+# 21 "../ports/sysdeps/arm/dl-sysdep.h" 2
+# 21 "../sysdeps/unix/sysv/linux/dl-sysdep.h" 2
+# 32 "../sysdeps/unix/sysv/linux/dl-sysdep.h"
+extern int _dl_discover_osversion (void) ;
+# 34 "../nptl/descr.h" 2
+# 1 "../nptl/../nptl_db/thread_db.h" 1
+# 26 "../nptl/../nptl_db/thread_db.h"
+# 1 "../include/pthread.h" 1
+# 1 "../nptl/sysdeps/pthread/pthread.h" 1
+# 24 "../nptl/sysdeps/pthread/pthread.h"
+# 1 "../include/endian.h" 1
+# 25 "../nptl/sysdeps/pthread/pthread.h" 2
+
+
+
+
+
+# 1 "../sysdeps/wordsize-32/bits/wordsize.h" 1
+# 31 "../nptl/sysdeps/pthread/pthread.h" 2
+
+
+
+enum
+{
+  PTHREAD_CREATE_JOINABLE,
+
+  PTHREAD_CREATE_DETACHED
+
+};
+
+
+
+enum
+{
+  PTHREAD_MUTEX_TIMED_NP,
+  PTHREAD_MUTEX_RECURSIVE_NP,
+  PTHREAD_MUTEX_ERRORCHECK_NP,
+  PTHREAD_MUTEX_ADAPTIVE_NP
+
+  ,
+  PTHREAD_MUTEX_NORMAL = PTHREAD_MUTEX_TIMED_NP,
+  PTHREAD_MUTEX_RECURSIVE = PTHREAD_MUTEX_RECURSIVE_NP,
+  PTHREAD_MUTEX_ERRORCHECK = PTHREAD_MUTEX_ERRORCHECK_NP,
+  PTHREAD_MUTEX_DEFAULT = PTHREAD_MUTEX_NORMAL
+
+
+
+  , PTHREAD_MUTEX_FAST_NP = PTHREAD_MUTEX_TIMED_NP
+
+};
+
+
+
+
+enum
+{
+  PTHREAD_MUTEX_STALLED,
+  PTHREAD_MUTEX_STALLED_NP = PTHREAD_MUTEX_STALLED,
+  PTHREAD_MUTEX_ROBUST,
+  PTHREAD_MUTEX_ROBUST_NP = PTHREAD_MUTEX_ROBUST
+};
+
+
+
+
+
+enum
+{
+  PTHREAD_PRIO_NONE,
+  PTHREAD_PRIO_INHERIT,
+  PTHREAD_PRIO_PROTECT
+};
+# 115 "../nptl/sysdeps/pthread/pthread.h"
+enum
+{
+  PTHREAD_RWLOCK_PREFER_READER_NP,
+  PTHREAD_RWLOCK_PREFER_WRITER_NP,
+  PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP,
+  PTHREAD_RWLOCK_DEFAULT_NP = PTHREAD_RWLOCK_PREFER_READER_NP
+};
+# 147 "../nptl/sysdeps/pthread/pthread.h"
+enum
+{
+  PTHREAD_INHERIT_SCHED,
+
+  PTHREAD_EXPLICIT_SCHED
+
+};
+
+
+
+enum
+{
+  PTHREAD_SCOPE_SYSTEM,
+
+  PTHREAD_SCOPE_PROCESS
+
+};
+
+
+
+enum
+{
+  PTHREAD_PROCESS_PRIVATE,
+
+  PTHREAD_PROCESS_SHARED
+
+};
+# 182 "../nptl/sysdeps/pthread/pthread.h"
+struct _pthread_cleanup_buffer
+{
+  void (*__routine) (void *);
+  void *__arg;
+  int __canceltype;
+  struct _pthread_cleanup_buffer *__prev;
+};
+
+
+enum
+{
+  PTHREAD_CANCEL_ENABLE,
+
+  PTHREAD_CANCEL_DISABLE
+
+};
+enum
+{
+  PTHREAD_CANCEL_DEFERRED,
+
+  PTHREAD_CANCEL_ASYNCHRONOUS
+
+};
+# 220 "../nptl/sysdeps/pthread/pthread.h"
+
+
+
+
+
+extern int pthread_create (pthread_t *__restrict __newthread,
+      __const pthread_attr_t *__restrict __attr,
+      void *(*__start_routine) (void *),
+      void *__restrict __arg) __attribute__ ((__nothrow__)) ;
+
+
+
+
+
+extern void pthread_exit (void *__retval) __attribute__ ((__noreturn__));
+
+
+
+
+
+
+
+extern int pthread_join (pthread_t __th, void **__thread_return);
+
+
+
+
+extern int pthread_tryjoin_np (pthread_t __th, void **__thread_return) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+
+extern int pthread_timedjoin_np (pthread_t __th, void **__thread_return,
+     __const struct timespec *__abstime);
+
+
+
+
+
+
+extern int pthread_detach (pthread_t __th) __attribute__ ((__nothrow__ ));
+
+
+
+extern pthread_t pthread_self (void) __attribute__ ((__nothrow__ )) __attribute__ ((__const__));
+
+
+extern int pthread_equal (pthread_t __thread1, pthread_t __thread2) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+
+extern int pthread_attr_init (pthread_attr_t *__attr) __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_attr_destroy (pthread_attr_t *__attr)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_attr_getdetachstate (__const pthread_attr_t *__attr,
+     int *__detachstate)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_attr_setdetachstate (pthread_attr_t *__attr,
+     int __detachstate)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+extern int pthread_attr_getguardsize (__const pthread_attr_t *__attr,
+          size_t *__guardsize)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_attr_setguardsize (pthread_attr_t *__attr,
+          size_t __guardsize)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+extern int pthread_attr_getschedparam (__const pthread_attr_t *__restrict
+           __attr,
+           struct sched_param *__restrict __param)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_attr_setschedparam (pthread_attr_t *__restrict __attr,
+           __const struct sched_param *__restrict
+           __param) __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_attr_getschedpolicy (__const pthread_attr_t *__restrict
+     __attr, int *__restrict __policy)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_attr_setschedpolicy (pthread_attr_t *__attr, int __policy)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_attr_getinheritsched (__const pthread_attr_t *__restrict
+      __attr, int *__restrict __inherit)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_attr_setinheritsched (pthread_attr_t *__attr,
+      int __inherit)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+extern int pthread_attr_getscope (__const pthread_attr_t *__restrict __attr,
+      int *__restrict __scope)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_attr_setscope (pthread_attr_t *__attr, int __scope)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_attr_getstackaddr (__const pthread_attr_t *__restrict
+          __attr, void **__restrict __stackaddr)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__deprecated__));
+
+
+
+
+
+extern int pthread_attr_setstackaddr (pthread_attr_t *__attr,
+          void *__stackaddr)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__deprecated__));
+
+
+extern int pthread_attr_getstacksize (__const pthread_attr_t *__restrict
+          __attr, size_t *__restrict __stacksize)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern int pthread_attr_setstacksize (pthread_attr_t *__attr,
+          size_t __stacksize)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+extern int pthread_attr_getstack (__const pthread_attr_t *__restrict __attr,
+      void **__restrict __stackaddr,
+      size_t *__restrict __stacksize)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern int pthread_attr_setstack (pthread_attr_t *__attr, void *__stackaddr,
+      size_t __stacksize) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+extern int pthread_attr_setaffinity_np (pthread_attr_t *__attr,
+     size_t __cpusetsize,
+     __const cpu_set_t *__cpuset)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+extern int pthread_attr_getaffinity_np (__const pthread_attr_t *__attr,
+     size_t __cpusetsize,
+     cpu_set_t *__cpuset)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+extern int pthread_getattr_np (pthread_t __th, pthread_attr_t *__attr)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+
+
+extern int pthread_setschedparam (pthread_t __target_thread, int __policy,
+      __const struct sched_param *__param)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_getschedparam (pthread_t __target_thread,
+      int *__restrict __policy,
+      struct sched_param *__restrict __param)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_setschedprio (pthread_t __target_thread, int __prio)
+     __attribute__ ((__nothrow__ ));
+
+
+
+
+extern int pthread_getname_np (pthread_t __target_thread, char *__buf,
+          size_t __buflen)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_setname_np (pthread_t __target_thread, __const char *__name)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+extern int pthread_getconcurrency (void) __attribute__ ((__nothrow__ ));
+
+
+extern int pthread_setconcurrency (int __level) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+
+extern int pthread_yield (void) __attribute__ ((__nothrow__ ));
+
+
+
+
+extern int pthread_setaffinity_np (pthread_t __th, size_t __cpusetsize,
+       __const cpu_set_t *__cpuset)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_getaffinity_np (pthread_t __th, size_t __cpusetsize,
+       cpu_set_t *__cpuset)
+     __attribute__ ((__nothrow__ )) ;
+# 478 "../nptl/sysdeps/pthread/pthread.h"
+extern int pthread_once (pthread_once_t *__once_control,
+    void (*__init_routine) (void)) ;
+# 490 "../nptl/sysdeps/pthread/pthread.h"
+extern int pthread_setcancelstate (int __state, int *__oldstate);
+
+
+
+extern int pthread_setcanceltype (int __type, int *__oldtype);
+
+
+extern int pthread_cancel (pthread_t __th);
+
+
+
+
+extern void pthread_testcancel (void);
+
+
+
+
+typedef struct
+{
+  struct
+  {
+    __jmp_buf __cancel_jmp_buf;
+    int __mask_was_saved;
+  } __cancel_jmp_buf[1];
+  void *__pad[4];
+} __pthread_unwind_buf_t __attribute__ ((__aligned__));
+# 524 "../nptl/sysdeps/pthread/pthread.h"
+struct __pthread_cleanup_frame
+{
+  void (*__cancel_routine) (void *);
+  void *__cancel_arg;
+  int __do_it;
+  int __cancel_type;
+};
+# 664 "../nptl/sysdeps/pthread/pthread.h"
+extern void __pthread_register_cancel (__pthread_unwind_buf_t *__buf)
+     ;
+# 676 "../nptl/sysdeps/pthread/pthread.h"
+extern void __pthread_unregister_cancel (__pthread_unwind_buf_t *__buf)
+  ;
+# 699 "../nptl/sysdeps/pthread/pthread.h"
+extern void __pthread_register_cancel_defer (__pthread_unwind_buf_t *__buf)
+     ;
+# 712 "../nptl/sysdeps/pthread/pthread.h"
+extern void __pthread_unregister_cancel_restore (__pthread_unwind_buf_t *__buf)
+  ;
+
+
+
+extern void __pthread_unwind_next (__pthread_unwind_buf_t *__buf)
+     __attribute__ ((__noreturn__))
+
+     __attribute__ ((__weak__))
+
+     ;
+
+
+
+struct __jmp_buf_tag;
+extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+extern int pthread_mutex_init (pthread_mutex_t *__mutex,
+          __const pthread_mutexattr_t *__mutexattr)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_mutex_destroy (pthread_mutex_t *__mutex)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_mutex_trylock (pthread_mutex_t *__mutex)
+     __attribute__ ((__nothrow__)) ;
+
+
+extern int pthread_mutex_lock (pthread_mutex_t *__mutex)
+     __attribute__ ((__nothrow__)) ;
+
+
+
+extern int pthread_mutex_timedlock (pthread_mutex_t *__restrict __mutex,
+        __const struct timespec *__restrict
+        __abstime) __attribute__ ((__nothrow__)) ;
+
+
+
+extern int pthread_mutex_unlock (pthread_mutex_t *__mutex)
+     __attribute__ ((__nothrow__)) ;
+
+
+
+extern int pthread_mutex_getprioceiling (__const pthread_mutex_t *
+      __restrict __mutex,
+      int *__restrict __prioceiling)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+extern int pthread_mutex_setprioceiling (pthread_mutex_t *__restrict __mutex,
+      int __prioceiling,
+      int *__restrict __old_ceiling)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern int pthread_mutex_consistent (pthread_mutex_t *__mutex)
+     __attribute__ ((__nothrow__ )) ;
+
+extern int pthread_mutex_consistent_np (pthread_mutex_t *__mutex)
+     __attribute__ ((__nothrow__ )) ;
+# 790 "../nptl/sysdeps/pthread/pthread.h"
+extern int pthread_mutexattr_init (pthread_mutexattr_t *__attr)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_mutexattr_destroy (pthread_mutexattr_t *__attr)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_mutexattr_getpshared (__const pthread_mutexattr_t *
+      __restrict __attr,
+      int *__restrict __pshared)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_mutexattr_setpshared (pthread_mutexattr_t *__attr,
+      int __pshared)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+extern int pthread_mutexattr_gettype (__const pthread_mutexattr_t *__restrict
+          __attr, int *__restrict __kind)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern int pthread_mutexattr_settype (pthread_mutexattr_t *__attr, int __kind)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+extern int pthread_mutexattr_getprotocol (__const pthread_mutexattr_t *
+       __restrict __attr,
+       int *__restrict __protocol)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+extern int pthread_mutexattr_setprotocol (pthread_mutexattr_t *__attr,
+       int __protocol)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_mutexattr_getprioceiling (__const pthread_mutexattr_t *
+          __restrict __attr,
+          int *__restrict __prioceiling)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_mutexattr_setprioceiling (pthread_mutexattr_t *__attr,
+          int __prioceiling)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+extern int pthread_mutexattr_getrobust (__const pthread_mutexattr_t *__attr,
+     int *__robustness)
+     __attribute__ ((__nothrow__ )) ;
+
+extern int pthread_mutexattr_getrobust_np (__const pthread_mutexattr_t *__attr,
+        int *__robustness)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+extern int pthread_mutexattr_setrobust (pthread_mutexattr_t *__attr,
+     int __robustness)
+     __attribute__ ((__nothrow__ )) ;
+
+extern int pthread_mutexattr_setrobust_np (pthread_mutexattr_t *__attr,
+        int __robustness)
+     __attribute__ ((__nothrow__ )) ;
+# 872 "../nptl/sysdeps/pthread/pthread.h"
+extern int pthread_rwlock_init (pthread_rwlock_t *__restrict __rwlock,
+    __const pthread_rwlockattr_t *__restrict
+    __attr) __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_rwlock_destroy (pthread_rwlock_t *__rwlock)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_rwlock_rdlock (pthread_rwlock_t *__rwlock)
+     __attribute__ ((__nothrow__)) ;
+
+
+extern int pthread_rwlock_tryrdlock (pthread_rwlock_t *__rwlock)
+  __attribute__ ((__nothrow__)) ;
+
+
+
+extern int pthread_rwlock_timedrdlock (pthread_rwlock_t *__restrict __rwlock,
+           __const struct timespec *__restrict
+           __abstime) __attribute__ ((__nothrow__)) ;
+
+
+
+extern int pthread_rwlock_wrlock (pthread_rwlock_t *__rwlock)
+     __attribute__ ((__nothrow__)) ;
+
+
+extern int pthread_rwlock_trywrlock (pthread_rwlock_t *__rwlock)
+     __attribute__ ((__nothrow__)) ;
+
+
+
+extern int pthread_rwlock_timedwrlock (pthread_rwlock_t *__restrict __rwlock,
+           __const struct timespec *__restrict
+           __abstime) __attribute__ ((__nothrow__)) ;
+
+
+
+extern int pthread_rwlock_unlock (pthread_rwlock_t *__rwlock)
+     __attribute__ ((__nothrow__)) ;
+
+
+
+
+
+extern int pthread_rwlockattr_init (pthread_rwlockattr_t *__attr)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_rwlockattr_destroy (pthread_rwlockattr_t *__attr)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_rwlockattr_getpshared (__const pthread_rwlockattr_t *
+       __restrict __attr,
+       int *__restrict __pshared)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_rwlockattr_setpshared (pthread_rwlockattr_t *__attr,
+       int __pshared)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_rwlockattr_getkind_np (__const pthread_rwlockattr_t *
+       __restrict __attr,
+       int *__restrict __pref)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_rwlockattr_setkind_np (pthread_rwlockattr_t *__attr,
+       int __pref) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+
+
+extern int pthread_cond_init (pthread_cond_t *__restrict __cond,
+         __const pthread_condattr_t *__restrict
+         __cond_attr) __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_cond_destroy (pthread_cond_t *__cond)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_cond_signal (pthread_cond_t *__cond)
+     __attribute__ ((__nothrow__)) ;
+
+
+extern int pthread_cond_broadcast (pthread_cond_t *__cond)
+     __attribute__ ((__nothrow__)) ;
+
+
+
+
+
+
+extern int pthread_cond_wait (pthread_cond_t *__restrict __cond,
+         pthread_mutex_t *__restrict __mutex)
+     ;
+# 984 "../nptl/sysdeps/pthread/pthread.h"
+extern int pthread_cond_timedwait (pthread_cond_t *__restrict __cond,
+       pthread_mutex_t *__restrict __mutex,
+       __const struct timespec *__restrict
+       __abstime) ;
+
+
+
+
+extern int pthread_condattr_init (pthread_condattr_t *__attr)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_condattr_destroy (pthread_condattr_t *__attr)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_condattr_getpshared (__const pthread_condattr_t *
+     __restrict __attr,
+     int *__restrict __pshared)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_condattr_setpshared (pthread_condattr_t *__attr,
+     int __pshared) __attribute__ ((__nothrow__ )) ;
+
+
+
+extern int pthread_condattr_getclock (__const pthread_condattr_t *
+          __restrict __attr,
+          __clockid_t *__restrict __clock_id)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_condattr_setclock (pthread_condattr_t *__attr,
+          __clockid_t __clock_id)
+     __attribute__ ((__nothrow__ )) ;
+# 1028 "../nptl/sysdeps/pthread/pthread.h"
+extern int pthread_spin_init (pthread_spinlock_t *__lock, int __pshared)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_spin_destroy (pthread_spinlock_t *__lock)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_spin_lock (pthread_spinlock_t *__lock)
+     __attribute__ ((__nothrow__)) ;
+
+
+extern int pthread_spin_trylock (pthread_spinlock_t *__lock)
+     __attribute__ ((__nothrow__)) ;
+
+
+extern int pthread_spin_unlock (pthread_spinlock_t *__lock)
+     __attribute__ ((__nothrow__)) ;
+
+
+
+
+
+
+extern int pthread_barrier_init (pthread_barrier_t *__restrict __barrier,
+     __const pthread_barrierattr_t *__restrict
+     __attr, unsigned int __count)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_barrier_destroy (pthread_barrier_t *__barrier)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_barrier_wait (pthread_barrier_t *__barrier)
+     __attribute__ ((__nothrow__)) ;
+
+
+
+extern int pthread_barrierattr_init (pthread_barrierattr_t *__attr)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_barrierattr_destroy (pthread_barrierattr_t *__attr)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_barrierattr_getpshared (__const pthread_barrierattr_t *
+        __restrict __attr,
+        int *__restrict __pshared)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_barrierattr_setpshared (pthread_barrierattr_t *__attr,
+        int __pshared)
+     __attribute__ ((__nothrow__ )) ;
+# 1095 "../nptl/sysdeps/pthread/pthread.h"
+extern int pthread_key_create (pthread_key_t *__key,
+          void (*__destr_function) (void *))
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int pthread_key_delete (pthread_key_t __key) __attribute__ ((__nothrow__ ));
+
+
+extern void *pthread_getspecific (pthread_key_t __key) __attribute__ ((__nothrow__ ));
+
+
+extern int pthread_setspecific (pthread_key_t __key,
+    __const void *__pointer) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern int pthread_getcpuclockid (pthread_t __thread_id,
+      __clockid_t *__clock_id)
+     __attribute__ ((__nothrow__ )) ;
+# 1129 "../nptl/sysdeps/pthread/pthread.h"
+extern int pthread_atfork (void (*__prepare) (void),
+      void (*__parent) (void),
+      void (*__child) (void)) __attribute__ ((__nothrow__ ));
+
+
+
+
+extern __inline int
+__attribute__ ((__nothrow__ )) pthread_equal (pthread_t __thread1, pthread_t __thread2)
+{
+  return __thread1 == __thread2;
+}
+
+
+
+# 2 "../include/pthread.h" 2
+
+
+extern void __pthread_initialize (void) __attribute__ ((weak));
+# 27 "../nptl/../nptl_db/thread_db.h" 2
+
+# 1 "../include/sys/types.h" 1
+# 29 "../nptl/../nptl_db/thread_db.h" 2
+# 1 "../ports/sysdeps/unix/sysv/linux/arm/sys/procfs.h" 1
+# 32 "../ports/sysdeps/unix/sysv/linux/arm/sys/procfs.h"
+# 1 "../include/sys/time.h" 1
+
+# 1 "../time/sys/time.h" 1
+# 29 "../time/sys/time.h"
+# 1 "../sysdeps/unix/sysv/linux/bits/time.h" 1
+# 30 "../time/sys/time.h" 2
+# 39 "../time/sys/time.h"
+
+# 57 "../time/sys/time.h"
+struct timezone
+  {
+    int tz_minuteswest;
+    int tz_dsttime;
+  };
+
+typedef struct timezone *__restrict __timezone_ptr_t;
+# 73 "../time/sys/time.h"
+extern int gettimeofday (struct timeval *__restrict __tv,
+    __timezone_ptr_t __tz) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern int settimeofday (__const struct timeval *__tv,
+    __const struct timezone *__tz)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+extern int adjtime (__const struct timeval *__delta,
+      struct timeval *__olddelta) __attribute__ ((__nothrow__ ));
+
+
+
+
+enum __itimer_which
+  {
+
+    ITIMER_REAL = 0,
+
+
+    ITIMER_VIRTUAL = 1,
+
+
+
+    ITIMER_PROF = 2
+
+  };
+
+
+
+struct itimerval
+  {
+
+    struct timeval it_interval;
+
+    struct timeval it_value;
+  };
+
+
+
+
+typedef enum __itimer_which __itimer_which_t;
+
+
+
+
+
+
+extern int getitimer (__itimer_which_t __which,
+        struct itimerval *__value) __attribute__ ((__nothrow__ ));
+
+
+
+
+extern int setitimer (__itimer_which_t __which,
+        __const struct itimerval *__restrict __new,
+        struct itimerval *__restrict __old) __attribute__ ((__nothrow__ ));
+
+
+
+
+extern int utimes (__const char *__file, __const struct timeval __tvp[2])
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+extern int lutimes (__const char *__file, __const struct timeval __tvp[2])
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int futimes (int __fd, __const struct timeval __tvp[2]) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+extern int futimesat (int __fd, __const char *__file,
+        __const struct timeval __tvp[2]) __attribute__ ((__nothrow__ ));
+# 191 "../time/sys/time.h"
+
+# 3 "../include/sys/time.h" 2
+
+
+extern int __gettimeofday (struct timeval *__tv,
+      struct timezone *__tz);
+extern int __gettimeofday_internal (struct timeval *__tv,
+        struct timezone *__tz)
+ ;
+extern int __settimeofday (__const struct timeval *__tv,
+      __const struct timezone *__tz)
+ ;
+extern int __adjtime (__const struct timeval *__delta,
+        struct timeval *__olddelta);
+extern int __getitimer (enum __itimer_which __which,
+   struct itimerval *__value);
+extern int __setitimer (enum __itimer_which __which,
+   __const struct itimerval *__restrict __new,
+   struct itimerval *__restrict __old)
+ ;
+extern int __utimes (__const char *__file, const struct timeval __tvp[2])
+ ;
+extern int __futimes (int fd, __const struct timeval tvp[2]) ;
+# 33 "../ports/sysdeps/unix/sysv/linux/arm/sys/procfs.h" 2
+# 1 "../include/sys/types.h" 1
+# 34 "../ports/sysdeps/unix/sysv/linux/arm/sys/procfs.h" 2
+# 1 "../ports/sysdeps/unix/sysv/linux/arm/sys/user.h" 1
+# 26 "../ports/sysdeps/unix/sysv/linux/arm/sys/user.h"
+struct user_fpregs
+{
+  struct fp_reg
+  {
+    unsigned int sign1:1;
+    unsigned int unused:15;
+    unsigned int sign2:1;
+    unsigned int exponent:14;
+    unsigned int j:1;
+    unsigned int mantissa1:31;
+    unsigned int mantissa0:32;
+  } fpregs[8];
+  unsigned int fpsr:32;
+  unsigned int fpcr:32;
+  unsigned char ftype[8];
+  unsigned int init_flag;
+};
+
+struct user_regs
+{
+  unsigned long int uregs[18];
+};
+
+struct user
+{
+  struct user_regs regs;
+  int u_fpvalid;
+
+  unsigned long int u_tsize;
+  unsigned long int u_dsize;
+  unsigned long int u_ssize;
+
+  unsigned long start_code;
+  unsigned long start_stack;
+
+  long int signal;
+  int reserved;
+  struct user_regs *u_ar0;
+
+  unsigned long magic;
+  char u_comm[32];
+  int u_debugreg[8];
+  struct user_fpregs u_fp;
+  struct user_fpregs *u_fp0;
+};
+# 35 "../ports/sysdeps/unix/sysv/linux/arm/sys/procfs.h" 2
+
+
+
+
+typedef unsigned long elf_greg_t;
+
+
+
+
+
+
+typedef elf_greg_t elf_gregset_t[(sizeof (struct user_regs) / sizeof(elf_greg_t))];
+
+
+typedef struct user_fpregs elf_fpregset_t;
+
+
+struct elf_siginfo
+  {
+    int si_signo;
+    int si_code;
+    int si_errno;
+  };
+# 66 "../ports/sysdeps/unix/sysv/linux/arm/sys/procfs.h"
+struct elf_prstatus
+  {
+    struct elf_siginfo pr_info;
+    short int pr_cursig;
+    unsigned long int pr_sigpend;
+    unsigned long int pr_sighold;
+    __pid_t pr_pid;
+    __pid_t pr_ppid;
+    __pid_t pr_pgrp;
+    __pid_t pr_sid;
+    struct timeval pr_utime;
+    struct timeval pr_stime;
+    struct timeval pr_cutime;
+    struct timeval pr_cstime;
+    elf_gregset_t pr_reg;
+    int pr_fpvalid;
+  };
+
+
+
+
+struct elf_prpsinfo
+  {
+    char pr_state;
+    char pr_sname;
+    char pr_zomb;
+    char pr_nice;
+    unsigned long int pr_flag;
+    unsigned short int pr_uid;
+    unsigned short int pr_gid;
+    int pr_pid, pr_ppid, pr_pgrp, pr_sid;
+
+    char pr_fname[16];
+    char pr_psargs[(80)];
+  };
+
+
+
+
+
+
+typedef void *psaddr_t;
+
+
+typedef elf_gregset_t prgregset_t;
+typedef elf_fpregset_t prfpregset_t;
+
+
+
+typedef __pid_t lwpid_t;
+
+
+typedef struct elf_prstatus prstatus_t;
+typedef struct elf_prpsinfo prpsinfo_t;
+
+
+# 30 "../nptl/../nptl_db/thread_db.h" 2
+
+
+
+typedef enum
+{
+  TD_OK,
+  TD_ERR,
+  TD_NOTHR,
+  TD_NOSV,
+  TD_NOLWP,
+  TD_BADPH,
+  TD_BADTH,
+  TD_BADSH,
+  TD_BADTA,
+  TD_BADKEY,
+  TD_NOMSG,
+  TD_NOFPREGS,
+  TD_NOLIBTHREAD,
+  TD_NOEVENT,
+  TD_NOCAPAB,
+  TD_DBERR,
+  TD_NOAPLIC,
+  TD_NOTSD,
+  TD_MALLOC,
+  TD_PARTIALREG,
+  TD_NOXREGS,
+  TD_TLSDEFER,
+  TD_NOTALLOC = TD_TLSDEFER,
+  TD_VERSION,
+  TD_NOTLS
+} td_err_e;
+
+
+
+
+typedef enum
+{
+  TD_THR_ANY_STATE,
+  TD_THR_UNKNOWN,
+  TD_THR_STOPPED,
+  TD_THR_RUN,
+  TD_THR_ACTIVE,
+  TD_THR_ZOMBIE,
+  TD_THR_SLEEP,
+  TD_THR_STOPPED_ASLEEP
+} td_thr_state_e;
+
+
+
+typedef enum
+{
+  TD_THR_ANY_TYPE,
+  TD_THR_USER,
+  TD_THR_SYSTEM
+} td_thr_type_e;
+
+
+
+
+
+typedef struct td_thragent td_thragent_t;
+
+
+typedef struct td_thrhandle
+{
+  td_thragent_t *th_ta_p;
+  psaddr_t th_unique;
+} td_thrhandle_t;
+
+
+
+struct link_map;
+# 116 "../nptl/../nptl_db/thread_db.h"
+typedef struct td_thr_events
+{
+  uint32_t event_bits[2];
+} td_thr_events_t;
+# 155 "../nptl/../nptl_db/thread_db.h"
+typedef enum
+{
+  TD_ALL_EVENTS,
+  TD_EVENT_NONE = TD_ALL_EVENTS,
+  TD_READY,
+  TD_SLEEP,
+  TD_SWITCHTO,
+  TD_SWITCHFROM,
+  TD_LOCK_TRY,
+  TD_CATCHSIG,
+  TD_IDLE,
+  TD_CREATE,
+  TD_DEATH,
+  TD_PREEMPT,
+  TD_PRI_INHERIT,
+  TD_REAP,
+  TD_CONCURRENCY,
+  TD_TIMEOUT,
+  TD_MIN_EVENT_NUM = TD_READY,
+  TD_MAX_EVENT_NUM = TD_TIMEOUT,
+  TD_EVENTS_ENABLE = 31
+} td_event_e;
+
+
+typedef enum
+{
+  NOTIFY_BPT,
+  NOTIFY_AUTOBPT,
+
+  NOTIFY_SYSCALL
+} td_notify_e;
+
+
+typedef struct td_notify
+{
+  td_notify_e type;
+  union
+  {
+    psaddr_t bptaddr;
+    int syscallno;
+  } u;
+} td_notify_t;
+
+
+typedef struct td_event_msg
+{
+  td_event_e event;
+  const td_thrhandle_t *th_p;
+  union
+  {
+
+
+
+    uintptr_t data;
+  } msg;
+} td_event_msg_t;
+
+
+typedef struct
+{
+  td_thr_events_t eventmask;
+  td_event_e eventnum;
+  void *eventdata;
+} td_eventbuf_t;
+
+
+
+typedef struct td_ta_stats
+{
+  int nthreads;
+  int r_concurrency;
+  int nrunnable_num;
+  int nrunnable_den;
+  int a_concurrency_num;
+  int a_concurrency_den;
+  int nlwps_num;
+
+  int nlwps_den;
+
+  int nidle_num;
+
+  int nidle_den;
+
+} td_ta_stats_t;
+
+
+
+
+typedef pthread_t thread_t;
+typedef pthread_key_t thread_key_t;
+
+
+
+typedef int td_thr_iter_f (const td_thrhandle_t *, void *);
+
+
+typedef int td_key_iter_f (thread_key_t, void (*) (void *), void *);
+
+
+
+
+struct ps_prochandle;
+
+
+
+typedef struct td_thrinfo
+{
+  td_thragent_t *ti_ta_p;
+  unsigned int ti_user_flags;
+  thread_t ti_tid;
+
+  char *ti_tls;
+  psaddr_t ti_startfunc;
+
+  psaddr_t ti_stkbase;
+  long int ti_stksize;
+  psaddr_t ti_ro_area;
+  int ti_ro_size;
+  td_thr_state_e ti_state;
+  unsigned char ti_db_suspended;
+  td_thr_type_e ti_type;
+
+  intptr_t ti_pc;
+  intptr_t ti_sp;
+  short int ti_flags;
+  int ti_pri;
+  lwpid_t ti_lid;
+  sigset_t ti_sigmask;
+  unsigned char ti_traceme;
+
+  unsigned char ti_preemptflag;
+  unsigned char ti_pirecflag;
+  sigset_t ti_pending;
+  td_thr_events_t ti_events;
+} td_thrinfo_t;
+
+
+
+
+
+
+extern td_err_e td_init (void);
+
+
+extern td_err_e td_log (void);
+
+
+extern const char **td_symbol_list (void);
+
+
+extern td_err_e td_ta_new (struct ps_prochandle *__ps, td_thragent_t **__ta);
+
+
+extern td_err_e td_ta_delete (td_thragent_t *__ta);
+
+
+extern td_err_e td_ta_get_nthreads (const td_thragent_t *__ta, int *__np);
+
+
+
+extern td_err_e td_ta_get_ph (const td_thragent_t *__ta,
+         struct ps_prochandle **__ph);
+
+
+
+extern td_err_e td_ta_map_id2thr (const td_thragent_t *__ta, pthread_t __pt,
+      td_thrhandle_t *__th);
+
+
+
+extern td_err_e td_ta_map_lwp2thr (const td_thragent_t *__ta, lwpid_t __lwpid,
+       td_thrhandle_t *__th);
+
+
+
+
+extern td_err_e td_ta_thr_iter (const td_thragent_t *__ta,
+    td_thr_iter_f *__callback, void *__cbdata_p,
+    td_thr_state_e __state, int __ti_pri,
+    sigset_t *__ti_sigmask_p,
+    unsigned int __ti_user_flags);
+
+
+extern td_err_e td_ta_tsd_iter (const td_thragent_t *__ta, td_key_iter_f *__ki,
+    void *__p);
+
+
+
+extern td_err_e td_ta_event_addr (const td_thragent_t *__ta,
+      td_event_e __event, td_notify_t *__ptr);
+
+
+extern td_err_e td_ta_set_event (const td_thragent_t *__ta,
+     td_thr_events_t *__event);
+
+
+extern td_err_e td_ta_clear_event (const td_thragent_t *__ta,
+       td_thr_events_t *__event);
+
+
+extern td_err_e td_ta_event_getmsg (const td_thragent_t *__ta,
+        td_event_msg_t *__msg);
+
+
+
+extern td_err_e td_ta_setconcurrency (const td_thragent_t *__ta, int __level);
+
+
+
+extern td_err_e td_ta_enable_stats (const td_thragent_t *__ta, int __enable);
+
+
+extern td_err_e td_ta_reset_stats (const td_thragent_t *__ta);
+
+
+extern td_err_e td_ta_get_stats (const td_thragent_t *__ta,
+     td_ta_stats_t *__statsp);
+
+
+
+extern td_err_e td_thr_validate (const td_thrhandle_t *__th);
+
+
+extern td_err_e td_thr_get_info (const td_thrhandle_t *__th,
+     td_thrinfo_t *__infop);
+
+
+extern td_err_e td_thr_getfpregs (const td_thrhandle_t *__th,
+      prfpregset_t *__regset);
+
+
+extern td_err_e td_thr_getgregs (const td_thrhandle_t *__th,
+     prgregset_t __gregs);
+
+
+extern td_err_e td_thr_getxregs (const td_thrhandle_t *__th, void *__xregs);
+
+
+extern td_err_e td_thr_getxregsize (const td_thrhandle_t *__th, int *__sizep);
+
+
+extern td_err_e td_thr_setfpregs (const td_thrhandle_t *__th,
+      const prfpregset_t *__fpregs);
+
+
+extern td_err_e td_thr_setgregs (const td_thrhandle_t *__th,
+     prgregset_t __gregs);
+
+
+extern td_err_e td_thr_setxregs (const td_thrhandle_t *__th,
+     const void *__addr);
+
+
+
+extern td_err_e td_thr_tlsbase (const td_thrhandle_t *__th,
+    unsigned long int __modid,
+    psaddr_t *__base);
+
+
+extern td_err_e td_thr_tls_get_addr (const td_thrhandle_t *__th,
+         psaddr_t __map_address, size_t __offset,
+         psaddr_t *__address);
+
+
+
+extern td_err_e td_thr_event_enable (const td_thrhandle_t *__th, int __event);
+
+
+extern td_err_e td_thr_set_event (const td_thrhandle_t *__th,
+      td_thr_events_t *__event);
+
+
+extern td_err_e td_thr_clear_event (const td_thrhandle_t *__th,
+        td_thr_events_t *__event);
+
+
+extern td_err_e td_thr_event_getmsg (const td_thrhandle_t *__th,
+         td_event_msg_t *__msg);
+
+
+
+extern td_err_e td_thr_setprio (const td_thrhandle_t *__th, int __prio);
+
+
+
+extern td_err_e td_thr_setsigpending (const td_thrhandle_t *__th,
+          unsigned char __n, const sigset_t *__ss);
+
+
+extern td_err_e td_thr_sigsetmask (const td_thrhandle_t *__th,
+       const sigset_t *__ss);
+
+
+
+extern td_err_e td_thr_tsd (const td_thrhandle_t *__th,
+       const thread_key_t __tk, void **__data);
+
+
+
+extern td_err_e td_thr_dbsuspend (const td_thrhandle_t *__th);
+
+
+extern td_err_e td_thr_dbresume (const td_thrhandle_t *__th);
+# 35 "../nptl/descr.h" 2
+
+
+# 1 "../ports/sysdeps/unix/sysv/linux/arm/eabi/nptl/unwind.h" 1
+# 40 "../ports/sysdeps/unix/sysv/linux/arm/eabi/nptl/unwind.h"
+  typedef unsigned _Unwind_Word __attribute__((__mode__(__word__)));
+  typedef signed _Unwind_Sword __attribute__((__mode__(__word__)));
+  typedef unsigned _Unwind_Ptr __attribute__((__mode__(__pointer__)));
+  typedef unsigned _Unwind_Internal_Ptr __attribute__((__mode__(__pointer__)));
+  typedef _Unwind_Word _uw;
+  typedef unsigned _uw64 __attribute__((mode(__DI__)));
+  typedef unsigned _uw16 __attribute__((mode(__HI__)));
+  typedef unsigned _uw8 __attribute__((mode(__QI__)));
+
+  typedef enum
+    {
+      _URC_OK = 0,
+      _URC_FOREIGN_EXCEPTION_CAUGHT = 1,
+      _URC_END_OF_STACK = 5,
+      _URC_HANDLER_FOUND = 6,
+      _URC_INSTALL_CONTEXT = 7,
+      _URC_CONTINUE_UNWIND = 8,
+      _URC_FAILURE = 9
+    }
+  _Unwind_Reason_Code;
+
+  typedef enum
+    {
+      _US_VIRTUAL_UNWIND_FRAME = 0,
+      _US_UNWIND_FRAME_STARTING = 1,
+      _US_UNWIND_FRAME_RESUME = 2,
+      _US_ACTION_MASK = 3,
+      _US_FORCE_UNWIND = 8,
+      _US_END_OF_STACK = 16
+    }
+  _Unwind_State;
+
+
+  typedef int _Unwind_Action;
+
+
+
+
+
+
+
+  typedef struct _Unwind_Control_Block _Unwind_Control_Block;
+  typedef struct _Unwind_Context _Unwind_Context;
+  typedef _uw _Unwind_EHT_Header;
+
+
+
+
+  struct _Unwind_Control_Block
+    {
+
+
+
+      _uw64 exception_class;
+
+
+
+      void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *);
+
+      struct
+ {
+   _uw reserved1;
+   _uw reserved2;
+   _uw reserved3;
+   _uw reserved4;
+   _uw reserved5;
+ }
+      unwinder_cache;
+
+      struct
+ {
+   _uw sp;
+   _uw bitpattern[5];
+ }
+      barrier_cache;
+
+      struct
+ {
+   _uw bitpattern[4];
+ }
+      cleanup_cache;
+
+      struct
+ {
+   _uw fnstart;
+   _Unwind_EHT_Header *ehtp;
+   _uw additional;
+   _uw reserved1;
+ }
+      pr_cache;
+      long long int :0;
+    };
+
+
+
+  typedef enum
+    {
+      _UVRSC_CORE = 0,
+      _UVRSC_VFP = 1,
+      _UVRSC_FPA = 2,
+      _UVRSC_WMMXD = 3,
+      _UVRSC_WMMXC = 4
+    }
+  _Unwind_VRS_RegClass;
+
+  typedef enum
+    {
+      _UVRSD_UINT32 = 0,
+      _UVRSD_VFPX = 1,
+      _UVRSD_FPAX = 2,
+      _UVRSD_UINT64 = 3,
+      _UVRSD_FLOAT = 4,
+      _UVRSD_DOUBLE = 5
+    }
+  _Unwind_VRS_DataRepresentation;
+
+  typedef enum
+    {
+      _UVRSR_OK = 0,
+      _UVRSR_NOT_IMPLEMENTED = 1,
+      _UVRSR_FAILED = 2
+    }
+  _Unwind_VRS_Result;
+
+
+  typedef struct
+    {
+
+      _uw data;
+
+      _uw *next;
+
+      _uw8 bytes_left;
+
+      _uw8 words_left;
+    }
+  __gnu_unwind_state;
+
+  typedef _Unwind_Reason_Code (*personality_routine) (_Unwind_State,
+      _Unwind_Control_Block *, _Unwind_Context *);
+
+  _Unwind_VRS_Result _Unwind_VRS_Set(_Unwind_Context *, _Unwind_VRS_RegClass,
+                                     _uw, _Unwind_VRS_DataRepresentation,
+                                     void *);
+
+  _Unwind_VRS_Result _Unwind_VRS_Get(_Unwind_Context *, _Unwind_VRS_RegClass,
+                                     _uw, _Unwind_VRS_DataRepresentation,
+                                     void *);
+
+  _Unwind_VRS_Result _Unwind_VRS_Pop(_Unwind_Context *, _Unwind_VRS_RegClass,
+                                     _uw, _Unwind_VRS_DataRepresentation);
+
+
+
+
+  typedef char _Unwind_Exception_Class[8];
+
+  void * _Unwind_GetLanguageSpecificData (_Unwind_Context *);
+  _Unwind_Ptr _Unwind_GetRegionStart (_Unwind_Context *);
+
+
+  _Unwind_Ptr _Unwind_GetDataRelBase (_Unwind_Context *);
+  _Unwind_Ptr _Unwind_GetTextRelBase (_Unwind_Context *);
+
+
+  _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Control_Block *ucbp);
+  void __attribute__((noreturn)) _Unwind_Resume(_Unwind_Control_Block *ucbp);
+  _Unwind_Reason_Code _Unwind_Resume_or_Rethrow (_Unwind_Control_Block *ucbp);
+
+  typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn)
+       (int, _Unwind_Action, _Unwind_Exception_Class,
+ _Unwind_Control_Block *, struct _Unwind_Context *, void *);
+  _Unwind_Reason_Code _Unwind_ForcedUnwind (_Unwind_Control_Block *,
+         _Unwind_Stop_Fn, void *);
+  _Unwind_Word _Unwind_GetCFA (struct _Unwind_Context *);
+  void _Unwind_Complete(_Unwind_Control_Block *ucbp);
+  void _Unwind_DeleteException (_Unwind_Control_Block *);
+
+  _Unwind_Reason_Code __gnu_unwind_frame (_Unwind_Control_Block *,
+       _Unwind_Context *);
+  _Unwind_Reason_Code __gnu_unwind_execute (_Unwind_Context *,
+         __gnu_unwind_state *);
+
+
+  static inline _Unwind_Word
+  _Unwind_decode_target2 (_Unwind_Word ptr)
+    {
+      _Unwind_Word tmp;
+
+      tmp = *(_Unwind_Word *) ptr;
+
+      if (!tmp)
+ return 0;
+
+
+
+      tmp += ptr;
+      tmp = *(_Unwind_Word *) tmp;
+
+
+
+
+
+
+      return tmp;
+    }
+
+  static inline _Unwind_Word
+  _Unwind_GetGR (_Unwind_Context *context, int regno)
+    {
+      _uw val;
+      _Unwind_VRS_Get (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
+      return val;
+    }
+
+
+
+
+
+  static inline void
+  _Unwind_SetGR (_Unwind_Context *context, int regno, _Unwind_Word val)
+    {
+      _Unwind_VRS_Set (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val);
+    }
+
+
+
+
+
+
+typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn)
+     (struct _Unwind_Context *, void *);
+
+extern _Unwind_Reason_Code _Unwind_Backtrace (_Unwind_Trace_Fn, void *);
+# 38 "../nptl/descr.h" 2
+
+
+# 1 "../include/resolv.h" 1
+# 12 "../include/resolv.h"
+# 1 "../resolv/resolv.h" 1
+# 56 "../resolv/resolv.h"
+# 1 "../include/sys/types.h" 1
+# 57 "../resolv/resolv.h" 2
+# 1 "../include/netinet/in.h" 1
+
+
+# 1 "../inet/netinet/in.h" 1
+# 25 "../inet/netinet/in.h"
+# 1 "../include/sys/socket.h" 1
+
+# 1 "../socket/sys/socket.h" 1
+# 26 "../socket/sys/socket.h"
+
+
+# 1 "../include/sys/uio.h" 1
+
+# 1 "../misc/sys/uio.h" 1
+# 24 "../misc/sys/uio.h"
+# 1 "../include/sys/types.h" 1
+# 25 "../misc/sys/uio.h" 2
+
+
+
+
+# 1 "../sysdeps/unix/sysv/linux/bits/uio.h" 1
+# 26 "../sysdeps/unix/sysv/linux/bits/uio.h"
+# 1 "../include/sys/types.h" 1
+# 27 "../sysdeps/unix/sysv/linux/bits/uio.h" 2
+# 44 "../sysdeps/unix/sysv/linux/bits/uio.h"
+struct iovec
+  {
+    void *iov_base;
+    size_t iov_len;
+  };
+
+
+
+
+
+
+
+
+
+extern ssize_t process_vm_readv (pid_t __pid, __const struct iovec *__lvec,
+     unsigned long int __liovcnt,
+     __const struct iovec *__rvec,
+     unsigned long int __riovcnt,
+     unsigned long int __flags)
+  __attribute__ ((__nothrow__ ));
+
+
+extern ssize_t process_vm_writev (pid_t __pid, __const struct iovec *__lvec,
+      unsigned long int __liovcnt,
+      __const struct iovec *__rvec,
+      unsigned long int __riovcnt,
+      unsigned long int __flags)
+  __attribute__ ((__nothrow__ ));
+
+
+# 30 "../misc/sys/uio.h" 2
+# 40 "../misc/sys/uio.h"
+extern ssize_t readv (int __fd, __const struct iovec *__iovec, int __count)
+  ;
+# 51 "../misc/sys/uio.h"
+extern ssize_t writev (int __fd, __const struct iovec *__iovec, int __count)
+  ;
+# 66 "../misc/sys/uio.h"
+extern ssize_t preadv (int __fd, __const struct iovec *__iovec, int __count,
+         __off_t __offset) ;
+# 78 "../misc/sys/uio.h"
+extern ssize_t pwritev (int __fd, __const struct iovec *__iovec, int __count,
+   __off_t __offset) ;
+# 104 "../misc/sys/uio.h"
+extern ssize_t preadv64 (int __fd, __const struct iovec *__iovec, int __count,
+    __off64_t __offset) ;
+# 116 "../misc/sys/uio.h"
+extern ssize_t pwritev64 (int __fd, __const struct iovec *__iovec, int __count,
+     __off64_t __offset) ;
+
+
+
+
+# 3 "../include/sys/uio.h" 2
+
+
+extern ssize_t __readv (int __fd, __const struct iovec *__iovec,
+   int __count);
+extern ssize_t __libc_readv (int __fd, __const struct iovec *__iovec,
+        int __count);
+extern ssize_t __writev (int __fd, __const struct iovec *__iovec,
+    int __count);
+extern ssize_t __libc_writev (int __fd, __const struct iovec *__iovec,
+         int __count);
+# 29 "../socket/sys/socket.h" 2
+
+# 1 "/usr/lib/gcc/armv5te-iwmmxt-linux-gnueabi/4.7.3/include/stddef.h" 1 3 4
+# 31 "../socket/sys/socket.h" 2
+
+
+# 1 "../sysdeps/unix/sysv/linux/bits/sigset.h" 1
+# 34 "../socket/sys/socket.h" 2
+
+
+
+
+
+
+# 1 "../sysdeps/unix/sysv/linux/bits/socket.h" 1
+# 29 "../sysdeps/unix/sysv/linux/bits/socket.h"
+# 1 "/usr/lib/gcc/armv5te-iwmmxt-linux-gnueabi/4.7.3/include/stddef.h" 1 3 4
+# 30 "../sysdeps/unix/sysv/linux/bits/socket.h" 2
+
+# 1 "../include/sys/types.h" 1
+# 32 "../sysdeps/unix/sysv/linux/bits/socket.h" 2
+
+
+
+typedef __socklen_t socklen_t;
+
+
+
+
+enum __socket_type
+{
+  SOCK_STREAM = 1,
+
+
+  SOCK_DGRAM = 2,
+
+
+  SOCK_RAW = 3,
+
+  SOCK_RDM = 4,
+
+  SOCK_SEQPACKET = 5,
+
+
+  SOCK_DCCP = 6,
+
+  SOCK_PACKET = 10,
+
+
+
+
+
+
+
+  SOCK_CLOEXEC = 02000000,
+
+
+  SOCK_NONBLOCK = 04000
+
+
+};
+# 177 "../sysdeps/unix/sysv/linux/bits/socket.h"
+# 1 "../bits/sockaddr.h" 1
+# 29 "../bits/sockaddr.h"
+typedef unsigned short int sa_family_t;
+# 178 "../sysdeps/unix/sysv/linux/bits/socket.h" 2
+
+
+struct sockaddr
+  {
+    sa_family_t sa_family;
+    char sa_data[14];
+  };
+# 193 "../sysdeps/unix/sysv/linux/bits/socket.h"
+struct sockaddr_storage
+  {
+    sa_family_t ss_family;
+    unsigned long int __ss_align;
+    char __ss_padding[(128 - (2 * sizeof (unsigned long int)))];
+  };
+
+
+
+enum
+  {
+    MSG_OOB = 0x01,
+
+    MSG_PEEK = 0x02,
+
+    MSG_DONTROUTE = 0x04,
+
+
+
+    MSG_TRYHARD = MSG_DONTROUTE,
+
+
+    MSG_CTRUNC = 0x08,
+
+    MSG_PROXY = 0x10,
+
+    MSG_TRUNC = 0x20,
+
+    MSG_DONTWAIT = 0x40,
+
+    MSG_EOR = 0x80,
+
+    MSG_WAITALL = 0x100,
+
+    MSG_FIN = 0x200,
+
+    MSG_SYN = 0x400,
+
+    MSG_CONFIRM = 0x800,
+
+    MSG_RST = 0x1000,
+
+    MSG_ERRQUEUE = 0x2000,
+
+    MSG_NOSIGNAL = 0x4000,
+
+    MSG_MORE = 0x8000,
+
+    MSG_WAITFORONE = 0x10000,
+
+
+    MSG_CMSG_CLOEXEC = 0x40000000
+
+
+
+  };
+
+
+
+
+struct msghdr
+  {
+    void *msg_name;
+    socklen_t msg_namelen;
+
+    struct iovec *msg_iov;
+    size_t msg_iovlen;
+
+    void *msg_control;
+    size_t msg_controllen;
+
+
+
+
+    int msg_flags;
+  };
+
+
+
+struct mmsghdr
+  {
+    struct msghdr msg_hdr;
+    unsigned int msg_len;
+  };
+
+
+
+struct cmsghdr
+  {
+    size_t cmsg_len;
+
+
+
+
+    int cmsg_level;
+    int cmsg_type;
+
+    __extension__ unsigned char __cmsg_data [];
+
+  };
+# 310 "../sysdeps/unix/sysv/linux/bits/socket.h"
+extern struct cmsghdr *__cmsg_nxthdr (struct msghdr *__mhdr,
+          struct cmsghdr *__cmsg) __attribute__ ((__nothrow__ ));
+
+
+
+
+extern __inline struct cmsghdr *
+__attribute__ ((__nothrow__ )) __cmsg_nxthdr (struct msghdr *__mhdr, struct cmsghdr *__cmsg)
+{
+  if ((size_t) __cmsg->cmsg_len < sizeof (struct cmsghdr))
+
+    return (struct cmsghdr *) 0;
+
+  __cmsg = (struct cmsghdr *) ((unsigned char *) __cmsg
+          + (((__cmsg->cmsg_len) + sizeof (size_t) - 1) & (size_t) ~(sizeof (size_t) - 1)));
+  if ((unsigned char *) (__cmsg + 1) > ((unsigned char *) __mhdr->msg_control
+     + __mhdr->msg_controllen)
+      || ((unsigned char *) __cmsg + (((__cmsg->cmsg_len) + sizeof (size_t) - 1) & (size_t) ~(sizeof (size_t) - 1))
+   > ((unsigned char *) __mhdr->msg_control + __mhdr->msg_controllen)))
+
+    return (struct cmsghdr *) 0;
+  return __cmsg;
+}
+
+
+
+
+enum
+  {
+    SCM_RIGHTS = 0x01
+
+
+    , SCM_CREDENTIALS = 0x02
+
+
+  };
+
+
+
+struct ucred
+{
+  pid_t pid;
+  uid_t uid;
+  gid_t gid;
+};
+# 383 "../sysdeps/unix/sysv/linux/bits/socket.h"
+# 1 "/usr/include/asm/socket.h" 1 3 4
+# 1 "/usr/include/asm-generic/socket.h" 1 3 4
+
+
+
+# 1 "/usr/include/asm/sockios.h" 1 3 4
+# 1 "/usr/include/asm-generic/sockios.h" 1 3 4
+# 1 "/usr/include/asm/sockios.h" 2 3 4
+# 5 "/usr/include/asm-generic/socket.h" 2 3 4
+# 1 "/usr/include/asm/socket.h" 2 3 4
+# 384 "../sysdeps/unix/sysv/linux/bits/socket.h" 2
+# 417 "../sysdeps/unix/sysv/linux/bits/socket.h"
+struct linger
+  {
+    int l_onoff;
+    int l_linger;
+  };
+
+
+
+
+
+
+
+
+
+extern int recvmmsg (int __fd, struct mmsghdr *__vmessages,
+       unsigned int __vlen, int __flags,
+       __const struct timespec *__tmo);
+
+
+
+
+
+extern int sendmmsg (int __fd, struct mmsghdr *__vmessages,
+       unsigned int __vlen, int __flags);
+
+
+# 41 "../socket/sys/socket.h" 2
+
+
+
+
+struct osockaddr
+  {
+    unsigned short int sa_family;
+    unsigned char sa_data[14];
+  };
+
+
+
+
+enum
+{
+  SHUT_RD = 0,
+
+  SHUT_WR,
+
+  SHUT_RDWR
+
+};
+# 92 "../socket/sys/socket.h"
+typedef union { struct sockaddr *__restrict __sockaddr__; struct sockaddr_at *__restrict __sockaddr_at__; struct sockaddr_ax25 *__restrict __sockaddr_ax25__; struct sockaddr_dl *__restrict __sockaddr_dl__; struct sockaddr_eon *__restrict __sockaddr_eon__; struct sockaddr_in *__restrict __sockaddr_in__; struct sockaddr_in6 *__restrict __sockaddr_in6__; struct sockaddr_inarp *__restrict __sockaddr_inarp__; struct sockaddr_ipx *__restrict __sockaddr_ipx__; struct sockaddr_iso *__restrict __sockaddr_iso__; struct sockaddr_ns *__restrict __sockaddr_ns__; struct sockaddr_un *__restrict __sockaddr_un__; struct sockaddr_x25 *__restrict __sockaddr_x25__;
+       } __SOCKADDR_ARG __attribute__ ((__transparent_union__));
+
+
+typedef union { __const struct sockaddr *__restrict __sockaddr__; __const struct sockaddr_at *__restrict __sockaddr_at__; __const struct sockaddr_ax25 *__restrict __sockaddr_ax25__; __const struct sockaddr_dl *__restrict __sockaddr_dl__; __const struct sockaddr_eon *__restrict __sockaddr_eon__; __const struct sockaddr_in *__restrict __sockaddr_in__; __const struct sockaddr_in6 *__restrict __sockaddr_in6__; __const struct sockaddr_inarp *__restrict __sockaddr_inarp__; __const struct sockaddr_ipx *__restrict __sockaddr_ipx__; __const struct sockaddr_iso *__restrict __sockaddr_iso__; __const struct sockaddr_ns *__restrict __sockaddr_ns__; __const struct sockaddr_un *__restrict __sockaddr_un__; __const struct sockaddr_x25 *__restrict __sockaddr_x25__;
+       } __CONST_SOCKADDR_ARG __attribute__ ((__transparent_union__));
+
+
+
+
+
+
+
+extern int socket (int __domain, int __type, int __protocol) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+extern int socketpair (int __domain, int __type, int __protocol,
+         int __fds[2]) __attribute__ ((__nothrow__ ));
+
+
+extern int bind (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len)
+     __attribute__ ((__nothrow__ ));
+
+
+extern int getsockname (int __fd, __SOCKADDR_ARG __addr,
+   socklen_t *__restrict __len) __attribute__ ((__nothrow__ ));
+# 129 "../socket/sys/socket.h"
+extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);
+
+
+
+extern int getpeername (int __fd, __SOCKADDR_ARG __addr,
+   socklen_t *__restrict __len) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
+
+
+
+
+
+
+extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
+
+
+
+
+
+
+extern ssize_t sendto (int __fd, __const void *__buf, size_t __n,
+         int __flags, __CONST_SOCKADDR_ARG __addr,
+         socklen_t __addr_len);
+# 166 "../socket/sys/socket.h"
+extern ssize_t recvfrom (int __fd, void *__restrict __buf, size_t __n,
+    int __flags, __SOCKADDR_ARG __addr,
+    socklen_t *__restrict __addr_len);
+
+
+
+
+
+
+
+extern ssize_t sendmsg (int __fd, __const struct msghdr *__message,
+   int __flags);
+
+
+
+
+
+
+extern ssize_t recvmsg (int __fd, struct msghdr *__message, int __flags);
+
+
+
+
+
+extern int getsockopt (int __fd, int __level, int __optname,
+         void *__restrict __optval,
+         socklen_t *__restrict __optlen) __attribute__ ((__nothrow__ ));
+
+
+
+
+extern int setsockopt (int __fd, int __level, int __optname,
+         __const void *__optval, socklen_t __optlen) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+extern int listen (int __fd, int __n) __attribute__ ((__nothrow__ ));
+# 214 "../socket/sys/socket.h"
+extern int accept (int __fd, __SOCKADDR_ARG __addr,
+     socklen_t *__restrict __addr_len);
+
+
+
+
+
+
+extern int accept4 (int __fd, __SOCKADDR_ARG __addr,
+      socklen_t *__restrict __addr_len, int __flags);
+# 232 "../socket/sys/socket.h"
+extern int shutdown (int __fd, int __how) __attribute__ ((__nothrow__ ));
+
+
+
+
+extern int sockatmark (int __fd) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+
+extern int isfdtype (int __fd, int __fdtype) __attribute__ ((__nothrow__ ));
+# 254 "../socket/sys/socket.h"
+
+# 3 "../include/sys/socket.h" 2
+
+
+
+
+
+
+extern int __socket (int __domain, int __type,
+       int __protocol) ;
+
+
+
+
+
+extern int __socketpair (int __domain, int __type, int __protocol,
+    int __fds[2]) ;
+
+
+
+extern int __opensock (void) ;
+
+
+
+extern int __getpeername (int __fd, __SOCKADDR_ARG __addr,
+     socklen_t *__len) ;
+
+
+extern ssize_t __libc_send (int __fd, __const void *__buf, size_t __n,
+       int __flags);
+extern ssize_t __send (int __fd, __const void *__buf, size_t __n, int __flags);
+
+
+
+
+extern ssize_t __libc_recv (int __fd, void *__buf, size_t __n, int __flags);
+
+
+
+extern ssize_t __libc_sendto (int __fd, __const void *__buf, size_t __n,
+         int __flags, __CONST_SOCKADDR_ARG __addr,
+         socklen_t __addr_len);
+
+
+
+
+
+extern ssize_t __libc_recvfrom (int __fd, void *__restrict __buf, size_t __n,
+    int __flags, __SOCKADDR_ARG __addr,
+    socklen_t *__restrict __addr_len);
+
+
+
+
+
+extern int __libc_connect (int __fd, __CONST_SOCKADDR_ARG __addr,
+      socklen_t __len);
+extern int __connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);
+extern int __connect_internal (int __fd, __CONST_SOCKADDR_ARG __addr,
+          socklen_t __len) ;
+
+
+
+
+
+
+extern ssize_t __recv (int __fd, void *__buf, size_t __n, int __flags)
+     ;
+
+
+
+extern ssize_t __libc_sendto (int __fd, __const void *__buf, size_t __n,
+         int __flags, __CONST_SOCKADDR_ARG __addr,
+         socklen_t __addr_len);
+extern ssize_t __sendto (int __fd, __const void *__buf, size_t __n,
+    int __flags, __CONST_SOCKADDR_ARG __addr,
+    socklen_t __addr_len) ;
+
+
+
+
+
+extern ssize_t __recvfrom (int __fd, void *__restrict __buf, size_t __n,
+      int __flags, __SOCKADDR_ARG __addr,
+      socklen_t *__restrict __addr_len) ;
+
+
+
+extern ssize_t __libc_sendmsg (int __fd, __const struct msghdr *__message,
+          int __flags);
+extern ssize_t __sendmsg (int __fd, __const struct msghdr *__message,
+     int __flags) ;
+
+
+
+extern ssize_t __libc_recvmsg (int __fd, struct msghdr *__message,
+          int __flags);
+extern ssize_t __recvmsg (int __fd, struct msghdr *__message,
+     int __flags) ;
+
+
+
+
+extern int __setsockopt (int __fd, int __level, int __optname,
+    __const void *__optval,
+    socklen_t __optlen) ;
+
+
+
+
+extern int __getsockopt (int __fd, int __level, int __optname,
+    void *__restrict __optval,
+    socklen_t *__restrict __optlen) ;
+
+
+extern int __getsockname (int __fd, __SOCKADDR_ARG __addr,
+     socklen_t *__restrict __len) ;
+
+
+extern int __bind (int __fd, __CONST_SOCKADDR_ARG __addr,
+     socklen_t __len) ;
+
+
+
+
+extern int __listen (int __fd, int __n) ;
+
+
+
+
+
+
+extern int __libc_accept (int __fd, __SOCKADDR_ARG __addr,
+     socklen_t *__restrict __addr_len)
+     __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+extern int __libc_sa_len (sa_family_t __af);
+extern int __libc_sa_len_internal (sa_family_t __af) ;
+# 157 "../include/sys/socket.h"
+extern int __have_sock_cloexec;
+# 26 "../inet/netinet/in.h" 2
+
+
+
+
+
+
+enum
+  {
+    IPPROTO_IP = 0,
+
+    IPPROTO_HOPOPTS = 0,
+
+    IPPROTO_ICMP = 1,
+
+    IPPROTO_IGMP = 2,
+
+    IPPROTO_IPIP = 4,
+
+    IPPROTO_TCP = 6,
+
+    IPPROTO_EGP = 8,
+
+    IPPROTO_PUP = 12,
+
+    IPPROTO_UDP = 17,
+
+    IPPROTO_IDP = 22,
+
+    IPPROTO_TP = 29,
+
+    IPPROTO_DCCP = 33,
+
+    IPPROTO_IPV6 = 41,
+
+    IPPROTO_ROUTING = 43,
+
+    IPPROTO_FRAGMENT = 44,
+
+    IPPROTO_RSVP = 46,
+
+    IPPROTO_GRE = 47,
+
+    IPPROTO_ESP = 50,
+
+    IPPROTO_AH = 51,
+
+    IPPROTO_ICMPV6 = 58,
+
+    IPPROTO_NONE = 59,
+
+    IPPROTO_DSTOPTS = 60,
+
+    IPPROTO_MTP = 92,
+
+    IPPROTO_ENCAP = 98,
+
+    IPPROTO_PIM = 103,
+
+    IPPROTO_COMP = 108,
+
+    IPPROTO_SCTP = 132,
+
+    IPPROTO_UDPLITE = 136,
+
+    IPPROTO_RAW = 255,
+
+    IPPROTO_MAX
+  };
+
+
+
+typedef uint16_t in_port_t;
+
+
+enum
+  {
+    IPPORT_ECHO = 7,
+    IPPORT_DISCARD = 9,
+    IPPORT_SYSTAT = 11,
+    IPPORT_DAYTIME = 13,
+    IPPORT_NETSTAT = 15,
+    IPPORT_FTP = 21,
+    IPPORT_TELNET = 23,
+    IPPORT_SMTP = 25,
+    IPPORT_TIMESERVER = 37,
+    IPPORT_NAMESERVER = 42,
+    IPPORT_WHOIS = 43,
+    IPPORT_MTP = 57,
+
+    IPPORT_TFTP = 69,
+    IPPORT_RJE = 77,
+    IPPORT_FINGER = 79,
+    IPPORT_TTYLINK = 87,
+    IPPORT_SUPDUP = 95,
+
+
+    IPPORT_EXECSERVER = 512,
+    IPPORT_LOGINSERVER = 513,
+    IPPORT_CMDSERVER = 514,
+    IPPORT_EFSSERVER = 520,
+
+
+    IPPORT_BIFFUDP = 512,
+    IPPORT_WHOSERVER = 513,
+    IPPORT_ROUTESERVER = 520,
+
+
+    IPPORT_RESERVED = 1024,
+
+
+    IPPORT_USERRESERVED = 5000
+  };
+
+
+
+typedef uint32_t in_addr_t;
+struct in_addr
+  {
+    in_addr_t s_addr;
+  };
+# 198 "../inet/netinet/in.h"
+struct in6_addr
+  {
+    union
+      {
+ uint8_t __u6_addr8[16];
+
+ uint16_t __u6_addr16[8];
+ uint32_t __u6_addr32[4];
+
+      } __in6_u;
+
+
+
+
+
+  };
+
+extern const struct in6_addr in6addr_any;
+extern const struct in6_addr in6addr_loopback;
+# 225 "../inet/netinet/in.h"
+struct sockaddr_in
+  {
+    sa_family_t sin_family;
+    in_port_t sin_port;
+    struct in_addr sin_addr;
+
+
+    unsigned char sin_zero[sizeof (struct sockaddr) -
+      (sizeof (unsigned short int)) -
+      sizeof (in_port_t) -
+      sizeof (struct in_addr)];
+  };
+
+
+struct sockaddr_in6
+  {
+    sa_family_t sin6_family;
+    in_port_t sin6_port;
+    uint32_t sin6_flowinfo;
+    struct in6_addr sin6_addr;
+    uint32_t sin6_scope_id;
+  };
+
+
+
+
+struct ip_mreq
+  {
+
+    struct in_addr imr_multiaddr;
+
+
+    struct in_addr imr_interface;
+  };
+
+struct ip_mreq_source
+  {
+
+    struct in_addr imr_multiaddr;
+
+
+    struct in_addr imr_interface;
+
+
+    struct in_addr imr_sourceaddr;
+  };
+
+
+
+
+struct ipv6_mreq
+  {
+
+    struct in6_addr ipv6mr_multiaddr;
+
+
+    unsigned int ipv6mr_interface;
+  };
+
+
+
+
+struct group_req
+  {
+
+    uint32_t gr_interface;
+
+
+    struct sockaddr_storage gr_group;
+  };
+
+struct group_source_req
+  {
+
+    uint32_t gsr_interface;
+
+
+    struct sockaddr_storage gsr_group;
+
+
+    struct sockaddr_storage gsr_source;
+  };
+
+
+
+struct ip_msfilter
+  {
+
+    struct in_addr imsf_multiaddr;
+
+
+    struct in_addr imsf_interface;
+
+
+    uint32_t imsf_fmode;
+
+
+    uint32_t imsf_numsrc;
+
+    struct in_addr imsf_slist[1];
+  };
+
+
+
+
+
+struct group_filter
+  {
+
+    uint32_t gf_interface;
+
+
+    struct sockaddr_storage gf_group;
+
+
+    uint32_t gf_fmode;
+
+
+    uint32_t gf_numsrc;
+
+    struct sockaddr_storage gf_slist[1];
+};
+# 356 "../inet/netinet/in.h"
+# 1 "../sysdeps/unix/sysv/linux/bits/in.h" 1
+# 99 "../sysdeps/unix/sysv/linux/bits/in.h"
+struct ip_opts
+  {
+    struct in_addr ip_dst;
+    char ip_opts[40];
+  };
+
+
+struct ip_mreqn
+  {
+    struct in_addr imr_multiaddr;
+    struct in_addr imr_address;
+    int imr_ifindex;
+  };
+
+
+struct in_pktinfo
+  {
+    int ipi_ifindex;
+    struct in_addr ipi_spec_dst;
+    struct in_addr ipi_addr;
+  };
+# 357 "../inet/netinet/in.h" 2
+# 365 "../inet/netinet/in.h"
+extern uint32_t ntohl (uint32_t __netlong) __attribute__ ((__nothrow__ )) __attribute__ ((__const__));
+extern uint16_t ntohs (uint16_t __netshort)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__const__));
+extern uint32_t htonl (uint32_t __hostlong)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__const__));
+extern uint16_t htons (uint16_t __hostshort)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__const__));
+
+# 1 "../include/endian.h" 1
+# 374 "../inet/netinet/in.h" 2
+
+
+# 1 "../bits/byteswap.h" 1
+# 377 "../inet/netinet/in.h" 2
+# 492 "../inet/netinet/in.h"
+extern int bindresvport (int __sockfd, struct sockaddr_in *__sock_in) __attribute__ ((__nothrow__ ));
+
+
+extern int bindresvport6 (int __sockfd, struct sockaddr_in6 *__sock_in)
+     __attribute__ ((__nothrow__ ));
+# 523 "../inet/netinet/in.h"
+struct in6_pktinfo
+  {
+    struct in6_addr ipi6_addr;
+    unsigned int ipi6_ifindex;
+  };
+
+
+struct ip6_mtuinfo
+  {
+    struct sockaddr_in6 ip6m_addr;
+    uint32_t ip6m_mtu;
+  };
+
+
+
+extern int inet6_option_space (int __nbytes)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__deprecated__));
+extern int inet6_option_init (void *__bp, struct cmsghdr **__cmsgp,
+         int __type) __attribute__ ((__nothrow__ )) __attribute__ ((__deprecated__));
+extern int inet6_option_append (struct cmsghdr *__cmsg,
+    __const uint8_t *__typep, int __multx,
+    int __plusy) __attribute__ ((__nothrow__ )) __attribute__ ((__deprecated__));
+extern uint8_t *inet6_option_alloc (struct cmsghdr *__cmsg, int __datalen,
+        int __multx, int __plusy)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__deprecated__));
+extern int inet6_option_next (__const struct cmsghdr *__cmsg,
+         uint8_t **__tptrp)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__deprecated__));
+extern int inet6_option_find (__const struct cmsghdr *__cmsg,
+         uint8_t **__tptrp, int __type)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__deprecated__));
+
+
+
+extern int inet6_opt_init (void *__extbuf, socklen_t __extlen) __attribute__ ((__nothrow__ ));
+extern int inet6_opt_append (void *__extbuf, socklen_t __extlen, int __offset,
+        uint8_t __type, socklen_t __len, uint8_t __align,
+        void **__databufp) __attribute__ ((__nothrow__ ));
+extern int inet6_opt_finish (void *__extbuf, socklen_t __extlen, int __offset)
+     __attribute__ ((__nothrow__ ));
+extern int inet6_opt_set_val (void *__databuf, int __offset, void *__val,
+         socklen_t __vallen) __attribute__ ((__nothrow__ ));
+extern int inet6_opt_next (void *__extbuf, socklen_t __extlen, int __offset,
+      uint8_t *__typep, socklen_t *__lenp,
+      void **__databufp) __attribute__ ((__nothrow__ ));
+extern int inet6_opt_find (void *__extbuf, socklen_t __extlen, int __offset,
+      uint8_t __type, socklen_t *__lenp,
+      void **__databufp) __attribute__ ((__nothrow__ ));
+extern int inet6_opt_get_val (void *__databuf, int __offset, void *__val,
+         socklen_t __vallen) __attribute__ ((__nothrow__ ));
+
+
+
+extern socklen_t inet6_rth_space (int __type, int __segments) __attribute__ ((__nothrow__ ));
+extern void *inet6_rth_init (void *__bp, socklen_t __bp_len, int __type,
+        int __segments) __attribute__ ((__nothrow__ ));
+extern int inet6_rth_add (void *__bp, __const struct in6_addr *__addr) __attribute__ ((__nothrow__ ));
+extern int inet6_rth_reverse (__const void *__in, void *__out) __attribute__ ((__nothrow__ ));
+extern int inet6_rth_segments (__const void *__bp) __attribute__ ((__nothrow__ ));
+extern struct in6_addr *inet6_rth_getaddr (__const void *__bp, int __index)
+     __attribute__ ((__nothrow__ ));
+
+
+
+
+
+extern int getipv4sourcefilter (int __s, struct in_addr __interface_addr,
+    struct in_addr __group, uint32_t *__fmode,
+    uint32_t *__numsrc, struct in_addr *__slist)
+     __attribute__ ((__nothrow__ ));
+
+
+extern int setipv4sourcefilter (int __s, struct in_addr __interface_addr,
+    struct in_addr __group, uint32_t __fmode,
+    uint32_t __numsrc,
+    __const struct in_addr *__slist)
+     __attribute__ ((__nothrow__ ));
+
+
+
+extern int getsourcefilter (int __s, uint32_t __interface_addr,
+       __const struct sockaddr *__group,
+       socklen_t __grouplen, uint32_t *__fmode,
+       uint32_t *__numsrc,
+       struct sockaddr_storage *__slist) __attribute__ ((__nothrow__ ));
+
+
+extern int setsourcefilter (int __s, uint32_t __interface_addr,
+       __const struct sockaddr *__group,
+       socklen_t __grouplen, uint32_t __fmode,
+       uint32_t __numsrc,
+       __const struct sockaddr_storage *__slist) __attribute__ ((__nothrow__ ));
+
+
+
+# 4 "../include/netinet/in.h" 2
+
+
+
+
+# 58 "../resolv/resolv.h" 2
+# 71 "../resolv/resolv.h"
+typedef enum { res_goahead, res_nextns, res_modified, res_done, res_error }
+ res_sendhookact;
+
+typedef res_sendhookact (*res_send_qhook) (struct sockaddr_in * const *__ns,
+        const u_char **__query,
+        int *__querylen,
+        u_char *__ans,
+        int __anssiz,
+        int *__resplen);
+
+typedef res_sendhookact (*res_send_rhook) (const struct sockaddr_in *__ns,
+        const u_char *__query,
+        int __querylen,
+        u_char *__ans,
+        int __anssiz,
+        int *__resplen);
+# 104 "../resolv/resolv.h"
+struct __res_state {
+ int retrans;
+ int retry;
+ u_long options;
+ int nscount;
+ struct sockaddr_in
+  nsaddr_list[3];
+
+ u_short id;
+
+ char *dnsrch[6 +1];
+ char defdname[256];
+ u_long pfcode;
+ unsigned ndots:4;
+ unsigned nsort:4;
+ unsigned ipv6_unavail:1;
+ unsigned unused:23;
+ struct {
+  struct in_addr addr;
+  u_int32_t mask;
+ } sort_list[10];
+
+ res_send_qhook qhook;
+ res_send_rhook rhook;
+ int res_h_errno;
+ int _vcsock;
+ u_int _flags;
+
+ union {
+  char pad[52];
+  struct {
+   u_int16_t nscount;
+   u_int16_t nsmap[3];
+   int nssocks[3];
+   u_int16_t nscount6;
+   u_int16_t nsinit;
+   struct sockaddr_in6 *nsaddrs[3];
+
+   unsigned long long int initstamp
+     __attribute__((packed));
+
+
+
+  } _ext;
+ } _u;
+};
+
+typedef struct __res_state *res_state;
+# 13 "../include/resolv.h" 2
+# 41 "../nptl/descr.h" 2
+# 1 "../ports/sysdeps/unix/sysv/linux/arm/kernel-features.h" 1
+# 60 "../ports/sysdeps/unix/sysv/linux/arm/kernel-features.h"
+# 1 "../sysdeps/unix/sysv/linux/kernel-features.h" 1
+# 61 "../ports/sysdeps/unix/sysv/linux/arm/kernel-features.h" 2
+# 42 "../nptl/descr.h" 2
+# 67 "../nptl/descr.h"
+struct pthread_unwind_buf
+{
+  struct
+  {
+    __jmp_buf jmp_buf;
+    int mask_was_saved;
+  } cancel_jmp_buf[1];
+
+  union
+  {
+
+    void *pad[4];
+
+    struct
+    {
+
+      struct pthread_unwind_buf *prev;
+
+
+
+
+      struct _pthread_cleanup_buffer *cleanup;
+
+
+      int canceltype;
+    } data;
+  } priv;
+};
+
+
+
+
+struct xid_command
+{
+  int syscall_no;
+  long int id[3];
+  volatile int cntr;
+};
+
+
+
+struct robust_list_head
+{
+  void *list;
+  long int futex_offset;
+  void *list_op_pending;
+};
+
+
+
+struct priority_protection_data
+{
+  int priomax;
+  unsigned int priomap[];
+};
+
+
+
+struct pthread
+{
+  union
+  {
+
+
+
+
+    struct
+    {
+      int multiple_threads;
+      int gscope_flag;
+
+      int private_futex;
+
+    } header;
+
+
+
+
+
+
+    void *__padding[24];
+  };
+
+
+  list_t list;
+
+
+
+  pid_t tid;
+
+
+  pid_t pid;
+# 199 "../nptl/descr.h"
+  union
+  {
+    __pthread_slist_t robust_list;
+    struct robust_list_head robust_head;
+  };
+# 237 "../nptl/descr.h"
+  struct _pthread_cleanup_buffer *cleanup;
+
+
+  struct pthread_unwind_buf *cleanup_jmp_buf;
+
+
+
+  int cancelhandling;
+# 278 "../nptl/descr.h"
+  int flags;
+
+
+
+  struct pthread_key_data
+  {
+
+
+
+    uintptr_t seq;
+
+
+    void *data;
+  } specific_1stblock[32];
+
+
+  struct pthread_key_data *specific[((1024 + 32 - 1) / 32)];
+
+
+  _Bool specific_used;
+
+
+  _Bool report_events;
+
+
+  _Bool user_stack;
+
+
+  _Bool stopped_start;
+
+
+
+  int parent_cancelhandling;
+
+
+  int lock;
+
+
+  int setxid_futex;
+# 329 "../nptl/descr.h"
+  struct pthread *joinid;
+
+
+
+
+  void *result;
+
+
+  struct sched_param schedparam;
+  int schedpolicy;
+
+
+
+  void *(*start_routine) (void *);
+  void *arg;
+
+
+  td_eventbuf_t eventbuf;
+
+  struct pthread *nextevent;
+
+
+
+  struct _Unwind_Control_Block exc;
+
+
+
+
+  void *stackblock;
+  size_t stackblock_size;
+
+  size_t guardsize;
+
+  size_t reported_guardsize;
+
+
+  struct priority_protection_data *tpp;
+
+
+  struct __res_state res;
+
+
+  char end_padding[];
+
+
+
+} __attribute ((aligned (16)));
+# 56 "../ports/sysdeps/arm/nptl/tls.h" 2
+
+typedef struct
+{
+  dtv_t *dtv;
+  void *private;
+} tcbhead_t;
+# 46 "../bits/libc-tsd.h" 2
+# 211 "../include/../locale/localeinfo.h" 2
+extern __thread __locale_t __libc_tsd_LOCALE __attribute__ ((tls_model ("initial-exec")));
+# 237 "../include/../locale/localeinfo.h"
+# 1 "../include/../locale/categories.def" 1
+# 42 "../include/../locale/categories.def"
+extern __thread struct __locale_data *const *
+# 62 "../include/../locale/categories.def"
+ _nl_current_LC_COLLATE
+# 42 "../include/../locale/categories.def"
+ __attribute__ ((tls_model ("initial-exec")));
+# 68 "../include/../locale/categories.def"
+extern __thread struct __locale_data *const *
+# 137 "../include/../locale/categories.def"
+ _nl_current_LC_CTYPE
+# 68 "../include/../locale/categories.def"
+ __attribute__ ((tls_model ("initial-exec")));
+# 140 "../include/../locale/categories.def"
+extern __thread struct __locale_data *const *
+# 189 "../include/../locale/categories.def"
+ _nl_current_LC_MONETARY
+# 140 "../include/../locale/categories.def"
+ __attribute__ ((tls_model ("initial-exec")));
+# 192 "../include/../locale/categories.def"
+extern __thread struct __locale_data *const *
+# 203 "../include/../locale/categories.def"
+ _nl_current_LC_NUMERIC
+# 192 "../include/../locale/categories.def"
+ __attribute__ ((tls_model ("initial-exec")));
+# 206 "../include/../locale/categories.def"
+extern __thread struct __locale_data *const *
+# 251 "../include/../locale/categories.def"
+ _nl_current_LC_TIME
+# 206 "../include/../locale/categories.def"
+ __attribute__ ((tls_model ("initial-exec")));
+# 254 "../include/../locale/categories.def"
+extern __thread struct __locale_data *const *
+# 263 "../include/../locale/categories.def"
+ _nl_current_LC_MESSAGES
+# 254 "../include/../locale/categories.def"
+ __attribute__ ((tls_model ("initial-exec")));
+# 265 "../include/../locale/categories.def"
+extern __thread struct __locale_data *const *
+
+
+
+
+
+
+ _nl_current_LC_PAPER
+# 265 "../include/../locale/categories.def"
+ __attribute__ ((tls_model ("initial-exec")));
+# 274 "../include/../locale/categories.def"
+extern __thread struct __locale_data *const *
+# 285 "../include/../locale/categories.def"
+ _nl_current_LC_NAME
+# 274 "../include/../locale/categories.def"
+ __attribute__ ((tls_model ("initial-exec")));
+# 287 "../include/../locale/categories.def"
+extern __thread struct __locale_data *const *
+# 304 "../include/../locale/categories.def"
+ _nl_current_LC_ADDRESS
+# 287 "../include/../locale/categories.def"
+ __attribute__ ((tls_model ("initial-exec")));
+# 306 "../include/../locale/categories.def"
+extern __thread struct __locale_data *const *
+# 315 "../include/../locale/categories.def"
+ _nl_current_LC_TELEPHONE
+# 306 "../include/../locale/categories.def"
+ __attribute__ ((tls_model ("initial-exec")));
+# 317 "../include/../locale/categories.def"
+extern __thread struct __locale_data *const *
+
+
+
+
+
+ _nl_current_LC_MEASUREMENT
+# 317 "../include/../locale/categories.def"
+ __attribute__ ((tls_model ("initial-exec")));
+
+
+
+
+
+
+
+extern __thread struct __locale_data *const *
+# 345 "../include/../locale/categories.def"
+ _nl_current_LC_IDENTIFICATION
+# 325 "../include/../locale/categories.def"
+ __attribute__ ((tls_model ("initial-exec")));
+# 238 "../include/../locale/localeinfo.h" 2
+# 299 "../include/../locale/localeinfo.h"
+extern const char _nl_default_locale_path[] ;
+
+
+
+
+
+
+
+extern struct __locale_data *_nl_find_locale (const char *locale_path,
+           size_t locale_path_len,
+           int category, const char **name)
+     ;
+
+
+extern void _nl_load_locale (struct loaded_l10nfile *file, int category)
+     ;
+
+
+extern void _nl_unload_locale (struct __locale_data *locale)
+     ;
+
+
+extern void _nl_remove_locale (int locale, struct __locale_data *data)
+     ;
+
+
+
+
+
+
+extern struct __locale_data *_nl_load_locale_from_archive (int category,
+          const char **namep)
+     ;
+
+
+extern void _nl_archive_subfreeres (void) ;
+
+
+extern void _nl_locale_subfreeres (void) ;
+
+
+
+
+
+
+extern struct __locale_data *_nl_intern_locale_data (int category,
+           const void *data,
+           size_t datasize)
+     ;
+
+
+
+extern struct era_entry *_nl_get_era_entry (const struct tm *tp,
+         struct __locale_data *lc_time)
+     ;
+
+
+extern struct era_entry *_nl_select_era_entry (int cnt,
+            struct __locale_data *lc_time)
+   ;
+
+
+extern const char *_nl_get_alt_digit (unsigned int number,
+          struct __locale_data *lc_time)
+   ;
+
+
+extern const wchar_t *_nl_get_walt_digit (unsigned int number,
+       struct __locale_data *lc_time)
+     ;
+
+
+extern int _nl_parse_alt_digit (const char **strp,
+    struct __locale_data *lc_time)
+     ;
+
+
+extern void _nl_postload_ctype (void);
+
+
+extern void _nl_cleanup_time (struct __locale_data *)
+     ;
+# 19 "../include/ctype.h" 2
+
+
+
+
+
+
+extern __thread const uint16_t * __libc_tsd_CTYPE_B __attribute__ ((tls_model ("initial-exec")));
+extern __thread const int32_t * __libc_tsd_CTYPE_TOUPPER __attribute__ ((tls_model ("initial-exec")));
+extern __thread const int32_t * __libc_tsd_CTYPE_TOLOWER __attribute__ ((tls_model ("initial-exec")));
+
+
+extern inline const uint16_t ** __attribute__ ((const))
+__ctype_b_loc (void)
+{
+  return (&__libc_tsd_CTYPE_B);
+}
+
+extern inline const int32_t ** __attribute__ ((const))
+__ctype_toupper_loc (void)
+{
+  return (&__libc_tsd_CTYPE_TOUPPER);
+}
+
+extern inline const int32_t ** __attribute__ ((const))
+__ctype_tolower_loc (void)
+{
+  return (&__libc_tsd_CTYPE_TOLOWER);
+}
+
+
+
+# 1 "../ctype/ctype.h" 1
+# 30 "../ctype/ctype.h"
+
+# 41 "../ctype/ctype.h"
+# 1 "../include/endian.h" 1
+# 42 "../ctype/ctype.h" 2
+
+
+
+
+
+
+enum
+{
+  _ISupper = ((0) < 8 ? ((1 << (0)) << 8) : ((1 << (0)) >> 8)),
+  _ISlower = ((1) < 8 ? ((1 << (1)) << 8) : ((1 << (1)) >> 8)),
+  _ISalpha = ((2) < 8 ? ((1 << (2)) << 8) : ((1 << (2)) >> 8)),
+  _ISdigit = ((3) < 8 ? ((1 << (3)) << 8) : ((1 << (3)) >> 8)),
+  _ISxdigit = ((4) < 8 ? ((1 << (4)) << 8) : ((1 << (4)) >> 8)),
+  _ISspace = ((5) < 8 ? ((1 << (5)) << 8) : ((1 << (5)) >> 8)),
+  _ISprint = ((6) < 8 ? ((1 << (6)) << 8) : ((1 << (6)) >> 8)),
+  _ISgraph = ((7) < 8 ? ((1 << (7)) << 8) : ((1 << (7)) >> 8)),
+  _ISblank = ((8) < 8 ? ((1 << (8)) << 8) : ((1 << (8)) >> 8)),
+  _IScntrl = ((9) < 8 ? ((1 << (9)) << 8) : ((1 << (9)) >> 8)),
+  _ISpunct = ((10) < 8 ? ((1 << (10)) << 8) : ((1 << (10)) >> 8)),
+  _ISalnum = ((11) < 8 ? ((1 << (11)) << 8) : ((1 << (11)) >> 8))
+};
+# 81 "../ctype/ctype.h"
+extern __const unsigned short int **__ctype_b_loc (void)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__const));
+extern __const __int32_t **__ctype_tolower_loc (void)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__const));
+extern __const __int32_t **__ctype_toupper_loc (void)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__const));
+# 106 "../ctype/ctype.h"
+
+
+
+
+
+
+extern int isalnum (int) __attribute__ ((__nothrow__ ));
+extern int isalpha (int) __attribute__ ((__nothrow__ ));
+extern int iscntrl (int) __attribute__ ((__nothrow__ ));
+extern int isdigit (int) __attribute__ ((__nothrow__ ));
+extern int islower (int) __attribute__ ((__nothrow__ ));
+extern int isgraph (int) __attribute__ ((__nothrow__ ));
+extern int isprint (int) __attribute__ ((__nothrow__ ));
+extern int ispunct (int) __attribute__ ((__nothrow__ ));
+extern int isspace (int) __attribute__ ((__nothrow__ ));
+extern int isupper (int) __attribute__ ((__nothrow__ ));
+extern int isxdigit (int) __attribute__ ((__nothrow__ ));
+
+
+
+extern int tolower (int __c) __attribute__ ((__nothrow__ ));
+
+
+extern int toupper (int __c) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+
+
+extern int isblank (int) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+extern int isctype (int __c, int __mask) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+extern int isascii (int __c) __attribute__ ((__nothrow__ ));
+
+
+
+extern int toascii (int __c) __attribute__ ((__nothrow__ ));
+
+
+
+extern int _toupper (int) __attribute__ ((__nothrow__ ));
+extern int _tolower (int) __attribute__ ((__nothrow__ ));
+# 216 "../ctype/ctype.h"
+extern __inline int
+__attribute__ ((__nothrow__ )) tolower (int __c)
+{
+  return __c >= -128 && __c < 256 ? (*__ctype_tolower_loc ())[__c] : __c;
+}
+
+extern __inline int
+__attribute__ ((__nothrow__ )) toupper (int __c)
+{
+  return __c >= -128 && __c < 256 ? (*__ctype_toupper_loc ())[__c] : __c;
+}
+# 259 "../ctype/ctype.h"
+# 1 "../include/xlocale.h" 1
+# 260 "../ctype/ctype.h" 2
+# 273 "../ctype/ctype.h"
+extern int isalnum_l (int, __locale_t) __attribute__ ((__nothrow__ ));
+extern int isalpha_l (int, __locale_t) __attribute__ ((__nothrow__ ));
+extern int iscntrl_l (int, __locale_t) __attribute__ ((__nothrow__ ));
+extern int isdigit_l (int, __locale_t) __attribute__ ((__nothrow__ ));
+extern int islower_l (int, __locale_t) __attribute__ ((__nothrow__ ));
+extern int isgraph_l (int, __locale_t) __attribute__ ((__nothrow__ ));
+extern int isprint_l (int, __locale_t) __attribute__ ((__nothrow__ ));
+extern int ispunct_l (int, __locale_t) __attribute__ ((__nothrow__ ));
+extern int isspace_l (int, __locale_t) __attribute__ ((__nothrow__ ));
+extern int isupper_l (int, __locale_t) __attribute__ ((__nothrow__ ));
+extern int isxdigit_l (int, __locale_t) __attribute__ ((__nothrow__ ));
+
+extern int isblank_l (int, __locale_t) __attribute__ ((__nothrow__ ));
+
+
+
+extern int __tolower_l (int __c, __locale_t __l) __attribute__ ((__nothrow__ ));
+extern int tolower_l (int __c, __locale_t __l) __attribute__ ((__nothrow__ ));
+
+
+extern int __toupper_l (int __c, __locale_t __l) __attribute__ ((__nothrow__ ));
+extern int toupper_l (int __c, __locale_t __l) __attribute__ ((__nothrow__ ));
+# 349 "../ctype/ctype.h"
+
+# 51 "../include/ctype.h" 2
+# 22 "fxprintf.c" 2
+# 1 "/usr/lib/gcc/armv5te-iwmmxt-linux-gnueabi/4.7.3/include/stdarg.h" 1 3 4
+# 40 "/usr/lib/gcc/armv5te-iwmmxt-linux-gnueabi/4.7.3/include/stdarg.h" 3 4
+typedef __builtin_va_list __gnuc_va_list;
+# 102 "/usr/lib/gcc/armv5te-iwmmxt-linux-gnueabi/4.7.3/include/stdarg.h" 3 4
+typedef __gnuc_va_list va_list;
+# 23 "fxprintf.c" 2
+# 1 "../include/stdio.h" 1
+
+
+
+
+# 1 "../libio/stdio.h" 1
+# 30 "../libio/stdio.h"
+
+
+
+
+# 1 "/usr/lib/gcc/armv5te-iwmmxt-linux-gnueabi/4.7.3/include/stddef.h" 1 3 4
+# 35 "../libio/stdio.h" 2
+# 45 "../libio/stdio.h"
+struct _IO_FILE;
+
+
+
+typedef struct _IO_FILE FILE;
+
+
+
+
+
+# 65 "../libio/stdio.h"
+typedef struct _IO_FILE __FILE;
+# 75 "../libio/stdio.h"
+# 1 "../include/libio.h" 1
+# 1 "../libio/libio.h" 1
+# 32 "../libio/libio.h"
+# 1 "../sysdeps/gnu/_G_config.h" 1
+# 15 "../sysdeps/gnu/_G_config.h"
+# 1 "/usr/lib/gcc/armv5te-iwmmxt-linux-gnueabi/4.7.3/include/stddef.h" 1 3 4
+# 16 "../sysdeps/gnu/_G_config.h" 2
+
+
+
+
+# 1 "../include/wchar.h" 1
+
+# 1 "../wcsmbs/wchar.h" 1
+# 52 "../wcsmbs/wchar.h"
+# 1 "/usr/lib/gcc/armv5te-iwmmxt-linux-gnueabi/4.7.3/include/stddef.h" 1 3 4
+# 354 "/usr/lib/gcc/armv5te-iwmmxt-linux-gnueabi/4.7.3/include/stddef.h" 3 4
+typedef unsigned int wint_t;
+# 53 "../wcsmbs/wchar.h" 2
+# 83 "../wcsmbs/wchar.h"
+typedef struct
+{
+  int __count;
+  union
+  {
+
+    unsigned int __wch;
+
+
+
+    char __wchb[4];
+  } __value;
+} __mbstate_t;
+# 3 "../include/wchar.h" 2
+# 21 "../sysdeps/gnu/_G_config.h" 2
+
+typedef struct
+{
+  __off_t __pos;
+  __mbstate_t __state;
+} _G_fpos_t;
+typedef struct
+{
+  __off64_t __pos;
+  __mbstate_t __state;
+} _G_fpos64_t;
+# 41 "../sysdeps/gnu/_G_config.h"
+# 1 "../include/gconv.h" 1
+# 1 "../iconv/gconv.h" 1
+# 29 "../iconv/gconv.h"
+# 1 "../include/wchar.h" 1
+
+# 1 "../wcsmbs/wchar.h" 1
+# 52 "../wcsmbs/wchar.h"
+# 1 "/usr/lib/gcc/armv5te-iwmmxt-linux-gnueabi/4.7.3/include/stddef.h" 1 3 4
+# 53 "../wcsmbs/wchar.h" 2
+# 3 "../include/wchar.h" 2
+# 30 "../iconv/gconv.h" 2
+
+
+# 1 "/usr/lib/gcc/armv5te-iwmmxt-linux-gnueabi/4.7.3/include/stddef.h" 1 3 4
+# 33 "../iconv/gconv.h" 2
+
+
+
+
+
+enum
+{
+  __GCONV_OK = 0,
+  __GCONV_NOCONV,
+  __GCONV_NODB,
+  __GCONV_NOMEM,
+
+  __GCONV_EMPTY_INPUT,
+  __GCONV_FULL_OUTPUT,
+  __GCONV_ILLEGAL_INPUT,
+  __GCONV_INCOMPLETE_INPUT,
+
+  __GCONV_ILLEGAL_DESCRIPTOR,
+  __GCONV_INTERNAL_ERROR
+};
+
+
+
+enum
+{
+  __GCONV_IS_LAST = 0x0001,
+  __GCONV_IGNORE_ERRORS = 0x0002,
+  __GCONV_SWAP = 0x0004
+};
+
+
+
+struct __gconv_step;
+struct __gconv_step_data;
+struct __gconv_loaded_object;
+struct __gconv_trans_data;
+
+
+
+typedef int (*__gconv_fct) (struct __gconv_step *, struct __gconv_step_data *,
+       __const unsigned char **, __const unsigned char *,
+       unsigned char **, size_t *, int, int);
+
+
+typedef wint_t (*__gconv_btowc_fct) (struct __gconv_step *, unsigned char);
+
+
+typedef int (*__gconv_init_fct) (struct __gconv_step *);
+typedef void (*__gconv_end_fct) (struct __gconv_step *);
+
+
+
+typedef int (*__gconv_trans_fct) (struct __gconv_step *,
+      struct __gconv_step_data *, void *,
+      __const unsigned char *,
+      __const unsigned char **,
+      __const unsigned char *, unsigned char **,
+      size_t *);
+
+
+typedef int (*__gconv_trans_context_fct) (void *, __const unsigned char *,
+       __const unsigned char *,
+       unsigned char *, unsigned char *);
+
+
+typedef int (*__gconv_trans_query_fct) (__const char *, __const char ***,
+     size_t *);
+
+
+typedef int (*__gconv_trans_init_fct) (void **, const char *);
+typedef void (*__gconv_trans_end_fct) (void *);
+
+struct __gconv_trans_data
+{
+
+  __gconv_trans_fct __trans_fct;
+  __gconv_trans_context_fct __trans_context_fct;
+  __gconv_trans_end_fct __trans_end_fct;
+  void *__data;
+  struct __gconv_trans_data *__next;
+};
+
+
+
+struct __gconv_step
+{
+  struct __gconv_loaded_object *__shlib_handle;
+  __const char *__modname;
+
+  int __counter;
+
+  char *__from_name;
+  char *__to_name;
+
+  __gconv_fct __fct;
+  __gconv_btowc_fct __btowc_fct;
+  __gconv_init_fct __init_fct;
+  __gconv_end_fct __end_fct;
+
+
+
+  int __min_needed_from;
+  int __max_needed_from;
+  int __min_needed_to;
+  int __max_needed_to;
+
+
+  int __stateful;
+
+  void *__data;
+};
+
+
+
+struct __gconv_step_data
+{
+  unsigned char *__outbuf;
+  unsigned char *__outbufend;
+
+
+
+  int __flags;
+
+
+
+  int __invocation_counter;
+
+
+
+  int __internal_use;
+
+  __mbstate_t *__statep;
+  __mbstate_t __state;
+
+
+
+  struct __gconv_trans_data *__trans;
+};
+
+
+
+typedef struct __gconv_info
+{
+  size_t __nsteps;
+  struct __gconv_step *__steps;
+  __extension__ struct __gconv_step_data __data [];
+} *__gconv_t;
+# 1 "../include/gconv.h" 2
+# 42 "../sysdeps/gnu/_G_config.h" 2
+typedef union
+{
+  struct __gconv_info __cd;
+  struct
+  {
+    struct __gconv_info __cd;
+    struct __gconv_step_data __data;
+  } __combined;
+} _G_iconv_t;
+
+
+typedef int _G_int16_t __attribute__ ((__mode__ (__HI__)));
+typedef int _G_int32_t __attribute__ ((__mode__ (__SI__)));
+typedef unsigned int _G_uint16_t __attribute__ ((__mode__ (__HI__)));
+typedef unsigned int _G_uint32_t __attribute__ ((__mode__ (__SI__)));
+# 33 "../libio/libio.h" 2
+# 172 "../libio/libio.h"
+struct _IO_jump_t; struct _IO_FILE;
+
+
+
+
+# 1 "../nptl/sysdeps/pthread/bits/stdio-lock.h" 1
+# 23 "../nptl/sysdeps/pthread/bits/stdio-lock.h"
+# 1 "../nptl/sysdeps/pthread/bits/libc-lock.h" 1
+# 23 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+# 1 "../include/pthread.h" 1
+
+
+
+extern void __pthread_initialize (void) __attribute__ ((weak));
+# 24 "../nptl/sysdeps/pthread/bits/libc-lock.h" 2
+
+# 1 "/usr/lib/gcc/armv5te-iwmmxt-linux-gnueabi/4.7.3/include/stddef.h" 1 3 4
+# 26 "../nptl/sysdeps/pthread/bits/libc-lock.h" 2
+# 37 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+# 1 "../nptl/sysdeps/pthread/pthread-functions.h" 1
+# 23 "../nptl/sysdeps/pthread/pthread-functions.h"
+# 1 "../include/pthread.h" 1
+
+
+
+extern void __pthread_initialize (void) __attribute__ ((weak));
+# 24 "../nptl/sysdeps/pthread/pthread-functions.h" 2
+
+# 1 "../nptl/sysdeps/unix/sysv/linux/internaltypes.h" 1
+# 26 "../nptl/sysdeps/unix/sysv/linux/internaltypes.h"
+struct pthread_attr
+{
+
+  struct sched_param schedparam;
+  int schedpolicy;
+
+  int flags;
+
+  size_t guardsize;
+
+  void *stackaddr;
+  size_t stacksize;
+
+  cpu_set_t *cpuset;
+  size_t cpusetsize;
+};
+# 53 "../nptl/sysdeps/unix/sysv/linux/internaltypes.h"
+struct pthread_mutexattr
+{
+
+
+
+
+
+
+  int mutexkind;
+};
+
+
+
+struct pthread_condattr
+{
+
+
+
+
+
+
+  int value;
+};
+# 87 "../nptl/sysdeps/unix/sysv/linux/internaltypes.h"
+struct pthread_rwlockattr
+{
+  int lockkind;
+  int pshared;
+};
+
+
+
+struct pthread_barrier
+{
+  unsigned int curr_event;
+  int lock;
+  unsigned int left;
+  unsigned int init_count;
+  int private;
+};
+
+
+
+struct pthread_barrierattr
+{
+  int pshared;
+};
+
+
+
+struct pthread_key_struct
+{
+
+
+
+
+  uintptr_t seq;
+
+
+  void (*destr) (void *);
+};
+# 143 "../nptl/sysdeps/unix/sysv/linux/internaltypes.h"
+struct new_sem
+{
+  unsigned int value;
+  int private;
+  unsigned long int nwaiters;
+};
+
+struct old_sem
+{
+  unsigned int value;
+};
+
+
+
+typedef struct
+{
+  pthread_cond_t *cond;
+} pthread_cond_2_0_t;
+# 26 "../nptl/sysdeps/pthread/pthread-functions.h" 2
+
+
+struct xid_command;
+
+
+
+struct pthread_functions
+{
+  int (*ptr_pthread_attr_destroy) (pthread_attr_t *);
+  int (*ptr___pthread_attr_init_2_0) (pthread_attr_t *);
+  int (*ptr___pthread_attr_init_2_1) (pthread_attr_t *);
+  int (*ptr_pthread_attr_getdetachstate) (const pthread_attr_t *, int *);
+  int (*ptr_pthread_attr_setdetachstate) (pthread_attr_t *, int);
+  int (*ptr_pthread_attr_getinheritsched) (const pthread_attr_t *, int *);
+  int (*ptr_pthread_attr_setinheritsched) (pthread_attr_t *, int);
+  int (*ptr_pthread_attr_getschedparam) (const pthread_attr_t *,
+      struct sched_param *);
+  int (*ptr_pthread_attr_setschedparam) (pthread_attr_t *,
+      const struct sched_param *);
+  int (*ptr_pthread_attr_getschedpolicy) (const pthread_attr_t *, int *);
+  int (*ptr_pthread_attr_setschedpolicy) (pthread_attr_t *, int);
+  int (*ptr_pthread_attr_getscope) (const pthread_attr_t *, int *);
+  int (*ptr_pthread_attr_setscope) (pthread_attr_t *, int);
+  int (*ptr_pthread_condattr_destroy) (pthread_condattr_t *);
+  int (*ptr_pthread_condattr_init) (pthread_condattr_t *);
+  int (*ptr___pthread_cond_broadcast) (pthread_cond_t *);
+  int (*ptr___pthread_cond_destroy) (pthread_cond_t *);
+  int (*ptr___pthread_cond_init) (pthread_cond_t *,
+      const pthread_condattr_t *);
+  int (*ptr___pthread_cond_signal) (pthread_cond_t *);
+  int (*ptr___pthread_cond_wait) (pthread_cond_t *, pthread_mutex_t *);
+  int (*ptr___pthread_cond_timedwait) (pthread_cond_t *, pthread_mutex_t *,
+           const struct timespec *);
+  int (*ptr___pthread_cond_broadcast_2_0) (pthread_cond_2_0_t *);
+  int (*ptr___pthread_cond_destroy_2_0) (pthread_cond_2_0_t *);
+  int (*ptr___pthread_cond_init_2_0) (pthread_cond_2_0_t *,
+          const pthread_condattr_t *);
+  int (*ptr___pthread_cond_signal_2_0) (pthread_cond_2_0_t *);
+  int (*ptr___pthread_cond_wait_2_0) (pthread_cond_2_0_t *, pthread_mutex_t *);
+  int (*ptr___pthread_cond_timedwait_2_0) (pthread_cond_2_0_t *,
+        pthread_mutex_t *,
+        const struct timespec *);
+  int (*ptr_pthread_equal) (pthread_t, pthread_t);
+  void (*ptr___pthread_exit) (void *);
+  int (*ptr_pthread_getschedparam) (pthread_t, int *, struct sched_param *);
+  int (*ptr_pthread_setschedparam) (pthread_t, int,
+        const struct sched_param *);
+  int (*ptr_pthread_mutex_destroy) (pthread_mutex_t *);
+  int (*ptr_pthread_mutex_init) (pthread_mutex_t *,
+     const pthread_mutexattr_t *);
+  int (*ptr_pthread_mutex_lock) (pthread_mutex_t *);
+  int (*ptr_pthread_mutex_unlock) (pthread_mutex_t *);
+  pthread_t (*ptr_pthread_self) (void);
+  int (*ptr_pthread_setcancelstate) (int, int *);
+  int (*ptr_pthread_setcanceltype) (int, int *);
+  void (*ptr___pthread_cleanup_upto) (__jmp_buf, char *);
+  int (*ptr___pthread_once) (pthread_once_t *, void (*) (void));
+  int (*ptr___pthread_rwlock_rdlock) (pthread_rwlock_t *);
+  int (*ptr___pthread_rwlock_wrlock) (pthread_rwlock_t *);
+  int (*ptr___pthread_rwlock_unlock) (pthread_rwlock_t *);
+  int (*ptr___pthread_key_create) (pthread_key_t *, void (*) (void *));
+  void *(*ptr___pthread_getspecific) (pthread_key_t);
+  int (*ptr___pthread_setspecific) (pthread_key_t, const void *);
+  void (*ptr__pthread_cleanup_push_defer) (struct _pthread_cleanup_buffer *,
+        void (*) (void *), void *);
+  void (*ptr__pthread_cleanup_pop_restore) (struct _pthread_cleanup_buffer *,
+         int);
+
+  unsigned int *ptr_nthreads;
+  void (*ptr___pthread_unwind) (__pthread_unwind_buf_t *)
+       __attribute ((noreturn)) ;
+  void (*ptr__nptl_deallocate_tsd) (void);
+  int (*ptr__nptl_setxid) (struct xid_command *);
+  void (*ptr_freeres) (void);
+  void (*ptr_set_robust) (struct pthread *);
+};
+
+
+extern struct pthread_functions __libc_pthread_functions ;
+extern int __libc_pthread_functions_init ;
+# 38 "../nptl/sysdeps/pthread/bits/libc-lock.h" 2
+# 46 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+typedef int __libc_lock_t;
+typedef struct { int lock; int cnt; void *owner; } __libc_lock_recursive_t;
+
+typedef struct { pthread_mutex_t mutex; } __rtld_lock_recursive_t;
+
+typedef pthread_rwlock_t __libc_rwlock_t;
+# 62 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+typedef pthread_key_t __libc_key_t;
+# 385 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+extern void _pthread_cleanup_push (struct _pthread_cleanup_buffer *buffer,
+                                   void (*routine) (void *), void *arg);
+extern void _pthread_cleanup_pop (struct _pthread_cleanup_buffer *buffer,
+                                  int execute);
+extern void _pthread_cleanup_push_defer (struct _pthread_cleanup_buffer *buffer,
+                                         void (*routine) (void *), void *arg);
+extern void _pthread_cleanup_pop_restore (struct _pthread_cleanup_buffer *buffer,
+                                          int execute);
+# 428 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+extern __inline void
+__libc_cleanup_routine (struct __pthread_cleanup_frame *f)
+{
+  if (f->__do_it)
+    f->__cancel_routine (f->__cancel_arg);
+}
+# 465 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+extern int __register_atfork (void (*__prepare) (void),
+         void (*__parent) (void),
+         void (*__child) (void),
+         void *__dso_handle);
+
+
+
+
+extern int __pthread_mutex_init (pthread_mutex_t *__mutex,
+     __const pthread_mutexattr_t *__mutex_attr);
+
+extern int __pthread_mutex_destroy (pthread_mutex_t *__mutex);
+
+extern int __pthread_mutex_trylock (pthread_mutex_t *__mutex);
+
+extern int __pthread_mutex_lock (pthread_mutex_t *__mutex);
+
+extern int __pthread_mutex_unlock (pthread_mutex_t *__mutex);
+
+extern int __pthread_mutexattr_init (pthread_mutexattr_t *__attr);
+
+extern int __pthread_mutexattr_destroy (pthread_mutexattr_t *__attr);
+
+extern int __pthread_mutexattr_settype (pthread_mutexattr_t *__attr,
+     int __kind);
+
+
+extern int __pthread_rwlock_init (pthread_rwlock_t *__rwlock,
+      __const pthread_rwlockattr_t *__attr);
+
+extern int __pthread_rwlock_destroy (pthread_rwlock_t *__rwlock);
+
+extern int __pthread_rwlock_rdlock (pthread_rwlock_t *__rwlock);
+
+extern int __pthread_rwlock_tryrdlock (pthread_rwlock_t *__rwlock);
+
+extern int __pthread_rwlock_wrlock (pthread_rwlock_t *__rwlock);
+
+extern int __pthread_rwlock_trywrlock (pthread_rwlock_t *__rwlock);
+
+extern int __pthread_rwlock_unlock (pthread_rwlock_t *__rwlock);
+
+
+extern int __pthread_key_create (pthread_key_t *__key,
+     void (*__destr_function) (void *));
+
+extern int __pthread_setspecific (pthread_key_t __key,
+      __const void *__pointer);
+
+extern void *__pthread_getspecific (pthread_key_t __key);
+
+extern int __pthread_once (pthread_once_t *__once_control,
+      void (*__init_routine) (void));
+
+extern int __pthread_atfork (void (*__prepare) (void),
+        void (*__parent) (void),
+        void (*__child) (void));
+# 530 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+# 1 "../sysdeps/generic/bp-sym.h" 1
+# 531 "../nptl/sysdeps/pthread/bits/libc-lock.h" 2
+
+
+
+
+# 534 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+#pragma weak __pthread_mutex_init
+# 534 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+
+
+# 535 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+#pragma weak __pthread_mutex_destroy
+# 535 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+
+
+# 536 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+#pragma weak __pthread_mutex_lock
+# 536 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+
+
+# 537 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+#pragma weak __pthread_mutex_trylock
+# 537 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+
+
+# 538 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+#pragma weak __pthread_mutex_unlock
+# 538 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+
+
+# 539 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+#pragma weak __pthread_mutexattr_init
+# 539 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+
+
+# 540 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+#pragma weak __pthread_mutexattr_destroy
+# 540 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+
+
+# 541 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+#pragma weak __pthread_mutexattr_settype
+# 541 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+
+
+# 542 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+#pragma weak __pthread_rwlock_init
+# 542 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+
+
+# 543 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+#pragma weak __pthread_rwlock_destroy
+# 543 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+
+
+# 544 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+#pragma weak __pthread_rwlock_rdlock
+# 544 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+
+
+# 545 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+#pragma weak __pthread_rwlock_tryrdlock
+# 545 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+
+
+# 546 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+#pragma weak __pthread_rwlock_wrlock
+# 546 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+
+
+# 547 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+#pragma weak __pthread_rwlock_trywrlock
+# 547 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+
+
+# 548 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+#pragma weak __pthread_rwlock_unlock
+# 548 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+
+
+# 549 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+#pragma weak __pthread_key_create
+# 549 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+
+
+# 550 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+#pragma weak __pthread_setspecific
+# 550 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+
+
+# 551 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+#pragma weak __pthread_getspecific
+# 551 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+
+
+# 552 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+#pragma weak __pthread_once
+# 552 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+
+
+# 553 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+#pragma weak __pthread_initialize
+# 553 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+
+
+# 554 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+#pragma weak __pthread_atfork
+# 554 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+
+
+# 555 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+#pragma weak _pthread_cleanup_push_defer
+# 555 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+
+
+# 556 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+#pragma weak _pthread_cleanup_pop_restore
+# 556 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+
+
+# 557 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+#pragma weak pthread_setcancelstate
+# 557 "../nptl/sysdeps/pthread/bits/libc-lock.h"
+
+# 24 "../nptl/sysdeps/pthread/bits/stdio-lock.h" 2
+
+
+
+
+
+
+typedef struct { int lock; int cnt; void *owner; } _IO_lock_t;
+# 178 "../libio/libio.h" 2
+# 188 "../libio/libio.h"
+struct _IO_marker {
+  struct _IO_marker *_next;
+  struct _IO_FILE *_sbuf;
+
+
+
+  int _pos;
+# 205 "../libio/libio.h"
+};
+
+
+enum __codecvt_result
+{
+  __codecvt_ok,
+  __codecvt_partial,
+  __codecvt_error,
+  __codecvt_noconv
+};
+
+
+
+
+struct _IO_codecvt
+{
+  void (*__codecvt_destr) (struct _IO_codecvt *);
+  enum __codecvt_result (*__codecvt_do_out) (struct _IO_codecvt *,
+          __mbstate_t *,
+          const wchar_t *,
+          const wchar_t *,
+          const wchar_t **, char *,
+          char *, char **);
+  enum __codecvt_result (*__codecvt_do_unshift) (struct _IO_codecvt *,
+       __mbstate_t *, char *,
+       char *, char **);
+  enum __codecvt_result (*__codecvt_do_in) (struct _IO_codecvt *,
+         __mbstate_t *,
+         const char *, const char *,
+         const char **, wchar_t *,
+         wchar_t *, wchar_t **);
+  int (*__codecvt_do_encoding) (struct _IO_codecvt *);
+  int (*__codecvt_do_always_noconv) (struct _IO_codecvt *);
+  int (*__codecvt_do_length) (struct _IO_codecvt *, __mbstate_t *,
+         const char *, const char *, size_t);
+  int (*__codecvt_do_max_length) (struct _IO_codecvt *);
+
+  _G_iconv_t __cd_in;
+  _G_iconv_t __cd_out;
+};
+
+
+struct _IO_wide_data
+{
+  wchar_t *_IO_read_ptr;
+  wchar_t *_IO_read_end;
+  wchar_t *_IO_read_base;
+  wchar_t *_IO_write_base;
+  wchar_t *_IO_write_ptr;
+  wchar_t *_IO_write_end;
+  wchar_t *_IO_buf_base;
+  wchar_t *_IO_buf_end;
+
+  wchar_t *_IO_save_base;
+  wchar_t *_IO_backup_base;
+
+  wchar_t *_IO_save_end;
+
+  __mbstate_t _IO_state;
+  __mbstate_t _IO_last_state;
+  struct _IO_codecvt _codecvt;
+
+  wchar_t _shortbuf[1];
+
+  const struct _IO_jump_t *_wide_vtable;
+};
+
+
+struct _IO_FILE {
+  int _flags;
+
+
+
+
+  char* _IO_read_ptr;
+  char* _IO_read_end;
+  char* _IO_read_base;
+  char* _IO_write_base;
+  char* _IO_write_ptr;
+  char* _IO_write_end;
+  char* _IO_buf_base;
+  char* _IO_buf_end;
+
+  char *_IO_save_base;
+  char *_IO_backup_base;
+  char *_IO_save_end;
+
+  struct _IO_marker *_markers;
+
+  struct _IO_FILE *_chain;
+
+  int _fileno;
+
+
+
+  int _flags2;
+
+  __off_t _old_offset;
+
+
+
+  unsigned short _cur_column;
+  signed char _vtable_offset;
+  char _shortbuf[1];
+
+
+
+  _IO_lock_t *_lock;
+# 321 "../libio/libio.h"
+  __off64_t _offset;
+
+
+  struct _IO_codecvt *_codecvt;
+  struct _IO_wide_data *_wide_data;
+  struct _IO_FILE *_freeres_list;
+  void *_freeres_buf;
+  size_t _freeres_size;
+
+
+
+
+
+
+
+  int _mode;
+
+  char _unused2[15 * sizeof (int) - 4 * sizeof (void *) - sizeof (size_t)];
+
+};
+
+
+typedef struct _IO_FILE _IO_FILE;
+
+
+struct _IO_FILE_plus;
+
+extern struct _IO_FILE_plus _IO_2_1_stdin_;
+extern struct _IO_FILE_plus _IO_2_1_stdout_;
+extern struct _IO_FILE_plus _IO_2_1_stderr_;
+
+
+
+
+
+extern _IO_FILE *_IO_stdin ;
+extern _IO_FILE *_IO_stdout ;
+extern _IO_FILE *_IO_stderr ;
+
+
+
+
+
+
+
+typedef __ssize_t __io_read_fn (void *__cookie, char *__buf, size_t __nbytes);
+
+
+
+
+
+
+
+typedef __ssize_t __io_write_fn (void *__cookie, __const char *__buf,
+     size_t __n);
+
+
+
+
+
+
+
+typedef int __io_seek_fn (void *__cookie, __off64_t *__pos, int __w);
+
+
+typedef int __io_close_fn (void *__cookie);
+
+
+
+
+typedef __io_read_fn cookie_read_function_t;
+typedef __io_write_fn cookie_write_function_t;
+typedef __io_seek_fn cookie_seek_function_t;
+typedef __io_close_fn cookie_close_function_t;
+
+
+typedef struct
+{
+  __io_read_fn *read;
+  __io_write_fn *write;
+  __io_seek_fn *seek;
+  __io_close_fn *close;
+} _IO_cookie_io_functions_t;
+typedef _IO_cookie_io_functions_t cookie_io_functions_t;
+
+struct _IO_cookie_file;
+
+
+extern void _IO_cookie_init (struct _IO_cookie_file *__cfile, int __read_write,
+        void *__cookie, _IO_cookie_io_functions_t __fns);
+
+
+
+
+
+
+
+extern int __underflow (_IO_FILE *);
+extern int __uflow (_IO_FILE *);
+extern int __overflow (_IO_FILE *, int);
+
+extern wint_t __wunderflow (_IO_FILE *);
+extern wint_t __wuflow (_IO_FILE *);
+extern wint_t __woverflow (_IO_FILE *, wint_t);
+# 462 "../libio/libio.h"
+extern int _IO_getc (_IO_FILE *__fp);
+extern int _IO_putc (int __c, _IO_FILE *__fp);
+extern int _IO_feof (_IO_FILE *__fp) __attribute__ ((__nothrow__ ));
+extern int _IO_ferror (_IO_FILE *__fp) __attribute__ ((__nothrow__ ));
+
+extern int _IO_peekc_locked (_IO_FILE *__fp);
+
+
+
+
+
+extern void _IO_flockfile (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern void _IO_funlockfile (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern int _IO_ftrylockfile (_IO_FILE *) __attribute__ ((__nothrow__ ));
+# 492 "../libio/libio.h"
+extern int _IO_vfscanf (_IO_FILE * __restrict, const char * __restrict,
+   __gnuc_va_list, int *__restrict);
+extern int _IO_vfprintf (_IO_FILE *__restrict, const char *__restrict,
+    __gnuc_va_list);
+extern __ssize_t _IO_padn (_IO_FILE *, int, __ssize_t);
+extern size_t _IO_sgetn (_IO_FILE *, void *, size_t);
+
+extern __off64_t _IO_seekoff (_IO_FILE *, __off64_t, int, int);
+extern __off64_t _IO_seekpos (_IO_FILE *, __off64_t, int);
+
+extern void _IO_free_backup_area (_IO_FILE *) __attribute__ ((__nothrow__ ));
+
+
+extern wint_t _IO_getwc (_IO_FILE *__fp);
+extern wint_t _IO_putwc (wchar_t __wc, _IO_FILE *__fp);
+extern int _IO_fwide (_IO_FILE *__fp, int __mode) __attribute__ ((__nothrow__ ));
+# 541 "../libio/libio.h"
+extern int _IO_vfwscanf (_IO_FILE * __restrict, const wchar_t * __restrict,
+    __gnuc_va_list, int *__restrict);
+extern int _IO_vfwprintf (_IO_FILE *__restrict, const wchar_t *__restrict,
+     __gnuc_va_list);
+extern __ssize_t _IO_wpadn (_IO_FILE *, wint_t, __ssize_t);
+extern void _IO_free_wbackup_area (_IO_FILE *) __attribute__ ((__nothrow__ ));
+# 2 "../include/libio.h" 2
+
+
+
+
+
+
+
+
+
+
+# 76 "../libio/stdio.h" 2
+# 109 "../libio/stdio.h"
+
+
+typedef _G_fpos_t fpos_t;
+
+
+
+
+
+typedef _G_fpos64_t fpos64_t;
+# 165 "../libio/stdio.h"
+# 1 "/var/tmp/portage/sys-libs/glibc-2.15-r3/work/build-default-armv5te-iwmmxt-linux-gnueabi-nptl/bits/stdio_lim.h" 1
+# 166 "../libio/stdio.h" 2
+
+
+
+extern struct _IO_FILE *stdin;
+extern struct _IO_FILE *stdout;
+extern struct _IO_FILE *stderr;
+
+
+
+
+
+
+
+extern int remove (__const char *__filename) __attribute__ ((__nothrow__ ));
+
+extern int rename (__const char *__old, __const char *__new) __attribute__ ((__nothrow__ ));
+
+
+
+
+extern int renameat (int __oldfd, __const char *__old, int __newfd,
+       __const char *__new) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+
+
+extern FILE *tmpfile (void) ;
+# 206 "../libio/stdio.h"
+extern FILE *tmpfile64 (void) ;
+
+
+
+extern char *tmpnam (char *__s) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+extern char *tmpnam_r (char *__s) __attribute__ ((__nothrow__ )) ;
+# 228 "../libio/stdio.h"
+extern char *tempnam (__const char *__dir, __const char *__pfx)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__malloc__)) ;
+
+
+
+
+
+
+
+
+extern int fclose (FILE *__stream);
+
+
+
+
+extern int fflush (FILE *__stream);
+
+# 253 "../libio/stdio.h"
+extern int fflush_unlocked (FILE *__stream);
+# 263 "../libio/stdio.h"
+extern int fcloseall (void);
+
+
+
+
+
+
+
+
+
+extern FILE *fopen (__const char *__restrict __filename,
+      __const char *__restrict __modes) ;
+
+
+
+
+extern FILE *freopen (__const char *__restrict __filename,
+        __const char *__restrict __modes,
+        FILE *__restrict __stream) ;
+# 296 "../libio/stdio.h"
+
+
+extern FILE *fopen64 (__const char *__restrict __filename,
+        __const char *__restrict __modes) ;
+extern FILE *freopen64 (__const char *__restrict __filename,
+   __const char *__restrict __modes,
+   FILE *__restrict __stream) ;
+
+
+
+
+extern FILE *fdopen (int __fd, __const char *__modes) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+extern FILE *fopencookie (void *__restrict __magic_cookie,
+     __const char *__restrict __modes,
+     _IO_cookie_io_functions_t __io_funcs) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern FILE *fmemopen (void *__s, size_t __len, __const char *__modes)
+  __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern FILE *open_memstream (char **__bufloc, size_t *__sizeloc) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+
+extern void setbuf (FILE *__restrict __stream, char *__restrict __buf) __attribute__ ((__nothrow__ ));
+
+
+
+extern int setvbuf (FILE *__restrict __stream, char *__restrict __buf,
+      int __modes, size_t __n) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+extern void setbuffer (FILE *__restrict __stream, char *__restrict __buf,
+         size_t __size) __attribute__ ((__nothrow__ ));
+
+
+extern void setlinebuf (FILE *__stream) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+
+
+extern int fprintf (FILE *__restrict __stream,
+      __const char *__restrict __format, ...);
+
+
+
+
+extern int printf (__const char *__restrict __format, ...);
+
+extern int sprintf (char *__restrict __s,
+      __const char *__restrict __format, ...) __attribute__ ((__nothrow__));
+
+
+
+
+
+extern int vfprintf (FILE *__restrict __s, __const char *__restrict __format,
+       __gnuc_va_list __arg);
+
+
+
+
+extern int vprintf (__const char *__restrict __format, __gnuc_va_list __arg);
+
+extern int vsprintf (char *__restrict __s, __const char *__restrict __format,
+       __gnuc_va_list __arg) __attribute__ ((__nothrow__));
+
+
+
+
+
+extern int snprintf (char *__restrict __s, size_t __maxlen,
+       __const char *__restrict __format, ...)
+     __attribute__ ((__nothrow__)) __attribute__ ((__format__ (__printf__, 3, 4)));
+
+extern int vsnprintf (char *__restrict __s, size_t __maxlen,
+        __const char *__restrict __format, __gnuc_va_list __arg)
+     __attribute__ ((__nothrow__)) __attribute__ ((__format__ (__printf__, 3, 0)));
+
+
+
+
+
+
+extern int vasprintf (char **__restrict __ptr, __const char *__restrict __f,
+        __gnuc_va_list __arg)
+     __attribute__ ((__nothrow__)) __attribute__ ((__format__ (__printf__, 2, 0))) ;
+extern int __asprintf (char **__restrict __ptr,
+         __const char *__restrict __fmt, ...)
+     __attribute__ ((__nothrow__)) __attribute__ ((__format__ (__printf__, 2, 3))) ;
+extern int asprintf (char **__restrict __ptr,
+       __const char *__restrict __fmt, ...)
+     __attribute__ ((__nothrow__)) __attribute__ ((__format__ (__printf__, 2, 3))) ;
+# 418 "../libio/stdio.h"
+extern int vdprintf (int __fd, __const char *__restrict __fmt,
+       __gnuc_va_list __arg)
+     __attribute__ ((__format__ (__printf__, 2, 0)));
+extern int dprintf (int __fd, __const char *__restrict __fmt, ...)
+     __attribute__ ((__format__ (__printf__, 2, 3)));
+
+
+
+
+
+
+
+
+extern int fscanf (FILE *__restrict __stream,
+     __const char *__restrict __format, ...) ;
+
+
+
+
+extern int scanf (__const char *__restrict __format, ...) ;
+
+extern int sscanf (__const char *__restrict __s,
+     __const char *__restrict __format, ...) __attribute__ ((__nothrow__ ));
+# 469 "../libio/stdio.h"
+
+
+
+
+
+
+
+
+extern int vfscanf (FILE *__restrict __s, __const char *__restrict __format,
+      __gnuc_va_list __arg)
+     __attribute__ ((__format__ (__scanf__, 2, 0))) ;
+
+
+
+
+
+extern int vscanf (__const char *__restrict __format, __gnuc_va_list __arg)
+     __attribute__ ((__format__ (__scanf__, 1, 0))) ;
+
+
+extern int vsscanf (__const char *__restrict __s,
+      __const char *__restrict __format, __gnuc_va_list __arg)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__format__ (__scanf__, 2, 0)));
+# 528 "../libio/stdio.h"
+
+
+
+
+
+
+
+
+
+extern int fgetc (FILE *__stream);
+extern int getc (FILE *__stream);
+
+
+
+
+
+extern int getchar (void);
+
+# 556 "../libio/stdio.h"
+extern int getc_unlocked (FILE *__stream);
+extern int getchar_unlocked (void);
+# 567 "../libio/stdio.h"
+extern int fgetc_unlocked (FILE *__stream);
+
+
+
+
+
+
+
+
+
+
+
+extern int fputc (int __c, FILE *__stream);
+extern int putc (int __c, FILE *__stream);
+
+
+
+
+
+extern int putchar (int __c);
+
+# 600 "../libio/stdio.h"
+extern int fputc_unlocked (int __c, FILE *__stream);
+
+
+
+
+
+
+
+extern int putc_unlocked (int __c, FILE *__stream);
+extern int putchar_unlocked (int __c);
+
+
+
+
+
+
+extern int getw (FILE *__stream);
+
+
+extern int putw (int __w, FILE *__stream);
+
+
+
+
+
+
+
+
+extern char *fgets (char *__restrict __s, int __n, FILE *__restrict __stream)
+     ;
+
+
+
+
+
+
+extern char *gets (char *__s) ;
+
+# 646 "../libio/stdio.h"
+extern char *fgets_unlocked (char *__restrict __s, int __n,
+        FILE *__restrict __stream) ;
+# 662 "../libio/stdio.h"
+extern __ssize_t __getdelim (char **__restrict __lineptr,
+          size_t *__restrict __n, int __delimiter,
+          FILE *__restrict __stream) ;
+extern __ssize_t getdelim (char **__restrict __lineptr,
+        size_t *__restrict __n, int __delimiter,
+        FILE *__restrict __stream) ;
+
+
+
+
+
+
+
+extern __ssize_t getline (char **__restrict __lineptr,
+       size_t *__restrict __n,
+       FILE *__restrict __stream) ;
+
+
+
+
+
+
+
+
+extern int fputs (__const char *__restrict __s, FILE *__restrict __stream);
+
+
+
+
+
+extern int puts (__const char *__s);
+
+
+
+
+
+
+extern int ungetc (int __c, FILE *__stream);
+
+
+
+
+
+
+extern size_t fread (void *__restrict __ptr, size_t __size,
+       size_t __n, FILE *__restrict __stream) ;
+
+
+
+
+extern size_t fwrite (__const void *__restrict __ptr, size_t __size,
+        size_t __n, FILE *__restrict __s) ;
+
+# 723 "../libio/stdio.h"
+extern int fputs_unlocked (__const char *__restrict __s,
+      FILE *__restrict __stream);
+# 734 "../libio/stdio.h"
+extern size_t fread_unlocked (void *__restrict __ptr, size_t __size,
+         size_t __n, FILE *__restrict __stream) ;
+extern size_t fwrite_unlocked (__const void *__restrict __ptr, size_t __size,
+          size_t __n, FILE *__restrict __stream) ;
+
+
+
+
+
+
+
+
+extern int fseek (FILE *__stream, long int __off, int __whence);
+
+
+
+
+extern long int ftell (FILE *__stream) ;
+
+
+
+
+extern void rewind (FILE *__stream);
+
+# 770 "../libio/stdio.h"
+extern int fseeko (FILE *__stream, __off_t __off, int __whence);
+
+
+
+
+extern __off_t ftello (FILE *__stream) ;
+# 789 "../libio/stdio.h"
+
+
+
+
+
+
+extern int fgetpos (FILE *__restrict __stream, fpos_t *__restrict __pos);
+
+
+
+
+extern int fsetpos (FILE *__stream, __const fpos_t *__pos);
+# 812 "../libio/stdio.h"
+
+
+
+extern int fseeko64 (FILE *__stream, __off64_t __off, int __whence);
+extern __off64_t ftello64 (FILE *__stream) ;
+extern int fgetpos64 (FILE *__restrict __stream, fpos64_t *__restrict __pos);
+extern int fsetpos64 (FILE *__stream, __const fpos64_t *__pos);
+
+
+
+
+extern void clearerr (FILE *__stream) __attribute__ ((__nothrow__ ));
+
+extern int feof (FILE *__stream) __attribute__ ((__nothrow__ )) ;
+
+extern int ferror (FILE *__stream) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern void clearerr_unlocked (FILE *__stream) __attribute__ ((__nothrow__ ));
+extern int feof_unlocked (FILE *__stream) __attribute__ ((__nothrow__ )) ;
+extern int ferror_unlocked (FILE *__stream) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+
+
+
+extern void perror (__const char *__s);
+
+
+
+
+
+
+# 1 "../sysdeps/unix/sysv/linux/bits/sys_errlist.h" 1
+# 27 "../sysdeps/unix/sysv/linux/bits/sys_errlist.h"
+extern int sys_nerr;
+extern __const char *__const sys_errlist[];
+
+
+extern int _sys_nerr;
+extern __const char *__const _sys_errlist[];
+# 851 "../libio/stdio.h" 2
+
+
+
+
+extern int fileno (FILE *__stream) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern int fileno_unlocked (FILE *__stream) __attribute__ ((__nothrow__ )) ;
+# 870 "../libio/stdio.h"
+extern FILE *popen (__const char *__command, __const char *__modes) ;
+
+
+
+
+
+extern int pclose (FILE *__stream);
+
+
+
+
+
+extern char *ctermid (char *__s) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+extern char *cuserid (char *__s);
+
+
+
+
+struct obstack;
+
+
+extern int obstack_printf (struct obstack *__restrict __obstack,
+      __const char *__restrict __format, ...)
+     __attribute__ ((__nothrow__)) __attribute__ ((__format__ (__printf__, 2, 3)));
+extern int obstack_vprintf (struct obstack *__restrict __obstack,
+       __const char *__restrict __format,
+       __gnuc_va_list __args)
+     __attribute__ ((__nothrow__)) __attribute__ ((__format__ (__printf__, 2, 0)));
+
+
+
+
+
+
+
+extern void flockfile (FILE *__stream) __attribute__ ((__nothrow__ ));
+
+
+
+extern int ftrylockfile (FILE *__stream) __attribute__ ((__nothrow__ )) ;
+
+
+extern void funlockfile (FILE *__stream) __attribute__ ((__nothrow__ ));
+# 931 "../libio/stdio.h"
+# 1 "../libio/bits/stdio.h" 1
+# 36 "../libio/bits/stdio.h"
+extern __inline int
+vprintf (__const char *__restrict __fmt, __gnuc_va_list __arg)
+{
+  return vfprintf (stdout, __fmt, __arg);
+}
+
+
+
+extern __inline int
+getchar (void)
+{
+  return _IO_getc (stdin);
+}
+
+
+
+
+extern __inline int
+fgetc_unlocked (FILE *__fp)
+{
+  return (__builtin_expect (((__fp)->_IO_read_ptr >= (__fp)->_IO_read_end), 0) ? __uflow (__fp) : *(unsigned char *) (__fp)->_IO_read_ptr++);
+}
+
+
+
+
+
+extern __inline int
+getc_unlocked (FILE *__fp)
+{
+  return (__builtin_expect (((__fp)->_IO_read_ptr >= (__fp)->_IO_read_end), 0) ? __uflow (__fp) : *(unsigned char *) (__fp)->_IO_read_ptr++);
+}
+
+
+extern __inline int
+getchar_unlocked (void)
+{
+  return (__builtin_expect (((stdin)->_IO_read_ptr >= (stdin)->_IO_read_end), 0) ? __uflow (stdin) : *(unsigned char *) (stdin)->_IO_read_ptr++);
+}
+
+
+
+
+extern __inline int
+putchar (int __c)
+{
+  return _IO_putc (__c, stdout);
+}
+
+
+
+
+extern __inline int
+fputc_unlocked (int __c, FILE *__stream)
+{
+  return (__builtin_expect (((__stream)->_IO_write_ptr >= (__stream)->_IO_write_end), 0) ? __overflow (__stream, (unsigned char) (__c)) : (unsigned char) (*(__stream)->_IO_write_ptr++ = (__c)));
+}
+
+
+
+
+
+extern __inline int
+putc_unlocked (int __c, FILE *__stream)
+{
+  return (__builtin_expect (((__stream)->_IO_write_ptr >= (__stream)->_IO_write_end), 0) ? __overflow (__stream, (unsigned char) (__c)) : (unsigned char) (*(__stream)->_IO_write_ptr++ = (__c)));
+}
+
+
+extern __inline int
+putchar_unlocked (int __c)
+{
+  return (__builtin_expect (((stdout)->_IO_write_ptr >= (stdout)->_IO_write_end), 0) ? __overflow (stdout, (unsigned char) (__c)) : (unsigned char) (*(stdout)->_IO_write_ptr++ = (__c)));
+}
+
+
+
+
+
+extern __inline __ssize_t
+getline (char **__lineptr, size_t *__n, FILE *__stream)
+{
+  return __getdelim (__lineptr, __n, '\n', __stream);
+}
+
+
+
+
+
+extern __inline int
+__attribute__ ((__nothrow__ )) feof_unlocked (FILE *__stream)
+{
+  return (((__stream)->_flags & 0x10) != 0);
+}
+
+
+extern __inline int
+__attribute__ ((__nothrow__ )) ferror_unlocked (FILE *__stream)
+{
+  return (((__stream)->_flags & 0x20) != 0);
+}
+# 932 "../libio/stdio.h" 2
+# 940 "../libio/stdio.h"
+
+# 6 "../include/stdio.h" 2
+
+
+extern int __fcloseall (void);
+extern int __snprintf (char *__restrict __s, size_t __maxlen,
+         __const char *__restrict __format, ...)
+     __attribute__ ((__format__ (__printf__, 3, 4)));
+extern int __vsnprintf (char *__restrict __s, size_t __maxlen,
+   __const char *__restrict __format, __gnuc_va_list __arg)
+     __attribute__ ((__format__ (__printf__, 3, 0)));
+extern int __vfscanf (FILE *__restrict __s,
+        __const char *__restrict __format,
+        __gnuc_va_list __arg)
+     __attribute__ ((__format__ (__scanf__, 2, 0)));
+
+extern int __vscanf (__const char *__restrict __format,
+       __gnuc_va_list __arg)
+     __attribute__ ((__format__ (__scanf__, 1, 0)));
+extern __ssize_t __getline (char **__lineptr, size_t *__n,
+         FILE *__stream);
+extern int __vsscanf (__const char *__restrict __s,
+        __const char *__restrict __format,
+        __gnuc_va_list __arg)
+     __attribute__ ((__format__ (__scanf__, 2, 0)));
+
+
+extern int __sprintf_chk (char *, int, size_t, const char *, ...) __attribute__ ((__nothrow__ ));
+extern int __snprintf_chk (char *, size_t, int, size_t, const char *, ...)
+     __attribute__ ((__nothrow__ ));
+extern int __vsprintf_chk (char *, int, size_t, const char *,
+      __gnuc_va_list) __attribute__ ((__nothrow__ ));
+extern int __vsnprintf_chk (char *, size_t, int, size_t, const char *,
+       __gnuc_va_list) __attribute__ ((__nothrow__ ));
+extern int __printf_chk (int, const char *, ...);
+extern int __fprintf_chk (FILE *, int, const char *, ...);
+extern int __vprintf_chk (int, const char *, __gnuc_va_list);
+extern int __vfprintf_chk (FILE *, int, const char *, __gnuc_va_list);
+extern char *__fgets_unlocked_chk (char *buf, size_t size, int n, FILE *fp);
+extern char *__fgets_chk (char *buf, size_t size, int n, FILE *fp);
+extern int __asprintf_chk (char **, int, const char *, ...) __attribute__ ((__nothrow__ ));
+extern int __vasprintf_chk (char **, int, const char *, __gnuc_va_list) __attribute__ ((__nothrow__ ));
+extern int __dprintf_chk (int, int, const char *, ...);
+extern int __vdprintf_chk (int, int, const char *, __gnuc_va_list);
+extern int __obstack_printf_chk (struct obstack *, int, const char *, ...)
+     __attribute__ ((__nothrow__ ));
+extern int __obstack_vprintf_chk (struct obstack *, int, const char *,
+      __gnuc_va_list) __attribute__ ((__nothrow__ ));
+
+
+extern int __isoc99_fscanf (FILE *__restrict __stream,
+       __const char *__restrict __format, ...) ;
+extern int __isoc99_scanf (__const char *__restrict __format, ...) ;
+extern int __isoc99_sscanf (__const char *__restrict __s,
+       __const char *__restrict __format, ...) __attribute__ ((__nothrow__ ));
+extern int __isoc99_vfscanf (FILE *__restrict __s,
+        __const char *__restrict __format,
+        __gnuc_va_list __arg) ;
+extern int __isoc99_vscanf (__const char *__restrict __format,
+       __gnuc_va_list __arg) ;
+extern int __isoc99_vsscanf (__const char *__restrict __s,
+        __const char *__restrict __format,
+        __gnuc_va_list __arg) __attribute__ ((__nothrow__ ));
+
+
+
+
+extern FILE *__new_tmpfile (void);
+extern FILE *__old_tmpfile (void);
+
+
+
+
+# 1 "/usr/lib/gcc/armv5te-iwmmxt-linux-gnueabi/4.7.3/include/stddef.h" 1 3 4
+# 78 "../include/stdio.h" 2
+
+extern int __path_search (char *__tmpl, size_t __tmpl_len,
+     __const char *__dir, __const char *__pfx,
+     int __try_tempdir);
+
+extern int __gen_tempname (char *__tmpl, int __suffixlen, int __flags,
+      int __kind);
+
+
+
+
+
+
+extern void __libc_fatal (__const char *__message)
+     __attribute__ ((__noreturn__));
+extern void __libc_message (int do_abort, __const char *__fnt, ...);
+extern void __fortify_fail (const char *msg)
+     __attribute__ ((__noreturn__)) ;
+
+
+
+extern void __flockfile (FILE *__stream);
+
+
+extern void __funlockfile (FILE *__stream);
+
+
+
+extern int __ftrylockfile (FILE *__stream);
+
+extern int __getc_unlocked (FILE *__fp);
+extern wint_t __getwc_unlocked (FILE *__fp);
+
+extern int __fxprintf (FILE *__fp, const char *__fmt, ...)
+     __attribute__ ((__format__ (__printf__, 2, 3)));
+
+extern __const char *__const _sys_errlist_internal[] ;
+extern int _sys_nerr_internal ;
+
+extern int __asprintf_internal (char **__restrict __ptr,
+    __const char *__restrict __fmt, ...)
+     __attribute__ ((__format__ (__printf__, 2, 3)));
+
+
+
+
+extern _IO_FILE *_IO_new_fopen (const char*, const char*);
+
+extern _IO_FILE *_IO_new_fdopen (int, const char*);
+
+extern int _IO_new_fclose (_IO_FILE*);
+
+extern int _IO_fputs (const char*, _IO_FILE*);
+
+
+extern int _IO_new_fsetpos (_IO_FILE *, const _G_fpos_t *);
+
+extern int _IO_new_fgetpos (_IO_FILE *, _G_fpos_t *);
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+# 24 "fxprintf.c" 2
+# 1 "../include/wchar.h" 1
+
+# 1 "../wcsmbs/wchar.h" 1
+# 52 "../wcsmbs/wchar.h"
+# 1 "/usr/lib/gcc/armv5te-iwmmxt-linux-gnueabi/4.7.3/include/stddef.h" 1 3 4
+# 53 "../wcsmbs/wchar.h" 2
+# 104 "../wcsmbs/wchar.h"
+
+
+typedef __mbstate_t mbstate_t;
+
+
+
+# 129 "../wcsmbs/wchar.h"
+
+
+
+
+
+struct tm;
+
+
+
+
+
+
+
+
+
+extern wchar_t *wcscpy (wchar_t *__restrict __dest,
+   __const wchar_t *__restrict __src) __attribute__ ((__nothrow__ ));
+
+extern wchar_t *wcsncpy (wchar_t *__restrict __dest,
+    __const wchar_t *__restrict __src, size_t __n)
+     __attribute__ ((__nothrow__ ));
+
+
+extern wchar_t *wcscat (wchar_t *__restrict __dest,
+   __const wchar_t *__restrict __src) __attribute__ ((__nothrow__ ));
+
+extern wchar_t *wcsncat (wchar_t *__restrict __dest,
+    __const wchar_t *__restrict __src, size_t __n)
+     __attribute__ ((__nothrow__ ));
+
+
+extern int wcscmp (__const wchar_t *__s1, __const wchar_t *__s2)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__));
+
+extern int wcsncmp (__const wchar_t *__s1, __const wchar_t *__s2, size_t __n)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__));
+
+
+
+
+extern int wcscasecmp (__const wchar_t *__s1, __const wchar_t *__s2) __attribute__ ((__nothrow__ ));
+
+
+extern int wcsncasecmp (__const wchar_t *__s1, __const wchar_t *__s2,
+   size_t __n) __attribute__ ((__nothrow__ ));
+
+
+
+# 1 "../include/xlocale.h" 1
+# 178 "../wcsmbs/wchar.h" 2
+
+extern int wcscasecmp_l (__const wchar_t *__s1, __const wchar_t *__s2,
+    __locale_t __loc) __attribute__ ((__nothrow__ ));
+
+extern int wcsncasecmp_l (__const wchar_t *__s1, __const wchar_t *__s2,
+     size_t __n, __locale_t __loc) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+extern int wcscoll (__const wchar_t *__s1, __const wchar_t *__s2) __attribute__ ((__nothrow__ ));
+
+
+
+extern size_t wcsxfrm (wchar_t *__restrict __s1,
+         __const wchar_t *__restrict __s2, size_t __n) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+
+
+extern int wcscoll_l (__const wchar_t *__s1, __const wchar_t *__s2,
+        __locale_t __loc) __attribute__ ((__nothrow__ ));
+
+
+
+
+extern size_t wcsxfrm_l (wchar_t *__s1, __const wchar_t *__s2,
+    size_t __n, __locale_t __loc) __attribute__ ((__nothrow__ ));
+
+
+extern wchar_t *wcsdup (__const wchar_t *__s) __attribute__ ((__nothrow__ )) __attribute__ ((__malloc__));
+
+
+
+
+
+
+
+
+
+
+extern wchar_t *wcschr (__const wchar_t *__wcs, wchar_t __wc)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__));
+# 234 "../wcsmbs/wchar.h"
+extern wchar_t *wcsrchr (__const wchar_t *__wcs, wchar_t __wc)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__));
+
+
+
+
+
+
+extern wchar_t *wcschrnul (__const wchar_t *__s, wchar_t __wc)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__));
+
+
+
+
+
+extern size_t wcscspn (__const wchar_t *__wcs, __const wchar_t *__reject)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__));
+
+
+extern size_t wcsspn (__const wchar_t *__wcs, __const wchar_t *__accept)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__));
+# 263 "../wcsmbs/wchar.h"
+extern wchar_t *wcspbrk (__const wchar_t *__wcs, __const wchar_t *__accept)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__));
+# 274 "../wcsmbs/wchar.h"
+extern wchar_t *wcsstr (__const wchar_t *__haystack, __const wchar_t *__needle)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__));
+
+
+
+extern wchar_t *wcstok (wchar_t *__restrict __s,
+   __const wchar_t *__restrict __delim,
+   wchar_t **__restrict __ptr) __attribute__ ((__nothrow__ ));
+
+
+extern size_t wcslen (__const wchar_t *__s) __attribute__ ((__nothrow__ )) __attribute__ ((__pure__));
+
+# 296 "../wcsmbs/wchar.h"
+extern wchar_t *wcswcs (__const wchar_t *__haystack, __const wchar_t *__needle)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__));
+
+
+
+
+
+extern size_t wcsnlen (__const wchar_t *__s, size_t __maxlen)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__));
+
+
+
+
+# 317 "../wcsmbs/wchar.h"
+extern wchar_t *wmemchr (__const wchar_t *__s, wchar_t __c, size_t __n)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__));
+
+
+
+extern int wmemcmp (__const wchar_t *__s1, __const wchar_t *__s2, size_t __n)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__));
+
+
+extern wchar_t *wmemcpy (wchar_t *__restrict __s1,
+    __const wchar_t *__restrict __s2, size_t __n) __attribute__ ((__nothrow__ ));
+
+
+
+extern wchar_t *wmemmove (wchar_t *__s1, __const wchar_t *__s2, size_t __n)
+     __attribute__ ((__nothrow__ ));
+
+
+extern wchar_t *wmemset (wchar_t *__s, wchar_t __c, size_t __n) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+extern wchar_t *wmempcpy (wchar_t *__restrict __s1,
+     __const wchar_t *__restrict __s2, size_t __n)
+     __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+extern wint_t btowc (int __c) __attribute__ ((__nothrow__ ));
+
+
+
+extern int wctob (wint_t __c) __attribute__ ((__nothrow__ ));
+
+
+
+extern int mbsinit (__const mbstate_t *__ps) __attribute__ ((__nothrow__ )) __attribute__ ((__pure__));
+
+
+
+extern size_t mbrtowc (wchar_t *__restrict __pwc,
+         __const char *__restrict __s, size_t __n,
+         mbstate_t *__p) __attribute__ ((__nothrow__ ));
+
+
+extern size_t wcrtomb (char *__restrict __s, wchar_t __wc,
+         mbstate_t *__restrict __ps) __attribute__ ((__nothrow__ ));
+
+
+extern size_t __mbrlen (__const char *__restrict __s, size_t __n,
+   mbstate_t *__restrict __ps) __attribute__ ((__nothrow__ ));
+extern size_t mbrlen (__const char *__restrict __s, size_t __n,
+        mbstate_t *__restrict __ps) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+
+
+extern wint_t __btowc_alias (int __c) __asm ("btowc");
+extern __inline wint_t
+__attribute__ ((__nothrow__ )) btowc (int __c)
+{ return (__builtin_constant_p (__c) && __c >= '\0' && __c <= '\x7f'
+   ? (wint_t) __c : __btowc_alias (__c)); }
+
+extern int __wctob_alias (wint_t __c) __asm ("wctob");
+extern __inline int
+__attribute__ ((__nothrow__ )) wctob (wint_t __wc)
+{ return (__builtin_constant_p (__wc) && __wc >= L'\0' && __wc <= L'\x7f'
+   ? (int) __wc : __wctob_alias (__wc)); }
+
+extern __inline size_t
+__attribute__ ((__nothrow__ )) mbrlen (__const char *__restrict __s, size_t __n, mbstate_t *__restrict __ps)
+
+{ return (__ps != ((void *)0)
+   ? mbrtowc (((void *)0), __s, __n, __ps) : __mbrlen (__s, __n, ((void *)0))); }
+
+
+
+
+
+extern size_t mbsrtowcs (wchar_t *__restrict __dst,
+    __const char **__restrict __src, size_t __len,
+    mbstate_t *__restrict __ps) __attribute__ ((__nothrow__ ));
+
+
+
+extern size_t wcsrtombs (char *__restrict __dst,
+    __const wchar_t **__restrict __src, size_t __len,
+    mbstate_t *__restrict __ps) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+extern size_t mbsnrtowcs (wchar_t *__restrict __dst,
+     __const char **__restrict __src, size_t __nmc,
+     size_t __len, mbstate_t *__restrict __ps) __attribute__ ((__nothrow__ ));
+
+
+
+extern size_t wcsnrtombs (char *__restrict __dst,
+     __const wchar_t **__restrict __src,
+     size_t __nwc, size_t __len,
+     mbstate_t *__restrict __ps) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+extern int wcwidth (wchar_t __c) __attribute__ ((__nothrow__ ));
+
+
+
+extern int wcswidth (__const wchar_t *__s, size_t __n) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+extern double wcstod (__const wchar_t *__restrict __nptr,
+        wchar_t **__restrict __endptr) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+extern float wcstof (__const wchar_t *__restrict __nptr,
+       wchar_t **__restrict __endptr) __attribute__ ((__nothrow__ ));
+extern long double wcstold (__const wchar_t *__restrict __nptr,
+       wchar_t **__restrict __endptr) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+
+extern long int wcstol (__const wchar_t *__restrict __nptr,
+   wchar_t **__restrict __endptr, int __base) __attribute__ ((__nothrow__ ));
+
+
+
+extern unsigned long int wcstoul (__const wchar_t *__restrict __nptr,
+      wchar_t **__restrict __endptr, int __base)
+     __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+__extension__
+extern long long int wcstoll (__const wchar_t *__restrict __nptr,
+         wchar_t **__restrict __endptr, int __base)
+     __attribute__ ((__nothrow__ ));
+
+
+
+__extension__
+extern unsigned long long int wcstoull (__const wchar_t *__restrict __nptr,
+     wchar_t **__restrict __endptr,
+     int __base) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+__extension__
+extern long long int wcstoq (__const wchar_t *__restrict __nptr,
+        wchar_t **__restrict __endptr, int __base)
+     __attribute__ ((__nothrow__ ));
+
+
+
+__extension__
+extern unsigned long long int wcstouq (__const wchar_t *__restrict __nptr,
+           wchar_t **__restrict __endptr,
+           int __base) __attribute__ ((__nothrow__ ));
+# 523 "../wcsmbs/wchar.h"
+# 1 "../include/xlocale.h" 1
+# 524 "../wcsmbs/wchar.h" 2
+
+
+
+extern long int wcstol_l (__const wchar_t *__restrict __nptr,
+     wchar_t **__restrict __endptr, int __base,
+     __locale_t __loc) __attribute__ ((__nothrow__ ));
+
+extern unsigned long int wcstoul_l (__const wchar_t *__restrict __nptr,
+        wchar_t **__restrict __endptr,
+        int __base, __locale_t __loc) __attribute__ ((__nothrow__ ));
+
+__extension__
+extern long long int wcstoll_l (__const wchar_t *__restrict __nptr,
+    wchar_t **__restrict __endptr,
+    int __base, __locale_t __loc) __attribute__ ((__nothrow__ ));
+
+__extension__
+extern unsigned long long int wcstoull_l (__const wchar_t *__restrict __nptr,
+       wchar_t **__restrict __endptr,
+       int __base, __locale_t __loc)
+     __attribute__ ((__nothrow__ ));
+
+extern double wcstod_l (__const wchar_t *__restrict __nptr,
+   wchar_t **__restrict __endptr, __locale_t __loc)
+     __attribute__ ((__nothrow__ ));
+
+extern float wcstof_l (__const wchar_t *__restrict __nptr,
+         wchar_t **__restrict __endptr, __locale_t __loc)
+     __attribute__ ((__nothrow__ ));
+
+extern long double wcstold_l (__const wchar_t *__restrict __nptr,
+         wchar_t **__restrict __endptr,
+         __locale_t __loc) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+extern wchar_t *wcpcpy (wchar_t *__restrict __dest,
+   __const wchar_t *__restrict __src) __attribute__ ((__nothrow__ ));
+
+
+
+extern wchar_t *wcpncpy (wchar_t *__restrict __dest,
+    __const wchar_t *__restrict __src, size_t __n)
+     __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+extern __FILE *open_wmemstream (wchar_t **__bufloc, size_t *__sizeloc) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+extern int fwide (__FILE *__fp, int __mode) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+extern int fwprintf (__FILE *__restrict __stream,
+       __const wchar_t *__restrict __format, ...)
+                                                           ;
+
+
+
+
+extern int wprintf (__const wchar_t *__restrict __format, ...)
+                                                           ;
+
+extern int swprintf (wchar_t *__restrict __s, size_t __n,
+       __const wchar_t *__restrict __format, ...)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+extern int vfwprintf (__FILE *__restrict __s,
+        __const wchar_t *__restrict __format,
+        __gnuc_va_list __arg)
+                                                           ;
+
+
+
+
+extern int vwprintf (__const wchar_t *__restrict __format,
+       __gnuc_va_list __arg)
+                                                           ;
+
+
+extern int vswprintf (wchar_t *__restrict __s, size_t __n,
+        __const wchar_t *__restrict __format,
+        __gnuc_va_list __arg)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+
+extern int fwscanf (__FILE *__restrict __stream,
+      __const wchar_t *__restrict __format, ...)
+                                                          ;
+
+
+
+
+extern int wscanf (__const wchar_t *__restrict __format, ...)
+                                                          ;
+
+extern int swscanf (__const wchar_t *__restrict __s,
+      __const wchar_t *__restrict __format, ...)
+     __attribute__ ((__nothrow__ )) ;
+# 677 "../wcsmbs/wchar.h"
+
+
+
+
+
+
+
+
+
+extern int vfwscanf (__FILE *__restrict __s,
+       __const wchar_t *__restrict __format,
+       __gnuc_va_list __arg)
+                                                          ;
+
+
+
+
+extern int vwscanf (__const wchar_t *__restrict __format,
+      __gnuc_va_list __arg)
+                                                          ;
+
+extern int vswscanf (__const wchar_t *__restrict __s,
+       __const wchar_t *__restrict __format,
+       __gnuc_va_list __arg)
+     __attribute__ ((__nothrow__ )) ;
+# 733 "../wcsmbs/wchar.h"
+
+
+
+
+
+
+
+
+
+extern wint_t fgetwc (__FILE *__stream);
+extern wint_t getwc (__FILE *__stream);
+
+
+
+
+
+extern wint_t getwchar (void);
+
+
+
+
+
+
+extern wint_t fputwc (wchar_t __wc, __FILE *__stream);
+extern wint_t putwc (wchar_t __wc, __FILE *__stream);
+
+
+
+
+
+extern wint_t putwchar (wchar_t __wc);
+
+
+
+
+
+
+
+extern wchar_t *fgetws (wchar_t *__restrict __ws, int __n,
+   __FILE *__restrict __stream);
+
+
+
+
+
+extern int fputws (__const wchar_t *__restrict __ws,
+     __FILE *__restrict __stream);
+
+
+
+
+
+
+extern wint_t ungetwc (wint_t __wc, __FILE *__stream);
+
+# 798 "../wcsmbs/wchar.h"
+extern wint_t getwc_unlocked (__FILE *__stream);
+extern wint_t getwchar_unlocked (void);
+
+
+
+
+
+
+
+extern wint_t fgetwc_unlocked (__FILE *__stream);
+
+
+
+
+
+
+
+extern wint_t fputwc_unlocked (wchar_t __wc, __FILE *__stream);
+# 824 "../wcsmbs/wchar.h"
+extern wint_t putwc_unlocked (wchar_t __wc, __FILE *__stream);
+extern wint_t putwchar_unlocked (wchar_t __wc);
+# 834 "../wcsmbs/wchar.h"
+extern wchar_t *fgetws_unlocked (wchar_t *__restrict __ws, int __n,
+     __FILE *__restrict __stream);
+
+
+
+
+
+
+
+extern int fputws_unlocked (__const wchar_t *__restrict __ws,
+       __FILE *__restrict __stream);
+
+
+
+
+
+
+
+extern size_t wcsftime (wchar_t *__restrict __s, size_t __maxsize,
+   __const wchar_t *__restrict __format,
+   __const struct tm *__restrict __tp) __attribute__ ((__nothrow__ ));
+
+
+
+# 1 "../include/xlocale.h" 1
+# 859 "../wcsmbs/wchar.h" 2
+
+
+
+extern size_t wcsftime_l (wchar_t *__restrict __s, size_t __maxsize,
+     __const wchar_t *__restrict __format,
+     __const struct tm *__restrict __tp,
+     __locale_t __loc) __attribute__ ((__nothrow__ ));
+# 888 "../wcsmbs/wchar.h"
+
+# 3 "../include/wchar.h" 2
+
+
+
+extern __typeof (wcscasecmp_l) __wcscasecmp_l;
+extern __typeof (wcsncasecmp_l) __wcsncasecmp_l;
+extern __typeof (wcscoll_l) __wcscoll_l;
+extern __typeof (wcsxfrm_l) __wcsxfrm_l;
+extern __typeof (wcstol_l) __wcstol_l;
+extern __typeof (wcstoul_l) __wcstoul_l;
+extern __typeof (wcstoll_l) __wcstoll_l;
+extern __typeof (wcstoull_l) __wcstoull_l;
+extern __typeof (wcstod_l) __wcstod_l;
+extern __typeof (wcstof_l) __wcstof_l;
+extern __typeof (wcstold_l) __wcstold_l;
+extern __typeof (wcsftime_l) __wcsftime_l;
+
+
+
+
+
+
+
+
+
+
+extern double __wcstod_internal (__const wchar_t *__restrict __nptr,
+     wchar_t **__restrict __endptr, int __group)
+     __attribute__ ((__nothrow__ ));
+extern float __wcstof_internal (__const wchar_t *__restrict __nptr,
+    wchar_t **__restrict __endptr, int __group)
+     __attribute__ ((__nothrow__ ));
+extern long double __wcstold_internal (__const wchar_t *__restrict __nptr,
+           wchar_t **__restrict __endptr,
+           int __group) __attribute__ ((__nothrow__ ));
+extern long int __wcstol_internal (__const wchar_t *__restrict __nptr,
+       wchar_t **__restrict __endptr,
+       int __base, int __group) __attribute__ ((__nothrow__ ));
+extern unsigned long int __wcstoul_internal (__const wchar_t *__restrict __npt,
+          wchar_t **__restrict __endptr,
+          int __base, int __group) __attribute__ ((__nothrow__ ));
+__extension__
+extern long long int __wcstoll_internal (__const wchar_t *__restrict __nptr,
+      wchar_t **__restrict __endptr,
+      int __base, int __group) __attribute__ ((__nothrow__ ));
+__extension__
+extern unsigned long long int __wcstoull_internal (__const wchar_t *
+         __restrict __nptr,
+         wchar_t **
+         __restrict __endptr,
+         int __base,
+         int __group) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+extern int __wcscasecmp (__const wchar_t *__s1, __const wchar_t *__s2)
+     __attribute__ ((__pure__));
+extern int __wcsncasecmp (__const wchar_t *__s1, __const wchar_t *__s2,
+     size_t __n)
+     __attribute__ ((__pure__));
+extern size_t __wcslen (__const wchar_t *__s) __attribute__ ((__pure__));
+extern size_t __wcsnlen (__const wchar_t *__s, size_t __maxlen)
+     __attribute__ ((__pure__));
+extern wchar_t *__wcscat (wchar_t *dest, const wchar_t *src);
+extern wint_t __btowc (int __c);
+extern int __mbsinit (__const __mbstate_t *__ps);
+extern size_t __mbrtowc (wchar_t *__restrict __pwc,
+    __const char *__restrict __s, size_t __n,
+    __mbstate_t *__restrict __p);
+
+
+extern size_t __wcrtomb (char *__restrict __s, wchar_t __wc,
+    __mbstate_t *__restrict __ps);
+extern size_t __mbsrtowcs (wchar_t *__restrict __dst,
+      __const char **__restrict __src,
+      size_t __len, __mbstate_t *__restrict __ps);
+extern size_t __wcsrtombs (char *__restrict __dst,
+      __const wchar_t **__restrict __src,
+      size_t __len, __mbstate_t *__restrict __ps);
+extern size_t __mbsnrtowcs (wchar_t *__restrict __dst,
+       __const char **__restrict __src, size_t __nmc,
+       size_t __len, __mbstate_t *__restrict __ps);
+extern size_t __wcsnrtombs (char *__restrict __dst,
+       __const wchar_t **__restrict __src,
+       size_t __nwc, size_t __len,
+       __mbstate_t *__restrict __ps);
+extern wchar_t *__wcsncpy (wchar_t *__restrict __dest,
+    __const wchar_t *__restrict __src, size_t __n);
+extern wchar_t *__wcpcpy (wchar_t *__dest, __const wchar_t *__src);
+extern wchar_t *__wcpncpy (wchar_t *__dest, __const wchar_t *__src,
+      size_t __n);
+extern wchar_t *__wmemcpy (wchar_t *__s1, __const wchar_t *s2,
+      size_t __n);
+extern wchar_t *__wmempcpy (wchar_t *__restrict __s1,
+       __const wchar_t *__restrict __s2,
+       size_t __n);
+extern wchar_t *__wmemmove (wchar_t *__s1, __const wchar_t *__s2,
+       size_t __n);
+extern wchar_t *__wcschrnul (__const wchar_t *__s, wchar_t __wc)
+     __attribute__ ((__pure__));
+
+extern int __vfwscanf (__FILE *__restrict __s,
+         __const wchar_t *__restrict __format,
+         __gnuc_va_list __arg)
+                                                         ;
+extern int __vswprintf (wchar_t *__restrict __s, size_t __n,
+   __const wchar_t *__restrict __format,
+   __gnuc_va_list __arg)
+                                                           ;
+extern int __fwprintf (__FILE *__restrict __s,
+         __const wchar_t *__restrict __format, ...)
+                                                           ;
+extern int __vfwprintf (__FILE *__restrict __s,
+   __const wchar_t *__restrict __format,
+   __gnuc_va_list __arg)
+                                                           ;
+
+extern int __vfwprintf_chk (FILE *__restrict __s, int __flag,
+       const wchar_t *__restrict __format,
+       __gnuc_va_list __arg)
+                                                           ;
+extern int __vswprintf_chk (wchar_t *__restrict __s, size_t __n,
+       int __flag, size_t __s_len,
+       __const wchar_t *__restrict __format,
+       __gnuc_va_list __arg)
+                                                           ;
+
+
+
+
+extern int __isoc99_fwscanf (__FILE *__restrict __stream,
+        __const wchar_t *__restrict __format, ...);
+extern int __isoc99_wscanf (__const wchar_t *__restrict __format, ...);
+extern int __isoc99_swscanf (__const wchar_t *__restrict __s,
+        __const wchar_t *__restrict __format, ...)
+     __attribute__ ((__nothrow__ ));
+extern int __isoc99_vfwscanf (__FILE *__restrict __s,
+         __const wchar_t *__restrict __format,
+         __gnuc_va_list __arg);
+extern int __isoc99_vwscanf (__const wchar_t *__restrict __format,
+        __gnuc_va_list __arg);
+extern int __isoc99_vswscanf (__const wchar_t *__restrict __s,
+         __const wchar_t *__restrict __format,
+         __gnuc_va_list __arg) __attribute__ ((__nothrow__ ));
+
+
+
+
+extern size_t __mbsrtowcs_l (wchar_t *dst, const char **src, size_t len,
+        mbstate_t *ps, __locale_t l) ;
+# 25 "fxprintf.c" 2
+# 1 "../include/string.h" 1
+
+
+# 1 "../include/sys/types.h" 1
+# 4 "../include/string.h" 2
+
+extern void *__memccpy (void *__dest, __const void *__src,
+   int __c, size_t __n);
+
+extern size_t __strnlen (__const char *__string, size_t __maxlen)
+     __attribute__ ((__pure__));
+
+extern char *__strsep (char **__stringp, __const char *__delim);
+
+extern int __strverscmp (__const char *__s1, __const char *__s2)
+     __attribute__ ((__pure__));
+
+extern int __strncasecmp (__const char *__s1, __const char *__s2,
+     size_t __n)
+     __attribute__ ((__pure__));
+
+extern int __strcasecmp (__const char *__s1, __const char *__s2)
+     __attribute__ ((__pure__));
+
+extern char *__strcasestr (__const char *__haystack, __const char *__needle)
+     __attribute__ ((__pure__));
+
+extern char *__strdup (__const char *__string)
+     __attribute__ ((__malloc__));
+extern char *__strndup (__const char *__string, size_t __n)
+     __attribute__ ((__malloc__));
+
+extern void *__rawmemchr (__const void *__s, int __c)
+     __attribute__ ((__pure__));
+
+extern char *__strchrnul (__const char *__s, int __c)
+     __attribute__ ((__pure__));
+
+extern void *__memrchr (__const void *__s, int __c, size_t __n)
+     __attribute__ ((__pure__));
+
+extern void *__memchr (__const void *__s, int __c, size_t __n)
+     __attribute__ ((__pure__));
+
+extern int __ffs (int __i) __attribute__ ((const));
+
+extern char *__strerror_r (int __errnum, char *__buf, size_t __buflen);
+
+
+
+# 1 "../string/string.h" 1
+# 29 "../string/string.h"
+
+
+
+
+
+# 1 "/usr/lib/gcc/armv5te-iwmmxt-linux-gnueabi/4.7.3/include/stddef.h" 1 3 4
+# 35 "../string/string.h" 2
+
+
+
+
+
+
+
+
+
+extern void *memcpy (void *__restrict __dest,
+       __const void *__restrict __src, size_t __n)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern void *memmove (void *__dest, __const void *__src, size_t __n)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+
+extern void *memccpy (void *__restrict __dest, __const void *__restrict __src,
+        int __c, size_t __n)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+extern void *memset (void *__s, int __c, size_t __n) __attribute__ ((__nothrow__ )) ;
+
+
+extern int memcmp (__const void *__s1, __const void *__s2, size_t __n)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) ;
+# 95 "../string/string.h"
+extern void *memchr (__const void *__s, int __c, size_t __n)
+      __attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) ;
+
+
+# 109 "../string/string.h"
+extern void *rawmemchr (__const void *__s, int __c)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) ;
+# 120 "../string/string.h"
+extern void *memrchr (__const void *__s, int __c, size_t __n)
+      __attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) ;
+
+
+
+
+
+
+extern char *strcpy (char *__restrict __dest, __const char *__restrict __src)
+     __attribute__ ((__nothrow__ )) ;
+
+extern char *strncpy (char *__restrict __dest,
+        __const char *__restrict __src, size_t __n)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern char *strcat (char *__restrict __dest, __const char *__restrict __src)
+     __attribute__ ((__nothrow__ )) ;
+
+extern char *strncat (char *__restrict __dest, __const char *__restrict __src,
+        size_t __n) __attribute__ ((__nothrow__ )) ;
+
+
+extern int strcmp (__const char *__s1, __const char *__s2)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) ;
+
+extern int strncmp (__const char *__s1, __const char *__s2, size_t __n)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) ;
+
+
+extern int strcoll (__const char *__s1, __const char *__s2)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) ;
+
+extern size_t strxfrm (char *__restrict __dest,
+         __const char *__restrict __src, size_t __n)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+
+# 1 "../include/xlocale.h" 1
+# 163 "../string/string.h" 2
+
+
+extern int strcoll_l (__const char *__s1, __const char *__s2, __locale_t __l)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) ;
+
+extern size_t strxfrm_l (char *__dest, __const char *__src, size_t __n,
+    __locale_t __l) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+extern char *strdup (__const char *__s)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__malloc__)) ;
+
+
+
+
+
+
+extern char *strndup (__const char *__string, size_t __n)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__malloc__)) ;
+# 210 "../string/string.h"
+
+# 235 "../string/string.h"
+extern char *strchr (__const char *__s, int __c)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) ;
+# 262 "../string/string.h"
+extern char *strrchr (__const char *__s, int __c)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) ;
+
+
+# 276 "../string/string.h"
+extern char *strchrnul (__const char *__s, int __c)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) ;
+
+
+
+
+
+
+extern size_t strcspn (__const char *__s, __const char *__reject)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) ;
+
+
+extern size_t strspn (__const char *__s, __const char *__accept)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) ;
+# 314 "../string/string.h"
+extern char *strpbrk (__const char *__s, __const char *__accept)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) ;
+# 342 "../string/string.h"
+extern char *strstr (__const char *__haystack, __const char *__needle)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) ;
+
+
+
+
+extern char *strtok (char *__restrict __s, __const char *__restrict __delim)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern char *__strtok_r (char *__restrict __s,
+    __const char *__restrict __delim,
+    char **__restrict __save_ptr)
+     __attribute__ ((__nothrow__ )) ;
+
+extern char *strtok_r (char *__restrict __s, __const char *__restrict __delim,
+         char **__restrict __save_ptr)
+     __attribute__ ((__nothrow__ )) ;
+# 373 "../string/string.h"
+extern char *strcasestr (__const char *__haystack, __const char *__needle)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) ;
+
+
+
+
+
+
+
+extern void *memmem (__const void *__haystack, size_t __haystacklen,
+       __const void *__needle, size_t __needlelen)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) ;
+
+
+
+extern void *__mempcpy (void *__restrict __dest,
+   __const void *__restrict __src, size_t __n)
+     __attribute__ ((__nothrow__ )) ;
+extern void *mempcpy (void *__restrict __dest,
+        __const void *__restrict __src, size_t __n)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+extern size_t strlen (__const char *__s)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) ;
+
+
+
+
+
+extern size_t strnlen (__const char *__string, size_t __maxlen)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) ;
+
+
+
+
+
+extern char *strerror (int __errnum) __attribute__ ((__nothrow__ ));
+
+# 438 "../string/string.h"
+extern char *strerror_r (int __errnum, char *__buf, size_t __buflen)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+extern char *strerror_l (int __errnum, __locale_t __l) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+extern void __bzero (void *__s, size_t __n) __attribute__ ((__nothrow__ )) ;
+
+
+
+extern void bcopy (__const void *__src, void *__dest, size_t __n)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern void bzero (void *__s, size_t __n) __attribute__ ((__nothrow__ )) ;
+
+
+extern int bcmp (__const void *__s1, __const void *__s2, size_t __n)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) ;
+# 489 "../string/string.h"
+extern char *index (__const char *__s, int __c)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) ;
+# 517 "../string/string.h"
+extern char *rindex (__const char *__s, int __c)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) ;
+
+
+
+
+extern int ffs (int __i) __attribute__ ((__nothrow__ )) __attribute__ ((__const__));
+
+
+
+
+extern int ffsl (long int __l) __attribute__ ((__nothrow__ )) __attribute__ ((__const__));
+
+__extension__ extern int ffsll (long long int __ll)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__const__));
+
+
+
+
+extern int strcasecmp (__const char *__s1, __const char *__s2)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) ;
+
+
+extern int strncasecmp (__const char *__s1, __const char *__s2, size_t __n)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) ;
+
+
+
+
+
+extern int strcasecmp_l (__const char *__s1, __const char *__s2,
+    __locale_t __loc)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) ;
+
+extern int strncasecmp_l (__const char *__s1, __const char *__s2,
+     size_t __n, __locale_t __loc)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) ;
+
+
+
+
+
+extern char *strsep (char **__restrict __stringp,
+       __const char *__restrict __delim)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern char *strsignal (int __sig) __attribute__ ((__nothrow__ ));
+
+
+extern char *__stpcpy (char *__restrict __dest, __const char *__restrict __src)
+     __attribute__ ((__nothrow__ )) ;
+extern char *stpcpy (char *__restrict __dest, __const char *__restrict __src)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+extern char *__stpncpy (char *__restrict __dest,
+   __const char *__restrict __src, size_t __n)
+     __attribute__ ((__nothrow__ )) ;
+extern char *stpncpy (char *__restrict __dest,
+        __const char *__restrict __src, size_t __n)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern int strverscmp (__const char *__s1, __const char *__s2)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) ;
+
+
+extern char *strfry (char *__string) __attribute__ ((__nothrow__ )) ;
+
+
+extern void *memfrob (void *__s, size_t __n) __attribute__ ((__nothrow__ )) ;
+# 606 "../string/string.h"
+extern char *basename (__const char *__filename) __attribute__ ((__nothrow__ )) ;
+# 634 "../string/string.h"
+# 1 "../ports/sysdeps/arm/bits/string.h" 1
+# 635 "../string/string.h" 2
+
+
+# 1 "../include/bits/string2.h" 1
+# 1 "../string/bits/string2.h" 1
+# 80 "../string/bits/string2.h"
+typedef struct { unsigned char __arr[2]; } __attribute__ ((__packed__)) __STRING2_COPY_ARR2;
+typedef struct { unsigned char __arr[3]; } __attribute__ ((__packed__)) __STRING2_COPY_ARR3;
+typedef struct { unsigned char __arr[4]; } __attribute__ ((__packed__)) __STRING2_COPY_ARR4;
+typedef struct { unsigned char __arr[5]; } __attribute__ ((__packed__)) __STRING2_COPY_ARR5;
+typedef struct { unsigned char __arr[6]; } __attribute__ ((__packed__)) __STRING2_COPY_ARR6;
+typedef struct { unsigned char __arr[7]; } __attribute__ ((__packed__)) __STRING2_COPY_ARR7;
+typedef struct { unsigned char __arr[8]; } __attribute__ ((__packed__)) __STRING2_COPY_ARR8;
+# 394 "../string/bits/string2.h"
+extern void *__rawmemchr (const void *__s, int __c);
+# 969 "../string/bits/string2.h"
+extern __inline size_t __strcspn_c1 (__const char *__s, int __reject);
+extern __inline size_t
+__strcspn_c1 (__const char *__s, int __reject)
+{
+  register size_t __result = 0;
+  while (__s[__result] != '\0' && __s[__result] != __reject)
+    ++__result;
+  return __result;
+}
+
+extern __inline size_t __strcspn_c2 (__const char *__s, int __reject1,
+         int __reject2);
+extern __inline size_t
+__strcspn_c2 (__const char *__s, int __reject1, int __reject2)
+{
+  register size_t __result = 0;
+  while (__s[__result] != '\0' && __s[__result] != __reject1
+  && __s[__result] != __reject2)
+    ++__result;
+  return __result;
+}
+
+extern __inline size_t __strcspn_c3 (__const char *__s, int __reject1,
+         int __reject2, int __reject3);
+extern __inline size_t
+__strcspn_c3 (__const char *__s, int __reject1, int __reject2,
+       int __reject3)
+{
+  register size_t __result = 0;
+  while (__s[__result] != '\0' && __s[__result] != __reject1
+  && __s[__result] != __reject2 && __s[__result] != __reject3)
+    ++__result;
+  return __result;
+}
+# 1045 "../string/bits/string2.h"
+extern __inline size_t __strspn_c1 (__const char *__s, int __accept);
+extern __inline size_t
+__strspn_c1 (__const char *__s, int __accept)
+{
+  register size_t __result = 0;
+
+  while (__s[__result] == __accept)
+    ++__result;
+  return __result;
+}
+
+extern __inline size_t __strspn_c2 (__const char *__s, int __accept1,
+        int __accept2);
+extern __inline size_t
+__strspn_c2 (__const char *__s, int __accept1, int __accept2)
+{
+  register size_t __result = 0;
+
+  while (__s[__result] == __accept1 || __s[__result] == __accept2)
+    ++__result;
+  return __result;
+}
+
+extern __inline size_t __strspn_c3 (__const char *__s, int __accept1,
+        int __accept2, int __accept3);
+extern __inline size_t
+__strspn_c3 (__const char *__s, int __accept1, int __accept2, int __accept3)
+{
+  register size_t __result = 0;
+
+  while (__s[__result] == __accept1 || __s[__result] == __accept2
+  || __s[__result] == __accept3)
+    ++__result;
+  return __result;
+}
+# 1121 "../string/bits/string2.h"
+extern __inline char *__strpbrk_c2 (__const char *__s, int __accept1,
+         int __accept2);
+extern __inline char *
+__strpbrk_c2 (__const char *__s, int __accept1, int __accept2)
+{
+
+  while (*__s != '\0' && *__s != __accept1 && *__s != __accept2)
+    ++__s;
+  return *__s == '\0' ? ((void *)0) : (char *) (size_t) __s;
+}
+
+extern __inline char *__strpbrk_c3 (__const char *__s, int __accept1,
+         int __accept2, int __accept3);
+extern __inline char *
+__strpbrk_c3 (__const char *__s, int __accept1, int __accept2,
+       int __accept3)
+{
+
+  while (*__s != '\0' && *__s != __accept1 && *__s != __accept2
+  && *__s != __accept3)
+    ++__s;
+  return *__s == '\0' ? ((void *)0) : (char *) (size_t) __s;
+}
+# 1172 "../string/bits/string2.h"
+extern __inline char *__strtok_r_1c (char *__s, char __sep, char **__nextp);
+extern __inline char *
+__strtok_r_1c (char *__s, char __sep, char **__nextp)
+{
+  char *__result;
+  if (__s == ((void *)0))
+    __s = *__nextp;
+  while (*__s == __sep)
+    ++__s;
+  __result = ((void *)0);
+  if (*__s != '\0')
+    {
+      __result = __s++;
+      while (*__s != '\0')
+ if (*__s++ == __sep)
+   {
+     __s[-1] = '\0';
+     break;
+   }
+    }
+  *__nextp = __s;
+  return __result;
+}
+# 1204 "../string/bits/string2.h"
+extern char *__strsep_g (char **__stringp, __const char *__delim);
+# 1222 "../string/bits/string2.h"
+extern __inline char *__strsep_1c (char **__s, char __reject);
+extern __inline char *
+__strsep_1c (char **__s, char __reject)
+{
+  register char *__retval = *__s;
+  if (__retval != ((void *)0) && (*__s = (__extension__ (__builtin_constant_p (__reject) && !__builtin_constant_p (__retval) && (__reject) == '\0' ? (char *) __rawmemchr (__retval, __reject) : __builtin_strchr (__retval, __reject)))) != ((void *)0))
+    *(*__s)++ = '\0';
+  return __retval;
+}
+
+extern __inline char *__strsep_2c (char **__s, char __reject1, char __reject2);
+extern __inline char *
+__strsep_2c (char **__s, char __reject1, char __reject2)
+{
+  register char *__retval = *__s;
+  if (__retval != ((void *)0))
+    {
+      register char *__cp = __retval;
+      while (1)
+ {
+   if (*__cp == '\0')
+     {
+       __cp = ((void *)0);
+   break;
+     }
+   if (*__cp == __reject1 || *__cp == __reject2)
+     {
+       *__cp++ = '\0';
+       break;
+     }
+   ++__cp;
+ }
+      *__s = __cp;
+    }
+  return __retval;
+}
+
+extern __inline char *__strsep_3c (char **__s, char __reject1, char __reject2,
+       char __reject3);
+extern __inline char *
+__strsep_3c (char **__s, char __reject1, char __reject2, char __reject3)
+{
+  register char *__retval = *__s;
+  if (__retval != ((void *)0))
+    {
+      register char *__cp = __retval;
+      while (1)
+ {
+   if (*__cp == '\0')
+     {
+       __cp = ((void *)0);
+   break;
+     }
+   if (*__cp == __reject1 || *__cp == __reject2 || *__cp == __reject3)
+     {
+       *__cp++ = '\0';
+       break;
+     }
+   ++__cp;
+ }
+      *__s = __cp;
+    }
+  return __retval;
+}
+# 1303 "../string/bits/string2.h"
+extern char *__strdup (__const char *__string) __attribute__ ((__nothrow__ )) __attribute__ ((__malloc__));
+# 1322 "../string/bits/string2.h"
+extern char *__strndup (__const char *__string, size_t __n)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__malloc__));
+# 1 "../include/bits/string2.h" 2
+# 638 "../string/string.h" 2
+# 646 "../string/string.h"
+
+# 50 "../include/string.h" 2
+
+extern __typeof (strcoll_l) __strcoll_l;
+extern __typeof (strxfrm_l) __strxfrm_l;
+extern __typeof (strcasecmp_l) __strcasecmp_l;
+extern __typeof (strncasecmp_l) __strncasecmp_l;
+# 70 "../include/string.h"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+extern char *__strsep_g (char **__stringp, __const char *__delim);
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+# 120 "../include/string.h"
+extern void *__memcpy_chk (void *__restrict __dest,
+      const void *__restrict __src, size_t __len,
+      size_t __destlen) __attribute__ ((__nothrow__ ));
+extern void *__memmove_chk (void *__dest, const void *__src, size_t __len,
+       size_t __destlen) __attribute__ ((__nothrow__ ));
+extern void *__mempcpy_chk (void *__restrict __dest,
+       const void *__restrict __src, size_t __len,
+       size_t __destlen) __attribute__ ((__nothrow__ ));
+extern void *__memset_chk (void *__dest, int __ch, size_t __len,
+      size_t __destlen) __attribute__ ((__nothrow__ ));
+extern char *__strcpy_chk (char *__restrict __dest,
+      const char *__restrict __src,
+      size_t __destlen) __attribute__ ((__nothrow__ ));
+extern char *__stpcpy_chk (char *__restrict __dest,
+      const char *__restrict __src,
+      size_t __destlen) __attribute__ ((__nothrow__ ));
+extern char *__strncpy_chk (char *__restrict __dest,
+       const char *__restrict __src,
+       size_t __len, size_t __destlen) __attribute__ ((__nothrow__ ));
+extern char *__strcat_chk (char *__restrict __dest,
+      const char *__restrict __src,
+      size_t __destlen) __attribute__ ((__nothrow__ ));
+extern char *__strncat_chk (char *__restrict __dest,
+       const char *__restrict __src,
+       size_t __len, size_t __destlen) __attribute__ ((__nothrow__ ));
+# 26 "fxprintf.c" 2
+# 1 "../libio/libioP.h" 1
+# 39 "../libio/libioP.h"
+# 1 "../sysdeps/generic/math_ldbl_opt.h" 1
+# 40 "../libio/libioP.h" 2
+
+# 1 "../libio/iolibio.h" 1
+# 1 "../include/libio.h" 1
+# 2 "../libio/iolibio.h" 2
+# 10 "../libio/iolibio.h"
+extern int _IO_fclose (_IO_FILE*);
+extern int _IO_new_fclose (_IO_FILE*);
+extern int _IO_old_fclose (_IO_FILE*);
+extern _IO_FILE *_IO_fdopen (int, const char*) __attribute__ ((__nothrow__ ));
+extern _IO_FILE *_IO_old_fdopen (int, const char*) __attribute__ ((__nothrow__ ));
+extern _IO_FILE *_IO_new_fdopen (int, const char*) __attribute__ ((__nothrow__ ));
+extern int _IO_fflush (_IO_FILE*);
+extern int _IO_fgetpos (_IO_FILE*, _G_fpos_t*);
+extern int _IO_fgetpos64 (_IO_FILE*, _G_fpos64_t*);
+extern char* _IO_fgets (char*, int, _IO_FILE*);
+extern _IO_FILE *_IO_fopen (const char*, const char*);
+extern _IO_FILE *_IO_old_fopen (const char*, const char*);
+extern _IO_FILE *_IO_new_fopen (const char*, const char*);
+extern _IO_FILE *_IO_fopen64 (const char*, const char*);
+extern _IO_FILE *__fopen_internal (const char*, const char*, int);
+extern _IO_FILE *__fopen_maybe_mmap (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern int _IO_fprintf (_IO_FILE*, const char*, ...);
+extern int _IO_fputs (const char*, _IO_FILE*);
+
+extern int _IO_fsetpos (_IO_FILE*, const _G_fpos_t *);
+extern int _IO_fsetpos64 (_IO_FILE*, const _G_fpos64_t *);
+extern long int _IO_ftell (_IO_FILE*);
+extern size_t _IO_fread (void*, size_t, size_t, _IO_FILE*);
+extern size_t _IO_fwrite (const void*, size_t, size_t, _IO_FILE*);
+extern char* _IO_gets (char*);
+extern void _IO_perror (const char*) __attribute__ ((__nothrow__ ));
+extern int _IO_printf (const char*, ...);
+extern int _IO_puts (const char*);
+extern int _IO_scanf (const char*, ...);
+extern void _IO_setbuffer (_IO_FILE *, char*, size_t) __attribute__ ((__nothrow__ ));
+extern int _IO_setvbuf (_IO_FILE*, char*, int, size_t) __attribute__ ((__nothrow__ ));
+extern int _IO_sscanf (const char*, const char*, ...) __attribute__ ((__nothrow__ ));
+extern int _IO_sprintf (char *, const char*, ...) __attribute__ ((__nothrow__ ));
+extern int _IO_ungetc (int, _IO_FILE*) __attribute__ ((__nothrow__ ));
+extern int _IO_vsscanf (const char *, const char *, __gnuc_va_list) __attribute__ ((__nothrow__ ));
+extern int _IO_vsprintf (char*, const char*, __gnuc_va_list) __attribute__ ((__nothrow__ ));
+extern int _IO_vswprintf (wchar_t*, size_t, const wchar_t*, __gnuc_va_list)
+       __attribute__ ((__nothrow__ ));
+
+struct obstack;
+extern int _IO_obstack_vprintf (struct obstack *, const char *, __gnuc_va_list)
+       __attribute__ ((__nothrow__ ));
+extern int _IO_obstack_printf (struct obstack *, const char *, ...) __attribute__ ((__nothrow__ ));
+# 73 "../libio/iolibio.h"
+extern _IO_FILE* _IO_popen (const char*, const char*) __attribute__ ((__nothrow__ ));
+extern _IO_FILE* _IO_new_popen (const char*, const char*) __attribute__ ((__nothrow__ ));
+extern _IO_FILE* _IO_old_popen (const char*, const char*) __attribute__ ((__nothrow__ ));
+extern int __new_pclose (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern int __old_pclose (_IO_FILE *) __attribute__ ((__nothrow__ ));
+
+
+
+
+_IO_FILE *__new_freopen (const char *, const char *, _IO_FILE *) __attribute__ ((__nothrow__ ));
+_IO_FILE *__old_freopen (const char *, const char *, _IO_FILE *) __attribute__ ((__nothrow__ ));
+
+
+extern void _IO_setbuffer_internal (_IO_FILE *, char*, size_t) __attribute__ ((__nothrow__ ));
+extern size_t _IO_fread_internal (void*, size_t, size_t, _IO_FILE*)
+       __attribute__ ((__nothrow__ ));
+extern _IO_FILE *_IO_fdopen_internal (int, const char*) __attribute__ ((__nothrow__ ));
+extern int _IO_vsprintf_internal (char*, const char*, __gnuc_va_list) __attribute__ ((__nothrow__ ));
+extern int _IO_fflush_internal (_IO_FILE*);
+extern size_t _IO_fwrite_internal (const void*, size_t,
+           size_t, _IO_FILE*);
+extern long int _IO_ftell_internal (_IO_FILE*);
+extern int _IO_fputs_internal (const char*, _IO_FILE*);
+extern int _IO_setvbuf_internal (_IO_FILE*, char*, int, size_t) __attribute__ ((__nothrow__ ));
+# 42 "../libio/libioP.h" 2
+# 94 "../libio/libioP.h"
+# 1 "../include/shlib-compat.h" 1
+# 26 "../include/shlib-compat.h"
+# 1 "/var/tmp/portage/sys-libs/glibc-2.15-r3/work/build-default-armv5te-iwmmxt-linux-gnueabi-nptl/abi-versions.h" 1
+# 27 "../include/shlib-compat.h" 2
+# 95 "../libio/libioP.h" 2
+# 154 "../libio/libioP.h"
+typedef void (*_IO_finish_t) (_IO_FILE *, int);
+
+
+
+
+
+
+typedef int (*_IO_overflow_t) (_IO_FILE *, int);
+
+
+
+
+
+
+
+typedef int (*_IO_underflow_t) (_IO_FILE *);
+# 183 "../libio/libioP.h"
+typedef int (*_IO_pbackfail_t) (_IO_FILE *, int);
+
+
+
+
+
+
+typedef size_t (*_IO_xsputn_t) (_IO_FILE *FP, const void *DATA,
+        size_t N);
+
+
+
+
+
+
+typedef size_t (*_IO_xsgetn_t) (_IO_FILE *FP, void *DATA, size_t N);
+# 207 "../libio/libioP.h"
+typedef __off64_t (*_IO_seekoff_t) (_IO_FILE *FP, __off64_t OFF, int DIR,
+          int MODE);
+# 217 "../libio/libioP.h"
+typedef __off64_t (*_IO_seekpos_t) (_IO_FILE *, __off64_t, int);
+
+
+
+
+
+typedef _IO_FILE* (*_IO_setbuf_t) (_IO_FILE *, char *, __ssize_t);
+
+
+
+
+
+
+typedef int (*_IO_sync_t) (_IO_FILE *);
+
+
+
+
+
+
+typedef int (*_IO_doallocate_t) (_IO_FILE *);
+# 256 "../libio/libioP.h"
+typedef __ssize_t (*_IO_read_t) (_IO_FILE *, void *, __ssize_t);
+
+
+
+
+
+
+
+typedef __ssize_t (*_IO_write_t) (_IO_FILE *, const void *, __ssize_t);
+
+
+
+
+
+
+
+typedef __off64_t (*_IO_seek_t) (_IO_FILE *, __off64_t, int);
+
+
+
+
+
+
+
+typedef int (*_IO_close_t) (_IO_FILE *);
+
+
+
+
+
+
+
+typedef int (*_IO_stat_t) (_IO_FILE *, void *);
+
+
+
+
+
+
+typedef int (*_IO_showmanyc_t) (_IO_FILE *);
+
+
+
+
+
+typedef void (*_IO_imbue_t) (_IO_FILE *, void *);
+
+
+
+
+
+
+
+struct _IO_jump_t
+{
+    size_t __dummy;
+
+    size_t __dummy2;
+
+    _IO_finish_t __finish;
+    _IO_overflow_t __overflow;
+    _IO_underflow_t __underflow;
+    _IO_underflow_t __uflow;
+    _IO_pbackfail_t __pbackfail;
+
+    _IO_xsputn_t __xsputn;
+    _IO_xsgetn_t __xsgetn;
+    _IO_seekoff_t __seekoff;
+    _IO_seekpos_t __seekpos;
+    _IO_setbuf_t __setbuf;
+    _IO_sync_t __sync;
+    _IO_doallocate_t __doallocate;
+    _IO_read_t __read;
+    _IO_write_t __write;
+    _IO_seek_t __seek;
+    _IO_close_t __close;
+    _IO_stat_t __stat;
+    _IO_showmanyc_t __showmanyc;
+    _IO_imbue_t __imbue;
+
+
+
+
+};
+
+
+
+
+
+
+struct _IO_FILE_plus
+{
+  _IO_FILE file;
+  const struct _IO_jump_t *vtable;
+};
+# 364 "../libio/libioP.h"
+struct _IO_cookie_file
+{
+  struct _IO_FILE_plus __fp;
+  void *__cookie;
+  _IO_cookie_io_functions_t __io_functions;
+};
+
+_IO_FILE *_IO_fopencookie (void *cookie, const char *mode,
+      _IO_cookie_io_functions_t io_functions);
+
+
+
+
+typedef struct _IO_FILE *_IO_ITER;
+
+
+
+extern void _IO_switch_to_main_get_area (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern void _IO_switch_to_backup_area (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern int _IO_switch_to_get_mode (_IO_FILE *);
+extern void _IO_init (_IO_FILE *, int) __attribute__ ((__nothrow__ ));
+extern int _IO_sputbackc (_IO_FILE *, int) __attribute__ ((__nothrow__ ));
+extern int _IO_sungetc (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern void _IO_un_link (struct _IO_FILE_plus *) __attribute__ ((__nothrow__ ));
+extern void _IO_link_in (struct _IO_FILE_plus *) __attribute__ ((__nothrow__ ));
+extern void _IO_doallocbuf (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern void _IO_unsave_markers (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern void _IO_setb (_IO_FILE *, char *, char *, int) __attribute__ ((__nothrow__ ));
+extern unsigned _IO_adjust_column (unsigned, const char *, int) __attribute__ ((__nothrow__ ));
+
+
+extern void _IO_switch_to_main_wget_area (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern void _IO_switch_to_wbackup_area (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern int _IO_switch_to_wget_mode (_IO_FILE *);
+extern void _IO_wsetb (_IO_FILE *, wchar_t *, wchar_t *, int) __attribute__ ((__nothrow__ ));
+extern wint_t _IO_sputbackwc (_IO_FILE *, wint_t) __attribute__ ((__nothrow__ ));
+extern wint_t _IO_sungetwc (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern void _IO_wdoallocbuf (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern void _IO_unsave_wmarkers (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern unsigned _IO_adjust_wcolumn (unsigned, const wchar_t *, int) __attribute__ ((__nothrow__ ));
+
+
+
+extern void _IO_init_marker (struct _IO_marker *, _IO_FILE *);
+extern void _IO_init_wmarker (struct _IO_marker *, _IO_FILE *);
+extern void _IO_remove_marker (struct _IO_marker *) __attribute__ ((__nothrow__ ));
+extern int _IO_marker_difference (struct _IO_marker *, struct _IO_marker *)
+     __attribute__ ((__nothrow__ ));
+extern int _IO_marker_delta (struct _IO_marker *) __attribute__ ((__nothrow__ ));
+extern int _IO_wmarker_delta (struct _IO_marker *) __attribute__ ((__nothrow__ ));
+extern int _IO_seekmark (_IO_FILE *, struct _IO_marker *, int) __attribute__ ((__nothrow__ ));
+extern int _IO_seekwmark (_IO_FILE *, struct _IO_marker *, int) __attribute__ ((__nothrow__ ));
+
+
+
+extern _IO_ITER _IO_iter_begin (void) __attribute__ ((__nothrow__ ));
+
+extern _IO_ITER _IO_iter_end (void) __attribute__ ((__nothrow__ ));
+
+extern _IO_ITER _IO_iter_next (_IO_ITER) __attribute__ ((__nothrow__ ));
+
+extern _IO_FILE *_IO_iter_file (_IO_ITER) __attribute__ ((__nothrow__ ));
+
+extern void _IO_list_lock (void) __attribute__ ((__nothrow__ ));
+
+extern void _IO_list_unlock (void) __attribute__ ((__nothrow__ ));
+
+extern void _IO_list_resetlock (void) __attribute__ ((__nothrow__ ));
+
+
+
+
+extern int _IO_default_underflow (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern int _IO_default_uflow (_IO_FILE *);
+extern wint_t _IO_wdefault_uflow (_IO_FILE *);
+extern int _IO_default_doallocate (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern int _IO_wdefault_doallocate (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern void _IO_default_finish (_IO_FILE *, int) __attribute__ ((__nothrow__ ));
+extern void _IO_wdefault_finish (_IO_FILE *, int) __attribute__ ((__nothrow__ ));
+extern int _IO_default_pbackfail (_IO_FILE *, int) __attribute__ ((__nothrow__ ));
+extern wint_t _IO_wdefault_pbackfail (_IO_FILE *, wint_t) __attribute__ ((__nothrow__ ));
+extern _IO_FILE* _IO_default_setbuf (_IO_FILE *, char *, __ssize_t);
+extern size_t _IO_default_xsputn (_IO_FILE *, const void *, size_t);
+extern size_t _IO_wdefault_xsputn (_IO_FILE *, const void *, size_t);
+extern size_t _IO_default_xsgetn (_IO_FILE *, void *, size_t);
+extern size_t _IO_wdefault_xsgetn (_IO_FILE *, void *, size_t);
+extern __off64_t _IO_default_seekoff (_IO_FILE *, __off64_t, int, int)
+     __attribute__ ((__nothrow__ ));
+extern __off64_t _IO_default_seekpos (_IO_FILE *, __off64_t, int);
+extern __ssize_t _IO_default_write (_IO_FILE *, const void *, __ssize_t);
+extern __ssize_t _IO_default_read (_IO_FILE *, void *, __ssize_t);
+extern int _IO_default_stat (_IO_FILE *, void *) __attribute__ ((__nothrow__ ));
+extern __off64_t _IO_default_seek (_IO_FILE *, __off64_t, int) __attribute__ ((__nothrow__ ));
+extern int _IO_default_sync (_IO_FILE *) __attribute__ ((__nothrow__ ));
+
+extern int _IO_default_showmanyc (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern void _IO_default_imbue (_IO_FILE *, void *) __attribute__ ((__nothrow__ ));
+
+extern const struct _IO_jump_t _IO_file_jumps;
+
+extern const struct _IO_jump_t _IO_file_jumps_mmap ;
+extern const struct _IO_jump_t _IO_file_jumps_maybe_mmap ;
+extern const struct _IO_jump_t _IO_wfile_jumps;
+
+extern const struct _IO_jump_t _IO_wfile_jumps_mmap ;
+extern const struct _IO_jump_t _IO_wfile_jumps_maybe_mmap ;
+extern const struct _IO_jump_t _IO_old_file_jumps ;
+extern const struct _IO_jump_t _IO_streambuf_jumps;
+extern const struct _IO_jump_t _IO_old_proc_jumps ;
+extern const struct _IO_jump_t _IO_str_jumps ;
+extern const struct _IO_jump_t _IO_wstr_jumps ;
+extern const struct _IO_codecvt __libio_codecvt ;
+extern int _IO_do_write (_IO_FILE *, const char *, size_t);
+extern int _IO_new_do_write (_IO_FILE *, const char *, size_t);
+extern int _IO_old_do_write (_IO_FILE *, const char *, size_t);
+extern int _IO_wdo_write (_IO_FILE *, const wchar_t *, size_t);
+extern int _IO_flush_all_lockp (int);
+extern int _IO_flush_all (void);
+extern int _IO_cleanup (void);
+extern void _IO_flush_all_linebuffered (void);
+extern int _IO_new_fgetpos (_IO_FILE *, _G_fpos_t *);
+extern int _IO_old_fgetpos (_IO_FILE *, _G_fpos_t *);
+extern int _IO_new_fsetpos (_IO_FILE *, const _G_fpos_t *);
+extern int _IO_old_fsetpos (_IO_FILE *, const _G_fpos_t *);
+extern int _IO_new_fgetpos64 (_IO_FILE *, _G_fpos64_t *);
+extern int _IO_old_fgetpos64 (_IO_FILE *, _G_fpos64_t *);
+extern int _IO_new_fsetpos64 (_IO_FILE *, const _G_fpos64_t *);
+extern int _IO_old_fsetpos64 (_IO_FILE *, const _G_fpos64_t *);
+extern void _IO_old_init (_IO_FILE *fp, int flags) __attribute__ ((__nothrow__ ));
+# 536 "../libio/libioP.h"
+extern int _IO_file_doallocate (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern _IO_FILE* _IO_file_setbuf (_IO_FILE *, char *, __ssize_t);
+extern __off64_t _IO_file_seekoff (_IO_FILE *, __off64_t, int, int);
+extern __off64_t _IO_file_seekoff_mmap (_IO_FILE *, __off64_t, int, int)
+     __attribute__ ((__nothrow__ ));
+extern size_t _IO_file_xsputn (_IO_FILE *, const void *, size_t);
+extern size_t _IO_file_xsgetn (_IO_FILE *, void *, size_t);
+extern int _IO_file_stat (_IO_FILE *, void *) __attribute__ ((__nothrow__ ));
+extern int _IO_file_close (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern int _IO_file_close_mmap (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern int _IO_file_underflow (_IO_FILE *);
+extern int _IO_file_underflow_mmap (_IO_FILE *);
+extern int _IO_file_underflow_maybe_mmap (_IO_FILE *);
+extern int _IO_file_overflow (_IO_FILE *, int);
+
+extern void _IO_file_init (struct _IO_FILE_plus *) __attribute__ ((__nothrow__ ));
+extern _IO_FILE* _IO_file_attach (_IO_FILE *, int);
+extern _IO_FILE* _IO_file_open (_IO_FILE *, const char *, int, int, int, int);
+
+extern _IO_FILE* _IO_file_fopen (_IO_FILE *, const char *, const char *, int);
+extern __ssize_t _IO_file_write (_IO_FILE *, const void *, __ssize_t);
+extern __ssize_t _IO_file_read (_IO_FILE *, void *, __ssize_t);
+extern int _IO_file_sync (_IO_FILE *);
+extern int _IO_file_close_it (_IO_FILE *);
+extern __off64_t _IO_file_seek (_IO_FILE *, __off64_t, int) __attribute__ ((__nothrow__ ));
+extern void _IO_file_finish (_IO_FILE *, int);
+
+extern _IO_FILE* _IO_new_file_attach (_IO_FILE *, int);
+extern int _IO_new_file_close_it (_IO_FILE *);
+extern void _IO_new_file_finish (_IO_FILE *, int);
+extern _IO_FILE* _IO_new_file_fopen (_IO_FILE *, const char *, const char *,
+         int);
+extern void _IO_no_init (_IO_FILE *, int, int, struct _IO_wide_data *,
+    const struct _IO_jump_t *) __attribute__ ((__nothrow__ ));
+extern void _IO_new_file_init (struct _IO_FILE_plus *) __attribute__ ((__nothrow__ ));
+extern _IO_FILE* _IO_new_file_setbuf (_IO_FILE *, char *, __ssize_t);
+extern _IO_FILE* _IO_file_setbuf_mmap (_IO_FILE *, char *, __ssize_t);
+extern int _IO_new_file_sync (_IO_FILE *);
+extern int _IO_new_file_underflow (_IO_FILE *);
+extern int _IO_new_file_overflow (_IO_FILE *, int);
+extern __off64_t _IO_new_file_seekoff (_IO_FILE *, __off64_t, int, int);
+extern __ssize_t _IO_new_file_write (_IO_FILE *, const void *, __ssize_t);
+extern size_t _IO_new_file_xsputn (_IO_FILE *, const void *, size_t);
+
+extern _IO_FILE* _IO_old_file_setbuf (_IO_FILE *, char *, __ssize_t);
+extern __off64_t _IO_old_file_seekoff (_IO_FILE *, __off64_t, int, int);
+extern size_t _IO_old_file_xsputn (_IO_FILE *, const void *, size_t);
+extern int _IO_old_file_underflow (_IO_FILE *);
+extern int _IO_old_file_overflow (_IO_FILE *, int);
+extern void _IO_old_file_init (struct _IO_FILE_plus *) __attribute__ ((__nothrow__ ));
+extern _IO_FILE* _IO_old_file_attach (_IO_FILE *, int);
+extern _IO_FILE* _IO_old_file_fopen (_IO_FILE *, const char *, const char *);
+extern __ssize_t _IO_old_file_write (_IO_FILE *, const void *, __ssize_t);
+extern int _IO_old_file_sync (_IO_FILE *);
+extern int _IO_old_file_close_it (_IO_FILE *);
+extern void _IO_old_file_finish (_IO_FILE *, int);
+
+extern int _IO_wfile_doallocate (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern size_t _IO_wfile_xsputn (_IO_FILE *, const void *, size_t);
+extern _IO_FILE* _IO_wfile_setbuf (_IO_FILE *, wchar_t *, __ssize_t);
+extern wint_t _IO_wfile_sync (_IO_FILE *);
+extern wint_t _IO_wfile_underflow (_IO_FILE *);
+extern wint_t _IO_wfile_overflow (_IO_FILE *, wint_t);
+extern __off64_t _IO_wfile_seekoff (_IO_FILE *, __off64_t, int, int);
+
+
+extern _IO_FILE* _IO_proc_open (_IO_FILE *, const char *, const char *)
+     __attribute__ ((__nothrow__ ));
+extern _IO_FILE* _IO_new_proc_open (_IO_FILE *, const char *, const char *)
+     __attribute__ ((__nothrow__ ));
+extern _IO_FILE* _IO_old_proc_open (_IO_FILE *, const char *, const char *);
+extern int _IO_proc_close (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern int _IO_new_proc_close (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern int _IO_old_proc_close (_IO_FILE *);
+
+
+extern int _IO_str_underflow (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern int _IO_str_overflow (_IO_FILE *, int) __attribute__ ((__nothrow__ ));
+extern int _IO_str_pbackfail (_IO_FILE *, int) __attribute__ ((__nothrow__ ));
+extern __off64_t _IO_str_seekoff (_IO_FILE *, __off64_t, int, int) __attribute__ ((__nothrow__ ));
+extern void _IO_str_finish (_IO_FILE *, int) __attribute__ ((__nothrow__ ));
+
+
+struct _IO_strfile_;
+extern void _IO_str_init_static (struct _IO_strfile_ *, char *, int, char *)
+     __attribute__ ((__nothrow__ ));
+extern void _IO_str_init_readonly (struct _IO_strfile_ *, const char *, int)
+     __attribute__ ((__nothrow__ ));
+extern __ssize_t _IO_str_count (_IO_FILE *) __attribute__ ((__nothrow__ ));
+
+
+extern void _IO_wstr_init_static (_IO_FILE *, wchar_t *, size_t, wchar_t *)
+     __attribute__ ((__nothrow__ ));
+extern __ssize_t _IO_wstr_count (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern wint_t _IO_wstr_overflow (_IO_FILE *, wint_t) __attribute__ ((__nothrow__ ));
+extern wint_t _IO_wstr_underflow (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern __off64_t _IO_wstr_seekoff (_IO_FILE *, __off64_t, int, int)
+     __attribute__ ((__nothrow__ ));
+extern wint_t _IO_wstr_pbackfail (_IO_FILE *, wint_t) __attribute__ ((__nothrow__ ));
+extern void _IO_wstr_finish (_IO_FILE *, int) __attribute__ ((__nothrow__ ));
+
+extern int _IO_vasprintf (char **result_ptr, __const char *format,
+     __gnuc_va_list args) __attribute__ ((__nothrow__ ));
+extern int _IO_vdprintf (int d, __const char *format, __gnuc_va_list arg);
+extern int _IO_vsnprintf (char *string, size_t maxlen,
+     __const char *format, __gnuc_va_list args) __attribute__ ((__nothrow__ ));
+
+
+extern size_t _IO_getline (_IO_FILE *,char *, size_t, int, int);
+extern size_t _IO_getline_info (_IO_FILE *,char *, size_t,
+        int, int, int *);
+extern __ssize_t _IO_getdelim (char **, size_t *, int, _IO_FILE *);
+extern size_t _IO_getwline (_IO_FILE *,wchar_t *, size_t, wint_t, int);
+extern size_t _IO_getwline_info (_IO_FILE *,wchar_t *, size_t,
+         wint_t, int, wint_t *);
+
+extern struct _IO_FILE_plus *_IO_list_all;
+extern void (*_IO_cleanup_registration_needed) (void);
+
+
+extern int _IO_flush_all_internal (void);
+extern unsigned _IO_adjust_column_internal (unsigned, const char *, int);
+
+extern int _IO_default_uflow_internal (_IO_FILE *);
+extern void _IO_default_finish_internal (_IO_FILE *, int) __attribute__ ((__nothrow__ ));
+extern int _IO_default_pbackfail_internal (_IO_FILE *, int) __attribute__ ((__nothrow__ ));
+extern size_t _IO_default_xsputn_internal (_IO_FILE *, const void *,
+            size_t);
+extern size_t _IO_default_xsgetn_internal (_IO_FILE *, void *, size_t);
+extern int _IO_default_doallocate_internal (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern void _IO_wdefault_finish_internal (_IO_FILE *, int) __attribute__ ((__nothrow__ ));
+extern wint_t _IO_wdefault_pbackfail_internal (_IO_FILE *, wint_t) __attribute__ ((__nothrow__ ));
+extern size_t _IO_wdefault_xsputn_internal (_IO_FILE *, const void *,
+      size_t);
+extern size_t _IO_wdefault_xsgetn_internal (_IO_FILE *, void *,
+      size_t);
+extern int _IO_wdefault_doallocate_internal (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern wint_t _IO_wdefault_uflow_internal (_IO_FILE *);
+
+extern int _IO_file_doallocate_internal (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern _IO_FILE* _IO_file_setbuf_internal (_IO_FILE *, char *, __ssize_t);
+extern __off64_t _IO_file_seekoff_internal (_IO_FILE *, __off64_t,
+           int, int);
+extern size_t _IO_file_xsputn_internal (_IO_FILE *, const void *,
+         size_t);
+extern size_t _IO_file_xsgetn_internal (_IO_FILE *, void *, size_t);
+extern int _IO_file_stat_internal (_IO_FILE *, void *) __attribute__ ((__nothrow__ ));
+extern int _IO_file_close_internal (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern int _IO_file_close_it_internal (_IO_FILE *);
+extern int _IO_file_underflow_internal (_IO_FILE *);
+extern int _IO_file_overflow_internal (_IO_FILE *, int);
+extern void _IO_file_init_internal (struct _IO_FILE_plus *) __attribute__ ((__nothrow__ ));
+extern _IO_FILE* _IO_file_attach_internal (_IO_FILE *, int);
+extern _IO_FILE* _IO_file_fopen_internal (_IO_FILE *, const char *,
+       const char *, int);
+extern __ssize_t _IO_file_read_internal (_IO_FILE *, void *,
+        __ssize_t);
+extern int _IO_file_sync_internal (_IO_FILE *);
+extern __off64_t _IO_file_seek_internal (_IO_FILE *, __off64_t, int)
+     __attribute__ ((__nothrow__ ));
+extern void _IO_file_finish_internal (_IO_FILE *, int);
+
+extern size_t _IO_wfile_xsputn_internal (_IO_FILE *, const void *,
+          size_t);
+extern __off64_t _IO_wfile_seekoff_internal (_IO_FILE *, __off64_t,
+            int, int);
+extern wint_t _IO_wfile_sync_internal (_IO_FILE *);
+
+extern int _IO_str_underflow_internal (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern int _IO_str_overflow_internal (_IO_FILE *, int) __attribute__ ((__nothrow__ ));
+extern int _IO_str_pbackfail_internal (_IO_FILE *, int) __attribute__ ((__nothrow__ ));
+extern __off64_t _IO_str_seekoff_internal (_IO_FILE *, __off64_t,
+          int, int) __attribute__ ((__nothrow__ ));
+extern void _IO_str_init_static_internal (struct _IO_strfile_ *, char *,
+       size_t, char *) __attribute__ ((__nothrow__ ));
+
+extern struct _IO_jump_t _IO_file_jumps_internal ;
+extern struct _IO_jump_t _IO_wfile_jumps_internal ;
+
+extern struct _IO_FILE_plus *_IO_list_all_internal ;
+
+extern void _IO_link_in_internal (struct _IO_FILE_plus *) __attribute__ ((__nothrow__ ));
+extern int _IO_sputbackc_internal (_IO_FILE *, int) __attribute__ ((__nothrow__ ));
+extern void _IO_wdoallocbuf_internal (_IO_FILE *) __attribute__ ((__nothrow__ ));
+
+extern size_t _IO_sgetn_internal (_IO_FILE *, void *, size_t);
+extern void _IO_flush_all_linebuffered_internal (void) __attribute__ ((__nothrow__ ));
+extern int _IO_switch_to_wget_mode_internal (_IO_FILE *);
+extern void _IO_unsave_markers_internal (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern void _IO_switch_to_main_wget_area_internal (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern int _IO_wdo_write_internal (_IO_FILE *, const wchar_t *, size_t);
+extern int _IO_do_write_internal (_IO_FILE *, const char *, size_t);
+extern __ssize_t _IO_padn_internal (_IO_FILE *, int, __ssize_t);
+extern size_t _IO_getline_info_internal (_IO_FILE *,char *, size_t,
+          int, int, int *);
+extern size_t _IO_getline_internal (_IO_FILE *, char *, size_t, int,
+     int);
+extern void _IO_free_wbackup_area_internal (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern void _IO_free_backup_area_internal (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern void _IO_switch_to_wbackup_area_internal (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern void _IO_setb_internal (_IO_FILE *, char *, char *, int) __attribute__ ((__nothrow__ ));
+extern wint_t _IO_sputbackwc_internal (_IO_FILE *, wint_t) __attribute__ ((__nothrow__ ));
+extern int _IO_switch_to_get_mode_internal (_IO_FILE *);
+extern int _IO_vfscanf_internal (_IO_FILE * __restrict,
+     const char * __restrict,
+     __gnuc_va_list, int *__restrict);
+extern int _IO_vfprintf_internal (_IO_FILE *__restrict, const char *__restrict,
+      __gnuc_va_list);
+extern void _IO_doallocbuf_internal (_IO_FILE *) __attribute__ ((__nothrow__ ));
+extern void _IO_wsetb_internal (_IO_FILE *, wchar_t *, wchar_t *, int)
+     __attribute__ ((__nothrow__ ));
+extern __off64_t _IO_seekoff_unlocked (_IO_FILE *, __off64_t, int, int)
+     ;
+extern __off64_t _IO_seekpos_unlocked (_IO_FILE *, __off64_t, int)
+     ;
+extern int _IO_putc_internal (int __c, _IO_FILE *__fp);
+extern void _IO_init_internal (_IO_FILE *, int) __attribute__ ((__nothrow__ ));
+extern void _IO_un_link_internal (struct _IO_FILE_plus *) __attribute__ ((__nothrow__ ));
+# 773 "../libio/libioP.h"
+# 1 "../include/unistd.h" 1
+
+# 1 "../posix/unistd.h" 1
+# 28 "../posix/unistd.h"
+
+# 203 "../posix/unistd.h"
+# 1 "../nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h" 1
+# 204 "../posix/unistd.h" 2
+
+
+
+# 1 "../bits/environments.h" 1
+# 23 "../bits/environments.h"
+# 1 "../sysdeps/wordsize-32/bits/wordsize.h" 1
+# 24 "../bits/environments.h" 2
+# 208 "../posix/unistd.h" 2
+# 227 "../posix/unistd.h"
+# 1 "/usr/lib/gcc/armv5te-iwmmxt-linux-gnueabi/4.7.3/include/stddef.h" 1 3 4
+# 228 "../posix/unistd.h" 2
+# 288 "../posix/unistd.h"
+extern int access (__const char *__name, int __type) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern int euidaccess (__const char *__name, int __type)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern int eaccess (__const char *__name, int __type)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+
+extern int faccessat (int __fd, __const char *__file, int __type, int __flag)
+     __attribute__ ((__nothrow__ )) ;
+# 335 "../posix/unistd.h"
+extern __off_t lseek (int __fd, __off_t __offset, int __whence) __attribute__ ((__nothrow__ ));
+# 346 "../posix/unistd.h"
+extern __off64_t lseek64 (int __fd, __off64_t __offset, int __whence)
+     __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+extern int close (int __fd);
+
+
+
+
+
+
+extern ssize_t read (int __fd, void *__buf, size_t __nbytes) ;
+
+
+
+
+
+extern ssize_t write (int __fd, __const void *__buf, size_t __n) ;
+# 377 "../posix/unistd.h"
+extern ssize_t pread (int __fd, void *__buf, size_t __nbytes,
+        __off_t __offset) ;
+
+
+
+
+
+
+extern ssize_t pwrite (int __fd, __const void *__buf, size_t __n,
+         __off_t __offset) ;
+# 405 "../posix/unistd.h"
+extern ssize_t pread64 (int __fd, void *__buf, size_t __nbytes,
+   __off64_t __offset) ;
+
+
+extern ssize_t pwrite64 (int __fd, __const void *__buf, size_t __n,
+    __off64_t __offset) ;
+
+
+
+
+
+
+
+extern int pipe (int __pipedes[2]) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern int pipe2 (int __pipedes[2], int __flags) __attribute__ ((__nothrow__ )) ;
+# 433 "../posix/unistd.h"
+extern unsigned int alarm (unsigned int __seconds) __attribute__ ((__nothrow__ ));
+# 445 "../posix/unistd.h"
+extern unsigned int sleep (unsigned int __seconds);
+
+
+
+
+
+
+
+extern __useconds_t ualarm (__useconds_t __value, __useconds_t __interval)
+     __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+extern int usleep (__useconds_t __useconds);
+# 470 "../posix/unistd.h"
+extern int pause (void);
+
+
+
+extern int chown (__const char *__file, __uid_t __owner, __gid_t __group)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+extern int fchown (int __fd, __uid_t __owner, __gid_t __group) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern int lchown (__const char *__file, __uid_t __owner, __gid_t __group)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+
+extern int fchownat (int __fd, __const char *__file, __uid_t __owner,
+       __gid_t __group, int __flag)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+extern int chdir (__const char *__path) __attribute__ ((__nothrow__ )) ;
+
+
+
+extern int fchdir (int __fd) __attribute__ ((__nothrow__ )) ;
+# 512 "../posix/unistd.h"
+extern char *getcwd (char *__buf, size_t __size) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+extern char *get_current_dir_name (void) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+
+extern char *getwd (char *__buf)
+     __attribute__ ((__nothrow__ )) __attribute__ ((__deprecated__)) ;
+
+
+
+
+extern int dup (int __fd) __attribute__ ((__nothrow__ )) ;
+
+
+extern int dup2 (int __fd, int __fd2) __attribute__ ((__nothrow__ ));
+
+
+
+
+extern int dup3 (int __fd, int __fd2, int __flags) __attribute__ ((__nothrow__ ));
+
+
+
+extern char **__environ;
+
+extern char **environ;
+
+
+
+
+
+extern int execve (__const char *__path, char *__const __argv[],
+     char *__const __envp[]) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern int fexecve (int __fd, char *__const __argv[], char *__const __envp[])
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern int execv (__const char *__path, char *__const __argv[])
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+extern int execle (__const char *__path, __const char *__arg, ...)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+extern int execl (__const char *__path, __const char *__arg, ...)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+extern int execvp (__const char *__file, char *__const __argv[])
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern int execlp (__const char *__file, __const char *__arg, ...)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern int execvpe (__const char *__file, char *__const __argv[],
+      char *__const __envp[])
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+extern int nice (int __inc) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern void _exit (int __status) __attribute__ ((__noreturn__));
+
+
+
+
+
+# 1 "../bits/confname.h" 1
+# 26 "../bits/confname.h"
+enum
+  {
+    _PC_LINK_MAX,
+
+    _PC_MAX_CANON,
+
+    _PC_MAX_INPUT,
+
+    _PC_NAME_MAX,
+
+    _PC_PATH_MAX,
+
+    _PC_PIPE_BUF,
+
+    _PC_CHOWN_RESTRICTED,
+
+    _PC_NO_TRUNC,
+
+    _PC_VDISABLE,
+
+    _PC_SYNC_IO,
+
+    _PC_ASYNC_IO,
+
+    _PC_PRIO_IO,
+
+    _PC_SOCK_MAXBUF,
+
+    _PC_FILESIZEBITS,
+
+    _PC_REC_INCR_XFER_SIZE,
+
+    _PC_REC_MAX_XFER_SIZE,
+
+    _PC_REC_MIN_XFER_SIZE,
+
+    _PC_REC_XFER_ALIGN,
+
+    _PC_ALLOC_SIZE_MIN,
+
+    _PC_SYMLINK_MAX,
+
+    _PC_2_SYMLINKS
+
+  };
+
+
+enum
+  {
+    _SC_ARG_MAX,
+
+    _SC_CHILD_MAX,
+
+    _SC_CLK_TCK,
+
+    _SC_NGROUPS_MAX,
+
+    _SC_OPEN_MAX,
+
+    _SC_STREAM_MAX,
+
+    _SC_TZNAME_MAX,
+
+    _SC_JOB_CONTROL,
+
+    _SC_SAVED_IDS,
+
+    _SC_REALTIME_SIGNALS,
+
+    _SC_PRIORITY_SCHEDULING,
+
+    _SC_TIMERS,
+
+    _SC_ASYNCHRONOUS_IO,
+
+    _SC_PRIORITIZED_IO,
+
+    _SC_SYNCHRONIZED_IO,
+
+    _SC_FSYNC,
+
+    _SC_MAPPED_FILES,
+
+    _SC_MEMLOCK,
+
+    _SC_MEMLOCK_RANGE,
+
+    _SC_MEMORY_PROTECTION,
+
+    _SC_MESSAGE_PASSING,
+
+    _SC_SEMAPHORES,
+
+    _SC_SHARED_MEMORY_OBJECTS,
+
+    _SC_AIO_LISTIO_MAX,
+
+    _SC_AIO_MAX,
+
+    _SC_AIO_PRIO_DELTA_MAX,
+
+    _SC_DELAYTIMER_MAX,
+
+    _SC_MQ_OPEN_MAX,
+
+    _SC_MQ_PRIO_MAX,
+
+    _SC_VERSION,
+
+    _SC_PAGESIZE,
+
+
+    _SC_RTSIG_MAX,
+
+    _SC_SEM_NSEMS_MAX,
+
+    _SC_SEM_VALUE_MAX,
+
+    _SC_SIGQUEUE_MAX,
+
+    _SC_TIMER_MAX,
+
+
+
+
+    _SC_BC_BASE_MAX,
+
+    _SC_BC_DIM_MAX,
+
+    _SC_BC_SCALE_MAX,
+
+    _SC_BC_STRING_MAX,
+
+    _SC_COLL_WEIGHTS_MAX,
+
+    _SC_EQUIV_CLASS_MAX,
+
+    _SC_EXPR_NEST_MAX,
+
+    _SC_LINE_MAX,
+
+    _SC_RE_DUP_MAX,
+
+    _SC_CHARCLASS_NAME_MAX,
+
+
+    _SC_2_VERSION,
+
+    _SC_2_C_BIND,
+
+    _SC_2_C_DEV,
+
+    _SC_2_FORT_DEV,
+
+    _SC_2_FORT_RUN,
+
+    _SC_2_SW_DEV,
+
+    _SC_2_LOCALEDEF,
+
+
+    _SC_PII,
+
+    _SC_PII_XTI,
+
+    _SC_PII_SOCKET,
+
+    _SC_PII_INTERNET,
+
+    _SC_PII_OSI,
+
+    _SC_POLL,
+
+    _SC_SELECT,
+
+    _SC_UIO_MAXIOV,
+
+    _SC_IOV_MAX = _SC_UIO_MAXIOV,
+
+    _SC_PII_INTERNET_STREAM,
+
+    _SC_PII_INTERNET_DGRAM,
+
+    _SC_PII_OSI_COTS,
+
+    _SC_PII_OSI_CLTS,
+
+    _SC_PII_OSI_M,
+
+    _SC_T_IOV_MAX,
+
+
+
+    _SC_THREADS,
+
+    _SC_THREAD_SAFE_FUNCTIONS,
+
+    _SC_GETGR_R_SIZE_MAX,
+
+    _SC_GETPW_R_SIZE_MAX,
+
+    _SC_LOGIN_NAME_MAX,
+
+    _SC_TTY_NAME_MAX,
+
+    _SC_THREAD_DESTRUCTOR_ITERATIONS,
+
+    _SC_THREAD_KEYS_MAX,
+
+    _SC_THREAD_STACK_MIN,
+
+    _SC_THREAD_THREADS_MAX,
+
+    _SC_THREAD_ATTR_STACKADDR,
+
+    _SC_THREAD_ATTR_STACKSIZE,
+
+    _SC_THREAD_PRIORITY_SCHEDULING,
+
+    _SC_THREAD_PRIO_INHERIT,
+
+    _SC_THREAD_PRIO_PROTECT,
+
+    _SC_THREAD_PROCESS_SHARED,
+
+
+    _SC_NPROCESSORS_CONF,
+
+    _SC_NPROCESSORS_ONLN,
+
+    _SC_PHYS_PAGES,
+
+    _SC_AVPHYS_PAGES,
+
+    _SC_ATEXIT_MAX,
+
+    _SC_PASS_MAX,
+
+
+    _SC_XOPEN_VERSION,
+
+    _SC_XOPEN_XCU_VERSION,
+
+    _SC_XOPEN_UNIX,
+
+    _SC_XOPEN_CRYPT,
+
+    _SC_XOPEN_ENH_I18N,
+
+    _SC_XOPEN_SHM,
+
+
+    _SC_2_CHAR_TERM,
+
+    _SC_2_C_VERSION,
+
+    _SC_2_UPE,
+
+
+    _SC_XOPEN_XPG2,
+
+    _SC_XOPEN_XPG3,
+
+    _SC_XOPEN_XPG4,
+
+
+    _SC_CHAR_BIT,
+
+    _SC_CHAR_MAX,
+
+    _SC_CHAR_MIN,
+
+    _SC_INT_MAX,
+
+    _SC_INT_MIN,
+
+    _SC_LONG_BIT,
+
+    _SC_WORD_BIT,
+
+    _SC_MB_LEN_MAX,
+
+    _SC_NZERO,
+
+    _SC_SSIZE_MAX,
+
+    _SC_SCHAR_MAX,
+
+    _SC_SCHAR_MIN,
+
+    _SC_SHRT_MAX,
+
+    _SC_SHRT_MIN,
+
+    _SC_UCHAR_MAX,
+
+    _SC_UINT_MAX,
+
+    _SC_ULONG_MAX,
+
+    _SC_USHRT_MAX,
+
+
+    _SC_NL_ARGMAX,
+
+    _SC_NL_LANGMAX,
+
+    _SC_NL_MSGMAX,
+
+    _SC_NL_NMAX,
+
+    _SC_NL_SETMAX,
+
+    _SC_NL_TEXTMAX,
+
+
+    _SC_XBS5_ILP32_OFF32,
+
+    _SC_XBS5_ILP32_OFFBIG,
+
+    _SC_XBS5_LP64_OFF64,
+
+    _SC_XBS5_LPBIG_OFFBIG,
+
+
+    _SC_XOPEN_LEGACY,
+
+    _SC_XOPEN_REALTIME,
+
+    _SC_XOPEN_REALTIME_THREADS,
+
+
+    _SC_ADVISORY_INFO,
+
+    _SC_BARRIERS,
+
+    _SC_BASE,
+
+    _SC_C_LANG_SUPPORT,
+
+    _SC_C_LANG_SUPPORT_R,
+
+    _SC_CLOCK_SELECTION,
+
+    _SC_CPUTIME,
+
+    _SC_THREAD_CPUTIME,
+
+    _SC_DEVICE_IO,
+
+    _SC_DEVICE_SPECIFIC,
+
+    _SC_DEVICE_SPECIFIC_R,
+
+    _SC_FD_MGMT,
+
+    _SC_FIFO,
+
+    _SC_PIPE,
+
+    _SC_FILE_ATTRIBUTES,
+
+    _SC_FILE_LOCKING,
+
+    _SC_FILE_SYSTEM,
+
+    _SC_MONOTONIC_CLOCK,
+
+    _SC_MULTI_PROCESS,
+
+    _SC_SINGLE_PROCESS,
+
+    _SC_NETWORKING,
+
+    _SC_READER_WRITER_LOCKS,
+
+    _SC_SPIN_LOCKS,
+
+    _SC_REGEXP,
+
+    _SC_REGEX_VERSION,
+
+    _SC_SHELL,
+
+    _SC_SIGNALS,
+
+    _SC_SPAWN,
+
+    _SC_SPORADIC_SERVER,
+
+    _SC_THREAD_SPORADIC_SERVER,
+
+    _SC_SYSTEM_DATABASE,
+
+    _SC_SYSTEM_DATABASE_R,
+
+    _SC_TIMEOUTS,
+
+    _SC_TYPED_MEMORY_OBJECTS,
+
+    _SC_USER_GROUPS,
+
+    _SC_USER_GROUPS_R,
+
+    _SC_2_PBS,
+
+    _SC_2_PBS_ACCOUNTING,
+
+    _SC_2_PBS_LOCATE,
+
+    _SC_2_PBS_MESSAGE,
+
+    _SC_2_PBS_TRACK,
+
+    _SC_SYMLOOP_MAX,
+
+    _SC_STREAMS,
+
+    _SC_2_PBS_CHECKPOINT,
+
+
+    _SC_V6_ILP32_OFF32,
+
+    _SC_V6_ILP32_OFFBIG,
+
+    _SC_V6_LP64_OFF64,
+
+    _SC_V6_LPBIG_OFFBIG,
+
+
+    _SC_HOST_NAME_MAX,
+
+    _SC_TRACE,
+
+    _SC_TRACE_EVENT_FILTER,
+
+    _SC_TRACE_INHERIT,
+
+    _SC_TRACE_LOG,
+
+
+    _SC_LEVEL1_ICACHE_SIZE,
+
+    _SC_LEVEL1_ICACHE_ASSOC,
+
+    _SC_LEVEL1_ICACHE_LINESIZE,
+
+    _SC_LEVEL1_DCACHE_SIZE,
+
+    _SC_LEVEL1_DCACHE_ASSOC,
+
+    _SC_LEVEL1_DCACHE_LINESIZE,
+
+    _SC_LEVEL2_CACHE_SIZE,
+
+    _SC_LEVEL2_CACHE_ASSOC,
+
+    _SC_LEVEL2_CACHE_LINESIZE,
+
+    _SC_LEVEL3_CACHE_SIZE,
+
+    _SC_LEVEL3_CACHE_ASSOC,
+
+    _SC_LEVEL3_CACHE_LINESIZE,
+
+    _SC_LEVEL4_CACHE_SIZE,
+
+    _SC_LEVEL4_CACHE_ASSOC,
+
+    _SC_LEVEL4_CACHE_LINESIZE,
+
+
+
+    _SC_IPV6 = _SC_LEVEL1_ICACHE_SIZE + 50,
+
+    _SC_RAW_SOCKETS,
+
+
+    _SC_V7_ILP32_OFF32,
+
+    _SC_V7_ILP32_OFFBIG,
+
+    _SC_V7_LP64_OFF64,
+
+    _SC_V7_LPBIG_OFFBIG,
+
+
+    _SC_SS_REPL_MAX,
+
+
+    _SC_TRACE_EVENT_NAME_MAX,
+
+    _SC_TRACE_NAME_MAX,
+
+    _SC_TRACE_SYS_MAX,
+
+    _SC_TRACE_USER_EVENT_MAX,
+
+
+    _SC_XOPEN_STREAMS,
+
+
+    _SC_THREAD_ROBUST_PRIO_INHERIT,
+
+    _SC_THREAD_ROBUST_PRIO_PROTECT
+
+  };
+
+
+enum
+  {
+    _CS_PATH,
+
+
+    _CS_V6_WIDTH_RESTRICTED_ENVS,
+
+
+
+    _CS_GNU_LIBC_VERSION,
+
+    _CS_GNU_LIBPTHREAD_VERSION,
+
+
+    _CS_V5_WIDTH_RESTRICTED_ENVS,
+
+
+
+    _CS_V7_WIDTH_RESTRICTED_ENVS,
+
+
+
+    _CS_LFS_CFLAGS = 1000,
+
+    _CS_LFS_LDFLAGS,
+
+    _CS_LFS_LIBS,
+
+    _CS_LFS_LINTFLAGS,
+
+    _CS_LFS64_CFLAGS,
+
+    _CS_LFS64_LDFLAGS,
+
+    _CS_LFS64_LIBS,
+
+    _CS_LFS64_LINTFLAGS,
+
+
+    _CS_XBS5_ILP32_OFF32_CFLAGS = 1100,
+
+    _CS_XBS5_ILP32_OFF32_LDFLAGS,
+
+    _CS_XBS5_ILP32_OFF32_LIBS,
+
+    _CS_XBS5_ILP32_OFF32_LINTFLAGS,
+
+    _CS_XBS5_ILP32_OFFBIG_CFLAGS,
+
+    _CS_XBS5_ILP32_OFFBIG_LDFLAGS,
+
+    _CS_XBS5_ILP32_OFFBIG_LIBS,
+
+    _CS_XBS5_ILP32_OFFBIG_LINTFLAGS,
+
+    _CS_XBS5_LP64_OFF64_CFLAGS,
+
+    _CS_XBS5_LP64_OFF64_LDFLAGS,
+
+    _CS_XBS5_LP64_OFF64_LIBS,
+
+    _CS_XBS5_LP64_OFF64_LINTFLAGS,
+
+    _CS_XBS5_LPBIG_OFFBIG_CFLAGS,
+
+    _CS_XBS5_LPBIG_OFFBIG_LDFLAGS,
+
+    _CS_XBS5_LPBIG_OFFBIG_LIBS,
+
+    _CS_XBS5_LPBIG_OFFBIG_LINTFLAGS,
+
+
+    _CS_POSIX_V6_ILP32_OFF32_CFLAGS,
+
+    _CS_POSIX_V6_ILP32_OFF32_LDFLAGS,
+
+    _CS_POSIX_V6_ILP32_OFF32_LIBS,
+
+    _CS_POSIX_V6_ILP32_OFF32_LINTFLAGS,
+
+    _CS_POSIX_V6_ILP32_OFFBIG_CFLAGS,
+
+    _CS_POSIX_V6_ILP32_OFFBIG_LDFLAGS,
+
+    _CS_POSIX_V6_ILP32_OFFBIG_LIBS,
+
+    _CS_POSIX_V6_ILP32_OFFBIG_LINTFLAGS,
+
+    _CS_POSIX_V6_LP64_OFF64_CFLAGS,
+
+    _CS_POSIX_V6_LP64_OFF64_LDFLAGS,
+
+    _CS_POSIX_V6_LP64_OFF64_LIBS,
+
+    _CS_POSIX_V6_LP64_OFF64_LINTFLAGS,
+
+    _CS_POSIX_V6_LPBIG_OFFBIG_CFLAGS,
+
+    _CS_POSIX_V6_LPBIG_OFFBIG_LDFLAGS,
+
+    _CS_POSIX_V6_LPBIG_OFFBIG_LIBS,
+
+    _CS_POSIX_V6_LPBIG_OFFBIG_LINTFLAGS,
+
+
+    _CS_POSIX_V7_ILP32_OFF32_CFLAGS,
+
+    _CS_POSIX_V7_ILP32_OFF32_LDFLAGS,
+
+    _CS_POSIX_V7_ILP32_OFF32_LIBS,
+
+    _CS_POSIX_V7_ILP32_OFF32_LINTFLAGS,
+
+    _CS_POSIX_V7_ILP32_OFFBIG_CFLAGS,
+
+    _CS_POSIX_V7_ILP32_OFFBIG_LDFLAGS,
+
+    _CS_POSIX_V7_ILP32_OFFBIG_LIBS,
+
+    _CS_POSIX_V7_ILP32_OFFBIG_LINTFLAGS,
+
+    _CS_POSIX_V7_LP64_OFF64_CFLAGS,
+
+    _CS_POSIX_V7_LP64_OFF64_LDFLAGS,
+
+    _CS_POSIX_V7_LP64_OFF64_LIBS,
+
+    _CS_POSIX_V7_LP64_OFF64_LINTFLAGS,
+
+    _CS_POSIX_V7_LPBIG_OFFBIG_CFLAGS,
+
+    _CS_POSIX_V7_LPBIG_OFFBIG_LDFLAGS,
+
+    _CS_POSIX_V7_LPBIG_OFFBIG_LIBS,
+
+    _CS_POSIX_V7_LPBIG_OFFBIG_LINTFLAGS,
+
+
+    _CS_V6_ENV,
+
+    _CS_V7_ENV
+
+  };
+# 611 "../posix/unistd.h" 2
+
+
+extern long int pathconf (__const char *__path, int __name)
+     __attribute__ ((__nothrow__ )) ;
+
+
+extern long int fpathconf (int __fd, int __name) __attribute__ ((__nothrow__ ));
+
+
+extern long int sysconf (int __name) __attribute__ ((__nothrow__ ));
+
+
+
+extern size_t confstr (int __name, char *__buf, size_t __len) __attribute__ ((__nothrow__ ));
+
+
+
+
+extern __pid_t getpid (void) __attribute__ ((__nothrow__ ));
+
+
+extern __pid_t getppid (void) __attribute__ ((__nothrow__ ));
+
+
+
+
+extern __pid_t getpgrp (void) __attribute__ ((__nothrow__ ));
+# 647 "../posix/unistd.h"
+extern __pid_t __getpgid (__pid_t __pid) __attribute__ ((__nothrow__ ));
+
+extern __pid_t getpgid (__pid_t __pid) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+extern int setpgid (__pid_t __pid, __pid_t __pgid) __attribute__ ((__nothrow__ ));
+# 673 "../posix/unistd.h"
+extern int setpgrp (void) __attribute__ ((__nothrow__ ));
+# 690 "../posix/unistd.h"
+extern __pid_t setsid (void) __attribute__ ((__nothrow__ ));
+
+
+
+extern __pid_t getsid (__pid_t __pid) __attribute__ ((__nothrow__ ));
+
+
+
+extern __uid_t getuid (void) __attribute__ ((__nothrow__ ));
+
+
+extern __uid_t geteuid (void) __attribute__ ((__nothrow__ ));
+
+
+extern __gid_t getgid (void) __attribute__ ((__nothrow__ ));
+
+
+extern __gid_t getegid (void) __attribute__ ((__nothrow__ ));
+
+
+
+
+extern int getgroups (int __size, __gid_t __list[]) __attribute__ ((__nothrow__ )) ;
+
+
+
+extern int group_member (__gid_t __gid) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+extern int setuid (__uid_t __uid) __attribute__ ((__nothrow__ ));
+
+
+
+
+extern int setreuid (__uid_t __ruid, __uid_t __euid) __attribute__ ((__nothrow__ ));
+
+
+
+
+extern int seteuid (__uid_t __uid) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+extern int setgid (__gid_t __gid) __attribute__ ((__nothrow__ ));
+
+
+
+
+extern int setregid (__gid_t __rgid, __gid_t __egid) __attribute__ ((__nothrow__ ));
+
+
+
+
+extern int setegid (__gid_t __gid) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+extern int getresuid (__uid_t *__ruid, __uid_t *__euid, __uid_t *__suid)
+     __attribute__ ((__nothrow__ ));
+
+
+
+extern int getresgid (__gid_t *__rgid, __gid_t *__egid, __gid_t *__sgid)
+     __attribute__ ((__nothrow__ ));
+
+
+
+extern int setresuid (__uid_t __ruid, __uid_t __euid, __uid_t __suid)
+     __attribute__ ((__nothrow__ ));
+
+
+
+extern int setresgid (__gid_t __rgid, __gid_t __egid, __gid_t __sgid)
+     __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+extern __pid_t fork (void) __attribute__ ((__nothrow__));
+
+
+
+
+
+
+
+extern __pid_t vfork (void) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+extern char *ttyname (int __fd) __attribute__ ((__nothrow__ ));
+
+
+
+extern int ttyname_r (int __fd, char *__buf, size_t __buflen)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+extern int isatty (int __fd) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+extern int ttyslot (void) __attribute__ ((__nothrow__ ));
+
+
+
+
+extern int link (__const char *__from, __const char *__to)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern int linkat (int __fromfd, __const char *__from, int __tofd,
+     __const char *__to, int __flags)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern int symlink (__const char *__from, __const char *__to)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern ssize_t readlink (__const char *__restrict __path,
+    char *__restrict __buf, size_t __len)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+extern int symlinkat (__const char *__from, int __tofd,
+        __const char *__to) __attribute__ ((__nothrow__ )) ;
+
+
+extern ssize_t readlinkat (int __fd, __const char *__restrict __path,
+      char *__restrict __buf, size_t __len)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+extern int unlink (__const char *__name) __attribute__ ((__nothrow__ )) ;
+
+
+
+extern int unlinkat (int __fd, __const char *__name, int __flag)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+extern int rmdir (__const char *__path) __attribute__ ((__nothrow__ )) ;
+
+
+
+extern __pid_t tcgetpgrp (int __fd) __attribute__ ((__nothrow__ ));
+
+
+extern int tcsetpgrp (int __fd, __pid_t __pgrp_id) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+extern char *getlogin (void);
+
+
+
+
+
+
+
+extern int getlogin_r (char *__name, size_t __name_len) ;
+
+
+
+
+extern int setlogin (__const char *__name) __attribute__ ((__nothrow__ )) ;
+# 894 "../posix/unistd.h"
+# 1 "../include/getopt.h" 1
+
+
+
+# 1 "../posix/getopt.h" 1
+# 59 "../posix/getopt.h"
+extern char *optarg;
+# 73 "../posix/getopt.h"
+extern int optind;
+
+
+
+
+extern int opterr;
+
+
+
+extern int optopt;
+# 152 "../posix/getopt.h"
+extern int getopt (int ___argc, char *const *___argv, const char *__shortopts)
+       __attribute__ ((__nothrow__ ));
+# 5 "../include/getopt.h" 2
+# 895 "../posix/unistd.h" 2
+
+
+
+
+
+
+
+extern int gethostname (char *__name, size_t __len) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+
+extern int sethostname (__const char *__name, size_t __len)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+extern int sethostid (long int __id) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+extern int getdomainname (char *__name, size_t __len)
+     __attribute__ ((__nothrow__ )) ;
+extern int setdomainname (__const char *__name, size_t __len)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+extern int vhangup (void) __attribute__ ((__nothrow__ ));
+
+
+extern int revoke (__const char *__file) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+
+
+extern int profil (unsigned short int *__sample_buffer, size_t __size,
+     size_t __offset, unsigned int __scale)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+extern int acct (__const char *__name) __attribute__ ((__nothrow__ ));
+
+
+
+extern char *getusershell (void) __attribute__ ((__nothrow__ ));
+extern void endusershell (void) __attribute__ ((__nothrow__ ));
+extern void setusershell (void) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+extern int daemon (int __nochdir, int __noclose) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+
+extern int chroot (__const char *__path) __attribute__ ((__nothrow__ )) ;
+
+
+
+extern char *getpass (__const char *__prompt) ;
+# 980 "../posix/unistd.h"
+extern int fsync (int __fd);
+
+
+
+
+
+
+extern int syncfs (int __fd) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+extern long int gethostid (void);
+
+
+extern void sync (void) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+extern int getpagesize (void) __attribute__ ((__nothrow__ )) __attribute__ ((__const__));
+
+
+
+
+extern int getdtablesize (void) __attribute__ ((__nothrow__ ));
+# 1018 "../posix/unistd.h"
+extern int truncate (__const char *__file, __off_t __length)
+     __attribute__ ((__nothrow__ )) ;
+# 1030 "../posix/unistd.h"
+extern int truncate64 (__const char *__file, __off64_t __length)
+     __attribute__ ((__nothrow__ )) ;
+# 1040 "../posix/unistd.h"
+extern int ftruncate (int __fd, __off_t __length) __attribute__ ((__nothrow__ )) ;
+# 1050 "../posix/unistd.h"
+extern int ftruncate64 (int __fd, __off64_t __length) __attribute__ ((__nothrow__ )) ;
+# 1061 "../posix/unistd.h"
+extern int brk (void *__addr) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+extern void *sbrk (intptr_t __delta) __attribute__ ((__nothrow__ ));
+# 1082 "../posix/unistd.h"
+extern long int syscall (long int __sysno, ...) __attribute__ ((__nothrow__ ));
+# 1105 "../posix/unistd.h"
+extern int lockf (int __fd, int __cmd, __off_t __len) ;
+# 1115 "../posix/unistd.h"
+extern int lockf64 (int __fd, int __cmd, __off64_t __len) ;
+# 1136 "../posix/unistd.h"
+extern int fdatasync (int __fildes);
+
+
+
+
+
+
+
+extern char *crypt (__const char *__key, __const char *__salt)
+     __attribute__ ((__nothrow__ )) ;
+
+
+
+extern void encrypt (char *__block, int __edflag) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+
+extern void swab (__const void *__restrict __from, void *__restrict __to,
+    ssize_t __n) __attribute__ ((__nothrow__ )) ;
+
+
+
+
+
+
+
+extern char *ctermid (char *__s) __attribute__ ((__nothrow__ ));
+# 1174 "../posix/unistd.h"
+
+# 3 "../include/unistd.h" 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+extern int __access (__const char *__name, int __type);
+extern int __euidaccess (__const char *__name, int __type);
+extern __off64_t __lseek64 (int __fd, __off64_t __offset, int __whence);
+extern __off_t __lseek (int __fd, __off_t __offset, int __whence);
+
+extern __off_t __libc_lseek (int __fd, __off_t __offset, int __whence);
+extern __off64_t __libc_lseek64 (int __fd, __off64_t __offset, int __whence);
+extern ssize_t __pread (int __fd, void *__buf, size_t __nbytes,
+   __off_t __offset);
+extern ssize_t __libc_pread (int __fd, void *__buf, size_t __nbytes,
+        __off_t __offset);
+extern ssize_t __pread64 (int __fd, void *__buf, size_t __nbytes,
+     __off64_t __offset);
+extern ssize_t __libc_pread64 (int __fd, void *__buf, size_t __nbytes,
+          __off64_t __offset);
+extern ssize_t __pwrite (int __fd, __const void *__buf, size_t __n,
+    __off_t __offset);
+extern ssize_t __libc_pwrite (int __fd, __const void *__buf, size_t __n,
+         __off_t __offset);
+extern ssize_t __pwrite64 (int __fd, __const void *__buf, size_t __n,
+      __off64_t __offset);
+
+extern ssize_t __libc_pwrite64 (int __fd, __const void *__buf, size_t __n,
+    __off64_t __offset);
+extern ssize_t __libc_read (int __fd, void *__buf, size_t __n);
+
+extern ssize_t __libc_write (int __fd, __const void *__buf, size_t __n);
+
+extern int __pipe (int __pipedes[2]);
+
+extern int __pipe2 (int __pipedes[2], int __flags);
+extern unsigned int __sleep (unsigned int __seconds);
+extern int __chown (__const char *__file,
+      __uid_t __owner, __gid_t __group);
+
+extern int __fchown (int __fd,
+       __uid_t __owner, __gid_t __group);
+extern int __lchown (__const char *__file, __uid_t __owner,
+       __gid_t __group);
+extern int __chdir (__const char *__path);
+extern int __fchdir (int __fd);
+extern char *__getcwd (char *__buf, size_t __size);
+extern int __rmdir (const char *__path);
+extern int __execvpe (const char *file, char *const argv[],
+        char *const envp[]);
+
+
+
+
+
+
+
+char *__canonicalize_directory_name_internal (__const char *__thisdir,
+           char *__buf,
+           size_t __size) ;
+
+extern int __dup (int __fd);
+extern int __dup2 (int __fd, int __fd2);
+
+
+extern int __execve (__const char *__path, char *__const __argv[],
+       char *__const __envp[]);
+extern long int __pathconf (__const char *__path, int __name);
+extern long int __fpathconf (int __fd, int __name);
+extern long int __sysconf (int __name);
+
+extern __pid_t __getpid (void);
+
+extern __pid_t __getppid (void);
+extern __pid_t __setsid (void);
+extern __uid_t __getuid (void);
+extern __uid_t __geteuid (void);
+extern __gid_t __getgid (void);
+extern __gid_t __getegid (void);
+extern int __getgroups (int __size, __gid_t __list[]);
+
+extern int __group_member (__gid_t __gid);
+extern int __setuid (__uid_t __uid);
+extern int __setreuid (__uid_t __ruid, __uid_t __euid);
+extern int __setgid (__gid_t __gid);
+extern int __setpgid (__pid_t __pid, __pid_t __pgid);
+
+extern int __setregid (__gid_t __rgid, __gid_t __egid);
+extern int __getresuid (__uid_t *__ruid, __uid_t *__euid, __uid_t *__suid);
+extern int __getresgid (__gid_t *__rgid, __gid_t *__egid, __gid_t *__sgid);
+extern int __setresuid (__uid_t __ruid, __uid_t __euid, __uid_t __suid);
+extern int __setresgid (__gid_t __rgid, __gid_t __egid, __gid_t __sgid);
+
+
+
+
+extern __pid_t __vfork (void);
+
+extern int __ttyname_r (int __fd, char *__buf, size_t __buflen);
+extern int __isatty (int __fd);
+extern int __link (__const char *__from, __const char *__to);
+extern int __symlink (__const char *__from, __const char *__to);
+extern ssize_t __readlink (__const char *__path, char *__buf, size_t __len);
+extern int __unlink (__const char *__name);
+extern int __gethostname (char *__name, size_t __len);
+extern int __profil (unsigned short int *__sample_buffer, size_t __size,
+       size_t __offset, unsigned int __scale);
+extern int __getdtablesize (void);
+extern int __brk (void *__addr);
+extern int __close (int __fd);
+
+extern int __libc_close (int __fd);
+extern ssize_t __read (int __fd, void *__buf, size_t __nbytes);
+
+extern ssize_t __write (int __fd, __const void *__buf, size_t __n);
+
+extern __pid_t __fork (void);
+
+extern int __getpagesize (void) __attribute__ ((__const__));
+
+extern int __ftruncate (int __fd, __off_t __length);
+extern int __ftruncate64 (int __fd, __off64_t __length);
+extern int __truncate (const char *path, __off_t __length);
+extern void *__sbrk (intptr_t __delta);
+
+
+
+
+
+
+
+
+extern int __libc_enable_secure __attribute__ ((section (".data.rel.ro")));
+extern int __libc_enable_secure_decided;
+
+
+
+
+
+
+
+extern void __libc_check_standard_fds (void);
+
+
+
+extern void __exit_thread (int val) __attribute__ ((noreturn));
+
+
+extern __pid_t __libc_fork (void);
+
+
+
+extern int __libc_pause (void);
+
+extern int __pause_nocancel (void) ;
+
+extern int __have_sock_cloexec;
+extern int __have_pipe2;
+extern int __have_dup3;
+
+extern int __getlogin_r_loginuid (char *name, size_t namesize)
+     ;
+
+
+# 774 "../libio/libioP.h" 2
+# 1 "../include/fcntl.h" 1
+
+# 1 "../io/fcntl.h" 1
+# 30 "../io/fcntl.h"
+
+
+
+
+# 1 "../ports/sysdeps/unix/sysv/linux/arm/bits/fcntl.h" 1
+# 25 "../ports/sysdeps/unix/sysv/linux/arm/bits/fcntl.h"
+# 1 "../include/sys/types.h" 1
+# 26 "../ports/sysdeps/unix/sysv/linux/arm/bits/fcntl.h" 2
+
+# 1 "../sysdeps/unix/sysv/linux/bits/uio.h" 1
+# 28 "../ports/sysdeps/unix/sysv/linux/arm/bits/fcntl.h" 2
+# 153 "../ports/sysdeps/unix/sysv/linux/arm/bits/fcntl.h"
+struct flock
+  {
+    short int l_type;
+    short int l_whence;
+
+    __off_t l_start;
+    __off_t l_len;
+
+
+
+
+    __pid_t l_pid;
+  };
+
+
+struct flock64
+  {
+    short int l_type;
+    short int l_whence;
+    __off64_t l_start;
+    __off64_t l_len;
+    __pid_t l_pid;
+  };
+
+
+
+
+enum __pid_type
+  {
+    F_OWNER_TID = 0,
+    F_OWNER_PID,
+    F_OWNER_PGRP,
+    F_OWNER_GID = F_OWNER_PGRP
+  };
+
+
+struct f_owner_ex
+  {
+    enum __pid_type type;
+    __pid_t pid;
+  };
+# 239 "../ports/sysdeps/unix/sysv/linux/arm/bits/fcntl.h"
+struct file_handle
+{
+  unsigned int handle_bytes;
+  int handle_type;
+
+  unsigned char f_handle[0];
+};
+
+
+
+
+
+
+
+
+
+
+extern ssize_t readahead (int __fd, __off64_t __offset, size_t __count)
+    __attribute__ ((__nothrow__ ));
+
+
+
+extern int sync_file_range (int __fd, __off64_t __offset, __off64_t __count,
+       unsigned int __flags);
+
+
+
+
+
+
+extern ssize_t vmsplice (int __fdout, const struct iovec *__iov,
+    size_t __count, unsigned int __flags);
+
+
+
+
+
+extern ssize_t splice (int __fdin, __off64_t *__offin, int __fdout,
+         __off64_t *__offout, size_t __len,
+         unsigned int __flags);
+
+
+
+
+
+extern ssize_t tee (int __fdin, int __fdout, size_t __len,
+      unsigned int __flags);
+
+
+
+
+
+
+extern int fallocate (int __fd, int __mode, __off_t __offset, __off_t __len);
+# 303 "../ports/sysdeps/unix/sysv/linux/arm/bits/fcntl.h"
+extern int fallocate64 (int __fd, int __mode, __off64_t __offset,
+   __off64_t __len);
+
+
+
+
+extern int name_to_handle_at (int __dfd, const char *__name,
+         struct file_handle *__handle, int *__mnt_id,
+         int __flags) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+extern int open_by_handle_at (int __mountdirfd, struct file_handle *__handle,
+         int __flags);
+
+
+
+
+# 35 "../io/fcntl.h" 2
+
+
+
+
+
+
+# 1 "../sysdeps/unix/sysv/linux/bits/stat.h" 1
+# 42 "../io/fcntl.h" 2
+# 125 "../io/fcntl.h"
+extern int fcntl (int __fd, int __cmd, ...);
+# 134 "../io/fcntl.h"
+extern int open (__const char *__file, int __oflag, ...) ;
+# 144 "../io/fcntl.h"
+extern int open64 (__const char *__file, int __oflag, ...) ;
+# 158 "../io/fcntl.h"
+extern int openat (int __fd, __const char *__file, int __oflag, ...)
+     ;
+# 169 "../io/fcntl.h"
+extern int openat64 (int __fd, __const char *__file, int __oflag, ...)
+     ;
+# 180 "../io/fcntl.h"
+extern int creat (__const char *__file, __mode_t __mode) ;
+# 190 "../io/fcntl.h"
+extern int creat64 (__const char *__file, __mode_t __mode) ;
+# 226 "../io/fcntl.h"
+extern int posix_fadvise (int __fd, __off_t __offset, __off_t __len,
+     int __advise) __attribute__ ((__nothrow__ ));
+# 238 "../io/fcntl.h"
+extern int posix_fadvise64 (int __fd, __off64_t __offset, __off64_t __len,
+       int __advise) __attribute__ ((__nothrow__ ));
+# 248 "../io/fcntl.h"
+extern int posix_fallocate (int __fd, __off_t __offset, __off_t __len);
+# 259 "../io/fcntl.h"
+extern int posix_fallocate64 (int __fd, __off64_t __offset, __off64_t __len);
+# 270 "../io/fcntl.h"
+
+# 3 "../include/fcntl.h" 2
+
+
+extern int __open64 (__const char *__file, int __oflag, ...);
+
+extern int __libc_open64 (const char *file, int oflag, ...);
+extern int __libc_open (const char *file, int oflag, ...);
+
+extern int __libc_creat (const char *file, mode_t mode);
+extern int __libc_fcntl (int fd, int cmd, ...);
+
+extern int __fcntl_nocancel (int fd, int cmd, ...) ;
+
+
+extern int __open (__const char *__file, int __oflag, ...);
+
+extern int __fcntl (int __fd, int __cmd, ...);
+
+extern int __openat (int __fd, __const char *__file, int __oflag, ...)
+  ;
+
+extern int __openat64 (int __fd, __const char *__file, int __oflag, ...)
+  ;
+
+
+extern int __open_2 (__const char *__path, int __oflag);
+extern int __open64_2 (__const char *__path, int __oflag);
+extern int __openat_2 (int __fd, __const char *__path, int __oflag);
+extern int __openat64_2 (int __fd, __const char *__path, int __oflag);
+
+
+
+extern void __atfct_seterrno (int errval, int fd, const char *buf)
+  ;
+extern void __atfct_seterrno_2 (int errval, int fd1, const char *buf1,
+    int fd2, const char *buf2)
+  ;
+
+
+
+extern int __have_atfcts ;
+
+
+extern int __have_o_cloexec ;
+# 775 "../libio/libioP.h" 2
+# 1 "../include/sys/mman.h" 1
+
+# 1 "../misc/sys/mman.h" 1
+# 26 "../misc/sys/mman.h"
+# 1 "/usr/lib/gcc/armv5te-iwmmxt-linux-gnueabi/4.7.3/include/stddef.h" 1 3 4
+# 27 "../misc/sys/mman.h" 2
+# 42 "../misc/sys/mman.h"
+# 1 "../ports/sysdeps/unix/sysv/linux/arm/bits/mman.h" 1
+# 43 "../misc/sys/mman.h" 2
+
+
+
+
+
+# 58 "../misc/sys/mman.h"
+extern void *mmap (void *__addr, size_t __len, int __prot,
+     int __flags, int __fd, __off_t __offset) __attribute__ ((__nothrow__ ));
+# 71 "../misc/sys/mman.h"
+extern void *mmap64 (void *__addr, size_t __len, int __prot,
+       int __flags, int __fd, __off64_t __offset) __attribute__ ((__nothrow__ ));
+
+
+
+
+extern int munmap (void *__addr, size_t __len) __attribute__ ((__nothrow__ ));
+
+
+
+
+extern int mprotect (void *__addr, size_t __len, int __prot) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+
+extern int msync (void *__addr, size_t __len, int __flags);
+
+
+
+
+extern int madvise (void *__addr, size_t __len, int __advice) __attribute__ ((__nothrow__ ));
+
+
+
+extern int posix_madvise (void *__addr, size_t __len, int __advice) __attribute__ ((__nothrow__ ));
+
+
+
+
+extern int mlock (__const void *__addr, size_t __len) __attribute__ ((__nothrow__ ));
+
+
+extern int munlock (__const void *__addr, size_t __len) __attribute__ ((__nothrow__ ));
+
+
+
+
+extern int mlockall (int __flags) __attribute__ ((__nothrow__ ));
+
+
+
+extern int munlockall (void) __attribute__ ((__nothrow__ ));
+
+
+
+
+
+
+
+extern int mincore (void *__start, size_t __len, unsigned char *__vec)
+     __attribute__ ((__nothrow__ ));
+# 134 "../misc/sys/mman.h"
+extern void *mremap (void *__addr, size_t __old_len, size_t __new_len,
+       int __flags, ...) __attribute__ ((__nothrow__ ));
+
+
+
+extern int remap_file_pages (void *__start, size_t __size, int __prot,
+        size_t __pgoff, int __flags) __attribute__ ((__nothrow__ ));
+
+
+
+
+extern int shm_open (__const char *__name, int __oflag, mode_t __mode);
+
+
+extern int shm_unlink (__const char *__name);
+
+
+# 3 "../include/sys/mman.h" 2
+
+
+extern void *__mmap (void *__addr, size_t __len, int __prot,
+       int __flags, int __fd, __off_t __offset);
+extern void *__mmap64 (void *__addr, size_t __len, int __prot,
+         int __flags, int __fd, __off64_t __offset);
+extern int __munmap (void *__addr, size_t __len);
+extern int __mprotect (void *__addr, size_t __len, int __prot);
+
+
+extern void *__mremap (void *__addr, size_t __old_len,
+         size_t __new_len, int __flags, ...);
+
+;
+# 776 "../libio/libioP.h" 2
+# 842 "../libio/libioP.h"
+extern int _IO_vscanf (const char *, __gnuc_va_list) __attribute__ ((__nothrow__ ));
+# 936 "../libio/libioP.h"
+extern struct _IO_fake_stdiobuf _IO_stdin_buf, _IO_stdout_buf, _IO_stderr_buf;
+# 963 "../libio/libioP.h"
+static inline void
+__attribute__ ((__always_inline__))
+_IO_acquire_lock_fct (_IO_FILE **p)
+{
+  _IO_FILE *fp = *p;
+  if ((fp->_flags & 0x8000) == 0)
+    if (((fp)->_flags & 0x8000) == 0) do { if (--(*(fp)->_lock).cnt == 0) { (*(fp)->_lock).owner = ((void *)0); (void) ({ int *__futex = (&((*(fp)->_lock).lock)); int __oldval = ({ __typeof (*(__futex)) __atg5_oldval; __typeof (__futex) __atg5_memp = (__futex); __typeof (*(__futex)) __atg5_value = (0); do __atg5_oldval = *__atg5_memp; while (__builtin_expect (({ __typeof (__atg5_oldval) __atg3_old = (__atg5_oldval); ({ __typeof (*__atg5_memp) __atg1_result; if (sizeof (*__atg5_memp) == 1) __atg1_result = ({ __arm_link_error (); __atg3_old; }); else if (sizeof (*__atg5_memp) == 2) __atg1_result = ({ __arm_link_error (); __atg3_old; }); else if (sizeof (*__atg5_memp) == 4) __atg1_result = ({ register __typeof (__atg3_old) a_oldval asm ("r0"); register __typeof (__atg3_old) a_newval asm ("r1") = (__atg5_value); register __typeof (__atg5_memp) a_ptr asm ("r2") = (__atg5_memp); register __typeof (__atg3_old) a_tmp asm ("r3"); register __typeof (__atg3_old) a_oldval2 asm ("r4") = (__atg3_old); __asm__ __volatile__ ("0:\tldr\t%[tmp],[%[ptr]]\n\t" "cmp\t%[tmp], %[old2]\n\t" "bne\t1f\n\t" "mov\t%[old], %[old2]\n\t" "mov\t%[tmp], #0xffff0fff\n\t" "mov\tlr, pc\n\t" "add\tpc, %[tmp], #(0xffff0fc0 - 0xffff0fff)\n\t" "bcc\t0b\n\t" "mov\t%[tmp], %[old2]\n\t" "1:" : [old] "=&r" (a_oldval), [tmp] "=&r" (a_tmp) : [new] "r" (a_newval), [ptr] "r" (a_ptr), [old2] "r" (a_oldval2) : "ip", "lr", "cc", "memory"); a_tmp; }); else if (sizeof (*__atg5_memp) == 8) __atg1_result = ({ __arm_link_error (); __atg3_old; }); else abort (); __atg1_result; }) != __atg3_old; }), 0)); __atg5_oldval; }); if (__builtin_expect (__oldval > 1, 0)) ({ do { } while (0); long int __ret; __ret = ({ register int _a1 asm ("r0"), _nr asm ("r7"); int _a4tmp = (int) (0); int _a3tmp = (int) ((1)); int _a2tmp = (int) (((1) | ((struct pthread *)__builtin_thread_pointer () - 1)->header.private_futex)); int _a1tmp = (int) ((__futex)); _a1 = _a1tmp; register int _a2 asm ("a2") = _a2tmp; register int _a3 asm ("a3") = _a3tmp; register int _a4 asm ("a4") = _a4tmp; _nr = ((0 +240)); asm volatile ("swi    0x0     @ syscall " "SYS_ify(futex)" : "=r" (_a1) : "r" (_nr) , "r" (_a1), "r" (_a2), "r" (_a3), "r" (_a4) : "memory"); _a1; }); __ret; }); }); } } while (0);
+}
+
+static inline void
+__attribute__ ((__always_inline__))
+_IO_acquire_lock_clear_flags2_fct (_IO_FILE **p)
+{
+  _IO_FILE *fp = *p;
+  fp->_flags2 &= ~(4 | 16);
+  if ((fp->_flags & 0x8000) == 0)
+    if (((fp)->_flags & 0x8000) == 0) do { if (--(*(fp)->_lock).cnt == 0) { (*(fp)->_lock).owner = ((void *)0); (void) ({ int *__futex = (&((*(fp)->_lock).lock)); int __oldval = ({ __typeof (*(__futex)) __atg5_oldval; __typeof (__futex) __atg5_memp = (__futex); __typeof (*(__futex)) __atg5_value = (0); do __atg5_oldval = *__atg5_memp; while (__builtin_expect (({ __typeof (__atg5_oldval) __atg3_old = (__atg5_oldval); ({ __typeof (*__atg5_memp) __atg1_result; if (sizeof (*__atg5_memp) == 1) __atg1_result = ({ __arm_link_error (); __atg3_old; }); else if (sizeof (*__atg5_memp) == 2) __atg1_result = ({ __arm_link_error (); __atg3_old; }); else if (sizeof (*__atg5_memp) == 4) __atg1_result = ({ register __typeof (__atg3_old) a_oldval asm ("r0"); register __typeof (__atg3_old) a_newval asm ("r1") = (__atg5_value); register __typeof (__atg5_memp) a_ptr asm ("r2") = (__atg5_memp); register __typeof (__atg3_old) a_tmp asm ("r3"); register __typeof (__atg3_old) a_oldval2 asm ("r4") = (__atg3_old); __asm__ __volatile__ ("0:\tldr\t%[tmp],[%[ptr]]\n\t" "cmp\t%[tmp], %[old2]\n\t" "bne\t1f\n\t" "mov\t%[old], %[old2]\n\t" "mov\t%[tmp], #0xffff0fff\n\t" "mov\tlr, pc\n\t" "add\tpc, %[tmp], #(0xffff0fc0 - 0xffff0fff)\n\t" "bcc\t0b\n\t" "mov\t%[tmp], %[old2]\n\t" "1:" : [old] "=&r" (a_oldval), [tmp] "=&r" (a_tmp) : [new] "r" (a_newval), [ptr] "r" (a_ptr), [old2] "r" (a_oldval2) : "ip", "lr", "cc", "memory"); a_tmp; }); else if (sizeof (*__atg5_memp) == 8) __atg1_result = ({ __arm_link_error (); __atg3_old; }); else abort (); __atg1_result; }) != __atg3_old; }), 0)); __atg5_oldval; }); if (__builtin_expect (__oldval > 1, 0)) ({ do { } while (0); long int __ret; __ret = ({ register int _a1 asm ("r0"), _nr asm ("r7"); int _a4tmp = (int) (0); int _a3tmp = (int) ((1)); int _a2tmp = (int) (((1) | ((struct pthread *)__builtin_thread_pointer () - 1)->header.private_futex)); int _a1tmp = (int) ((__futex)); _a1 = _a1tmp; register int _a2 asm ("a2") = _a2tmp; register int _a3 asm ("a3") = _a3tmp; register int _a4 asm ("a4") = _a4tmp; _nr = ((0 +240)); asm volatile ("swi    0x0     @ syscall " "SYS_ify(futex)" : "=r" (_a1) : "r" (_nr) , "r" (_a1), "r" (_a2), "r" (_a3), "r" (_a4) : "memory"); _a1; }); __ret; }); }); } } while (0);
+}
+# 27 "fxprintf.c" 2
+
+
+int
+__fxprintf (FILE *fp, const char *fmt, ...)
+{
+  if (fp == ((void *)0))
+    fp = stderr;
+
+  va_list ap;
+  __builtin_va_start(ap,fmt);
+
+  int res;
+  if (({ int __result = (0); if (__result < 0 && ! (0)) { if ((fp)->_mode == 0) (fp)->_mode = -1; __result = (fp)->_mode; } else if (__builtin_constant_p (0) && (0) == 0) __result = (0) ? -1 : (fp)->_mode; else __result = _IO_fwide (fp, __result); __result; }) > 0)
+    {
+      size_t len = strlen (fmt) + 1;
+      wchar_t wfmt[len];
+      for (size_t i = 0; i < len; ++i)
+ {
+   (((((fmt[i]) & ~0x7f) == 0)) ? (void) (0) : __assert_fail ("(((fmt[i]) & ~0x7f) == 0)", "fxprintf.c", 45, __PRETTY_FUNCTION__));
+   wfmt[i] = fmt[i];
+ }
+      res = __vfwprintf (fp, wfmt, ap);
+    }
+  else
+    res = _IO_vfprintf (fp, fmt, ap);
+
+  __builtin_va_end(ap);
+
+  return res;
+}