Home
last modified time | relevance | path

Searched refs:lconv (Results 1 – 25 of 28) 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();
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()
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 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_mbrtowc_l()
/freebsd/include/
H A Dlocale.h37 struct lconv { struct
77 struct lconv *localeconv(void); argument
/freebsd/lib/libc/tests/stdlib/
H A Dstrfmon_test.c39 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 Dfty_num.c63 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 Dllib-lformtw827 struct lconv *L;
H A Dllib-lformt814 struct lconv *L;
H A Dllib-lformw827 struct lconv *L;
H A Dllib-lform814 struct lconv *L;
/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/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/usr.bin/locale/
H A Dlocale.c660 struct lconv *lc; in kwval_lconv()
/freebsd/lib/libc/stdio/
H A Dvfprintf.c96 struct lconv *locale; in grouping_init()
/freebsd/contrib/ntp/sntp/
H A Dconfig.h.in446 /* 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 Dsort.c314 struct lconv *lc; in set_locale()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp4065 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()

12