Searched refs:sscanf_l (Results 1 – 4 of 4) sorted by relevance
/external/libcxx/include/support/win32/ |
D | locale_win32.h | 103 #define sscanf_l( __s, __l, __f, ...) _sscanf_l( __s, __f, __l, __VA_ARGS__ ) macro
|
/external/libcxx/include/support/solaris/ |
D | xlocale.h | 65 int sscanf_l(const char *__s, locale_t __l, const char *__format, ...);
|
/external/libcxx/src/support/solaris/ |
D | xlocale.c | 190 int sscanf_l(const char *__s, locale_t __l, const char *__format, ...) { in sscanf_l() function
|
/external/libcxx/include/ |
D | locale | 1185 if (sscanf_l(__buf.c_str(), _LIBCPP_GET_C_LOCALE, "%p", &__v) != 1)
|