Searched defs:lconv (Results 1 – 2 of 2) sorted by relevance
54 struct lconv struct58 char *decimal_point; /* Decimal point character. */59 char *thousands_sep; /* Thousands separator. */65 char *grouping;71 char *int_curr_symbol;72 char *currency_symbol; /* Local currency symbol. */73 char *mon_decimal_point; /* Decimal point character. */74 char *mon_thousands_sep; /* Thousands separator. */75 char *mon_grouping; /* Like `grouping' element (above). */76 char *positive_sign; /* Sign for positive values. */[all …]
26 struct lconv struct50 struct lconv *_EXFUN(localeconv,(void)); argument