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

/freebsd-10.1-release/contrib/libstdc++/include/c_compatibility/
H A Dlocale.h35 using std::lconv;
/freebsd-10.1-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.1-release/contrib/libstdc++/include/c_std/
H A Dstd_clocale.h59 using ::lconv;
/freebsd-10.1-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.1-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.1-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();
535 struct lconv *lc = localeconv();
/freebsd-10.1-release/usr.bin/seq/
H A Dseq.c82 struct lconv *locale;
/freebsd-10.1-release/usr.bin/xlint/llib/
H A Dllib-lstdc91 struct lconv *(localeconv)(void);
H A Dllib-lposix184 struct lconv *(localeconv)(void);
/freebsd-10.1-release/contrib/ntp/libntp/
H A Dsnprintf.c1117 struct lconv *lc = localeconv();
1384 struct lconv *lc = localeconv();
1401 struct lconv *lc = localeconv();
/freebsd-10.1-release/usr.bin/locale/
H A Dlocale.c494 struct lconv *lc;
/freebsd-10.1-release/contrib/libc++/src/
H A Dlocale.cpp4237 lconv* lc = localeconv_l(loc.get());
4239 lconv* lc = __localeconv_l(loc.get());
4280 lconv* lc = localeconv_l(loc.get());
4282 lconv* lc = __localeconv_l(loc.get());
5812 lconv* lc = localeconv_l(loc.get());
5814 lconv* lc = __localeconv_l(loc.get());
5860 lconv* lc = localeconv_l(loc.get());
5862 lconv* lc = __localeconv_l(loc.get());
5925 lconv* lc = localeconv_l(loc.get());
5927 lconv* l
[all...]
/freebsd-10.1-release/lib/libc/stdio/
H A Dvfprintf.c99 struct lconv *locale;
/freebsd-10.1-release/usr.bin/sort/
H A Dsort.c325 struct lconv *lc;
/freebsd-10.1-release/contrib/gcc/
H A Dsys-protos.h648 extern struct lconv * localeconv(void);
/freebsd-10.1-release/contrib/ntp/sntp/
H A Dconfigure7869 ac_fn_c_check_member "$LINENO" "struct lconv" "decimal_point" "ac_cv_member_struct_lconv_decimal_point" "#include <locale.h>
7879 ac_fn_c_check_member "$LINENO" "struct lconv" "thousands_sep" "ac_cv_member_struct_lconv_thousands_sep" "#include <locale.h>
/freebsd-10.1-release/contrib/ntp/
H A Dconfigure20300 ac_fn_c_check_member "$LINENO" "struct lconv" "decimal_point" "ac_cv_member_struct_lconv_decimal_point" "#include <locale.h>
20310 ac_fn_c_check_member "$LINENO" "struct lconv" "thousands_sep" "ac_cv_member_struct_lconv_thousands_sep" "#include <locale.h>
[all...]

Completed in 411 milliseconds