HomeSort by relevance Sort by last modified time
    Searched refs:vwscanf (Results 1 - 12 of 12) sorted by null

  /ndk/sources/android/support/src/musl-stdio/
vwscanf.c 6 int vwscanf(const wchar_t *restrict fmt, va_list ap) function
11 weak_alias(vwscanf,__isoc99_vwscanf);
wscanf.c 11 ret = vwscanf(fmt, ap);
  /ndk/sources/android/support/include/
stdio.h 52 int vwscanf(const wchar_t *__restrict__, va_list);
wchar.h 187 int vwscanf (const wchar_t *__restrict__, va_list);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
wchar-ldbl.h 52 __LDBL_REDIR1_DECL (vwscanf, __nldbl___isoc99_vwscanf)
56 __LDBL_REDIR_DECL (vwscanf);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
wchar-ldbl.h 52 __LDBL_REDIR1_DECL (vwscanf, __nldbl___isoc99_vwscanf)
56 __LDBL_REDIR_DECL (vwscanf);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
wchar-ldbl.h 52 __LDBL_REDIR1_DECL (vwscanf, __nldbl___isoc99_vwscanf)
56 __LDBL_REDIR_DECL (vwscanf);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wchar.h 644 extern int vwscanf (__const wchar_t *__restrict __format,
661 extern int __REDIRECT (vwscanf, (__const wchar_t *__restrict __format,
678 # define vwscanf __isoc99_vwscanf macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 644 extern int vwscanf (__const wchar_t *__restrict __format,
661 extern int __REDIRECT (vwscanf, (__const wchar_t *__restrict __format,
678 # define vwscanf __isoc99_vwscanf macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 644 extern int vwscanf (__const wchar_t *__restrict __format,
661 extern int __REDIRECT (vwscanf, (__const wchar_t *__restrict __format,
678 # define vwscanf __isoc99_vwscanf macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
wchar_h.pass.cpp 54 static_assert((std::is_same<decltype(vwscanf(L"", va)), int>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cwchar.pass.cpp 54 static_assert((std::is_same<decltype(std::vwscanf(L"", va)), int>::value), "");

Completed in 1428 milliseconds