/freebsd/lib/libc/locale/ |
H A D | localeconv.c | 44 * The localeconv() function constructs a struct lconv from the current 49 * lconv structure are computed only when the monetary or numeric 56 struct lconv * 60 struct lconv *ret = &loc->lconv; in localeconv_l() 109 struct lconv *
|
H A D | xlocale_private.h | 132 struct lconv lconv; member
|
H A D | DESIGN.xlocale | 103 Instead, each locale contains a `struct lconv` that is lazily initialised on
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | clocale | 29 struct lconv; 31 lconv* localeconv(); 55 using ::lconv _LIBCPP_USING_IF_EXISTS;
|
/freebsd/lib/libc/stdlib/ |
H A D | strfmon.c | 99 static void __setup_vars(int, char *, char *, char *, char **, struct lconv *); 100 static int __calc_left_pad(int, char *, struct lconv *); 102 struct lconv *, locale_t); 110 struct lconv *lc; /* pointer to lconv structure */ in vstrfmon_l() 426 char **signstr, struct lconv *lc) in __setup_vars() 462 __calc_left_pad(int flags, char *cur_symb, struct lconv *lc) in __calc_left_pad() 518 int pad_char, struct lconv *lc, locale_t loc) in __format_grouped_double()
|
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/ |
H A D | win32.h | 49 __lconv_storage(const lconv* __lc_input) { in __lconv_storage() 75 lconv* __get() { return &__lc_; } in __get() 78 lconv __lc_; 142 lconv* __store_lconv(const lconv* __input_lc) { in __store_lconv() 163 lconv* localeconv_l(locale_t& __loc);
|
H A D | bsd_locale_fallbacks.h | 81 inline _LIBCPP_HIDE_FROM_ABI lconv* __libcpp_localeconv_l(locale_t __l) { in __libcpp_mbrtowc_l()
|
/freebsd/include/ |
H A D | locale.h | 37 struct lconv { struct 77 struct lconv *localeconv(void); argument
|
/freebsd/lib/libc/tests/stdlib/ |
H A D | strfmon_test.c | 39 struct lconv *lc; in ATF_TC_BODY() 119 struct lconv *lc; in ATF_TC_BODY() 162 struct lconv *lc; in ATF_TC_BODY()
|
/freebsd/contrib/ncurses/form/ |
H A D | fty_num.c | 63 struct lconv *L; 191 struct lconv *L = argn->L; in Check_This_Field() 302 struct lconv *L = argn->L; in Check_This_Character()
|
H A D | llib-lformtw | 827 struct lconv *L;
|
H A D | llib-lformt | 814 struct lconv *L;
|
H A D | llib-lformw | 827 struct lconv *L;
|
H A D | llib-lform | 814 struct lconv *L;
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | clocale.inc | 12 using ::lconv _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | clocale.inc | 12 using std::lconv _LIBCPP_USING_IF_EXISTS;
|
H A D | clocale.cppm |
|
/freebsd/contrib/ntp/libntp/ |
H A D | snprintf.c | 1117 struct lconv *lc = localeconv(); in fmtflt() 1384 struct lconv *lc = localeconv(); in printsep() 1401 struct lconv *lc = localeconv(); in getnumsep()
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | snprintf.m4 | 155 AC_CHECK_MEMBERS([struct lconv.decimal_point, struct lconv.thousands_sep],
|
/freebsd/usr.bin/seq/ |
H A D | seq.c | 87 struct lconv *locale; in main()
|
/freebsd/usr.bin/locale/ |
H A D | locale.c | 660 struct lconv *lc; in kwval_lconv()
|
/freebsd/lib/libc/stdio/ |
H A D | vfprintf.c | 96 struct lconv *locale; in grouping_init()
|
/freebsd/contrib/ntp/sntp/ |
H A D | config.h.in | 446 /* Define to 1 if `decimal_point' is a member of `struct lconv'. */ 449 /* Define to 1 if `thousands_sep' is a member of `struct lconv'. */
|
/freebsd/usr.bin/sort/ |
H A D | sort.c | 314 struct lconv *lc; in set_locale()
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | locale.cpp | 4065 lconv* lc = __libcpp_localeconv_l(loc.get()); in __init() 4096 lconv* lc = __libcpp_localeconv_l(loc.get()); in __init() 5431 lconv* lc = __libcpp_localeconv_l(loc.get()); in init() 5466 lconv* lc = __libcpp_localeconv_l(loc.get()); in init() 5521 lconv* lc = __libcpp_localeconv_l(loc.get()); in init() 5576 lconv* lc = __libcpp_localeconv_l(loc.get()); in init()
|