Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/iso/
H A Dlocale_iso.h60 struct lconv { struct
61 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 …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dast_std.h83 struct lconv struct
85 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 …]
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dlocaleconv.c58 struct lconv *lconv; in localeconv() local
H A Dlocaleimpl.h82 struct lconv lconv; member