| /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(); 52 using ::lconv _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| 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() 428 char **signstr, struct lconv *lc) in __setup_vars() 464 __calc_left_pad(int flags, char *cur_symb, struct lconv *lc) in __calc_left_pad() 520 int pad_char, struct lconv *lc, locale_t loc) in __format_grouped_double()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__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_localeconv_l()
|
| /freebsd/include/ |
| H A D | locale.h | 37 struct lconv { struct 77 struct lconv *localeconv(void); argument
|
| /freebsd/contrib/ncurses/form/ |
| H A D | fty_num.c | 63 struct lconv *L; 191 const struct lconv *L = argn->L; in Check_This_Field() 302 struct lconv *L = argn->L; in Check_This_Character()
|
| /freebsd/lib/libc/tests/stdlib/ |
| H A D | strfmon_test.c | 22 struct lconv *lc; in ATF_TC_BODY() 102 struct lconv *lc; in ATF_TC_BODY() 145 struct lconv *lc; in ATF_TC_BODY()
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-types/ |
| H A D | struct_lconv.h | 12 struct lconv { struct
|
| /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/llvm-project/libcxx/include/__locale_dir/locale_base_api/ |
| H A D | bsd_locale_fallbacks.h | 95 inline _LIBCPP_HIDE_FROM_ABI lconv* __libcpp_localeconv_l(locale_t& __l) { in __libcpp_localeconv_l()
|
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/support/ |
| H A D | fuchsia.h | 55 using __lconv_t _LIBCPP_NODEBUG = std::lconv;
|
| H A D | bsd_like.h | 50 using __lconv_t _LIBCPP_NODEBUG = std::lconv;
|
| H A D | linux.h | 64 using __lconv_t _LIBCPP_NODEBUG = std::lconv;
|
| H A D | windows.h | 32 using __lconv_t _LIBCPP_NODEBUG = std::lconv;
|
| /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/contrib/llvm-project/libcxx/include/__locale_dir/ |
| H A D | locale_base_api.h | 167 using __lconv_t _LIBCPP_NODEBUG = lconv;
|
| /freebsd/usr.bin/locale/ |
| H A D | locale.c | 660 struct lconv *lc; in kwval_lconv()
|