Home
last modified time | relevance | path

Searched refs:vswscanf (Results 1 – 25 of 37) sorted by relevance

12

/external/musl/src/stdio/
Dvswscanf.c27 int vswscanf(const wchar_t *restrict s, const wchar_t *restrict fmt, va_list ap) in vswscanf() function
38 weak_alias(vswscanf,__isoc99_vswscanf);
Dswscanf.c9 ret = vswscanf(s, fmt, ap); in swscanf()
/external/libcxx/include/
Dcwchar41 int vswscanf(const wchar_t* restrict s, const wchar_t* restrict format, va_list arg); // C99
128 using ::vswscanf;
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dcwchar40 int vswscanf(const wchar_t* restrict s, const wchar_t* restrict format, va_list arg); // C99
138 using ::vswscanf _LIBCPP_USING_IF_EXISTS;
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/
Dwchar_h.compile.pass.cpp58 ASSERT_SAME_TYPE(int, decltype(vswscanf(L"", L"", va)));
/external/libcxx/test/std/strings/c.strings/
Dcwchar.pass.cpp63 ASSERT_SAME_TYPE(int, decltype(std::vswscanf(L"", L"", va))); in main()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/c.strings/
Dcwchar.pass.cpp69 ASSERT_SAME_TYPE(int, decltype(std::vswscanf(L"", L"", va))); in main()
/external/musl/include/
Dwchar.h125 int vswscanf (const wchar_t *__restrict, const wchar_t *__restrict, __isoc_va_list);
/external/libcxx/test/std/depr/depr.c.headers/
Dwchar_h.pass.cpp61 static_assert((std::is_same<decltype(vswscanf(L"", L"", va)), int>::value), ""); in main()
/external/libabigail/tests/data/test-annotate/
Dlibtest23.so.abi1065 <!-- int vswscanf(const wchar_t*, const wchar_t*, typedef __va_list_tag __va_list_tag*) -->
1066 …<function-decl name='vswscanf' filepath='/usr/include/wchar.h' line='701' column='1' visibility='d…
Dlibtest24-drop-fns.so.abi1115 <!-- int vswscanf(const wchar_t*, const wchar_t*, typedef __va_list_tag __va_list_tag*) -->
1116 …<function-decl name='vswscanf' filepath='/usr/include/wchar.h' line='701' column='1' visibility='d…
Dlibtest24-drop-fns-2.so.abi1115 <!-- int vswscanf(const wchar_t*, const wchar_t*, typedef __va_list_tag __va_list_tag*) -->
1116 …<function-decl name='vswscanf' filepath='/usr/include/wchar.h' line='701' column='1' visibility='d…
Dtest18-pr19037-libvtkRenderingLIC-6.1.so.abi6324 <!-- int vswscanf(const wchar_t*, const wchar_t*, typedef __va_list_tag __va_list_tag*) -->
6325 …<function-decl name='vswscanf' filepath='/usr/include/wchar.h' line='699' column='1' visibility='d…
/external/libabigail/tests/data/test-read-dwarf/
Dlibtest24-drop-fns.so.abi674 …<function-decl name='vswscanf' filepath='/usr/include/wchar.h' line='701' column='1' visibility='d…
Dlibtest23.so.abi657 …<function-decl name='vswscanf' filepath='/usr/include/wchar.h' line='701' column='1' visibility='d…
Dlibtest24-drop-fns-2.so.abi695 …<function-decl name='vswscanf' filepath='/usr/include/wchar.h' line='701' column='1' visibility='d…
Dtest-libaaudio.so.abi1862 …<function-decl name='vswscanf' filepath='bionic/libc/include/wchar.h' line='69' column='1' visibil…
DPR22015-libboost_iostreams.so.abi1444 …<function-decl name='vswscanf' filepath='/usr/include/wchar.h' line='704' column='1' visibility='d…
Dtest9-pr18818-clang.so.abi1439 …<function-decl name='vswscanf' filepath='/usr/include/wchar.h' line='701' column='1' visibility='d…
Dtest10-pr18818-gcc.so.abi2008 …<function-decl name='vswscanf' filepath='/usr/include/wchar.h' line='701' column='1' visibility='d…
/external/musl/
Dsources.bp973 "src/stdio/vswscanf.c",
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3220 fun:vswscanf=uninstrumented
/external/libabigail/tests/data/test-abidiff/
Dtest-PR18791-v0.so.abi3923 …<function-decl name='vswscanf' filepath='/usr/include/wchar.h' line='701' column='1' visibility='d…
Dtest-PR18791-v1.so.abi4063 …<function-decl name='vswscanf' filepath='/usr/include/wchar.h' line='701' column='1' visibility='d…
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym371 PUBLIC 6e160 0 vswscanf

12