Home
last modified time | relevance | path

Searched refs:vwscanf (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/android/support/src/musl-stdio/
Dvwscanf.c6 int vwscanf(const wchar_t *restrict fmt, va_list ap) in vwscanf() function
11 weak_alias(vwscanf,__isoc99_vwscanf);
Dwscanf.c11 ret = vwscanf(fmt, ap); in wscanf()
/ndk/sources/android/support/include/
Dstdio.h58 int vwscanf(const wchar_t *__restrict__, va_list);
Dwchar.h172 int vwscanf (const wchar_t *__restrict__, va_list);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcwchar43 int vwscanf(const wchar_t* restrict format, va_list arg); // C99
134 using ::vwscanf;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dwchar_h.pass.cpp54 static_assert((std::is_same<decltype(vwscanf(L"", va)), int>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
Dcwchar.pass.cpp54 static_assert((std::is_same<decltype(std::vwscanf(L"", va)), int>::value), ""); in main()