Home
last modified time | relevance | path

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

/titanic_41/usr/src/head/iso/
H A Dlocale_iso.h58 struct lconv { struct
59 char *decimal_point;
60 char *thousands_sep;
61 char *grouping;
62 char *int_curr_symbol;
63 char *currency_symbol;
64 char *mon_decimal_point;
65 char *mon_thousands_sep;
66 char *mon_grouping;
67 char *positive_sign;
[all …]
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dlocale.h103 struct lconv { struct
104 char *decimal_point; /* decimal point character */
105 char *thousands_sep; /* thousands separator character */
106 char *grouping; /* grouping of digits */
107 char *int_curr_symbol; /* international currency symbol */
108 char *currency_symbol; /* local currency symbol */
109 char *mon_decimal_point; /* monetary decimal point character */
110 char *mon_thousands_sep; /* monetary thousands separator */
111 char *mon_grouping; /* monetary grouping of digits */
112 char *positive_sign; /* monetary credit symbol */
[all …]
/titanic_41/usr/src/lib/libast/common/include/
H A Dast_std.h82 struct lconv struct
84 char* decimal_point;
85 char* thousands_sep;
86 char* grouping;
87 char* int_curr_symbol;
88 char* currency_symbol;
89 char* mon_decimal_point;
90 char* mon_thousands_sep;
91 char* mon_grouping;
92 char* positive_sign;
[all …]
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dast_std.h91 struct lconv struct
93 char* decimal_point;
94 char* thousands_sep;
95 char* grouping;
96 char* int_curr_symbol;
97 char* currency_symbol;
98 char* mon_decimal_point;
99 char* mon_thousands_sep;
100 char* mon_grouping;
101 char* positive_sign;
[all …]
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_std.h91 struct lconv struct
93 char* decimal_point;
94 char* thousands_sep;
95 char* grouping;
96 char* int_curr_symbol;
97 char* currency_symbol;
98 char* mon_decimal_point;
99 char* mon_thousands_sep;
100 char* mon_grouping;
101 char* positive_sign;
[all …]
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dast_std.h91 struct lconv struct
93 char* decimal_point;
94 char* thousands_sep;
95 char* grouping;
96 char* int_curr_symbol;
97 char* currency_symbol;
98 char* mon_decimal_point;
99 char* mon_thousands_sep;
100 char* mon_grouping;
101 char* positive_sign;
[all …]
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dast_std.h91 struct lconv struct
93 char* decimal_point;
94 char* thousands_sep;
95 char* grouping;
96 char* int_curr_symbol;
97 char* currency_symbol;
98 char* mon_decimal_point;
99 char* mon_thousands_sep;
100 char* mon_grouping;
101 char* positive_sign;
[all …]
/titanic_41/usr/src/lib/libc/port/locale/
H A Dlocaleconv.c58 struct lconv *lconv; in localeconv() local
H A Dlocaleimpl.h83 struct lconv lconv; member
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dsetlocale.c132 struct lconv *lconv = &lconv_arr; variable