Searched refs:vswscanf (Results 1 – 25 of 37) sorted by relevance
12
/external/musl/src/stdio/ |
D | vswscanf.c | 27 int vswscanf(const wchar_t *restrict s, const wchar_t *restrict fmt, va_list ap) in vswscanf() function 38 weak_alias(vswscanf,__isoc99_vswscanf);
|
D | swscanf.c | 9 ret = vswscanf(s, fmt, ap); in swscanf()
|
/external/libcxx/include/ |
D | cwchar | 41 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/ |
D | cwchar | 40 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/ |
D | wchar_h.compile.pass.cpp | 58 ASSERT_SAME_TYPE(int, decltype(vswscanf(L"", L"", va)));
|
/external/libcxx/test/std/strings/c.strings/ |
D | cwchar.pass.cpp | 63 ASSERT_SAME_TYPE(int, decltype(std::vswscanf(L"", L"", va))); in main()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/c.strings/ |
D | cwchar.pass.cpp | 69 ASSERT_SAME_TYPE(int, decltype(std::vswscanf(L"", L"", va))); in main()
|
/external/musl/include/ |
D | wchar.h | 125 int vswscanf (const wchar_t *__restrict, const wchar_t *__restrict, __isoc_va_list);
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 61 static_assert((std::is_same<decltype(vswscanf(L"", L"", va)), int>::value), ""); in main()
|
/external/libabigail/tests/data/test-annotate/ |
D | libtest23.so.abi | 1065 <!-- 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…
|
D | libtest24-drop-fns.so.abi | 1115 <!-- 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…
|
D | libtest24-drop-fns-2.so.abi | 1115 <!-- 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…
|
D | test18-pr19037-libvtkRenderingLIC-6.1.so.abi | 6324 <!-- 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/ |
D | libtest24-drop-fns.so.abi | 674 …<function-decl name='vswscanf' filepath='/usr/include/wchar.h' line='701' column='1' visibility='d…
|
D | libtest23.so.abi | 657 …<function-decl name='vswscanf' filepath='/usr/include/wchar.h' line='701' column='1' visibility='d…
|
D | libtest24-drop-fns-2.so.abi | 695 …<function-decl name='vswscanf' filepath='/usr/include/wchar.h' line='701' column='1' visibility='d…
|
D | test-libaaudio.so.abi | 1862 …<function-decl name='vswscanf' filepath='bionic/libc/include/wchar.h' line='69' column='1' visibil…
|
D | PR22015-libboost_iostreams.so.abi | 1444 …<function-decl name='vswscanf' filepath='/usr/include/wchar.h' line='704' column='1' visibility='d…
|
D | test9-pr18818-clang.so.abi | 1439 …<function-decl name='vswscanf' filepath='/usr/include/wchar.h' line='701' column='1' visibility='d…
|
D | test10-pr18818-gcc.so.abi | 2008 …<function-decl name='vswscanf' filepath='/usr/include/wchar.h' line='701' column='1' visibility='d…
|
/external/musl/ |
D | sources.bp | 973 "src/stdio/vswscanf.c",
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3220 fun:vswscanf=uninstrumented
|
/external/libabigail/tests/data/test-abidiff/ |
D | test-PR18791-v0.so.abi | 3923 …<function-decl name='vswscanf' filepath='/usr/include/wchar.h' line='701' column='1' visibility='d…
|
D | test-PR18791-v1.so.abi | 4063 …<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/ |
D | libc-2.13.so.sym | 371 PUBLIC 6e160 0 vswscanf
|
12