Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/musl-stdio/
Dwscanf.c6 int wscanf(const wchar_t *restrict fmt, ...) in wscanf() function
16 weak_alias(wscanf,__isoc99_wscanf);
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cwchar.h95 extern int wscanf();
305 using _STLP_VENDOR_CSTD::wscanf;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcwchar45 int wscanf(const wchar_t* restrict format, ...);
137 using ::wscanf;
/ndk/sources/android/support/include/
Dwchar.h168 int wscanf (const wchar_t *__restrict__, ...);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dwchar_h.pass.cpp56 static_assert((std::is_same<decltype(wscanf(L"")), int>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
Dcwchar.pass.cpp56 static_assert((std::is_same<decltype(std::wscanf(L"")), int>::value), ""); in main()