Searched defs:lconv (Results 1 – 6 of 6) sorted by relevance
51 struct lconv struct55 char *decimal_point; /* Decimal point character. */56 char *thousands_sep; /* Thousands separator. */62 char *grouping;68 char *int_curr_symbol;69 char *currency_symbol; /* Local currency symbol. */70 char *mon_decimal_point; /* Decimal point character. */71 char *mon_thousands_sep; /* Thousands separator. */72 char *mon_grouping; /* Like `grouping' element (above). */73 char *positive_sign; /* Sign for positive values. */[all …]
42 struct lconv struct44 char *decimal_point;45 char *thousands_sep;46 char *grouping;47 char *int_curr_symbol;48 char *currency_symbol;72 struct lconv *_localeconv_r (struct _reent *); argument
280 struct lconv *lconv = localeconv(); in get_decimal_point() local
282 struct lconv *lconv = localeconv(); in get_decimal_point() local