Searched defs:lconv (Results 1 – 4 of 4) sorted by relevance
47 struct lconv in version() struct49 char* decimal_point; in version()50 char* thousands_sep; in version()51 char* grouping; in version()52 char* int_curr_symbol; in version()53 char* currency_symbol; in version()54 char* mon_decimal_point; in version()55 char* mon_thousands_sep; in version()56 char* mon_grouping; in version()57 char* positive_sign; in version()[all …]
39 struct lconv { struct40 char *decimal_point;41 char *thousands_sep;42 char *grouping;43 char *int_curr_symbol;44 char *currency_symbol;45 char *mon_decimal_point;46 char *mon_thousands_sep;47 char *mon_grouping;48 char *positive_sign;[all …]
32 struct lconv struct34 char* decimal_point;35 char* thousands_sep;36 char* grouping;37 char* int_curr_symbol;38 char* currency_symbol;39 char* mon_decimal_point;40 char* mon_thousands_sep;41 char* mon_grouping;42 char* positive_sign;[all …]
75 const struct lconv *lconv; in main() local