Home
last modified time | relevance | path

Searched refs:sscanf_l (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/android/support/include/
Dstdio.h54 int sscanf_l(const char*, locale_t, const char*, ...);
/ndk/sources/android/support/src/
Dlocale_support.c93 int sscanf_l(const char* str, locale_t l, const char* fmt, ...) { in sscanf_l() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
Dxlocale.h65 int sscanf_l(const char *__s, locale_t __l, const char *__format, ...);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
Dlocale_win32.h103 #define sscanf_l( __s, __l, __f, ...) _sscanf_l( __s, __f, __l, __VA_ARGS__ ) macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
Dxlocale.c190 int sscanf_l(const char *__s, locale_t __l, const char *__format, ...) { in sscanf_l() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dlocale1185 if (sscanf_l(__buf.c_str(), _LIBCPP_GET_C_LOCALE, "%p", &__v) != 1)