Home
last modified time | relevance | path

Searched refs:asprintf_l (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/android/support/include/
Dstdio.h51 int asprintf_l(char**, locale_t, const char*, ...);
/ndk/sources/android/support/src/
Dlocale_support.c57 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/
Dlocale_win32.cpp93 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/
Dlocale_win32.h109 int asprintf_l( char **ret, locale_t loc, const char *format, ... );
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
Dxlocale.h63 int asprintf_l(char **__s, locale_t __l, const char *__format, ...);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
Dxlocale.c181 int asprintf_l(char **__s, locale_t __l, const char *__format, ...) { in asprintf_l() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dlocale1693 __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));