Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dlocale.d47 struct lconv in version() struct
49 char* decimal_point; in version()
50 char* thousands_sep; in version()
51 char* grouping; in version()
52 char* int_curr_symbol; in version()
53 char* currency_symbol; in version()
54 char* mon_decimal_point; in version()
55 char* mon_thousands_sep; in version()
56 char* mon_grouping; in version()
57 char* positive_sign; in version()
[all …]
/netbsd-src/include/
H A Dlocale.h39 struct lconv { struct
40 char *decimal_point;
41 char *thousands_sep;
42 char *grouping;
43 char *int_curr_symbol;
44 char *currency_symbol;
45 char *mon_decimal_point;
46 char *mon_thousands_sep;
47 char *mon_grouping;
48 char *positive_sign;
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dlocale.d32 struct lconv struct
34 char* decimal_point;
35 char* thousands_sep;
36 char* grouping;
37 char* int_curr_symbol;
38 char* currency_symbol;
39 char* mon_decimal_point;
40 char* mon_thousands_sep;
41 char* mon_grouping;
42 char* positive_sign;
[all …]
/netbsd-src/usr.bin/time/
H A Dtime.c75 const struct lconv *lconv; in main() local