Searched defs:lconv (Results 1 – 7 of 7) sorted by relevance
24 struct lconv { struct25 char *decimal_point;26 char *thousands_sep;27 char *grouping;29 char *int_curr_symbol;30 char *currency_symbol;54 struct lconv *localeconv(void); argument
45 struct lconv { struct46 char *decimal_point;47 char *thousands_sep;48 char *grouping;50 char *int_curr_symbol;74 struct lconv *localeconv(void); argument
280 struct lconv *lconv = localeconv(); in get_decimal_point() local