Searched refs:snprintf_l (Results 1 – 7 of 7) sorted by relevance
/external/libcxx/include/support/solaris/ |
D | xlocale.h | 24 int snprintf_l(char *__s, size_t __n, locale_t __l, const char *__format, ...);
|
/external/libcxx/src/support/solaris/ |
D | xlocale.c | 30 int snprintf_l(char *__s, size_t __n, locale_t __l, const char *__format, ...) in snprintf_l() function
|
/external/libcxx/src/support/win32/ |
D | locale_win32.cpp | 83 int snprintf_l(char *ret, size_t n, locale_t loc, const char *format, ...) in snprintf_l() function
|
/external/libcxx/include/support/win32/ |
D | locale_win32.h | 108 int snprintf_l(char *ret, size_t n, locale_t loc, const char *format, ...);
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_test.cc | 1301 TEST(AddressSanitizer, snprintf_l) { in TEST() argument 1304 int res = snprintf_l(buff, 5, in TEST() 1312 EXPECT_DEATH(snprintf_l(buff, 10, in TEST()
|
/external/libcxx/include/ |
D | locale | 1561 int __nc = snprintf_l(__nar, sizeof(__nar), _LIBCPP_GET_C_LOCALE, __fmt, __v); 1591 int __nc = snprintf_l(__nar, sizeof(__nar), _LIBCPP_GET_C_LOCALE, __fmt, __v); 1621 int __nc = snprintf_l(__nar, sizeof(__nar), _LIBCPP_GET_C_LOCALE, __fmt, __v); 1651 int __nc = snprintf_l(__nar, sizeof(__nar), _LIBCPP_GET_C_LOCALE, __fmt, __v); 1682 __nc = snprintf_l(__nb, __nbuf, _LIBCPP_GET_C_LOCALE, __fmt, 1690 __nc = snprintf_l(__nb, __nbuf, _LIBCPP_GET_C_LOCALE, __fmt, __v); 1751 __nc = snprintf_l(__nb, __nbuf, _LIBCPP_GET_C_LOCALE, __fmt, 1759 __nc = snprintf_l(__nb, __nbuf, _LIBCPP_GET_C_LOCALE, __fmt, __v); 1815 int __nc = snprintf_l(__nar, sizeof(__nar), _LIBCPP_GET_C_LOCALE, __fmt, __v);
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 939 INTERCEPTOR(int, snprintf_l, char *str, SIZE_T size, void *loc, 941 FORMAT_INTERCEPTOR_IMPL(snprintf_l, vsnprintf_l, str, size, loc, format) 1022 COMMON_INTERCEPT_FUNCTION(snprintf_l); \
|