Home
last modified time | relevance | path

Searched defs:lconv (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dlocale.h54 struct lconv struct
58 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 …]
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dlocale.h26 struct lconv struct
50 struct lconv *_EXFUN(localeconv,(void)); argument