Searched refs:asprintf_l (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/android/support/include/ |
D | stdio.h | 51 int asprintf_l(char**, locale_t, const char*, ...);
|
/ndk/sources/android/support/src/ |
D | locale_support.c | 57 int asprintf_l(char** strp, locale_t locale, const char* fmt, ...) { in asprintf_l() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/ |
D | locale_win32.cpp | 93 int asprintf_l( char **ret, locale_t loc, const char *format, ... ) in asprintf_l() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
D | locale_win32.h | 109 int asprintf_l( char **ret, locale_t loc, const char *format, ... );
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/ |
D | xlocale.h | 63 int asprintf_l(char **__s, locale_t __l, const char *__format, ...);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/ |
D | xlocale.c | 181 int asprintf_l(char **__s, locale_t __l, const char *__format, ...) { in asprintf_l() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | locale | 1693 __nc = asprintf_l(&__nb, _LIBCPP_GET_C_LOCALE, __fmt, (int)__iob.precision(), __v); 1700 __nc = asprintf_l(&__nb, _LIBCPP_GET_C_LOCALE, __fmt, __v); 1762 __nc = asprintf_l(&__nb, _LIBCPP_GET_C_LOCALE, __fmt, (int)__iob.precision(), __v); 1769 __nc = asprintf_l(&__nb, _LIBCPP_GET_C_LOCALE, __fmt, __v); 3520 __n = static_cast<size_t>(asprintf_l(&__bb, _LIBCPP_GET_C_LOCALE, "%.0Lf", __units));
|