Home
last modified time | relevance | path

Searched refs:lconv (Results 1 – 5 of 5) sorted by relevance

/picolibc-latest/newlib/libc/locale/
Dlocaleconv.c34 struct lconv *
37 struct lconv *lconv = &locale->lconv; in __localeconv_l() local
39 return lconv; in __localeconv_l()
45 lconv->decimal_point = (char *) n->decimal_point; in __localeconv_l()
46 lconv->thousands_sep = (char *) n->thousands_sep; in __localeconv_l()
47 lconv->grouping = (char *) n->grouping; in __localeconv_l()
48 lconv->int_curr_symbol = (char *) m->int_curr_symbol; in __localeconv_l()
49 lconv->currency_symbol = (char *) m->currency_symbol; in __localeconv_l()
50 lconv->mon_decimal_point = (char *) m->mon_decimal_point; in __localeconv_l()
51 lconv->mon_thousands_sep = (char *) m->mon_thousands_sep; in __localeconv_l()
[all …]
Dsetlocale.h183 struct lconv lconv; member
198 extern struct lconv *__localeconv_l (struct __locale_t *locale);
Dlocale.tex44 @file{locale.h} defines the structure @code{lconv} to collect the
/picolibc-latest/newlib/libc/include/
Dlocale.h58 struct lconv struct
87 struct lconv *localeconv (void); argument
/picolibc-latest/newlib/
DChangeLog-20155127 (lconv): Remove _CONST entirely.
5358 * libc/locale/locale.c (lconv): De-constify for Cygwin.
6105 * libc/include/locale.h (struct lconv): Add missing members required
6107 * libc/locale/locale.c (lconv): Initialize new members to default
27470 * libc/locale/locale.c (lconv, localeconv): marked static lconv as