Searched refs:vwscanf (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/android/support/src/musl-stdio/ |
D | vwscanf.c | 6 int vwscanf(const wchar_t *restrict fmt, va_list ap) in vwscanf() function 11 weak_alias(vwscanf,__isoc99_vwscanf);
|
D | wscanf.c | 11 ret = vwscanf(fmt, ap); in wscanf()
|
/ndk/sources/android/support/include/ |
D | stdio.h | 58 int vwscanf(const wchar_t *__restrict__, va_list);
|
D | wchar.h | 172 int vwscanf (const wchar_t *__restrict__, va_list);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cwchar | 43 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/ |
D | wchar_h.pass.cpp | 54 static_assert((std::is_same<decltype(vwscanf(L"", va)), int>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/ |
D | cwchar.pass.cpp | 54 static_assert((std::is_same<decltype(std::vwscanf(L"", va)), int>::value), ""); in main()
|