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 | 1304 TEST(AddressSanitizer, snprintf_l) { in TEST() argument 1307 int res = snprintf_l(buff, 5, in TEST() 1315 EXPECT_DEATH(snprintf_l(buff, 10, in TEST()
|
/external/libcxx/include/ |
D | locale | 1562 int __nc = snprintf_l(__nar, sizeof(__nar), _LIBCPP_GET_C_LOCALE, __fmt, __v); 1592 int __nc = snprintf_l(__nar, sizeof(__nar), _LIBCPP_GET_C_LOCALE, __fmt, __v); 1622 int __nc = snprintf_l(__nar, sizeof(__nar), _LIBCPP_GET_C_LOCALE, __fmt, __v); 1652 int __nc = snprintf_l(__nar, sizeof(__nar), _LIBCPP_GET_C_LOCALE, __fmt, __v); 1683 __nc = snprintf_l(__nb, __nbuf, _LIBCPP_GET_C_LOCALE, __fmt, 1691 __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); 1814 int __nc = snprintf_l(__nar, sizeof(__nar), _LIBCPP_GET_C_LOCALE, __fmt, __v);
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 1114 INTERCEPTOR(int, snprintf_l, char *str, SIZE_T size, void *loc, 1116 FORMAT_INTERCEPTOR_IMPL(snprintf_l, vsnprintf_l, str, size, loc, format) 1197 COMMON_INTERCEPT_FUNCTION(snprintf_l); \
|