Home
last modified time | relevance | path

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

/openbsd-src/include/
H A Dlocale.h40 struct lconv { struct
41 char *decimal_point;
42 char *thousands_sep;
43 char *grouping;
44 char *int_curr_symbol;
45 char *currency_symbol;
46 char *mon_decimal_point;
47 char *mon_thousands_sep;
48 char *mon_grouping;
49 char *positive_sign;
[all …]
/openbsd-src/lib/libc/stdlib/
H A Dgcvt.c37 struct lconv *lconv; in gcvt() local