pollution: tocode pollution: fromcode pollution: libiconv_open extern libiconv_t libiconv_open (const char* tocode, const char* fromcode); pollution: cd pollution: inbuf pollution: inbytesleft pollution: outbuf pollution: outbytesleft pollution: libiconv extern size_t libiconv (libiconv_t cd, char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft); pollution: cd pollution: libiconv_close extern int libiconv_close (libiconv_t cd); pollution: FILE typedef struct __mlibc_file_base FILE; pollution: fwprintf int fwprintf(FILE *__restrict __stream, const wchar_t *__restrict __format, ...); pollution: fwscanf int fwscanf(FILE *__restrict __stream, const wchar_t *__restrict __format, ...); pollution: vfwprintf int vfwprintf(FILE *__restrict __stream, const wchar_t *__restrict __format, __builtin_va_list __args); pollution: vfwscanf int vfwscanf(FILE *__restrict __stream, const wchar_t *__restrict __format, __builtin_va_list __args); pollution: swprintf int swprintf(wchar_t *__restrict __buffer, size_t __max_size, const wchar_t *__restrict __format, ...); pollution: swscanf int swscanf(wchar_t *__restrict __buffer, const wchar_t *__restrict __format, ...); pollution: vswprintf int vswprintf(wchar_t *__restrict __buffer, size_t __max_size, const wchar_t *__restrict __format, __builtin_va_list __args); pollution: vswscanf int vswscanf(wchar_t *__restrict __buffer, const wchar_t *__restrict __format, __builtin_va_list __args); pollution: wprintf int wprintf(const wchar_t *__restrict __format, ...); pollution: wscanf int wscanf(const wchar_t *__restrict __format, ...); pollution: vwprintf int vwprintf(const wchar_t *__restrict __format, __builtin_va_list __args); pollution: vwscanf int vwscanf(const wchar_t *__restrict __format, __builtin_va_list __args); pollution: fgetwc wint_t fgetwc(FILE *__stream); pollution: fgetws wchar_t *fgetws(wchar_t *__restrict __buffer, int __size, FILE *__restrict __stream); pollution: fputwc wint_t fputwc(wchar_t __wc, FILE *__stream); pollution: fputws int fputws(const wchar_t *__restrict __buffer, FILE *__restrict __stream); pollution: fwide int fwide(FILE *__stream, int __mode); pollution: getwc wint_t getwc(FILE *__stream); pollution: getwchar wint_t getwchar(void); pollution: putwc wint_t putwc(wchar_t __wc, FILE *__stream); pollution: putwchar wint_t putwchar(wchar_t __wc); pollution: ungetwc wint_t ungetwc(wint_t __wc, FILE *__stream); pollution: wcstod double wcstod(const wchar_t *__restrict __nptr, wchar_t **__restrict __endptr); pollution: wcstof float wcstof(const wchar_t *__restrict __nptr, wchar_t **__restrict __endptr); pollution: wcstold long double wcstold(const wchar_t *__restrict __nptr, wchar_t **__restrict __endptr); pollution: wcstol long wcstol(const wchar_t *__restrict __nptr, wchar_t **__restrict __endptr, int __base); pollution: wcstoll long long wcstoll(const wchar_t *__restrict __nptr, wchar_t **__restrict __endptr, int __base); pollution: wcstoul unsigned long wcstoul(const wchar_t *__restrict __nptr, wchar_t **__restrict __endptr, int __base); pollution: wcstoull unsigned long long wcstoull(const wchar_t *__restrict __nptr, wchar_t **__restrict __endptr, int __base); pollution: wcscpy wchar_t *wcscpy(wchar_t *__restrict __dest, const wchar_t *__restrict __src); pollution: wcsncpy wchar_t *wcsncpy(wchar_t *__restrict __dest, const wchar_t *__restrict __src, size_t __size); pollution: wmemcpy wchar_t *wmemcpy(wchar_t *__restrict __dest, const wchar_t *__restrict __src, size_t __size); pollution: wmemmove wchar_t *wmemmove(wchar_t *__dest, const wchar_t *__src, size_t __size); pollution: wcscat wchar_t *wcscat(wchar_t *__restrict __dest, const wchar_t *__restrict __src); pollution: wcsncat wchar_t *wcsncat(wchar_t *__restrict __dest, const wchar_t *__restrict __src, size_t __size); pollution: wcscmp int wcscmp(const wchar_t *__a, const wchar_t *__b); pollution: wcscoll int wcscoll(const wchar_t *__a, const wchar_t *__b); pollution: wcsncmp int wcsncmp(const wchar_t *__a, const wchar_t *__b, size_t __size); pollution: wcsxfrm size_t wcsxfrm(wchar_t *__restrict __dest, const wchar_t *__restrict __src, size_t __size); pollution: wmemcmp int wmemcmp(const wchar_t *__a, const wchar_t *__b, size_t __size); pollution: wcschr wchar_t *wcschr(const wchar_t *__s, wchar_t __wc); pollution: wcscspn size_t wcscspn(const wchar_t *__dest, const wchar_t *__wchrs); pollution: wcspbrk wchar_t *wcspbrk(const wchar_t *__s, const wchar_t *__wchrs); pollution: wcsrchr wchar_t *wcsrchr(const wchar_t *__s, wchar_t __wc); pollution: wcsspn size_t wcsspn(const wchar_t *__s, const wchar_t *__wchrs); pollution: wcsstr wchar_t *wcsstr(const wchar_t *__s, const wchar_t *__b); pollution: wcstok wchar_t *wcstok(wchar_t *__restrict __s, const wchar_t *__restrict __delimiter, wchar_t **__restrict __ptr); pollution: wmemchr wchar_t *wmemchr(const wchar_t *__s, wchar_t __wc, size_t __size); pollution: wcslen size_t wcslen(const wchar_t *__s); pollution: wmemset wchar_t *wmemset(wchar_t *__dest, wchar_t __wc, size_t __size); pollution: tm struct tm; pollution: tm pollution: wcsftime size_t wcsftime(wchar_t *__restrict __buffer, size_t __max_size, const wchar_t *__restrict __format, const struct tm *__restrict __time); pollution: btowc wint_t btowc(int __wc); pollution: wctob int wctob(wint_t __wc); pollution: mbsinit int mbsinit(const mbstate_t *__state); pollution: mbrlen size_t mbrlen(const char *__restrict __mbs, size_t __mbs_limit, mbstate_t *__restrict __stp); pollution: mbrtowc size_t mbrtowc(wchar_t *__restrict __wcp, const char *__restrict __mbs, size_t __mbs_limit, mbstate_t *__restrict __stp); pollution: wcrtomb size_t wcrtomb(char *__restrict __mbs, wchar_t __wc, mbstate_t *__restrict __stp); pollution: mbsrtowcs size_t mbsrtowcs(wchar_t *__restrict __wcs, const char **__restrict __mbs, size_t __mb_limit, mbstate_t *__restrict __stp); pollution: mbsnrtowcs size_t mbsnrtowcs(wchar_t *__restrict __wcs, const char **__restrict __mbs, size_t __mb_limit, size_t __wc_limit, mbstate_t *__restrict __stp); pollution: wcsrtombs size_t wcsrtombs(char *__restrict __mbs, const wchar_t **__restrict __wcs, size_t __mb_limit, mbstate_t *__restrict __stp); pollution: wcsnrtombs size_t wcsnrtombs(char *__restrict __mbs, const wchar_t **__restrict __wcs, size_t __mb_limit, size_t __wc_limit, mbstate_t *__restrict __stp); pollution: wcwidth int wcwidth(wchar_t __wc); pollution: wcswidth int wcswidth(const wchar_t *__s, size_t __size); pollution: wcsdup wchar_t *wcsdup(const wchar_t *__s); pollution: wcsncasecmp int wcsncasecmp(const wchar_t *__a, const wchar_t *__b, size_t __size); pollution: wcscasecmp int wcscasecmp(const wchar_t *__a, const wchar_t *__b); pollution: wcsnlen size_t wcsnlen(const wchar_t *__s, size_t __maxlen); pollution: dummy1 void* dummy1[28]; pollution: dummy2 mbstate_t dummy2; pollution: tocode pollution: fromcode pollution: resultp pollution: libiconv_open_into extern int libiconv_open_into (const char* tocode, const char* fromcode, iconv_allocation_t* resultp); pollution: cd pollution: request pollution: argument pollution: libiconvctl extern int libiconvctl (libiconv_t cd, int request, void* argument); pollution: uc pollution: data pollution: iconv_unicode_char_hook typedef void (*iconv_unicode_char_hook) (unsigned int uc, void* data); pollution: wc pollution: data pollution: iconv_wide_char_hook typedef void (*iconv_wide_char_hook) (wchar_t wc, void* data); pollution: uc_hook iconv_unicode_char_hook uc_hook; pollution: wc_hook iconv_wide_char_hook wc_hook; pollution: data void* data; pollution: iconv_hooks struct iconv_hooks { iconv_unicode_char_hook uc_hook; iconv_wide_char_hook wc_hook; void* data; }; pollution: inbuf pollution: inbufsize pollution: buf pollution: buflen pollution: callback_arg pollution: write_replacement pollution: callback_arg pollution: data pollution: iconv_unicode_mb_to_uc_fallback typedef void (*iconv_unicode_mb_to_uc_fallback) (const char* inbuf, size_t inbufsize, void (*write_replacement) (const unsigned int *buf, size_t buflen, void* callback_arg), void* callback_arg, void* data); pollution: code pollution: buf pollution: buflen pollution: callback_arg pollution: write_replacement pollution: callback_arg pollution: data pollution: iconv_unicode_uc_to_mb_fallback typedef void (*iconv_unicode_uc_to_mb_fallback) (unsigned int code, void (*write_replacement) (const char *buf, size_t buflen, void* callback_arg), void* callback_arg, void* data); pollution: iconv_wchar_mb_to_wc_fallback typedef void (*iconv_wchar_mb_to_wc_fallback) (); pollution: iconv_wchar_wc_to_mb_fallback typedef void (*iconv_wchar_wc_to_mb_fallback) (); pollution: mb_to_uc_fallback iconv_unicode_mb_to_uc_fallback mb_to_uc_fallback; pollution: uc_to_mb_fallback iconv_unicode_uc_to_mb_fallback uc_to_mb_fallback; pollution: mb_to_wc_fallback iconv_wchar_mb_to_wc_fallback mb_to_wc_fallback; pollution: wc_to_mb_fallback iconv_wchar_wc_to_mb_fallback wc_to_mb_fallback; pollution: data void* data; pollution: iconv_fallbacks struct iconv_fallbacks { iconv_unicode_mb_to_uc_fallback mb_to_uc_fallback; iconv_unicode_uc_to_mb_fallback uc_to_mb_fallback; iconv_wchar_mb_to_wc_fallback mb_to_wc_fallback; iconv_wchar_wc_to_mb_fallback wc_to_mb_fallback; void* data; }; pollution: namescount pollution: names pollution: data pollution: do_one pollution: data pollution: libiconvlist extern void libiconvlist (int (*do_one) (unsigned int namescount, const char * const * names, void* data), void* data); pollution: name pollution: iconv_canonicalize extern const char * iconv_canonicalize (const char * name); pollution: orig_prefix pollution: curr_prefix pollution: libiconv_set_relocation_prefix extern void libiconv_set_relocation_prefix (const char *orig_prefix, const char *curr_prefix); pollution: EMULTIHOP #define EMULTIHOP 72 pollution: ICONV_SET_HOOKS #define ICONV_SET_HOOKS 5 pollution: EAFNOSUPPORT #define EAFNOSUPPORT 97 pollution: ELIBMAX #define ELIBMAX 82 pollution: EREMCHG #define EREMCHG 78 pollution: iconv_open_into #define iconv_open_into libiconv_open_into pollution: EACCES #define EACCES 13 pollution: EDESTADDRREQ #define EDESTADDRREQ 89 pollution: EILSEQ #define EILSEQ 84 pollution: ESPIPE #define ESPIPE 29 pollution: EMLINK #define EMLINK 31 pollution: iconvlist #define iconvlist libiconvlist pollution: ICONV_GET_DISCARD_ILSEQ #define ICONV_GET_DISCARD_ILSEQ 3 pollution: ENOTTY #define ENOTTY 25 pollution: EBADE #define EBADE 52 pollution: EBADF #define EBADF 9 pollution: EBADR #define EBADR 53 pollution: EADV #define EADV 68 pollution: ERANGE #define ERANGE 34 pollution: ECANCELED #define ECANCELED 125 pollution: ENOMEM #define ENOMEM 12 pollution: WCHAR_MAX #define WCHAR_MAX __MLIBC_WCHAR_MAX pollution: WEOF #define WEOF 0xffffffffU pollution: EINPROGRESS #define EINPROGRESS 115 pollution: WCHAR_MIN #define WCHAR_MIN __MLIBC_WCHAR_MIN pollution: ENOTBLK #define ENOTBLK 15 pollution: EPROTOTYPE #define EPROTOTYPE 91 pollution: ERESTART #define ERESTART 85 pollution: EISNAM #define EISNAM 120 pollution: ENOMSG #define ENOMSG 42 pollution: EALREADY #define EALREADY 114 pollution: ICONV_GET_TRANSLITERATE #define ICONV_GET_TRANSLITERATE 1 pollution: ETIMEDOUT #define ETIMEDOUT 110 pollution: ENODATA #define ENODATA 61 pollution: EINTR #define EINTR 4 pollution: ENOLINK #define ENOLINK 67 pollution: EPERM #define EPERM 1 pollution: ESTALE #define ESTALE 116 pollution: ENOTSOCK #define ENOTSOCK 88 pollution: ENOSR #define ENOSR 63 pollution: ECHILD #define ECHILD 10 pollution: EBADMSG #define EBADMSG 74 pollution: offsetof #define offsetof(TYPE,MEMBER) __builtin_offsetof (TYPE, MEMBER) pollution: ELNRNG #define ELNRNG 48 pollution: ENOTUNIQ #define ENOTUNIQ 76 pollution: ENOSYS #define ENOSYS 38 pollution: EDEADLK #define EDEADLK 35 pollution: EPIPE #define EPIPE 32 pollution: EBFONT #define EBFONT 59 pollution: ERFKILL #define ERFKILL 132 pollution: EREMOTE #define EREMOTE 66 pollution: ETOOMANYREFS #define ETOOMANYREFS 109 pollution: EPFNOSUPPORT #define EPFNOSUPPORT 96 pollution: ENOTSUP #define ENOTSUP EOPNOTSUPP pollution: ENONET #define ENONET 64 pollution: ENOTNAM #define ENOTNAM 118 pollution: ELIBEXEC #define ELIBEXEC 83 pollution: EADDRINUSE #define EADDRINUSE 98 pollution: ENETRESET #define ENETRESET 102 pollution: EISDIR #define EISDIR 21 pollution: EIDRM #define EIDRM 43 pollution: ECONNABORTED #define ECONNABORTED 103 pollution: ICONV_TRIVIALP #define ICONV_TRIVIALP 0 pollution: EHOSTUNREACH #define EHOSTUNREACH 113 pollution: EBADFD #define EBADFD 77 pollution: EL3HLT #define EL3HLT 46 pollution: EOWNERDEAD #define EOWNERDEAD 130 pollution: EL2HLT #define EL2HLT 51 pollution: EINVAL #define EINVAL 22 pollution: EADDRNOTAVAIL #define EADDRNOTAVAIL 99 pollution: ESHUTDOWN #define ESHUTDOWN 108 pollution: EKEYREJECTED #define EKEYREJECTED 129 pollution: iconvctl #define iconvctl libiconvctl pollution: ELIBSCN #define ELIBSCN 81 pollution: ICONV_SET_FALLBACKS #define ICONV_SET_FALLBACKS 6 pollution: ENOSTR #define ENOSTR 60 pollution: EMFILE #define EMFILE 24 pollution: EUCLEAN #define EUCLEAN 117 pollution: ENOMEDIUM #define ENOMEDIUM 123 pollution: EBUSY #define EBUSY 16 pollution: ENODEV #define ENODEV 19 pollution: EKEYEXPIRED #define EKEYEXPIRED 127 pollution: EROFS #define EROFS 30 pollution: NULL #define NULL ((void *)0) pollution: ELIBACC #define ELIBACC 79 pollution: EHWPOISON #define EHWPOISON 133 pollution: E2BIG #define E2BIG 7 pollution: EDOM #define EDOM 33 pollution: ECONNRESET #define ECONNRESET 104 pollution: ICONV_SET_DISCARD_ILSEQ #define ICONV_SET_DISCARD_ILSEQ 4 pollution: ENXIO #define ENXIO 6 pollution: EBADRQC #define EBADRQC 56 pollution: EIEIO #define EIEIO 4095 pollution: EL3RST #define EL3RST 47 pollution: ENAMETOOLONG #define ENAMETOOLONG 36 pollution: EDOTDOT #define EDOTDOT 73 pollution: ETIME #define ETIME 62 pollution: EPROTONOSUPPORT #define EPROTONOSUPPORT 93 pollution: EIO #define EIO 5 pollution: ENETUNREACH #define ENETUNREACH 101 pollution: EXDEV #define EXDEV 18 pollution: EDQUOT #define EDQUOT 122 pollution: EREMOTEIO #define EREMOTEIO 121 pollution: ENOSPC #define ENOSPC 28 pollution: ENOEXEC #define ENOEXEC 8 pollution: EMSGSIZE #define EMSGSIZE 90 pollution: EBADSLT #define EBADSLT 57 pollution: EFBIG #define EFBIG 27 pollution: ESRCH #define ESRCH 3 pollution: ECHRNG #define ECHRNG 44 pollution: EHOSTDOWN #define EHOSTDOWN 112 pollution: ENOLCK #define ENOLCK 37 pollution: ENFILE #define ENFILE 23 pollution: ENOTCONN #define ENOTCONN 107 pollution: EDEADLOCK #define EDEADLOCK EDEADLK pollution: EISCONN #define EISCONN 106 pollution: EUSERS #define EUSERS 87 pollution: ENETDOWN #define ENETDOWN 100 pollution: ENOPROTOOPT #define ENOPROTOOPT 92 pollution: ELOOP #define ELOOP 40 pollution: ENOBUFS #define ENOBUFS 105 pollution: EFAULT #define EFAULT 14 pollution: ELIBBAD #define ELIBBAD 80 pollution: ESTRPIPE #define ESTRPIPE 86 pollution: ECONNREFUSED #define ECONNREFUSED 111 pollution: EAGAIN #define EAGAIN 11 pollution: EEXIST #define EEXIST 17 pollution: errno #define errno __mlibc_errno pollution: EL2NSYNC #define EL2NSYNC 45 pollution: ENOENT #define ENOENT 2 pollution: ENOPKG #define ENOPKG 65 pollution: EXFULL #define EXFULL 54 pollution: EKEYREVOKED #define EKEYREVOKED 128 pollution: EOPNOTSUPP #define EOPNOTSUPP 95