Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/include/llvm-libc-types/
H A Dstruct_lconv.h12 struct lconv { struct
13 char *decimal_point;
14 char *thousands_sep;
15 char *grouping;
16 char *mon_decimal_point;
17 char *mon_thousands_sep;
18 char *mon_grouping;
19 char *positive_sign;
20 char *negative_sign;
21 char *currency_symbol;
[all …]
/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