Searched refs:lconv (Results 1 – 5 of 5) sorted by relevance
34 struct lconv *37 struct lconv *lconv = &locale->lconv; in __localeconv_l() local39 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 …]
183 struct lconv lconv; member198 extern struct lconv *__localeconv_l (struct __locale_t *locale);
44 @file{locale.h} defines the structure @code{lconv} to collect the
58 struct lconv struct87 struct lconv *localeconv (void); argument
5127 (lconv): Remove _CONST entirely.5358 * libc/locale/locale.c (lconv): De-constify for Cygwin.6105 * libc/include/locale.h (struct lconv): Add missing members required6107 * libc/locale/locale.c (lconv): Initialize new members to default27470 * libc/locale/locale.c (lconv, localeconv): marked static lconv as