Home
last modified time | relevance | path

Searched refs:scanf (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/android/support/src/stdio/
Dscanf.c38 scanf(const char *fmt, ...) in scanf() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cstdio.h111 using _STLP_VENDOR_CSTD::scanf;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdio59 int scanf(const char* restrict format, ...);
185 using ::scanf;
/ndk/sources/cxx-stl/system/include/
Dcstdio75 using ::scanf;
/ndk/sources/cxx-stl/gabi++/include/
Dcstdio75 using ::scanf;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdio_h.pass.cpp103 static_assert((std::is_same<decltype(scanf("\n")), int>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcstdio.pass.cpp104 static_assert((std::is_same<decltype(std::scanf(" ")), int>::value), ""); in main()
/ndk/sources/android/support/
DAndroid.mk51 src/stdio/scanf.c \