Searched refs:wscanf (Results 1 – 6 of 6) sorted by relevance
6 int wscanf(const wchar_t *restrict fmt, ...) in wscanf() function16 weak_alias(wscanf,__isoc99_wscanf);
95 extern int wscanf();305 using _STLP_VENDOR_CSTD::wscanf;
45 int wscanf(const wchar_t* restrict format, ...);137 using ::wscanf;
168 int wscanf (const wchar_t *__restrict__, ...);
56 static_assert((std::is_same<decltype(wscanf(L"")), int>::value), ""); in main()
56 static_assert((std::is_same<decltype(std::wscanf(L"")), int>::value), ""); in main()