Searched refs:snprintf_l (Results 1 – 5 of 5) sorted by relevance
/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/libcxx/include/support/solaris/ |
D | xlocale.h | 61 int snprintf_l(char *__s, size_t __n, locale_t __l, const char *__format, ...);
|
/external/libcxx/src/support/solaris/ |
D | xlocale.c | 172 int snprintf_l(char *__s, size_t __n, locale_t __l, const char *__format, ...) in snprintf_l() function
|
/external/libcxx/include/ |
D | locale | 1555 int __nc = snprintf_l(__nar, sizeof(__nar), _LIBCPP_GET_C_LOCALE, __fmt, __v); 1585 int __nc = snprintf_l(__nar, sizeof(__nar), _LIBCPP_GET_C_LOCALE, __fmt, __v); 1615 int __nc = snprintf_l(__nar, sizeof(__nar), _LIBCPP_GET_C_LOCALE, __fmt, __v); 1645 int __nc = snprintf_l(__nar, sizeof(__nar), _LIBCPP_GET_C_LOCALE, __fmt, __v); 1676 __nc = snprintf_l(__nb, __nbuf, _LIBCPP_GET_C_LOCALE, __fmt, 1684 __nc = snprintf_l(__nb, __nbuf, _LIBCPP_GET_C_LOCALE, __fmt, __v); 1745 __nc = snprintf_l(__nb, __nbuf, _LIBCPP_GET_C_LOCALE, __fmt, 1753 __nc = snprintf_l(__nb, __nbuf, _LIBCPP_GET_C_LOCALE, __fmt, __v); 1809 int __nc = snprintf_l(__nar, sizeof(__nar), _LIBCPP_GET_C_LOCALE, __fmt, __v);
|