Searched refs:vsscanf (Results 1 – 10 of 10) sorted by relevance
/ndk/sources/android/support/src/stdio/ |
D | vsscanf.c | 46 vsscanf(const char *str, const char *fmt, __va_list ap) in vsscanf() function
|
/ndk/sources/android/support/src/ |
D | locale_support.c | 91 return vsscanf(str, fmt, args); in vsscanf_l()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cstdio | 70 int vsscanf(const char* restrict s, const char* restrict format, va_list arg); // C99 193 using ::vsscanf;
|
D | locale | 400 int __res = vsscanf(__s, __format, __va);
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cstdio | 91 using ::vsscanf;
|
/ndk/sources/cxx-stl/system/include/ |
D | cstdio | 91 using ::vsscanf;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | stdio_h.pass.cpp | 113 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/ |
D | cstdio.pass.cpp | 114 static_assert((std::is_same<decltype(std::vsscanf("","",va)), int>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/ |
D | xlocale.c | 194 int __res = vsscanf(__s, __format, __va); in sscanf_l()
|
/ndk/sources/android/support/ |
D | Android.mk | 59 src/stdio/vsscanf.c \
|