Searched refs:vsnprintf_l (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/libcxx/src/support/solaris/ |
| H A D | xlocale.cpp | 27 #define vsnprintf_l(__s, __n, __l, __format, __va) \ macro 34 int __res = vsnprintf_l(__s, __n , __l, __format, __va); in snprintf_l()
|
| /openbsd-src/gnu/llvm/libcxx/include/__support/win32/ |
| H A D | locale_win32.h | 267 #define vsnprintf_l( __s, __n, __l, __f, ... ) _vsnprintf_l( __s, __n, __f, __l, __VA_ARGS__ ) macro
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/asan/tests/ |
| H A D | asan_test.cpp | 1345 int res = vsnprintf_l(s, n , l, format, va); in vsnprintf_l_wrapper()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 1731 INTERCEPTOR(int, vsnprintf_l, char *str, SIZE_T size, void *loc, 1733 VSNPRINTF_INTERCEPTOR_IMPL(vsnprintf_l, str, size, loc, format, ap) 1737 FORMAT_INTERCEPTOR_IMPL(snprintf_l, vsnprintf_l, str, size, loc, format) 1854 COMMON_INTERCEPT_FUNCTION(vsnprintf_l);
|