Searched refs:__libcpp_asprintf_l (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/ |
H A D | bsd_locale_defaults.h | 33 #define __libcpp_asprintf_l(...) asprintf_l(__VA_ARGS__) macro
|
H A D | bsd_locale_fallbacks.h | 104 inline _LIBCPP_ATTRIBUTE_FORMAT(__printf__, 3, 4) int __libcpp_asprintf_l( in __libcpp_asprintf_l() function
|
/freebsd-src/contrib/llvm-project/libcxx/include/ |
H A D | locale | 1398 __nc = __libcpp_asprintf_l(&__nb, _LIBCPP_GET_C_LOCALE, __fmt, (int)__iob.precision(), __v); 1400 __nc = __libcpp_asprintf_l(&__nb, _LIBCPP_GET_C_LOCALE, __fmt, __v); 2935 __n = __libcpp_asprintf_l(&__bb, _LIBCPP_GET_C_LOCALE, "%.0Lf", __units);
|