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

/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dlocale.h35 using std::lconv;
/freebsd-11-stable/include/
H A Dlocale.h38 struct lconv { struct
78 struct lconv *localeconv(void);
H A Dxlocale.h82 struct lconv *localeconv_l(locale_t);
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_clocale.h59 using ::lconv;
/freebsd-11-stable/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-11-stable/contrib/ncurses/form/
H A Dfty_num.c62 struct lconv *L;
190 struct lconv *L = argn->L;
298 struct lconv *L = argn->L;
/freebsd-11-stable/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-11-stable/contrib/llvm-project/libcxx/include/
H A D__bsd_locale_fallbacks.h93 lconv *__libcpp_localeconv_l(locale_t __l)
/freebsd-11-stable/usr.bin/seq/
H A Dseq.c90 struct lconv *locale;
/freebsd-11-stable/contrib/ntp/libntp/
H A Dsnprintf.c1117 struct lconv *lc = localeconv();
1384 struct lconv *lc = localeconv();
1401 struct lconv *lc = localeconv();
/freebsd-11-stable/usr.bin/locale/
H A Dlocale.c530 struct lconv *lc;
/freebsd-11-stable/lib/libc/stdio/
H A Dvfprintf.c99 struct lconv *locale;
/freebsd-11-stable/usr.bin/sort/
H A Dsort.c325 struct lconv *lc;
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
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());
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h648 extern struct lconv * localeconv(void);
/freebsd-11-stable/contrib/ntp/
H A Dconfigure16228 ac_fn_c_check_member "$LINENO" "struct lconv" "decimal_point" "ac_cv_member_struct_lconv_decimal_point" "#include <locale.h>
16238 ac_fn_c_check_member "$LINENO" "struct lconv" "thousands_sep" "ac_cv_member_struct_lconv_thousands_sep" "#include <locale.h>
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure6899 ac_fn_c_check_member "$LINENO" "struct lconv" "decimal_point" "ac_cv_member_struct_lconv_decimal_point" "#include <locale.h>
6909 ac_fn_c_check_member "$LINENO" "struct lconv" "thousands_sep" "ac_cv_member_struct_lconv_thousands_sep" "#include <locale.h>

Completed in 237 milliseconds