Home
last modified time | relevance | path

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

/dflybsd-src/include/
H A Dlocale.h38 struct lconv { struct
39 char *decimal_point;
40 char *thousands_sep;
41 char *grouping;
42 char *int_curr_symbol;
43 char *currency_symbol;
44 char *mon_decimal_point;
45 char *mon_thousands_sep;
46 char *mon_grouping;
47 char *positive_sign;
[all …]
/dflybsd-src/lib/libc/locale/
H A Dxlocale_private.h133 struct lconv lconv; member