Searched defs:lconv (Results 1 – 4 of 4) sorted by relevance
60 struct lconv { struct61 char *decimal_point;62 char *thousands_sep;63 char *grouping;64 char *int_curr_symbol;65 char *currency_symbol;66 char *mon_decimal_point;67 char *mon_thousands_sep;68 char *mon_grouping;69 char *positive_sign;[all …]
83 struct lconv struct85 char* decimal_point;86 char* thousands_sep;87 char* grouping;88 char* int_curr_symbol;89 char* currency_symbol;90 char* mon_decimal_point;91 char* mon_thousands_sep;92 char* mon_grouping;93 char* positive_sign;[all …]
58 struct lconv *lconv; in localeconv() local
82 struct lconv lconv; member