Home
last modified time | relevance | path

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

/freebsd/include/
H A Dlocale.h37 struct lconv { struct
38 char *decimal_point;
39 char *thousands_sep;
40 char *grouping;
41 char *int_curr_symbol;
42 char *currency_symbol;
43 char *mon_decimal_point;
44 char *mon_thousands_sep;
45 char *mon_grouping;
46 char *positive_sign;
[all …]
/freebsd/lib/libc/locale/
H A Dxlocale_private.h132 struct lconv lconv; member