Home
last modified time | relevance | path

Searched refs:__libcpp_sscanf_l (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/include/
D__bsd_locale_defaults.h31 #define __libcpp_sscanf_l(...) sscanf_l(__VA_ARGS__) macro
D__bsd_locale_fallbacks.h127 int __libcpp_sscanf_l(const char *__s, locale_t __l, const char *__format, ...) { in __libcpp_sscanf_l() function
Dlocale1041 if (__libcpp_sscanf_l(__buf.c_str(), _LIBCPP_GET_C_LOCALE, "%p", &__v) != 1)