pollution: decimal_point char *decimal_point; pollution: thousands_sep char *thousands_sep; pollution: grouping char *grouping; pollution: mon_decimal_point char *mon_decimal_point; pollution: mon_thousands_sep char *mon_thousands_sep; pollution: mon_grouping char *mon_grouping; pollution: positive_sign char *positive_sign; pollution: negative_sign char *negative_sign; pollution: currency_symbol char *currency_symbol; pollution: frac_digits char frac_digits; pollution: p_cs_precedes char p_cs_precedes; pollution: n_cs_precedes char n_cs_precedes; pollution: p_sep_by_space char p_sep_by_space; pollution: n_sep_by_space char n_sep_by_space; pollution: p_sign_posn char p_sign_posn; pollution: n_sign_posn char n_sign_posn; pollution: int_curr_symbol char *int_curr_symbol; pollution: int_frac_digits char int_frac_digits; pollution: int_p_cs_precedes char int_p_cs_precedes; pollution: int_n_cs_precedes char int_n_cs_precedes; pollution: int_p_sep_by_space char int_p_sep_by_space; pollution: int_n_sep_by_space char int_n_sep_by_space; pollution: int_p_sign_posn char int_p_sign_posn; pollution: int_n_sign_posn char int_n_sign_posn; pollution: lconv struct lconv { char *decimal_point; char *thousands_sep; char *grouping; char *mon_decimal_point; char *mon_thousands_sep; char *mon_grouping; char *positive_sign; char *negative_sign; char *currency_symbol; char frac_digits; char p_cs_precedes; char n_cs_precedes; char p_sep_by_space; char n_sep_by_space; char p_sign_posn; char n_sign_posn; char *int_curr_symbol; char int_frac_digits; char int_p_cs_precedes; char int_n_cs_precedes; char int_p_sep_by_space; char int_n_sep_by_space; char int_p_sign_posn; char int_n_sign_posn; }; pollution: setlocale char *setlocale(int __category, const char *__locale); pollution: lconv pollution: localeconv struct lconv *localeconv(void); pollution: newlocale locale_t newlocale(int __category_mask, const char *__locale, locale_t __base); pollution: freelocale void freelocale(locale_t __locobj); pollution: uselocale locale_t uselocale(locale_t __locobj); pollution: duplocale locale_t duplocale(locale_t __locobj); pollution: libintl_version extern int libintl_version; pollution: orig_prefix pollution: curr_prefix pollution: libintl_set_relocation_prefix extern void libintl_set_relocation_prefix (const char *orig_prefix, const char *curr_prefix); pollution: LC_TELEPHONE #define LC_TELEPHONE 10 pollution: LC_ALL #define LC_ALL 6 pollution: LC_GLOBAL_LOCALE #define LC_GLOBAL_LOCALE ((locale_t) -1L) pollution: libintl_set_relocation_prefix #define libintl_set_relocation_prefix libintl_set_relocation_prefix pollution: LC_ADDRESS_MASK #define LC_ADDRESS_MASK (1 << LC_ADDRESS) pollution: LC_IDENTIFICATION_MASK #define LC_IDENTIFICATION_MASK (1 << LC_IDENTIFICATION) pollution: LC_TIME #define LC_TIME 2 pollution: LC_NAME_MASK #define LC_NAME_MASK (1 << LC_NAME) pollution: LC_TIME_MASK #define LC_TIME_MASK (1 << LC_TIME) pollution: LC_ADDRESS #define LC_ADDRESS 9 pollution: LC_TELEPHONE_MASK #define LC_TELEPHONE_MASK (1 << LC_TELEPHONE) pollution: LC_MONETARY #define LC_MONETARY 4 pollution: LC_IDENTIFICATION #define LC_IDENTIFICATION 12 pollution: LC_MEASUREMENT_MASK #define LC_MEASUREMENT_MASK (1 << LC_MEASUREMENT) pollution: LC_MONETARY_MASK #define LC_MONETARY_MASK (1 << LC_MONETARY) pollution: LC_PAPER #define LC_PAPER 7 pollution: LC_COLLATE #define LC_COLLATE 3 pollution: LC_NUMERIC_MASK #define LC_NUMERIC_MASK (1 << LC_NUMERIC) pollution: LC_NUMERIC #define LC_NUMERIC 1 pollution: LC_CTYPE_MASK #define LC_CTYPE_MASK (1 << LC_CTYPE) pollution: LC_PAPER_MASK #define LC_PAPER_MASK (1 << LC_PAPER) pollution: NULL #define NULL ((void *)0) pollution: LIBINTL_VERSION #define LIBINTL_VERSION 0x001500 pollution: LC_COLLATE_MASK #define LC_COLLATE_MASK (1 << LC_COLLATE) pollution: LC_MESSAGES #define LC_MESSAGES 5 pollution: LC_CTYPE #define LC_CTYPE 0 pollution: LC_MESSAGES_MASK #define LC_MESSAGES_MASK (1 << LC_MESSAGES) pollution: LC_ALL_MASK #define LC_ALL_MASK (LC_CTYPE_MASK|LC_NUMERIC_MASK|LC_TIME_MASK|LC_COLLATE_MASK|LC_MONETARY_MASK|LC_MESSAGES_MASK|LC_PAPER_MASK|LC_NAME_MASK|LC_ADDRESS_MASK|LC_TELEPHONE_MASK|LC_MEASUREMENT_MASK|LC_IDENTIFICATION_MASK) pollution: LC_NAME #define LC_NAME 8