HomeSort by relevance Sort by last modified time
    Searched full:vswscanf (Results 1 - 25 of 65) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
wchar-ldbl.h 53 __LDBL_REDIR1_DECL (vswscanf, __nldbl___isoc99_vswscanf)
57 __LDBL_REDIR_DECL (vswscanf);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
wchar-ldbl.h 53 __LDBL_REDIR1_DECL (vswscanf, __nldbl___isoc99_vswscanf)
57 __LDBL_REDIR_DECL (vswscanf);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
wchar-ldbl.h 53 __LDBL_REDIR1_DECL (vswscanf, __nldbl___isoc99_vswscanf)
57 __LDBL_REDIR_DECL (vswscanf);
  /ndk/sources/cxx-stl/llvm-libc++/include/support/android/
stdio.h 33 int vswscanf(const wchar_t *, const wchar_t *, va_list);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
cwchar 43 using std::vswscanf;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
cwchar 49 using std::vswscanf;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
cwchar 49 using std::vswscanf;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cwchar 43 using std::vswscanf;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cwchar 43 using std::vswscanf;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cwchar 43 using std::vswscanf;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
cwchar 43 using std::vswscanf;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
cwchar 49 using std::vswscanf;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
cwchar 49 using std::vswscanf;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cwchar 95 # undef vswscanf
172 using ::vswscanf;
288 using std::vswscanf;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cwchar 95 # undef vswscanf
172 using ::vswscanf;
288 using std::vswscanf;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cwchar 95 # undef vswscanf
172 using ::vswscanf;
288 using std::vswscanf;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cwchar 95 # undef vswscanf
172 using ::vswscanf;
288 using std::vswscanf;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cwchar 97 # undef vswscanf
168 using ::vswscanf;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cwchar 97 # undef vswscanf
168 using ::vswscanf;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cwchar 97 # undef vswscanf
168 using ::vswscanf;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cwchar 97 # undef vswscanf
168 using ::vswscanf;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cwchar 97 # undef vswscanf
168 using ::vswscanf;
  /ndk/sources/cxx-stl/llvm-libc++/include/
cwchar 41 int vswscanf(const wchar_t* restrict s, const wchar_t* restrict format, va_list arg); // C99
133 using ::vswscanf;
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
wchar_h.pass.cpp 52 static_assert((std::is_same<decltype(vswscanf(L"", L"", va)), int>::value), "");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wchar.h 648 extern int vswscanf (__const wchar_t *__restrict __s,
664 extern int __REDIRECT (vswscanf, (__const wchar_t *__restrict __s,
679 # define vswscanf __isoc99_vswscanf macro

Completed in 994 milliseconds

1 2 3