Home
last modified time | relevance | path

Searched refs:lconv (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/lib/libc/locale/
H A Dlocaleconv.c44 * 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 Dxlocale_private.h132 struct lconv lconv; member
H A DDESIGN.xlocale103 Instead, each locale contains a `struct lconv` that is lazily initialised on
/freebsd/contrib/llvm-project/libcxx/include/
H A Dclocale29 struct lconv;
31 lconv* localeconv();
52 using ::lconv _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dclocale29 struct lconv;
31 lconv* localeconv();
55 using ::lconv _LIBCPP_USING_IF_EXISTS;
/freebsd/lib/libc/stdlib/
H A Dstrfmon.c99 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 Dwin32.h49 __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 Dbsd_locale_fallbacks.h81 inline _LIBCPP_HIDE_FROM_ABI lconv* __libcpp_localeconv_l(locale_t __l) { in __libcpp_localeconv_l()
/freebsd/include/
H A Dlocale.h37 struct lconv { struct
77 struct lconv *localeconv(void); argument
/freebsd/contrib/ncurses/form/
H A Dfty_num.c63 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 Dstrfmon_test.c22 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 Dstruct_lconv.h12 struct lconv { struct
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dclocale.inc12 using ::lconv _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dclocale.inc12 using std::lconv _LIBCPP_USING_IF_EXISTS;
H A Dclocale.cppm
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/
H A Dbsd_locale_fallbacks.h95 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 Dfuchsia.h55 using __lconv_t _LIBCPP_NODEBUG = std::lconv;
H A Dbsd_like.h50 using __lconv_t _LIBCPP_NODEBUG = std::lconv;
H A Dlinux.h64 using __lconv_t _LIBCPP_NODEBUG = std::lconv;
H A Dwindows.h32 using __lconv_t _LIBCPP_NODEBUG = std::lconv;
/freebsd/contrib/ntp/libntp/
H A Dsnprintf.c1117 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 Dsnprintf.m4155 AC_CHECK_MEMBERS([struct lconv.decimal_point, struct lconv.thousands_sep],
/freebsd/usr.bin/seq/
H A Dseq.c87 struct lconv *locale; in main()
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dlocale_base_api.h167 using __lconv_t _LIBCPP_NODEBUG = lconv;
/freebsd/usr.bin/locale/
H A Dlocale.c660 struct lconv *lc; in kwval_lconv()

12