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

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fwscanf.c 1 /* $NetBSD: fwscanf.c,v 1.1 2005/05/14 23:51:02 christos Exp $ */
32 __FBSDID("$FreeBSD: src/lib/libc/stdio/fwscanf.c,v 1.1 2002/09/23 12:40:06 tjr Exp $");
34 __RCSID("$NetBSD: fwscanf.c,v 1.1 2005/05/14 23:51:02 christos Exp $");
43 fwscanf(FILE * __restrict fp, const wchar_t * __restrict fmt, ...) function
Stdio.inf 85 fwscanf.c #
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
wchar-ldbl.h 35 __LDBL_REDIR1_DECL (fwscanf, __nldbl___isoc99_fwscanf)
39 __LDBL_REDIR_DECL (fwscanf);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
wchar-ldbl.h 35 __LDBL_REDIR1_DECL (fwscanf, __nldbl___isoc99_fwscanf)
39 __LDBL_REDIR_DECL (fwscanf);
  /bionic/tests/headers/posix/
wchar_h.c 55 FUNCTION(fwscanf, int (*f)(FILE*, const wchar_t*, ...));
  /device/linaro/bootloader/edk2/StdLib/Include/
wchar.h 34 int fwscanf (FILE * __restrict stream,
460 /** The fwscanf function reads input from the stream pointed to by stream,
481 The fwscanf function executes each directive of the format in turn. If a
    [all...]
  /bionic/libc/include/
wchar.h 48 int fwscanf(FILE* __fp, const wchar_t* __fmt, ...);
  /external/libcxx/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 55 static_assert((std::is_same<decltype(fwscanf(fp, L"")), int>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 55 static_assert((std::is_same<decltype(fwscanf(fp, L"")), int>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
wchar.h 632 extern int fwscanf (__FILE *__restrict __stream,
653 extern int __REDIRECT (fwscanf, (__FILE *__restrict __stream,
671 # define fwscanf __isoc99_fwscanf macro
  /external/libcxx/test/std/strings/c.strings/
cwchar.pass.cpp 54 static_assert((std::is_same<decltype(std::fwscanf(fp, L"")), int>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/c.strings/
cwchar.pass.cpp 54 static_assert((std::is_same<decltype(std::fwscanf(fp, L"")), int>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 544 #define fwscanf(...) (pthread_testcancel(), fwscanf(__VA_ARGS__)) macro
    [all...]
stdio.h 649 int fwscanf(FILE *__stream, const wchar_t *__format, ...) function
741 int __cdecl fwscanf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
    [all...]
wchar.h 498 int fwscanf(FILE *__stream, const wchar_t *__format, ...) function
589 int __cdecl fwscanf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
    [all...]
tchar.h 185 #define _ftscanf fwscanf
  /bionic/libc/stdio/
stdio.cpp 799 int fwscanf(FILE* fp, const wchar_t* fmt, ...) { function

Completed in 170 milliseconds