Home
last modified time | relevance | path

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

/titanic_51/usr/src/head/iso/
H A Dlocale_iso.h60 struct lconv { struct
105 extern struct lconv *localeconv(void); argument
61 decimal_pointlconv global() argument
62 thousands_seplconv global() argument
63 groupinglconv global() argument
64 int_curr_symbollconv global() argument
65 currency_symbollconv global() argument
66 mon_decimal_pointlconv global() argument
67 mon_thousands_seplconv global() argument
68 mon_groupinglconv global() argument
69 positive_signlconv global() argument
70 negative_signlconv global() argument
71 int_frac_digitslconv global() argument
72 frac_digitslconv global() argument
73 p_cs_precedeslconv global() argument
74 p_sep_by_spacelconv global() argument
75 n_cs_precedeslconv global() argument
76 n_sep_by_spacelconv global() argument
77 p_sign_posnlconv global() argument
78 n_sign_posnlconv global() argument
/titanic_51/usr/src/lib/libbc/inc/include/
H A Dlocale.h103 struct lconv { struct
104 decimal_pointlconv global() argument
105 thousands_seplconv global() argument
106 groupinglconv global() argument
107 int_curr_symbollconv global() argument
108 currency_symbollconv global() argument
109 mon_decimal_pointlconv global() argument
110 mon_thousands_seplconv global() argument
111 mon_groupinglconv global() argument
112 positive_signlconv global() argument
113 negative_signlconv global() argument
114 int_frac_digitslconv global() argument
115 frac_digitslconv global() argument
116 p_cs_precedeslconv global() argument
117 p_sep_by_spacelconv global() argument
118 n_cs_precedeslconv global() argument
119 n_sep_by_spacelconv global() argument
120 p_sign_posnlconv global() argument
121 n_sign_posnlconv global() argument
/titanic_51/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_51/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_51/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_51/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_51/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_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dast_std.h83 struct lconv struct
85 decimal_pointlconv global() argument
86 thousands_seplconv global() argument
87 groupinglconv global() argument
88 int_curr_symbollconv global() argument
89 currency_symbollconv global() argument
90 mon_decimal_pointlconv global() argument
91 mon_thousands_seplconv global() argument
92 mon_groupinglconv global() argument
93 positive_signlconv global() argument
94 negative_signlconv global() argument
95 int_frac_digitslconv global() argument
96 frac_digitslconv global() argument
97 p_cs_precedeslconv global() argument
98 p_sep_by_spacelconv global() argument
99 n_cs_precedeslconv global() argument
100 n_sep_by_spacelconv global() argument
101 p_sign_posnlconv global() argument
102 n_sign_posnlconv global() argument
/titanic_51/usr/src/lib/libc/port/locale/
H A Dlocaleconv.c58 struct lconv *lconv; in localeconv() local
[all...]
H A Dlocaleimpl.h82 struct lconv lconv; member
/titanic_51/usr/src/lib/libbc/libc/gen/common/
H A Dsetlocale.c132 struct lconv *lconv = &lconv_arr; variable
[all...]