Searched refs:__libcpp_sscanf_l (Results 1 – 3 of 3) sorted by relevance
35 #define __libcpp_sscanf_l(...) sscanf_l(__VA_ARGS__) macro
129 int __libcpp_sscanf_l(const char *__s, locale_t __l, const char *__format, ...) { in __libcpp_sscanf_l() function
1095 if (__libcpp_sscanf_l(__buf.c_str(), _LIBCPP_GET_C_LOCALE, "%p", &__v) != 1)