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

/freebsd-13-stable/include/
H A Dlocale.h40 struct lconv { struct
80 struct lconv *localeconv(void);
H A Dxlocale.h84 struct lconv *localeconv_l(locale_t);
/freebsd-13-stable/lib/libc/locale/
H A Dlocaleconv.c50 * The localeconv() function constructs a struct lconv from the current
55 * lconv structure are computed only when the monetary or numeric
62 struct lconv *
66 struct lconv *ret = &loc->lconv;
115 struct lconv *
H A Dxlocale_private.h135 struct lconv lconv; member in struct:_xlocale
/freebsd-13-stable/lib/libc/tests/stdlib/
H A Dstrfmon_test.c40 struct lconv *lc;
/freebsd-13-stable/contrib/ncurses/form/
H A Dfty_num.c63 struct lconv *L;
191 struct lconv *L = argn->L;
299 struct lconv *L = argn->L;
/freebsd-13-stable/lib/libc/stdlib/
H A Dstrfmon.c110 struct lconv *lc; /* pointer to lconv structure */
122 char cs_precedes, /* values gathered from struct lconv */
440 struct lconv *lc = localeconv();
538 struct lconv *lc = localeconv();
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A D__bsd_locale_fallbacks.h93 lconv *__libcpp_localeconv_l(locale_t __l)
/freebsd-13-stable/usr.bin/seq/
H A Dseq.c90 struct lconv *locale;
/freebsd-13-stable/contrib/ntp/libntp/
H A Dsnprintf.c1117 struct lconv *lc = localeconv();
1384 struct lconv *lc = localeconv();
1401 struct lconv *lc = localeconv();
/freebsd-13-stable/lib/libc/stdio/
H A Dvfprintf.c101 struct lconv *locale;
/freebsd-13-stable/usr.bin/locale/
H A Dlocale.c662 struct lconv *lc;
/freebsd-13-stable/usr.bin/sort/
H A Dsort.c322 struct lconv *lc;
/freebsd-13-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-13-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>
/freebsd-13-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>

Completed in 210 milliseconds