HomeSort by relevance Sort by last modified time
    Searched refs:swscanf (Results 1 - 17 of 17) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
swscanf.c 26 FreeBSD: src/lib/libc/stdio/swscanf.c,v 1.1 2002/09/23 12:40:06 tjr Exp
27 NetBSD: swscanf.c,v 1.1 2005/05/14 23:51:02 christos Exp
37 swscanf(const wchar_t * __restrict str, const wchar_t * __restrict fmt, ...) function
Stdio.inf 91 swscanf.c #
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
wchar-ldbl.h 37 __LDBL_REDIR1_DECL (swscanf, __nldbl___isoc99_swscanf)
41 __LDBL_REDIR_DECL (swscanf);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
wchar-ldbl.h 37 __LDBL_REDIR1_DECL (swscanf, __nldbl___isoc99_swscanf)
41 __LDBL_REDIR_DECL (swscanf);
  /bionic/tests/
stdio_test.cpp 544 CheckInfNan(swprintf, swscanf, L"%s",
548 CheckInfNan(swprintf, swscanf, L"%s",
552 CheckInfNan(swprintf, swscanf, L"%s",
556 CheckInfNan(swprintf, swscanf, L"%s",
560 CheckInfNan(swprintf, swscanf, L"%s",
564 CheckInfNan(swprintf, swscanf, L"%s",
568 CheckInfNan(swprintf, swscanf, L"%s",
572 CheckInfNan(swprintf, swscanf, L"%s",
956 ASSERT_EQ(9, swscanf(L" hello 123 456abAB! 1.23 0x1.2p3 world",
997 CheckScanf(swscanf, L"abcd", L"%[abc]", 1, "abc")
    [all...]
  /bionic/tests/headers/posix/
wchar_h.c 67 FUNCTION(swscanf, int (*f)(const wchar_t*, const wchar_t*, ...));
  /device/linaro/bootloader/edk2/StdLib/Include/
wchar.h 38 int swscanf (const wchar_t * __restrict s,
    [all...]
  /bionic/libc/include/
wchar.h 64 int swscanf(const wchar_t* __s, const wchar_t* __fmt, ...);
  /external/libcxx/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 57 static_assert((std::is_same<decltype(swscanf(L"", L"")), int>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 57 static_assert((std::is_same<decltype(swscanf(L"", L"")), int>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
wchar.h 642 extern int swscanf (__const wchar_t *__restrict __s,
660 extern int __REDIRECT_NTH (swscanf, (__const wchar_t *__restrict __s,
673 # define swscanf __isoc99_swscanf macro
  /external/libcxx/test/std/strings/c.strings/
cwchar.pass.cpp 56 static_assert((std::is_same<decltype(std::swscanf(L"", L"")), int>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/c.strings/
cwchar.pass.cpp 56 static_assert((std::is_same<decltype(std::swscanf(L"", L"")), int>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 627 int swscanf(const wchar_t *__source, const wchar_t *__format, ...) function
742 int __cdecl swscanf(const wchar_t * __restrict__ _Src,const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
    [all...]
wchar.h 476 int swscanf(const wchar_t *__source, const wchar_t *__format, ...) function
590 int __cdecl swscanf(const wchar_t * __restrict__ _Src,const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
    [all...]
tchar.h 187 #define _stscanf swscanf
  /bionic/libc/stdio/
stdio.cpp 937 int swscanf(const wchar_t* s, const wchar_t* fmt, ...) { function

Completed in 439 milliseconds