Searched refs:lconv (Results 1 - 18 of 18) sorted by last modified time

/freebsd-10.0-release/include/
H A Dlocale.h38 struct lconv { struct
78 struct lconv *localeconv(void);
H A Dxlocale.h82 struct lconv *localeconv_l(locale_t);
/freebsd-10.0-release/usr.bin/locale/
H A Dlocale.c494 struct lconv *lc;
/freebsd-10.0-release/usr.bin/seq/
H A Dseq.c82 struct lconv *locale;
/freebsd-10.0-release/usr.bin/sort/
H A Dsort.c325 struct lconv *lc;
/freebsd-10.0-release/usr.bin/xlint/llib/
H A Dllib-lposix184 struct lconv *(localeconv)(void);
H A Dllib-lstdc91 struct lconv *(localeconv)(void);
/freebsd-10.0-release/lib/libc/stdio/
H A Dvfprintf.c99 struct lconv *locale;
/freebsd-10.0-release/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
/freebsd-10.0-release/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();
536 struct lconv *lc = localeconv();
/freebsd-10.0-release/contrib/gcc/
H A Dsys-protos.h648 extern struct lconv * localeconv(void);
/freebsd-10.0-release/contrib/ncurses/form/
H A Dfty_num.c62 struct lconv *L;
156 struct lconv *L = argn->L;
263 struct lconv *L = argn->L;
H A Dllib-lform715 struct lconv *L;
H A Dllib-lformw721 struct lconv *L;
/freebsd-10.0-release/contrib/libc++/src/
H A Dlocale.cpp4193 lconv* lc = localeconv_l(loc.get());
4195 lconv* lc = __localeconv_l(loc.get());
4236 lconv* lc = localeconv_l(loc.get());
4238 lconv* lc = __localeconv_l(loc.get());
5763 lconv* lc = localeconv_l(loc.get());
5765 lconv* lc = __localeconv_l(loc.get());
5811 lconv* lc = localeconv_l(loc.get());
5813 lconv* lc = __localeconv_l(loc.get());
5876 lconv* lc = localeconv_l(loc.get());
5878 lconv* l
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/c_compatibility/
H A Dlocale.h35 using std::lconv;
/freebsd-10.0-release/contrib/libstdc++/include/c_std/
H A Dstd_clocale.h59 using ::lconv;

Completed in 120 milliseconds