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

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
wscanf.c 1 /* $NetBSD: wscanf.c,v 1.1 2005/05/14 23:51:02 christos Exp $ */
32 __FBSDID("$FreeBSD: src/lib/libc/stdio/wscanf.c,v 1.1 2002/09/23 12:40:06 tjr Exp $");
34 __RCSID("$NetBSD: wscanf.c,v 1.1 2005/05/14 23:51:02 christos Exp $");
43 wscanf(const wchar_t * __restrict fmt, ...) function
Stdio.inf 99 wscanf.c #
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
wchar-ldbl.h 36 __LDBL_REDIR1_DECL (wscanf, __nldbl___isoc99_wscanf)
40 __LDBL_REDIR_DECL (wscanf);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
wchar-ldbl.h 36 __LDBL_REDIR1_DECL (wscanf, __nldbl___isoc99_wscanf)
40 __LDBL_REDIR_DECL (wscanf);
  /bionic/tests/headers/posix/
wchar_h.c 121 FUNCTION(wscanf, int (*f)(const wchar_t*, ...));
  /device/linaro/bootloader/edk2/StdLib/Include/
wchar.h 51 int wscanf (const wchar_t * __restrict format, ...);
    [all...]
  /bionic/libc/include/
wchar.h 122 int wscanf(const wchar_t* __fmt, ...);
  /external/libcxx/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 122 static_assert((std::is_same<decltype(wscanf(L"")), int>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 122 static_assert((std::is_same<decltype(wscanf(L"")), int>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
wchar.h 639 extern int wscanf (__const wchar_t *__restrict __format, ...)
657 extern int __REDIRECT (wscanf, (__const wchar_t *__restrict __format, ...),
672 # define wscanf __isoc99_wscanf macro
  /external/libcxx/test/std/strings/c.strings/
cwchar.pass.cpp 121 static_assert((std::is_same<decltype(std::wscanf(L"")), int>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/c.strings/
cwchar.pass.cpp 121 static_assert((std::is_same<decltype(std::wscanf(L"")), int>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 677 #define wscanf macro
    [all...]
stdio.h 638 int wscanf(const wchar_t *__format, ...) function
743 int __cdecl wscanf(const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
    [all...]
wchar.h 487 int wscanf(const wchar_t *__format, ...) function
591 int __cdecl wscanf(const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
    [all...]
tchar.h 181 #define _tscanf wscanf
  /bionic/libc/stdio/
stdio.cpp 1011 int wscanf(const wchar_t* fmt, ...) { function

Completed in 106 milliseconds