Searched refs:lconv (Results 1 - 12 of 12) sorted by relevance

/barrelfish-master/include/
H A Dlocale.h38 struct lconv { struct
78 struct lconv *localeconv(void);
H A Dxlocale.h82 struct lconv *localeconv_l(locale_t);
/barrelfish-master/lib/libc/locale/
H A Dlocaleconv.c48 * The localeconv() function constructs a struct lconv from the current
53 * lconv structure are computed only when the monetary or numeric
60 struct lconv *
64 struct lconv *ret = &loc->lconv;
113 struct lconv *
H A Dxlocale_private.h107 struct lconv lconv; member in struct:_xlocale
/barrelfish-master/include/cxx/support/solaris/
H A Dxlocale.h31 struct lconv *localeconv(void);
32 struct lconv *localeconv_l(locale_t __l);
/barrelfish-master/lib/cxx/cxx/support/solaris/
H A Dxlocale.cpp62 struct lconv *localeconv_l(locale_t __l) {
/barrelfish-master/lib/libc/stdlib/
H A Dstrfmon.c107 struct lconv *lc; /* pointer to lconv structure */
119 char cs_precedes, /* values gathered from struct lconv */
437 struct lconv *lc = localeconv();
535 struct lconv *lc = localeconv();
/barrelfish-master/include/cxx/
H A D__bsd_locale_fallbacks.h93 lconv *__libcpp_localeconv_l(locale_t __l)
/barrelfish-master/lib/cxx/cxx/support/win32/
H A Dlocale_win32.cpp36 lconv *localeconv_l( locale_t loc )
/barrelfish-master/include/cxx/support/win32/
H A Dlocale_win32.h112 lconv *localeconv_l( locale_t loc );
/barrelfish-master/lib/libc/stdio/
H A Dvfprintf.c99 struct lconv *locale;
/barrelfish-master/lib/cxx/cxx/
H A Dlocale.cpp4313 lconv* lc = __libcpp_localeconv_l(loc.get());
4351 lconv* lc = __libcpp_localeconv_l(loc.get());
5840 lconv* lc = __libcpp_localeconv_l(loc.get());
5884 lconv* lc = __libcpp_localeconv_l(loc.get());
5943 lconv* lc = __libcpp_localeconv_l(loc.get());
6009 lconv* lc = __libcpp_localeconv_l(loc.get());

Completed in 66 milliseconds