Searched refs:snprintf_l (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/libcxx/src/support/solaris/ |
| D | xlocale.cpp | 30 int snprintf_l(char *__s, size_t __n, locale_t __l, const char *__format, ...) in snprintf_l() function
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | __bsd_locale_defaults.h | 32 #define __libcpp_snprintf_l(...) snprintf_l(__VA_ARGS__)
|
| /openbsd/src/gnu/llvm/libcxx/src/support/win32/ |
| D | locale_win32.cpp | 89 int snprintf_l(char *ret, size_t n, locale_t loc, const char *format, ...) in snprintf_l() function
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/asan/tests/ |
| D | asan_test.cpp | 1350 TEST(AddressSanitizer, snprintf_l) { in TEST() argument 1353 int res = snprintf_l(buff, 5, SANITIZER_GET_C_LOCALE, "%s", "snprintf_l()"); in TEST() 1361 snprintf_l(buff, 10, SANITIZER_GET_C_LOCALE, "%s", "snprintf_l()"), in TEST()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_common_interceptors.inc | 1735 INTERCEPTOR(int, snprintf_l, char *str, SIZE_T size, void *loc, 1737 FORMAT_INTERCEPTOR_IMPL(snprintf_l, vsnprintf_l, str, size, loc, format) 1853 COMMON_INTERCEPT_FUNCTION(snprintf_l); \
|