Searched refs:__libcpp_snprintf_l (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/libcxx/include/ |
H A D | __bsd_locale_defaults.h | 32 #define __libcpp_snprintf_l(...) snprintf_l(__VA_ARGS__) macro
|
H A D | __bsd_locale_fallbacks.h | 111 int __libcpp_snprintf_l(char *__s, size_t __n, locale_t __l, const char *__format, ...) { in __libcpp_snprintf_l() function
|
H A D | locale | 1500 int __nc = __libcpp_snprintf_l(__nar, sizeof(__nar), _LIBCPP_GET_C_LOCALE, __fmt, __v); 1565 __nc = __libcpp_snprintf_l(__nb, __nbuf, _LIBCPP_GET_C_LOCALE, __fmt, 1568 __nc = __libcpp_snprintf_l(__nb, __nbuf, _LIBCPP_GET_C_LOCALE, __fmt, __v); 1627 int __nc = __libcpp_snprintf_l(__nar, sizeof(__nar), _LIBCPP_GET_C_LOCALE, "%p", __v);
|