Home
last modified time | relevance | path

Searched refs:vsscanf (Results 1 – 10 of 10) sorted by relevance

/ndk/sources/android/support/src/stdio/
Dvsscanf.c46 vsscanf(const char *str, const char *fmt, __va_list ap) in vsscanf() function
/ndk/sources/android/support/src/
Dlocale_support.c91 return vsscanf(str, fmt, args); in vsscanf_l()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdio70 int vsscanf(const char* restrict s, const char* restrict format, va_list arg); // C99
193 using ::vsscanf;
Dlocale400 int __res = vsscanf(__s, __format, __va);
/ndk/sources/cxx-stl/gabi++/include/
Dcstdio91 using ::vsscanf;
/ndk/sources/cxx-stl/system/include/
Dcstdio91 using ::vsscanf;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdio_h.pass.cpp113 static_assert((std::is_same<decltype(vsscanf("","",va)), int>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcstdio.pass.cpp114 static_assert((std::is_same<decltype(std::vsscanf("","",va)), int>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
Dxlocale.c194 int __res = vsscanf(__s, __format, __va); in sscanf_l()
/ndk/sources/android/support/
DAndroid.mk59 src/stdio/vsscanf.c \